[jboss-user] [EJB 3.0] - Re: Deployment Descriptor Overriding Not Working?

jaikiran do-not-reply at jboss.com
Thu Oct 23 04:07:57 EDT 2008


Try this- In your ejb-jar.xml, change:

<remote>de.fhw.komponentenarchitekturen.knauf.stateless.GeometricModelRemote</remote>
  | <local>de.fhw.komponentenarchitekturen.knauf.stateless.GeometricModelLocal</local>
  | 

to (in this order)

<business-local>de.fhw.komponentenarchitekturen.knauf.stateless.GeometricModelLocal</business-local>
  | <business-remote>de.fhw.komponentenarchitekturen.knauf.stateless.GeometricModelRemote</business-remote>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184066#4184066

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184066



More information about the jboss-user mailing list