cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy EJB jar

Former Member
0 Kudos

Hi,

If you already have an ejb jar, and want to deploy it to SAP, I assume that you just incapsulate it within a SAP EAR? and this should take care of the deployment of the ejbs as well?

Regards,

Andrew

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Yep, this is the Java EE standard.

Former Member
0 Kudos

Vladimir,

I have managed to get the ejb 'deployed', but run into a problem when SAP tries to start it.

We have some settings in the 'sun-ejb-jar.xml', which lets the system know which endpoints are to be used by which particular bean, and threading settings (max, steady and resize-quantity).

However, these settings do not get picked up, resulting in the deployment failing.

Is there a SAP-specific version of the sun-ejb-jar.xml and if so, is there any documentation on it?

Regards,

Andrew

Vlado
Advisor
Advisor
0 Kudos

Hi Andrew,

sun-ejb-jar.xml is the Sun proprietary counterpart (additional deployment descriptor) to the standard ejb-jar.xml. Every Java EE vendor defines its own specific format of the additional deployment descriptors. In the case of EJB SAP's is called ejb-j2ee-engine.xml and is described [here|http://help.sap.com/saphelp_nwce10/helpdata/en/45/0963e714232d6be10000000a11466f/frameset.htm].

HTH!

\-- Vladimir

Answers (0)