Howto specify BeanSerializer for Complex DataType in Jax-Ws using axis2

2010-08-25 Thread Martin Makundi
Hi! I have posed a question about Howto specify BeanSerializer for Complex DataType in Jax-Ws using axis2 at http://stackoverflow.com/questions/3545492/howto-specify-beanserializer-for-complex-datatype-in-jax-ws-using-axis2 Anybody knows how to help? ** Martin --

Re: Can not cast oracle.sql.ARRAY to oracle.sql.ARRAY

2010-08-25 Thread Gary Peskin
If you change your code to: System.err.println( "Got class " + o.getClass() + "; loader = " + o.getClassLoader()); and then add System.err.println("New class " + oracle.sql.ARRAY.class.getClassLoader()); it should give you an idea as to what's going on. HTH, Gary

Newline character in axis2 response message

2010-08-25 Thread balaji hari
hi, we use axis2 1.5.1 pojo webservice where service returns xml string. We noticed through tcpmon that axis serializes xml special characters Here is a snippet from tcpmon (output from axis2 POJO service). <name>resource_LGPD_C1A2_ADDRESS_PEER</name>\x00a <paramNumber>78</par

RE: Can not cast oracle.sql.ARRAY to oracle.sql.ARRAY

2010-08-25 Thread Neil Youngman
Thanks for that. Under Tomcat5 the app would not work if I did not have the jar in both locations. I was used a pooled database connection set up in Tomcat and Axis2 did not get the jar from the Tomcat library. This seems to have changed under Tomcat6 and removing the version under WEB-INF/lib/

Re: Can not cast oracle.sql.ARRAY to oracle.sql.ARRAY

2010-08-25 Thread ceri tandogan
Title: Can not cast oracle.sql.ARRAY to oracle.sql.ARRAY Hi,1)Do not put the same jar in /usr/local/tomcat/lib/ and in /WEB-INF/lib/  try the one of them. Jars placed in /usr/local/tomcat/lib/ should be the first loaded ones.2) Why is it not enough to use only ojdbc14.jar?  why you include classes

Re: Exception during codegen for xsd:integer type in wsdl

2010-08-25 Thread LavanyaKC
Can someone help me on this? Thanks, Lavanya. LavanyaKC wrote: > > When we try to use Axis2 code generation API for a wsdl which uses > xsd:integer, it gives the following exception: > > org.apache.axis2.wsdl.codegen.CodeGenerationException: > org.apache.axis2.wsdl.codegen.CodeGenerationExce

Can not cast oracle.sql.ARRAY to oracle.sql.ARRAY

2010-08-25 Thread Neil Youngman
I have an app that was working find under Java 1.4, Tomcat5 and Axis2 1.4. Under Java 1.6, Tomcat6 and Axis2 1.4 it seems to be mostly working, but there is one exception that I can not seem to get rid of. Caused by: java.lang.ClassCastException: oracle.sql.ARRAY cannot be cast to oracle.sql.A