org.apache.axis2.AxisFault caused by java.lang.IllegalArgumentException

2009-12-17 Thread wazup80
://old.nabble.com/org.apache.axis2.AxisFault-caused-by-java.lang.IllegalArgumentException-tp26833483p26833483.html Sent from the Axis - User mailing list archive at Nabble.com.

java.lang.IllegalArgumentException ( Enumeration ) - Please help

2009-02-18 Thread Ashish Soni
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.IllegalArgumentException faultActor: faultNode: faultDetail: *{ http://xml.apache.org/axis/}stackTrace:java.lang.IllegalArgumentException

java.lang.IllegalArgumentException: Wrong target. class ...

2008-08-26 Thread O. Bigalk
:getResultListWithKeywordsAndFeatures /soapenv:Body/soapenv:Envelope Here the exception thrown. javax.ejb.EJBException: java.lang.IllegalArgumentException: Wrong target. class de.prisma.moses.webfrontend.reference.RefObjectFinderBean for public ava.util.List

Re: java.lang.IllegalArgumentException: Wrong target. class ...

2008-08-26 Thread Anne Thomas Manes
/soapenv:Body/soapenv:Envelope Here the exception thrown. javax.ejb.EJBException: java.lang.IllegalArgumentException: Wrong target. class de.prisma.moses.webfrontend.reference.RefObjectFinderBean for public ava.util.List

Re: java.lang.IllegalArgumentException: Null OutputStream specified

2008-07-29 Thread johoso
(Document document) { return document; } The following error occurs: java.lang.IllegalArgumentException: Null OutputStream specified detail Exceptionorg.apache.axis2.AxisFault: java.lang.IllegalArgumentException: Null OutputStream specified

java.lang.IllegalArgumentException: Null OutputStream specified

2008-07-22 Thread johoso
to this document or even just return the exact same document that just has been received, like this: public Document webService(Document document) { return document; } The following error occurs: java.lang.IllegalArgumentException: Null OutputStream specified detail

java.lang.IllegalArgumentException with Document/Literal...help please

2007-05-24 Thread Bauer, Michael
com.bofa.esm.selfservice.SelfServiceImpl.distributeSelfService(java.lang .String,java.lang.String,java.lang.String,boolean) throws java.lang.Exception with arguments java.lang.String,null,null,null. The arguments do not match the signature. java.lang.IllegalArgumentException

Re: java.lang.IllegalArgumentException with Document/Literal...help please

2007-05-24 Thread Martin Gainty
without making a copy. Thank you. - Original Message - From: Bauer, Michael To: axis-user@ws.apache.org Sent: Thursday, May 24, 2007 12:26 PM Subject: java.lang.IllegalArgumentException with Document/Literal...help please To all: I am stressing about this exception

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-13 Thread Sanjiva Weerawarana
=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel __ From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 10:20 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-12 Thread Ted Jones
: [Axis2] java.lang.IllegalArgumentException: null rcl More info... In debug, I can see the issue is spawning from the following call to the constructor of ReflectClassBuilder in the JamServiceFactoryImpl class (from the annogen jar): public ReflectClassBuilder(ClassLoader rcl) { if (rcl

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-12 Thread Ted Jones
@ws.apache.org Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl Perhaps this is a bug? I removed my custom wsdl and let Axis2 generate it for me. I am seeing the same issue while trying to get the class loader for the java.lang.Boolean class. I suspect since this class is in the boot

[Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-09 Thread Ted Jones
I am encountering the following exception in the Stax parser of Axis2 while rendering the results from my web service: org.apache.axiom.om.OMException: java.lang.IllegalArgumentException: null rcl I have read some threads indicating there issues related to java collections returned in Axis2. I

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-09 Thread Ted Jones
, Ted From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 2:05 PM To: axis-user@ws.apache.org Subject: [Axis2] java.lang.IllegalArgumentException: null rcl I am encountering the following exception in the Stax parser of Axis2 while

Re: java.lang.IllegalArgumentException

2006-03-15 Thread Dies Koper
] Sent: 15 March 2006 00:29 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, I do not know the conditions for them to be generated, but generated Javabean classes often get helper methods such as: - getTypeDesc - getSerializer - getDeserializer

java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
Hi, I get the following exception when calling a web service using Axis, I am calling the Web Service from a JSP page on Tomcat Any ideas how I can find out what is causing this problem {http://xml.apache.org/axis/}stackTrace:java.lang.IllegalArgumentExcepti on at

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP message. Checking the SOAP message usually helps to determine whether the problem is on the sending or receiving end. Regards, Dies William Ward wrote: Hi, I get the following exception when calling a

RE: java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
[mailto:[EMAIL PROTECTED] Sent: 14 March 2006 13:00 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP message. Checking the SOAP message usually helps to determine whether the problem

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
: java.lang.IllegalArgumentException Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP message. Checking the SOAP message usually helps to determine whether the problem is on the sending or receiving end. Regards, Dies William Ward wrote: Hi, I get the following exception when

RE: java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, We'd need to see the WSDL to see if the SOAP message is right. Unfortunately the SOAP message is rather long and complicated. You might not get any replies. As you seem to use complex structures (array

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
-Original Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 14:02 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, We'd need to see the WSDL to see if the SOAP message is right. Unfortunately the SOAP message is rather long

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
-- Initial Header --- From : angeloimm [EMAIL PROTECTED] To : Axis Axis axis-user@ws.apache.org Cc : Date : Thu, 31 Mar 2005 23:58:02 +0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null Hi all. I'm using

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
+0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null Hi all. I'm using Axis RC1.2 under JBoss 3.2.6, JDK 1.4.2_07 and Windows XP Home edition. Well... i have this simple client: package it.eng.test.client.util; import org.apache.axis.client.Call

Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-03-31 Thread angeloimm
:53,698 DEBUG [it.eng.test.client.util.SimpleAxisClient] Creating call. 2005-03-31 23:47:53,778 DEBUG [it.eng.test.client.util.SimpleAxisClient] Done!! 2005-03-31 23:47:53,828 INFO [STDOUT] java.lang.IllegalArgumentException: localPart cannot be null 2005-03-31 23:47:53,828 INFO [STDOUT