[ 
https://issues.apache.org/jira/browse/TUSCANY-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514806
 ] 

Raymond Feng commented on TUSCANY-1454:
---------------------------------------

Hi,

Thank you for reporting the problem. I have found the issue in 
org.apache.tuscany.sca.databinding.xml.XMLStreamReader2Node.java which re-uses 
the same DOM document for multiple requests. I'll fix it.

There is also an issue in the test client. The element name should be "name" 
instead of "Text" for the "getGreetings" request.

BTW, I would appreciate if you can use "zip" to create the archive instead of 
"rar" next time. I don't see many open source utilities that can open this 
format :-)

Thanks,
Raymond

> binding.ws malfunction with customer data types
> -----------------------------------------------
>
>                 Key: TUSCANY-1454
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1454
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-Next
>         Environment: winXP, java5, sca java svn
>            Reporter: 耿韶光
>            Assignee: Raymond Feng
>         Attachments: Tuscany.0717.rar
>
>
> I was working with Tuscany's binding.ws these two days, I established a 
> service provider. I found that if the element type is base types(xsd type 
> such as int, string), it worked find.
> Since I remember a mail in the list has metiond complexTypes doesn't work 
> some what.
> So I tried this out, and, it was OOOO. The service just worked the first time 
> it was accessed, then I refused to work any more.
> I traced the code for some depth, I found the error came from a dom instance 
> was always held, and the same dom serves all the following request, then a 
> error checking method produces a Exception.
> I will look into these code next monday, for the time being, I cry this out, 
> wish some one could devote.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to