no web-module. only an ejb-module. if i use a "dummy"-webmodule and deploy as an ear together with the ejb-module, is the local-ejb specified in the dummy-web.xml visible(through jndi?) in my...
Type: Posts; User: muku; Keyword(s):
no web-module. only an ejb-module. if i use a "dummy"-webmodule and deploy as an ear together with the ejb-module, is the local-ejb specified in the dummy-web.xml visible(through jndi?) in my...
yes, this works as expected. using @Remote and <jee:remote-slsb ...> and mapped-jndi-nbame of the remote-slsb. i knew it work fine with glassfish.
but this is not want i want. i need to...
nobody ever solved this problem?
hi there,
i try to to use a Local EJB3 StatelessBean within my Spring-POJO.
@Local(MyLocal.class)
@Stateless(name="MyBean", mappedName="MyBean")
public class MyBean implements...
could you please post your complete spring <jee:local-slsb .../> tag as well as your local session-bean?
i am using glassfish v21 and i try to use local slsb in my spring-bean.
thanks....