Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-14 Thread Daniel Kulp
Also, take a look at: http://cwiki.apache.org/CXF20DOC/appserverguide.html We're trying to document as much about the various app servers as we can there. Dan On Thursday 10 January 2008, Glen Mazza wrote: Am Donnerstag, den 10.01.2008, 05:14 -0800 schrieb Landslide: Glen, I

Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-10 Thread Landslide
://cwiki.apache.org/CXF20DOC/appserverguide.html Thanks for your help! -- View this message in context: http://www.nabble.com/How-to-deploy-a-CXF-WAR-file-onto-JBoss-4.0.5-tp14714988p14732262.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-10 Thread Landslide
HelloWorld WAR file and what is the content of this file? -- View this message in context: http://www.nabble.com/How-to-deploy-a-CXF-WAR-file-onto-JBoss-4.0.5-tp14714988p14738564.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-10 Thread Glen Mazza
Am Donnerstag, den 10.01.2008, 05:14 -0800 schrieb Landslide: Glen, I understand that I am facing a challenging problem of class loaders and class loading sequence, specifically for JBoss. As you can see, my CXF WAR has everything it needs to run as I have included ALL jars from CXF lib

How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-09 Thread Xiangmin Li
I have created a CXF Web application based on its 2.0.3 release and included all the JAR files from its lib folder \ApacheCXF\lib in my \WebContent\WEB-INF\lib. Such a deployment runs fine on Tomcat 6.0 Server but I got the following errors when I tried to do the same with JBoss server 4.0.5:

Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-09 Thread Jeff Yu
From the stack that you provided, I don't see any error in it. The ERROR [STDERR] is not an error, it seems missing log4j jar?? what else error did you get? you also can refer to http://cwiki.apache.org/CXF20DOC/appserverguide.html as your information. Thanks Jeff Xiangmin Li wrote: I

Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-09 Thread Jeff Zhang
Yes, the ERROR [STDERR] message is not an error. The reason is JavaLog and Log4J 's log level is different. I think it will confuse user, maybe we should fix it? Thanks Jeff Yu wrote: From the stack that you provided, I don't see any error in it. The ERROR [STDERR] is not an error, it seems

Re: How to deploy a CXF WAR file onto JBoss 4.0.5

2008-01-09 Thread Glen Mazza
There are periodically headaches involved in getting CXF to work with JBoss, primarily classpath issues I believe. Perhaps searching our archives[1] can be of help for you. Glen [1] http://www.nabble.com/forum/Search.jtp?forum=16914local=yquery=jboss Am Mittwoch, den 09.01.2008, 10:50 -0500