[JBoss-user] [Installation, Configuration Deployment] - ejb/web services on one port, .war on another?

2006-05-18 Thread khelenek
Hi, I have a .war file which calls an ejb .jar on the same server. That ejb also exposes some web services. I'd like to have the .war file be accessible on one port, say 80, and the web services on another, say 8080, so that I can block access to one or the another in a firewall. Is that

[JBoss-user] [JBossWS] - question about webservicehost and jboss.bind.address

2005-07-11 Thread khelenek
I realize that jbossws will replace my soap address in my wsdl file with the jboss.bind.address property on a successful deploy. That property appears to be just the simple hostname though - the name of the computer. I want it to be the name plus the domain, so myname.mydomain.com:8080

[JBoss-user] [JBoss.NET SOAP] - Re: non-primitive object as method param

2004-06-15 Thread khelenek
Jason - thanks very much. I tried the 3.2.4 edition w/o luck, so I submitted this as a bug. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838871#3838871 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838871

[JBoss-user] [JBoss.NET SOAP] - non-primitive object as method param

2004-06-02 Thread khelenek
Hi, So I successfully deployed my ejb as a web service, but when I generated my axis client classes (using wsdl2java) the Boolean parameter in my method is now a boolean primitive in the client stub. I looked at the wsdl that jboss-net creates and it does not denote anywhere that the