Axis 2 on Weblogic 10

2008-04-24 Thread Kahler, Jason J (US SSA)
Is there istructions somewhere on how to use axis 2 with weblogic 10. I want to build and deploy a war that can run in weblogic but will use Axis 2 jar files. Jay Kahler

External Schemas in WSDL

2008-02-21 Thread Kahler, Jason J (US SSA)
Is this still broken? Is there really no way for me to run the Maven aar plugin to build an archive that Has a WSDL with external schemas ? I try and everything builds, but I cannot get the WSDL back from my service. I don't believe supplying the full path to the schemas is possible (they

External Schemas in WSDL

2008-02-20 Thread Kahler, Jason J (US SSA)
Is this still broken. Is there really no way for me to run the Maven aar plugin to build an archive that Has a WSDL with external schemas ? I try and everything builds, but I cannot get the WSDL back from my service. I don't believe supplying the full path to the schemas is possible (they

RE: unexpected subelement

2007-10-22 Thread Kahler, Jason J (US SSA)
type=xs:anyType Anne On 10/19/07, Amila Suriarachchi [EMAIL PROTECTED] wrote: On 10/18/07, Kahler, Jason J (US SSA) [EMAIL PROTECTED] wrote: I have a wsdl that uses an xsd:any in a complexType. When I submit request via SoapUI I get Unexpected subelement value. I am using adb as my

unexpected subelement

2007-10-18 Thread Kahler, Jason J (US SSA)
I have a wsdl that uses an xsd:any in a complexType. When I submit request via SoapUI I get Unexpected subelement value. I am using adb as my databinding. Here is my WSDL snippet. xsd:complexType name=QueryTerm xsd:sequence xsd:element maxOccurs=1 minOccurs=1

IllegalAccessError

2007-10-17 Thread Kahler, Jason J (US SSA)
So I am very close to getting my Web Service ported to Axis2. I am using hibernate so I put the hibernate jars under axis2/WEB-INF/lib As well as a jar with my mapping files. When the jar with mapping files was in The aar my hibernate session loading code couldn't find them. Now that the jar w/

RE: IllegalAccessError

2007-10-17 Thread Kahler, Jason J (US SSA)
java.lang.RuntimePermission accessClassInPackage.org.hibernate.*; }; HTH/ Martin-- - Original Message - From: Kahler, Jason J (US SSA) [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, October 17, 2007 8:12 AM Subject: IllegalAccessError So I am very close to getting my Web Service

RE: IllegalAccessError

2007-10-17 Thread Kahler, Jason J (US SSA)
accessClassInPackage.org.hibernate.*; }; HTH/ Martin-- - Original Message - From: Kahler, Jason J (US SSA) [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, October 17, 2007 8:12 AM Subject: IllegalAccessError So I am very close to getting my Web Service ported to Axis2. I am using hibernate so I

RE: Soap Faults and Exception

2007-10-16 Thread Kahler, Jason J (US SSA)
Faults and Exception can you send your wsdl? On 10/15/07, Kahler, Jason J (US SSA) [EMAIL PROTECTED] wrote: I am using adb. I don't think it is a wsdl issue, because this wsdl generated Service.Exception fine using Axis 1. I also have only one method in my wsdl that throws that fault. It does

RE: NoClassDefFoundErrors ins AXIS2 aar

2007-10-15 Thread Kahler, Jason J (US SSA)
aar The jars in your lib aar directory will be loaded in a separate classloader. So you must reference those classes using that classloader. You can do this by getting the MessageContext. Chad On 10/12/07, Kahler, Jason J (US SSA) [EMAIL PROTECTED] wrote: I am building my aar using

RE: Soap Faults and Exception

2007-10-15 Thread Kahler, Jason J (US SSA)
same as the fault message then both classes would have the same package and class names. to avoid this use -p option to specify a seperate package name for wsdl namespace. On 10/12/07, Kahler, Jason J (US SSA) [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I am using Axis2 1.3 I have

RE: NoClassDefFoundErrors ins AXIS2 aar

2007-10-15 Thread Kahler, Jason J (US SSA)
dir and be done with it. _ From: Kahler, Jason J (US SSA) Sent: Monday, October 15, 2007 7:13 AM To: axis-user@ws.apache.org Subject: RE: NoClassDefFoundErrors ins AXIS2 aar Can you elaborate, I am not sure how to do this. Also others have indicated what I am doing Should

RE: NoClassDefFoundErrors ins AXIS2 aar

2007-10-15 Thread Kahler, Jason J (US SSA)
in the aar. How is it possible that axis can't find it ? I mean the first call in the execution chain is in a Service class in the exact same package ? _ From: Kahler, Jason J (US SSA) Sent: Monday, October 15, 2007 8:15 AM To: axis-user@ws.apache.org Subject: RE: NoClassDefFoundErrors

RE: NoClassDefFoundErrors ins AXIS2 aar

2007-10-15 Thread Kahler, Jason J (US SSA)
the proper classloader, but I may not have access to make Those changes in the offending classes. I am just really stuck here. _ From: Kahler, Jason J (US SSA) Sent: Monday, October 15, 2007 9:59 AM To: axis-user@ws.apache.org Subject: RE: NoClassDefFoundErrors ins AXIS2 aar

NoClassDefFoundErrors ins AXIS2 aar

2007-10-12 Thread Kahler, Jason J (US SSA)
I am building my aar using the maven2 pluggin. Everything builds but when I deploy I get NoClassDefFound ERRORS all over. This was working as a war in tomcat using axis 1. All the required jars are in myArr.arr/lib what could be wrong ? Jay

Soap Faults and Exception

2007-10-12 Thread Kahler, Jason J (US SSA)
I am using Axis2 1.3 I have defined a custom Fault in my WSDL. It worked fine using axis 1. But now when I run WSDL2code via the maven2 pluggin I get errors when I try to compile my classes such as: java:[63,17] incompatible types found : wfnp.ServiceException required:

using log4j.properties

2007-10-11 Thread Kahler, Jason J (US SSA)
Is the a way to use separate log4j.properties files for different services ? If so how do I add the property file to my aar file ? I am using the maven2 plugin.

Deserializing XML to AXIS generated classes.

2006-03-29 Thread Kahler, Jason J \(US SSA\)
Ive written a WDSL for my service and I use axis to generate all the JAVA classes necessary. I want to populate my fooIMPL.java class with data from An XML file that satisfies foo.xsd (the shema included in my wsdl) fo testing purposes. Does axis have a way for me to programmatically

WSDLtoJava generates bizare code

2006-03-22 Thread Kahler, Jason J \(US SSA\)
When I run wsdl2java on a certain wsdl file is generates code like this: public class VectorType extends double[] implements java.io.Serializable { private org.apache.axis.types.PositiveInteger dimension; // attribute public VectorType() { } // Simple Types must have a