[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-12-08 Thread ismailuzun
Hi everybody, Is there any improvement about EAR Deployment problem? I still have the same problem (NoClassDefFoundError) and could't find a solution.. any help will be appreceated.. Ismail View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857888#3857888 Reply

[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-11-15 Thread muhr
Has anyone solved this? I am having the *Exact* same problem. None of my Exception classes from an external project are being found by JBoss when deploying the War or EJB Jar for my app. Deployment descriptors are correct, the Exception classes JBoss is choking itself trying to find are in th

[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-06-17 Thread liaoxiongfei
I also met the same problem. It is quite strange! A same EAR can be deployed on some machines but can not be deployed on some other machines. The error message tells us that some class can not be found but the class is in the ear file. We created the EAR using the Borland JBuilderX. Help us pl

[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-06-09 Thread Robbrownsell
how are you creating your archive. Are you wrapping the EJBs into an ejb jar, your servlets etc into a WAR and then wrapping the two up into an EAR? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838131#3838131 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-06-09 Thread darranl
Looks like the class is not available to JBoss at deployment time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838094#3838094 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838094 --