Trying to discover if it's feasible to attempt tackling blocking issues associated with porting JFire ERP, (EJB 3.1 compliant) from Jboss 4, to Glassfish v3.
I'd like to deploy JFire ERP on glassfish v3 instead of jboss, so I can integrate it with the systems I've already developed & deployed on gf. In the documentation they describe this 'sharing a common ClassLoader' as a blocking issue. But the quoted sun document is outdated.
"According to this Sun document (Sun GlassFish Communications Server 1.5 Developer's Guide), GlassFish does not support to share a common ClassLoader among EARs. Since JFire uses EARs on the server side to organize modules (one EAR = one module), this is a blocking issue."
I have done some research into it, but I don’t really understand the problem or even if it still is an issue in gf v3.
I’d really just like some insight into the issue & maybe a tip as to where I should be looking. Any direction or insight would be appreciated.