[jboss-user] [JBossWS] - soap:address location not fully qualified (JSR-181)

2007-02-05 Thread guurk
I'm using JSR-181 to create my WSDLs from annotations at deploy time. However, I'm having a little problem. The soap:address location string is being created with the machines hostname only, not the fully qualified hostname. This makes it so that clients try to look things up only locally. Is

[jboss-user] [JBossWS] - Collection in java - wsdl for wstools

2006-12-27 Thread guurk
JSR-181 deploying a ejb3 stateless as a web service using JBossIDE. JBoss 4.0.5.GA JBossIDE 2.0.0 Beta 2 JDK 1.5.0_08 On a method: | @javax.jws.WebMethod() | public CollectionNews getNews() { | } | where News is an ejb3 entity bean (complex type): | @Entity | @Table( name =

[jboss-user] [JBossWS] - Re: Collection in java - wsdl for wstools

2006-12-27 Thread guurk
Ok, I've gone through the Axis website which it appears the wstools is based on. Based on the documentation there, there is no 'proper' way to do collections, it's really up to the implementer.. From http://ws.apache.org/axis/java/user-guide.html#HowYourJavaTypesMapToSOAPXMLTypes anonymous

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-12-21 Thread guurk
Interestingly I needed to use this same trick (commenting out the authentication interceptor) for JBossIDE to see the server status as well. This is not just a netbeans issue. I'm looking into if there is a way to specify the user/password for the IDE to do what it needs to. View the original

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-12-21 Thread guurk
Ok, I found it in the JBossIDE forums: http://www.jboss.com/index.html?module=bbop=viewtopict=94555postdays=0postorder=ascstart=10 I don't know if this would help in NetBeans. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995785#3995785 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-17 Thread guurk
What is the difference b/t the server types JBoss and JBoss Inc? I was getting the same problem with the Finish button not being available for a selected server instance installed as an EJB3 server installation. This was when I set up my server installation as a JBoss v4.0 server type.