AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-12 Thread Stadelmann Josef
High That could mean that your deployment task has insufficient privileges to create a directory under the webapps directory. But in this case it would be the Tomcat process itself, which seems to have insufficient privileges to create a directory. So I wonder if you can take NetBeans and crea

Re: Help

2011-09-12 Thread imran ismail
Hi Tony, Thank you for the response I set the Axis2.war path at Windows-> Preferences-> Web Services-> axis2.war location and it's gave me this message "Axis2 runtime loaded successfully" after that, I have created a dynamic web project and, add simple java class "MyService.java" and try to cre

RE: Help

2011-09-12 Thread Tony HEDOUX
Hi, Stop Eclipse. Make a backup of your eclipse/plugins directory. remove this plugins directory of eclipse directory Restart Eclipse with -clean option Stop Eclipse Copy back your plugins files in the new directory (merge it). Restart Eclipse, and try again. Tony. Date: Mon, 12 Sep 2011 00:19

Re: Help

2011-09-12 Thread imran ismail
Hi, After I remove the plugin directory I couldn't start the eclipse. regards, Imran From: Tony HEDOUX To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:59 PM Subject: RE: Help Hi, Stop Eclipse. Make a backup of your eclipse/plugins director

[axis2-1.6.0]

2011-09-12 Thread Stadelmann Josef
Dear Java-Experts Can you please explain me which versionj of JDK I have to used for a clean build and run of axis2, rampart and other modules I like to do $ mvn -U -Drelease clean install For Axis2-1.6.0 and for Rampart 1.6.0 And then run/debug tem after deploying to an OpenVMS system I ask th

RE: Help

2011-09-12 Thread Tony HEDOUX
Hi, Sorry, eclipse/plugin was the wrong repertory. Can you try the same manipulation with "your workspace"/.plugins repertory? I've encounter the same error with win7 & Fedora, and in these two cases regenerate .plugin repertory solve it. Tony. Date: Mon, 12 Sep 2011 01:04:06 -0700 From: r

RE: Spring property injection failing in Tomcat

2011-09-12 Thread Martin Gainty
Barry $CATALALINA_HOME/webapps/WebAppName/WEB-INF/web.xml is correct spring-config.xml should be located on classpath e.g. /WEB-INF/classes Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist ver

RE: Help

2011-09-12 Thread Martin Gainty
Reproducible bug in Helios and Indigo since Oct 2010https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&id=327800for now your only option is to build and run at command lineor take the ORIGINAL source here http://eclipsesrc.appspot.com/jsrcs/org.eclipse.jst.ws.axis2.core/src/org/eclipse

RE: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-12 Thread Neil Aggarwal
Josef: > But in this case it would be the Tomcat process itself, which > seems to have insufficient privileges to create a directory. What directory is it trying to create? I am running Tomcat under a non-priviliged user account. I will try setting it up to run as root and see if that avoids th

RE: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-12 Thread Neil Aggarwal
Josef: I changed my Tomcat to run as root and I still get this error from my application: java.lang.NullPointerException at org.apache.axis2.deployment.repository.util.DeploymentFileData.getName(Deplo ymentFileData.java:69) at org.apache.axis2.deployment.repository.util.ArchiveRea

Re: Apache Community building event

2011-09-12 Thread Sagara Gunathunga
Hi Kanchana, On Mon, Sep 12, 2011 at 12:16 PM, Kanchana Welagedara wrote: > Hi Sagara > > Thank you for this notification.Excellent opportunity who are trying to > groom up in Apache Axis 2 community. There Re few folks including myself who > are interested in participating in this.The given URL

Can the policy of rampart support multiple users?

2011-09-12 Thread jing
Hi, everyone: I am using the username token authentication policy in rampart to secure my axis web service. Here is the segment of the axis configuration in my client side: http://ws.apache.org/rampart/policy";> kepler org.kepler.executionWS.client.PWHandlerClient Can I only use o

Re: Spring property injection failing in Tomcat

2011-09-12 Thread Barry Hathaway
I'm still confused. My POJO-based service resides in: $CATALALINA_HOME/webapps/axis2/WEB-INF/services I updated $CATALALINA_HOME/webapps/axis2/WEB-INF/web.xml to add the listener and contextParm. Spring now complains that it cannot find the bean for my service (com.x.x.x.x) since it now lives und

Re: Spring property injection failing in Tomcat

2011-09-12 Thread robert lazarski
On Mon, Sep 12, 2011 at 4:06 PM, Barry Hathaway wrote: > I'm still confused. > My POJO-based service resides in: > $CATALALINA_HOME/webapps/axis2/WEB-INF/services > I updated $CATALALINA_HOME/webapps/axis2/WEB-INF/web.xml > to add the listener and contextParm.  Spring now complains that it > canno

[Axis2] How to debug NPE

2011-09-12 Thread Jack Sprat
I've got a new Axis2 1.5.2 web service using XML Beans binding.  The code was generated with WSDL2Java.  I can access the WSDL using the ?wsdl link. There is a simple echo operation to test connectivity.  This yields a Null Pointer exception in the SOAP reply. My question is how do I debug this?

Re: [Axis2] How to debug NPE

2011-09-12 Thread Deepal jayasinghe
You need to do the remote debugging, or else you can setup the server code in your IDE and start a simple HTTP server and test your code. Look at "Listing 2. Deploying a POJO in Axis2" here - http://www.ibm.com/developerworks/library/ws-axis2soap/index.html Deepal > I've got a new Axis2 1.5.2 web

Re: [Axis2] How to debug NPE

2011-09-12 Thread Jack Sprat
The Websphere server is running in debug mode.  I have a breakpoint already set in the echo operation of the service class but the NPE is happening before that.  How can I debug prior to reaching the code in this service?  How can I tell where the NPE is occurring? Thanks. _

Re: [Axis2] How to debug NPE

2011-09-12 Thread Deepal Jayasinghe
Could you please send us the complete stack trace ? Deepal > The Websphere server is running in debug mode. I have a breakpoint > already set in the echo operation of the service class but the NPE is > happening before that. How can I debug prior to reaching the code in > this service? How can

Re: [Axis2] How to debug NPE

2011-09-12 Thread Jack Sprat
That is the problem.  I have no idea where the error is occurring and don't know where the error and/or stack trace is being logged.  There is nothing in system.err or system.out or any of the Websphere logs that I can see.  There is only the NPE in the SOAP reply. ___

Re: Help

2011-09-12 Thread imran ismail
Hi, Thanks for the correction, Any way still I am having the same problem. Kind regards, Imran From: Tony HEDOUX To: java-user@axis.apache.org Sent: Monday, September 12, 2011 4:42 PM Subject: RE: Help Hi, Sorry, eclipse/plugin was the wrong repertory. Ca