Somebody knows more ?
It can in general be quite difficult to host ECM or Fortress (or Merlin or Phoenix) inside an EJB: there's just too many restrictions in the EJB spec that these containers aren't designed to follow. The fact that EJBs can't do advanced introspection of classloaders and stuff like that really is a pain in the ****. I'm sure its possible, but you might need to do some hacking in order to get things to work properly.
Rather than go this route (which means headache!), I'd suggest you host fortress inside your .war if you want to host it inside J2EE, as the servlet spec places a lot less restrictions on hosted materials. Export Fortress to JNDI or JMX and access it from your beans.
In an environment like JBoss, it should be easy enough to write a minimal fortress wrapper, allowing it to be a system-level JBoss module. Unfortunately, I don't know JBoss well (let alone weblogic), so can't help you there.
cheers!
- Leo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
