Page 1 of 1

About Question enthuware.oce-ejbd.v6.2.509 :

Posted: Fri Jun 12, 2015 6:55 pm
by himaiMinh
For the explanation, ejb-jar.xml is provided by the bean provider. Since he/she (bean provider) usually does not know the actual destination name, it is never specified in the ejb-jar.xml....The bean deployer uses application server specified xml files to specify that information.....

But I have seen an example in ejb-jar.xml like this in Ivan Krizan's study guide:
<assembly-description>
<message-destination>
<message-destination-name> ...
//JNDI name of the a physical queue defined in the application server.
<lookup-name>jms/ForwardingTopic</lookup-name>
</message-destination>
</assembly-description>
My notes is :
application assembler can specify actual message destination in ejb-jar.xml.

Re: About Question enthuware.oce-ejbd.v6.2.509 :

Posted: Sat Jun 13, 2015 1:53 am
by admin
ejb-jar is provided by the bean provider. Of course, once you get the jar, you can change anything in it. Even replace or add classes but that will not be appropriate.