This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: Trouble getting EJB in ear to work after installing ESBparadigmza Mar 17, 2009 8:37 AM (in response to paradigmza)I found an example that does this exact same thing 
 jboss-seam-numberguess.ear
 Just drop that into the deploy folder and the jndi view shows that TimerServiceDispatcher has the same class loading issue
- 
        2. Re: Trouble getting EJB in ear to work after installing ESBbeve Mar 18, 2009 3:24 AM (in response to paradigmza)Hi, 
 I'll give numberguess example a try and post back with my findings.
 Thanks,
 /Daniel
- 
        3. Re: Trouble getting EJB in ear to work after installing ESBbeve Mar 20, 2009 2:03 AM (in response to paradigmza)Hi, 
 is your application scoped?
 /Daniel
- 
        4. Re: Trouble getting EJB in ear to work after installing ESBparadigmza Mar 20, 2009 3:55 AM (in response to paradigmza)Yes it is, with 
 <jboss-app>
 <loader-repository>pocit:loader=pocit.ear</loader-repository>
 </jboss-app>
 I also tried the java2parentdelgation option with no luck.
- 
        5. Re: Trouble getting EJB in ear to work after installing ESBbeve Mar 24, 2009 4:10 AM (in response to paradigmza)Hi, 
 sorry for not getting back to you earlier.
 Can you tell me what jars, if any, you have included in you ear?
 Regards,
 /Daniel
- 
        6. Re: Trouble getting EJB in ear to work after installing ESBparadigmza Mar 24, 2009 4:34 AM (in response to paradigmza)The jars in pocit.ear\ jboss-seam-2.1.1.GA.jar 
 pocit-ejb.jar
 pocit-web.war
 and the jars in pocit.ear\lib\antlr-runtime-3.0.1.jar 
 bcpg-jdk15-140.jar
 bcprov-jdk15-140.jar
 commons-beanutils-1.7.0.jar
 commons-digester-1.8.jar
 commons-lang-2.4.jar
 commons-net-2.0.jar
 drools-compiler-4.0.4.jar
 drools-core-4.0.4.jar
 ezmorph-1.0.6.jar
 janino-2.5.10.jar
 jboss-el-1.0_02.CR2.jar
 json-lib-2.2.3-jdk15.jar
 mvel-1.2.25-java1.5.jar
 opencsv-1.8.jar
 tinyradius-0.9.6.jar
 and the jars in pocit.ear\pocit-web.war\WEB-INF\lib\commons-beanutils-1.7.0.jar 
 commons-lang-2.4.jar
 ezmorph-1.0.6.jar
 jboss-seam-debug-2.1.1.GA.jar
 jboss-seam-jul-2.1.1.GA.jar
 jboss-seam-ui-2.1.1.GA.jar
 jcaptcha-all-1.0-RC6.jar
 jsf-facelets-1.1.15.B1.jar
 json-lib-2.2.3-jdk15.jar
 richfaces-api-3.2.2.SR1.jar
 richfaces-impl-3.2.2.SR1.jar
 richfaces-ui-3.2.2.SR1.jar
 
    