We use SeamTest, TestNG, EEJB3 and Maven 2 all the time without a problem so I
can guarantee that it does work.
You probably just need to override SeamTest's initServletContext method in your
TestNG class with this...
| public void initServletContext(Map initParams) {
| initParams.put(Init.COMPONENT_CLASSES, Ejb.class.getName());
| initParams.put(Init.JNDI_PATTERN, "#{ejbName}/local");
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952250#3952250
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952250
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user