Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-24 Thread Jojo
Hi, I was able to resolve the issues and run all the test cases. I have attached a zip file to the JIRA, which you can find at: https://issues.apache.org/jira/secure/attachment/12339477/tuscany-sca-tools.zip In the M1 version, there was a dependancy on

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-24 Thread Rick
Jojo, Thanks, Any chance you could provide an svn diff patch with what is in the current svn codebase? Thanks. Jojo wrote: Hi, I was able to resolve the issues and run all the test cases. I have attached a zip file to the JIRA, which you can find at:

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-23 Thread Jojo
Thanks Chris ! I will try doing that. On 8/22/06, Chris Wall [EMAIL PROTECTED] wrote: Hey Jojo. I ran into this last week. I added stax-1.2.0.jar to the classpath/classloader. On 8/22/06, Jojo [EMAIL PROTECTED] wrote: Hi, I was trying to get some java2wsdl test case running, but got

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-23 Thread ant elder
Jojo, it should be picking up the Woodstox jar (eg, wstx-asl-2.9.3.jar), this error is saying it can't find that jar. Is that jar in your classpath? Could you describe a bit more how you're try to run this - in eclipse or mvn, is the code in SVN so I can try? ...ant On 8/22/06, Jojo [EMAIL

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-23 Thread Jojo
Hi Ant, Thanks for looking into this. Unfortuately I had a machine crash sometime back and trying to recover. So I won't be able to give you a patch. And the code is not yet in SVN. I am trying to run it usig Maven. I will try to give you a zip file with the code. Thanks and regards, jojo. On

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-22 Thread Jojo
Hi, I was trying to get some java2wsdl test case running, but got stuck with the following error : javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72) at

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-22 Thread Chris Wall
Hey Jojo. I ran into this last week. I added stax-1.2.0.jar to the classpath/classloader. On 8/22/06, Jojo [EMAIL PROTECTED] wrote: Hi, I was trying to get some java2wsdl test case running, but got stuck with the following error : javax.xml.stream.FactoryConfigurationError: Provider

[jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-21 Thread Rick Rineholt (JIRA)
Port WSDL2Java and Java2WSDL from M1 Key: TUSCANY-651 URL: http://issues.apache.org/jira/browse/TUSCANY-651 Project: Tuscany Issue Type: Improvement Components: Java SCA Tools Affects

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-21 Thread Venkata Krishnan
Rick, I can with this. Please let me know what else needs to be done to the existing code in M1 in the context of M2 after you have moved the code over to the current trunk. Thanks - Venkat On 8/22/06, Rick Rineholt (JIRA) tuscany-dev@ws.apache.org wrote: Port WSDL2Java and Java2WSDL