<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: jboss6 final and jbossws 3.4.0
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/abr">Antoine Brun</a> in <i>JBoss Web Services</i> - <a href="http://community.jboss.org/message/578927#578927">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><blockquote class="jive-quote"><p>Alessio Soldano wrote:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>OK, here you go: <a class="jive-link-external-small" href="http://jboss.org/jbossws/downloads" target="_blank">http://jboss.org/jbossws/downloads</a> (JBossWS 3.4.1 binary downloads, check the Install.txt as usual for installation information)</p></blockquote><p>I've downloaded the binary.</p><p>First I installed it in my jboss 6 install.</p><p>Then I tried to deploy my application.</p><p>First the EJB seemed to be correctly deployed:</p><p><span style="font-family: courier new,courier;">...<br/></span></p><p><span style="font-family: courier new,courier;">10:45:32,798 INFO&#160; [org.jboss.ejb3.instantiator.deployer.BeanInstantiatorDeployerBase] Installed org.jboss.ejb3.instantiator.impl.Ejb31SpecBeanInstantiator@c6bb9a into MC at org.jboss.ejb.bean.instantiator/ubi-api/ubi-api-ejb/ConfProfileBean<br/>1<br/></span></p><p><span style="font-family: courier new,courier;">...</span></p><p>then the WSDL:</p><p><span style="font-family: courier new,courier;">...<br/></span></p><p><span style="font-family: courier new,courier;">10:45:41,224 INFO&#160; [org.jboss.wsf.stack.jbws.WSDLFilePublisher] WSDL published to: file:/home/abr/workspace/jboss-6.0.0.Final/server/ubiqube/data/wsdl/ubi-api.ear/ubi-api-ejb.jar/VpnService.wsdl<br/></span></p><p><span style="font-family: courier new,courier;">...</span></p><p>then the endpoints:</p><p><span style="font-family: courier new,courier;">...<br/></span></p><p><span style="font-family: courier new,courier;">10:45:42,242 INFO&#160; [org.jboss.wsf.framework.management.DefaultEndpointRegistry] register: jboss.ws:context=webapi,endpoint=FirewallBean<br/></span></p><p><span style="font-family: courier new,courier;">...</span></p><p>then I get</p><p><span style="font-family: courier new,courier;">...<br/></span></p><p><span style="font-family: courier new,courier;">10:45:42,456 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel] Created KernelDeployment for: ubi-api-ejb.jar<br/>10:45:42,460 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel] installing bean: jboss.j2ee:ear=ubi-api.ear,jar=ubi-api-ejb.jar,name=VoipProfileBean,service=EJB3<br/>10:45:42,460 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160; with dependencies:<br/>10:45:42,460 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160; and demands:<br/>10:45:42,460 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160;&#160;&#160; jboss-injector:topLevelUnit=ubi-api.ear,unit=ubi-api-ejb.jar,bean=VoipProfileBean; Required: Described<br/>10:45:42,460 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160;&#160;&#160; jboss.ejb:service=EJBTimerService; Required: Described<br/>10:45:42,460 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160;&#160;&#160; jboss-switchboard:appName=ubi-api,module=ubi-api-ejb; Required: Create<br/>10:45:42,461 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160; and supplies:<br/>10:45:42,461 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160;&#160;&#160; jndi:VoipProfileBean/remote<br/>10:45:42,461 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160;&#160;&#160; Class:com.ubiqube.api.interfaces.deprecated.profil.voip.VoipProfileService<br/>10:45:42,461 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel]&#160;&#160;&#160;&#160; jndi:ubi-api/VoipProfileBean/remote-com.ubiqube.api.interfaces.deprecated.profil.voip.VoipProfileService<br/>10:45:42,466 INFO&#160; [org.jboss.ejb3.deployers.JBossASKernel] Added bean(jboss.j2ee:ear=ubi-api.ear,jar=ubi-api-ejb.jar,name=VoipProfileBean,service=EJB3) to KernelDeployment of: ubi-api-ejb.jar</span></p><p><span style="font-family: courier new,courier;">..</span></p><p><span style="font-family: courier new,courier;">10:45:46,121 INFO&#160; [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:</span></p><p><span style="font-family: courier new,courier;"><br/></span></p><p><span style="font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; CDRBean/remote - EJB3.x Default Remote Business Interface<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ubi-api/CDRBean/remote-com.ubiqube.api.interfaces.profile.voip.CDRService - EJB3.x Remote Business Interface</span></p><p><span style="font-family: courier new,courier;"><br/></span></p><p><span style="font-family: courier new,courier;">10:45:46,121 WARN&#160; [org.jboss.ejb3.TimerServiceContainer] EJBTHREE-2193: using deprecated TimerServiceFactory for restoring timers</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>And then it fails with </strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier;">10:45:46,133 INFO&#160; [org.jboss.ejb3.session.SessionSpecContainer] Stopping jboss.j2ee:ear=ubi-api.ear,jar=ubi-api-ejb.jar,name=CDRBean,service=EJB3<br/>10:45:46,137 INFO&#160; [org.jboss.ejb3.EJBContainer] STOPPED EJB: com.ubiqube.api.ejb.profile.voip.CDRBean ejbName: CDRBean<br/>10:45:46,140 INFO&#160; [org.jboss.ejb3.session.SessionSpecContainer] Stopping jboss.j2ee:ear=ubi-api.ear,jar=ubi-api-ejb.jar,name=VpnWS,service=EJB3<br/>10:45:46,141 INFO&#160; [org.jboss.ejb3.EJBContainer] STOPPED EJB: com.ubiqube.api.ws.endpoints.vpn.VpnWS ejbName: VpnWS<br/>10:45:46,145 INFO&#160; [org.jboss.ejb3.session.SessionSpecContainer] Stopping jboss.j2ee:ear=ubi-api.ear,jar=ubi-api-ejb.jar,name=SecurityBean,service=EJB3<br/>10:45:46,146 INFO&#160; [org.jboss.ejb3.EJBContainer] STOPPED EJB: com.ubiqube.api.ejb.common.security.SecurityBean ejbName: SecurityBean<br/>10:45:46,151 WARN&#160; [org.jboss.kernel.plugins.dependency.StartStopLifecycleAction] Error during stop for jboss-switchboard:appName=ubi-api,module=ubi-api-ejb,name=ConfigurationVariableWS: javax.naming.NameNotFoundException: ORB not bound<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) [:5.0.5.Final]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) [:5.0.5.Final]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jnp.server.NamingServer.unbind(NamingServer.java:349) [:5.0.5.Final]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jnp.interfaces.NamingContext.unbind(NamingContext.java:873) [:5.0.5.Final]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.util.naming.Util.unbind(Util.java:151) [jboss-common-core.jar:2.2.17.GA]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.util.naming.Util.unbind(Util.java:141) [jboss-common-core.jar:2.2.17.GA]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.switchboard.mc.SwitchBoardImpl.unbindFromRelevantContext(SwitchBoardImpl.java:303) [:1.0.0-alpha-15]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.switchboard.mc.SwitchBoardImpl.stop(SwitchBoardImpl.java:102) [:1.0.0-alpha-15]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_23]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_23]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_23]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_23]<br/></span></p><p><span style="font-family: courier new,courier;"><br/></span></p><p><span style="font-family: arial,helvetica,sans-serif; ">I have no idea what this ORB is...</span></p><p><span style="font-family: arial,helvetica,sans-serif; ">The full deployement log (server.log) is attached to the message.</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: arial,helvetica,sans-serif; ">So I tried to run the jbossws 3.4.1 included tests: ant tests.</span></p><p><span style="font-family: arial,helvetica,sans-serif; ">They all failed (attached the tests reports)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: arial,helvetica,sans-serif; ">Antoine<br/></span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/578927#578927">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>