[JBoss-user] [JBossWS] - java-wsdl generating namespaces with jaws suffix

2006-05-26 Thread asacamano
I'm hoping for an clue about where I can find more info on the JAWS v2.0 spec referenced in WSDLUtils.java. As far as I can tell its either Java Web Start, or the new JBoss container managed persistance framework - both of which leave me a bit baffled as to why they'd be in the WSDLUtils class.

[JBoss-user] [JBossWS] - Re: WSTools Errors

2006-05-26 Thread asacamano
Ah - nevermind about the source code - I found it in the Wiki... For anyone else looking, search for jbossws subversion source in the wiki. The trick is that JBossWS is part of the jboss trunk (JDK 1.5) backported to JDK 1.4 as a thirdparty jar for inclusion in 4.0.4. View the original post :

[JBoss-user] [JBossWS] - Re: Error when returning an array

2006-05-26 Thread asacamano
Hi, Couple of thoughts - I haven't used inner classes in any of my WS interface classes, and Id be a bit nervous about it, just based on the naming issues. Also, I've found that arrays are best handled wrapped inside another class, that just contains that array. So instead of public Foo[] b

[JBoss-user] [JBossWS] - Re: WSTools Errors

2006-05-25 Thread asacamano
"parikhm" wrote : jboss-4.0.4.GA with jdk 1.5 | | Running WSTools from the command line , I get | | log4j:WARN No appenders could be found for logger (org.jboss.ws.tools.WSTools). | log4j:WARN Please initialize the log4j system properly. | Exception in thread "main" org.jboss.xb.bi