Re: How to deploy to JBoss?

2007-08-04 Thread Glen Mazza
t; > > > > > On 8/3/07, Christopher Moesel <[EMAIL PROTECTED]> wrote: > > > > You should be able to drop all those same jars into the WEB-INF/lib of > > > > your web application-- then you wouldn't need to copy them into the > > > > Jboss server

Re: How to deploy to JBoss?

2007-08-03 Thread Erlend Leganger
> On 8/3/07, Christopher Moesel <[EMAIL PROTECTED]> wrote: > > > > You should be able to drop all those same jars into the WEB-INF/lib > of > > > > your web application-- then you wouldn't need to copy them into the > > > > Jboss server lib. > >

Re: How to deploy to JBoss?

2007-08-03 Thread Ray Krueger
n you wouldn't need to copy them into the > > > Jboss server lib. > > > > > > -Chris > > > > > > -Original Message- > > > From: Erlend Leganger [mailto:[EMAIL PROTECTED] > > > Sent: Friday, August 03, 2007 8:32 AM > > > To:

Re: How to deploy to JBoss?

2007-08-03 Thread Erlend Leganger
s <[EMAIL PROTECTED]> > > wrote: > > > > > > Check for spring-beans-2.0.4.jar, copied or not? > > > > > > > -Original Message- > > > > From: Erlend Leganger [mailto:[EMAIL PROTECTED] > > > > Sent: 03 August 2007 13:23

Re: How to deploy to JBoss?

2007-08-03 Thread Erlend Leganger
tallation with all this cxf stuff... > > Regards, > Erlend Leganger > > On 03/08/07, Velidanda Srinivas <[EMAIL PROTECTED]> > wrote: > > > > Check for spring-beans-2.0.4.jar, copied or not? > > > > > -Original Message----- > > > From: Er

Re: How to deploy to JBoss?

2007-08-03 Thread Ray Krueger
ss server lib. > > -Chris > > -Original Message- > From: Erlend Leganger [mailto:[EMAIL PROTECTED] > Sent: Friday, August 03, 2007 8:32 AM > To: cxf-user@incubator.apache.org > Subject: Re: How to deploy to JBoss? > > You were right, it wasn't copied. I trie

RE: How to deploy to JBoss?

2007-08-03 Thread Christopher Moesel
-user@incubator.apache.org Subject: Re: How to deploy to JBoss? You were right, it wasn't copied. I tried to copy it from cxf-2.0-incubator/lib into jboss-4.0.4.GA/default/server/lib, restarted - then jboss was missing some other spring stuff. Copied all spring*.jar from cxf into jboss, restarted,

Re: How to deploy to JBoss?

2007-08-03 Thread Erlend Leganger
: > > Check for spring-beans-2.0.4.jar, copied or not? > > > -Original Message- > > From: Erlend Leganger [mailto:[EMAIL PROTECTED] > > Sent: 03 August 2007 13:23 > > To: cxf-user@incubator.apache.org > > Subject: Re: How to deploy to JBoss? > > &g

RE: How to deploy to JBoss?

2007-08-03 Thread Velidanda Srinivas
Check for spring-beans-2.0.4.jar, copied or not? > -Original Message- > From: Erlend Leganger [mailto:[EMAIL PROTECTED] > Sent: 03 August 2007 13:23 > To: cxf-user@incubator.apache.org > Subject: Re: How to deploy to JBoss? > > > I tried the following: > -

Re: How to deploy to JBoss?

2007-08-03 Thread Erlend Leganger
I tried the following: - copied all files from cxf's modules directory into jboss' server/default/deploy/lib - restarted jboss - dropped helloworld.war into jboss' server/default/deploy This made a difference, but it still doesn't work, here's the jboss log: 09:41:05,987 INFO [TomcatDeployer] de

RE: How to deploy to JBoss?

2007-08-03 Thread Velidanda Srinivas
I think you need to drop the jar file containing org.apache.cxf.transport.servlet.CXFServlet class into jboss\default\server\lib folder OR add this jar to web-inf\lib folder of the war being deployed. Srinivas. > -Original Message- > From: Erlend Leganger [mailto:[EMAIL PROTECTED] > Sen