By any chance do you set the following property in your run.{sh/conf/bat} file ?
-Dcom.sun.management.jmxremote
I was having the exact same problem, when I had the above string, in my run.conf. I had put it there to enable jmx local agent, so that I can use jconsole against jboss.
But somehow , having this property, prevented, the NativeServerConfig MBean from being published.
Once I removed the string from my run.conf , the problem went away.
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079327#4079327
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079327
I'm using Jboss behind apache.
'/jbossws/services' works fine, the wsdls's work fine, but the actual services don't work. They do work if I connect directly on port 8080, but not through apache. Everything else is working fine through apache.
If I try connecting a browser to the actual service via apache, instead of seeing the service I just get "http GET not supported".
Anyone know what I'm doing wrong ?
I'm using jboss 4.2.1, jbossws 2.0.1, apache2 on another machine, jk 1.2, all on gentoo.
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079088#4079088
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079088
Hi All!
I cannot not manage to create a deployment in Boss-5.0.0.Beta2
where I import schemas by relative paths. Using "../"-paths are not allowed (getting an exception telling me that parent paths are not allowed). Parent paths are allowed in JBossWS 1.2.1.GA on JBoss 4.0.5.GA.
What I'm actually doing is that I create my wsdl and schema files by hand, i.e. contract first development. Then I create an endpoint provider to handle incoming requests.
In the endpoint I set the wsdl location to WEB-INF/wsdl/... This is working, JBoss finds my wsdl file but cannot resolve schema the relative path of imported schemas.
Does anyone know how to solve this problem?
Thanks
Oskar
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079033#4079033
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079033