Re: need help getting quartz-ra.rar file to deploy

2008-08-13 Thread endium
: On Aug 12, 2008, at 9:28 AM, endium wrote: Thanks for this David! For some reason, I didn't get an email notifying me of your reply. I am trying to implement this right now. Was the maven configuration for openejb changed at all? This may be an unrelated problem, but since today it doesn't

Re: need help getting quartz-ra.rar file to deploy

2008-08-12 Thread endium
Thanks for this David! For some reason, I didn't get an email notifying me of your reply. I am trying to implement this right now. Was the maven configuration for openejb changed at all? This may be an unrelated problem, but since today it doesn't seem that maven is correctly identifying all of

Web Service WSDL Location

2008-07-24 Thread endium
I am doing some unit testing using web services. I tried following the example web service project as a guide. I am getting: Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://localhost:4204/ZipCodeWidget?wsdl'.: java.net.ConnectException:

Re: need help getting quartz-ra.rar file to deploy

2008-07-21 Thread endium
and make any changes necessary in OpenEJB or the project to get it running. -David On Jul 20, 2008, at 4:53 PM, endium wrote: Thanks for all of your quick responses. I tried doing what you said, and this is the output: 19:48:37,785 DEBUG OpenEjbTest:31 - Set Initial Context Apache

Re: need help getting quartz-ra.rar file to deploy

2008-07-20 Thread endium
) at org.apache.openejb.core.mdb.MdbContainer.deploy(MdbContainer.java:139) ... 34 more David Blevins wrote: On Jul 20, 2008, at 10:05 AM, endium wrote: I'm using maven. Do I need the openejb-core or openejb-standalone? Should be just openejb-core. The openejb-standalone pom has a handful of client/server

Re: need help getting quartz-ra.rar file to deploy

2008-07-20 Thread endium
safely determine that there is no MDB container configured to handle the MessageListenerInterface of your MDB and one will be created using your Quartz ResourceAdapter. -David On Jul 20, 2008, at 1:55 PM, endium wrote: ERROR - Application could not be deployed: /Users/Hoshi/Documents

Re: need help getting quartz-ra.rar file to deploy

2008-07-18 Thread endium
Thanks for your response. Right now I am using openejb embedded for unit testing. Is there a way to configure the inbound resource adapter without deploying an ear? David Blevins wrote: On Jul 18, 2008, at 7:50 AM, endium wrote: I am using JBoss' Quartz integration on one of my projects