[jira] Commented: (AXIS2-3164) wsdl2java ADB client creates 'staticabstract' instead of 'static abstract'

2007-09-04 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524980 ] Amila Chinthaka Suriarachchi commented on AXIS2-3164: - can you generate the code with -u option a

Re: Regarding Axis 2 & Axis 1 coexistence

2007-09-04 Thread Amila Suriarachchi
On 9/5/07, Rajesh, Peter (CLAIMS, WIP) <[EMAIL PROTECTED]> wrote: > > Thanks. But for example the YearMonth class package is > org.apache.axis.types in Axis 1 & the package in Axis2 is > org.apache.axis2.databinding.types > > We have used the YearMonth in Axis1 in our source file, so if we copy > t

[jira] Created: (AXIS2-3167) Axis2, GSoap, and Character Sets

2007-09-04 Thread Martin Smith (JIRA)
Axis2, GSoap, and Character Sets Key: AXIS2-3167 URL: https://issues.apache.org/jira/browse/AXIS2-3167 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: transports Affects Versions: 1.3

Re: [AXIS2] : Help required : getting a zip file using AXIS2 + AXIOM

2007-09-04 Thread Thilina Gunarathne
Hi, AFAIKS the problem lies in the code where you are trying to create the byte[]. Also make sure that the zip file is created correctly in he file system of your server. I would recommend you to use the FileDataSource directly rather than using a ByteArrayDataSource. With that you'll be able to c

AXIS2 : Help required : getting a zip file using AXIS2 + AXIOM

2007-09-04 Thread Sushil Dodake
-- Forwarded message -- From: Sushil Dodake <[EMAIL PROTECTED]> Date: Sep 4, 2007 6:47 PM Subject: Re: Help required : getting a zip file using AXIS2 + AXIOM To: Thilina Gunarathne <[EMAIL PROTECTED]> Hi, Thanks you very much for a very prompt reply.. I have also sent this mail to

Fwd: AXIS2 : Help required : getting a zip file using AXIS2 + AXIOM

2007-09-04 Thread Sushil Dodake
-- Forwarded message -- From: Sushil Dodake <[EMAIL PROTECTED]> Date: Sep 4, 2007 6:49 PM Subject: AXIS2 : Help required : getting a zip file using AXIS2 + AXIOM To: axis-dev@ws.apache.org -- Forwarded message -- From: Sushil Dodake <[EMAIL PROTECTED]> Date: Sep 4

Re: Transactional JMS.

2007-09-04 Thread Rajith Attapattu
On 9/4/07, Maciej Szefler <[EMAIL PROTECTED]> wrote: > > Rajith, > > Your take appears to be based on the assumption that AXIS is communicating > with the JMS provider directly (that is outside of a managed environment). > In a managed environment the connection/session creation would not be an > i

RE: Regarding Axis 2 & Axis 1 coexistence

2007-09-04 Thread Rajesh, Peter (CLAIMS, WIP)
Thanks. But for example the YearMonth class package is org.apache.axis.types in Axis 1 & the package in Axis2 is org.apache.axis2.databinding.types We have used the YearMonth in Axis1 in our source file, so if we copy the axis jar file from Axis2 will it not create ambiguity? Thanks & Regards,

Re: Transactional JMS.

2007-09-04 Thread Maciej Szefler
Rajith, Your take appears to be based on the assumption that AXIS is communicating with the JMS provider directly (that is outside of a managed environment). In a managed environment the connection/session creation would not be an issue since these would be pooled objects, with automatic transact

Re: Regarding Axis 2 & Axis 1 coexistence

2007-09-04 Thread Davanum Srinivas
Yes, they should work together. Please use the newer version of wsdl4j jar in axis2 instead of the one on Axis1. thanks, dims On 9/4/07, Rajesh, Peter (CLAIMS, WIP) <[EMAIL PROTECTED]> wrote: > > > > Good Day, > > This is regarding a doubt we have about the coexistence of the older version > of A

Regarding Axis 2 & Axis 1 coexistence

2007-09-04 Thread Rajesh, Peter (CLAIMS, WIP)
> Good Day, > > This is regarding a doubt we have about the coexistence of the older > version of Axis and the Axis2 in the Weblogic server > > Some application which are deployed in Weblogic server are using old > version of Axis like axis1_4, now we are doing an enhancement which > needs to use

Re: axis-castor : unable to find fieldDescriptor

2007-09-04 Thread WJ Krpelan
Hi Generally, only standard xml-schema-data types are being provided out of the box. The easy way to do it is to break it up into standard data types. Else I'm sure IBM is selling some serializing support for its special data types. Cheers --- Thomas Beaujard <[EMAIL PROTECTED]> wrote: > Hello >

Re: Re : Re : Tr : Axis problem returning byteArray

2007-09-04 Thread WJ Krpelan
Hello, As it works with me, I'd suspect there is something wrong with your xsd-File or your WSDL-File Can I have a look at the WSDL? Cheers --- Thomas Beaujard <[EMAIL PROTECTED]> wrote: > Hi > > Here is the SOAP-trace: > > HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 > Date: Tue, 04 Se

Re: Transactional JMS.

2007-09-04 Thread Rajith Attapattu
Maciej, Currently there are a few problems with doing this. Lets identify the issues a) We create a new connection for each invocation (sending messages) b) Hence we create a new session for each invocation. c) When creating a session for receiving as well as sending transacted is set to true - no

Re: [Axis2] Test Failure

2007-09-04 Thread Brian De Pradine
Thanks, it's fixed now. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Deepal jayasinghe <[EMAIL PROTECTED]> wrote on 04/09

Transactional JMS.

2007-09-04 Thread Maciej Szefler
Hi, I've been unable to find anything on the topic in Nabble, so I thought I'd ping you all, and Asankha in particular regarding transactions in the JMS transport implementation. In ODE we'd like to be able to consume/send messages through AXIS' JMS transport. That in itself is not a problem. Howe

[jira] Commented: (AXIS2-1820) javax.xml.stream.XMLStreamException: problem accessing the parser when using NTLM and stubs generated by xmlbeans

2007-09-04 Thread Patrik Nordwall (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524713 ] Patrik Nordwall commented on AXIS2-1820: setAllowedRetry doesn't work for me with basic auth and xmlbeans. I

[jira] Commented: (AXIS2-3164) wsdl2java ADB client creates 'staticabstract' instead of 'static abstract'

2007-09-04 Thread Nikolaus Krismer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524705 ] Nikolaus Krismer commented on AXIS2-3164: - same problem here ...i run the wsdl2java operation using ANT:

axis-castor : unable to find fieldDescriptor

2007-09-04 Thread Thomas Beaujard
Hello I am trying the example from this link : http://www.ibm.com/developerworks/webservices/library/ws-castor/ And I get the following error : org.xml.sax.SAXException: Unable to marshall between XML and Castor Objects :unable to find FieldDescriptor for 'DOC_ID' in ClassDescriptor of GMDSREQCT

Re : Re : Tr : Axis problem returning byteArray

2007-09-04 Thread Thomas Beaujard
Hi Here is the SOAP-trace: HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 Date: Tue, 04 Sep 2007 11:10:43 GMT Server: Apache-Coyote/1.1 Connection: close 37 80 68 70 45 4913 As you can see the tag CONTENT appears many times with a type byte, whereas it should only appear once with

Re: [Axis2] Test Failure

2007-09-04 Thread Deepal jayasinghe
Yes , I am also getting the same exception Thanks Deepal > > Hello Amila, > > Sorry, but this still doesn't work. I get the same error as before, as > shown below. I think there may be an > extra slash before the drive letter, F: in this case, that probably > shouldn't be there. > > Running org.ap

Re: [Axis2] Test Failure

2007-09-04 Thread Brian De Pradine
Hello Amila, Sorry, but this still doesn't work. I get the same error as before, as shown below. I think there may be an extra slash before the drive letter, F: in this case, that probably shouldn't be there. Running org.apache.axis2.xmlbeans.WSDL2Java1Test Retrieving schema at 'wsat.xsd', rela

[jira] Commented: (AXIS2-2996) CORBA module for Axis2

2007-09-04 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524670 ] Deepal Jayasinghe commented on AXIS2-2996: -- Thx for the patch I will apply that today , once Amila fix the b

[jira] Updated: (AXIS2-2996) CORBA module for Axis2

2007-09-04 Thread Eranga Jayasundera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eranga Jayasundera updated AXIS2-2996: -- Attachment: corba.2.tar.gz Since the first patch seems to be outdated I have attached a