[jboss-user] [Installation, Configuration & Deployment] - Re: Common classes deployed in a .jar

2006-07-24 Thread adamw
So here are the stack traces in all 3 scenarios: 1. The .jar is in the WEB-INF/lib directory of the .war - everything works 2. The .jar is in the deploy directory, "parallel" to the .war (I though for a while that this was beacuse of deploy order, but I tried changing the names so that the .war

[jboss-user] [Installation, Configuration & Deployment] - Re: Common classes deployed in a .jar

2006-07-24 Thread jaikiran
Read this anonymous wrote : When you see the NoClassDefFoundError, it may be a case that even the classes in the .jar file as anonymous wrote : When you see the NoClassDefFoundError, it may be a case that even though the classes in the .jar file View the original post : http://www.jbos

[jboss-user] [Installation, Configuration & Deployment] - Re: Common classes deployed in a .jar

2006-07-24 Thread jaikiran
ClassNotFoundException and NoClassDefFoundError are two different things are have different meaning. Post the exception stack trace that you are seeing. When you see the NoClassDefFoundError, it may be a case that even the classes in the .jar file(which you placed in the deploy directory) are fo

[jboss-user] [Installation, Configuration & Deployment] - Re: Common classes deployed in a .jar

2006-07-21 Thread adamw
Hello, I put them both in the deploy directory. -- Cheers, Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960075#3960075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960075 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Common classes deployed in a .jar

2006-07-21 Thread azhurakousky
When you say you deploy both .war and .jar where do you put .jar? Oleg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960071#3960071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960071 ___