users@glassfish.java.net

Re: Problem deploying a WebApp on glassfish 2.1.1

From: <glassfish_at_javadesktop.org>
Date: Tue, 13 Apr 2010 07:55:12 PDT

I put the annotations. I can't attach the application, sorry. If you need more, tell me and i try to attach.

Thanks folks.


@Stateless(name="SerTel", mappedName="csact/ejb/UpDispatcher")
@TransactionManagement(TransactionManagementType.BEAN)
@WebService(name="UpDispatcher",
        serviceName="SerTel",
        targetNamespace="telecarga")
@SOAPBinding(style=SOAPBinding.Style.RPC,
        use=SOAPBinding.Use.LITERAL,
        parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)
@Resources({
        @Resource(
                mappedName="jdbc/ds/csactDS",
                authenticationType=AuthenticationType.CONTAINER,
                name="jdbc/ds/csactDS",
                type=javax.sql.DataSource.class),
        @Resource(mappedName="jdbc/ds/voymdurDS",
                authenticationType=AuthenticationType.CONTAINER,
                name="jdbc/ds/voymdurDS",
                type=javax.sql.DataSource.class)})
[Message sent by forum member 'deltodo']

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