Hello
We are trying to upgrade from JBoss 4.0.5 GA to 5.0.0 GA.
We have 3 EAR's and our problem is now that one EAR needs to find
a class in another EAR.
But we get the error : java.lang.NoClassDefFoundError
We searched a lot and found the option "useJBossWebLoader" in
war-deployers-jboss-beans.xml and thought this would solve the problem.
But it doesnt.
Anyone has a hint how we can find a class from one EAR in another ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200892#4200892
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200892
Hi :)
I am trying to expose a couple beans (let's call them 'the public beans') in my service to other services via a KernelController (i.e. getInstalledContext(...).getTarget()) by letting the other services to look up my beans with pre-defined names.
The public beans depend on other beans described in the same jboss-beans.xml file where the public beans are described. They are supposed to be used by the public beans, but they are not supposed to be exposed to other beans in a different service. The public beans don't expose them to any other services. How can I hide them from the kernel context so that other services can't access them directly?
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200887#4200887
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200887
"rusbob" wrote : Hi!
| I am beginner. I creat and deploy jbpm-bpel.ear. But i get error in console JBoss:
| [ServiceController] Problem starting service jboss.web.deployment:war=jbpm-bpel.war,id=-2131816553
| org.jboss.deployment.DeploymentException: message-destination-ref 'jms/JobQueue' message-destination-link 'JobQueue' not found and no jndi-name in jboss-web.xml
| I used JBoss 4.3. Help me please!
how to solve it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200877#4200877
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200877