RE: WSDL2Java Ant Target

2006-08-31 Thread Dave Andreasen
Are you on Windows? Maybe your file has part of its name in uppercase. HTH, Dave From: Gabsaga Tata [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 2:11 PM To: axis-user@ws.apache.org Subject: WSDL2Java Ant Target I have the following WSDL2Java Ant

RE: [Axis2] NoSuchMethodError in a generated type class

2006-08-11 Thread Dave Andreasen
PROTECTED] wrote: Dave, Please log a bug report and upload the wsdl as well. -- dims On 8/11/06, Dave Andreasen [EMAIL PROTECTED] wrote: Sorry for the repost. I forgot to put Axis2 in the subject line. I am using the August 10th nightly build and I am getting a NoSuchMethod error

NoSuchMethodError in a generated type class

2006-08-10 Thread Dave Andreasen
Hello, I am using the August 10th nightly build and I am getting a NoSuchMethod error in one of my classes. Here is what I am seeing in the log file. I regenerated all of my class files and replaced the libraries with the jars from the nightly build. 2006-08-10 13:18:07,418 ERROR

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-03 Thread Dave Andreasen
case about the spring bean creation. Perhaps we can improve our spring support based on your feedback. Regards, Rajith On 7/31/06, Dave Andreasen [EMAIL PROTECTED] wrote: I had the same issue. The problem is related to the Service using it's own classloader and Spring wanting to use

Axis2 and WebSphere 5

2006-08-01 Thread Dave Andreasen
We are considering using Axis 2 with WebSphere 5 as our application server. Are there any known issues with using Axis2 on WebSphere? Thanks in advance! Dave Andreasen

RE: Example on deploying Axis on Web Sphere Application Server

2006-08-01 Thread Dave Andreasen
Have you tried getting the latest patches for WebSphere? Some older versions of WebSphere 5 have known issues with the classloader. These issues went away when the server was upgraded to the latest patch level. I know of an Axis 1 installation that was successful in WebSphere 5 so I know it

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-07-31 Thread Dave Andreasen
beans on Axis startup. Hope this helps! Dave Andreasen From: Shaowei Mao [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 2:59 PM To: axis-user@ws.apache.org Subject: [axis2] use spring configured bean inside axis2 as implementation class Hi, I am trying to use spring