my ejb-jar.xml is like this:
- <ejb-jar>
| - <assembly-descriptor>
| - <interceptor-binding>
| <ejb-name>*</ejb-name>
|
<interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
| </interceptor-binding>
| </assembly-descriptor>
| </ejb-jar>
should I config the service endpoint in ejb.jar.xml? if so, how? just wonering why I can
still get the web service started (as least job server tells me so)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962784#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...