Re: CXF on weblogic 9.2

2008-05-01 Thread Daniel Kulp
Honestly, I have no idea. Nothing in there suggests it's a cxf problem. It almost looks like the META-INF/application.xml is not well formed or has some bad data in it. I don't really know. Very strange. Dan Ron Holckener wrote: Hi All, I am trying to check CXF usage in my ap

RE: svn commit: r652141 - in /cxf/branches/2.0.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/bus/spring/TunedDocumentLoader.java rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBDataBindin

2008-05-01 Thread Ramnarine, Michael
Thanks Dan, I'll give it a try whenever 2.0.7-SNAPSHOT is available. No rush. -Mike > -Original Message- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2008 10:59 AM > To: dev@cxf.apache.org > Cc: Ramnarine, Michael; Dushin, Fred; Soltysik, Seumas > Subject: Re:

Re: svn commit: r652141 - in /cxf/branches/2.0.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/bus/spring/TunedDocumentLoader.java rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBDataBindin

2008-05-01 Thread Daniel Kulp
It WILL be 2.0.7-SNAPSHOT (or 2.1.1-SNAPSHOT), but I haven't done one yet as I've had a lot of issues tying to get my local stuff synced up with all the SVN troubles Apache has had. I'll try to get new snapshots deployed at some point today. Dan On Thursday 01 May 2008, Ramnarine, Michael

RE: svn commit: r652141 - in /cxf/branches/2.0.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/bus/spring/TunedDocumentLoader.java rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBDataBindin

2008-05-01 Thread Ramnarine, Michael
Hi Dan, What apache cxf version would we use in maven to pick up the ObjectFactory cache change to JAXBDataBinding.java? I just tried 2.0.6-SNAPSHOT but the Tandoori tests still fail with Marshalling errors due to a missing ServiceNameType that should be in the JAXBContext. -Mike > -Original

CXF on weblogic 9.2

2008-05-01 Thread Ron Holckener
Hi All, I am trying to check CXF usage in my application. I am using CXF 2.0.5, and need it as a client to call a remote web service. I managed to do that in a standalone which worked fine. Now I need to run it on weblogic 9.2, I took the relevant jars (see classpath) and added it to the App