Hi there...First of all i'm reaaaally sorry to get back lo life this post...but im going crazy and this post seams like the most solid clue so far....
I have a jboss seam project which uses jboss ws...I have to move to jboss 6 in order to have hibernate envers (I already tried configuring hibernate 3.5 o jboss 5...and got to a dead end), I always have worked with jboss 5 (and my production enviroment is on jboss 5 and works just great)...but now that im triying to move to jboss 6 I'm getting really stucked with the same exception:
19:36:34,659 WARN [StartStopLifecycleAction] Error during stop for jboss-switchboard:appName=Salarix2,module=Salarix2,name=FormulationService: javax.naming.NameNotFoundException: ORB not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) [:5.0.5.Final]
at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) [:5.0.5.Final]
at org.jnp.server.NamingServer.unbind(NamingServer.java:349) [:5.0.5.Final]
at org.jnp.interfaces.NamingContext.unbind(NamingContext.java:873) [:5.0.5.Final]
at org.jboss.util.naming.Util.unbind(Util.java:151) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.naming.Util.unbind(Util.java:141) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.switchboard.mc.SwitchBoardImpl.unbindFromRelevantContext(SwitchBoardImpl.java:303) [:1.0.0-alpha-15]
at org.jboss.switchboard.mc.SwitchBoardImpl.stop(SwitchBoardImpl.java:102) [:1.0.0-alpha-15]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_22]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_22]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_22]
I already installed the jbossws-cxf-3.4.1.GA but nothing changed...Any help whould be reaaaaaally apreciated...I been around this for the last two days :s