users@glassfish.java.net

Webservice will not start if <alt-dd> entry is available.

From: <glassfish_at_javadesktop.org>
Date: Tue, 09 Sep 2008 03:14:55 PDT

Hello,
we have following Problem. If there is an alt-dd entry in our application xml, glassfish doesn't generate the webservice.xml. The webservices are working after a deployment, but when we restart the domain, they aren't started, so we have to deploy again.
If there is no alt-dd entry everything work fine.

We need use the alt-dd to configure one EJB like this.

</ejb-jar>
        <display-name>one-jar</display-name>
        <enterprise-beans>
                <session>
                        <ejb-name>DelegatorBean</ejb-name>
                        <ejb-local-ref>
                                <ejb-ref-name>consumer</ejb-ref-name>
                                <local>package.IConsumer</local>
                                <ejb-link>demo.jar#DemoConsumer</ejb-link>
                        </ejb-local-ref>
                </session>
        </enterprise-beans>
</ejb-jar>

Is it a bug of glassfish or is there another solution?

Thanks for your help!

Johannes
[Message sent by forum member 'johgoe' (johgoe)]

http://forums.java.net/jive/thread.jspa?messageID=298010