cancel
Showing results for 
Search instead for 
Did you mean: 

Building+Deploying EAR, EJB and WS Proxy DCs

Amey-Mogare
Contributor
0 Kudos

Hi,

I have three types of DCs in my track:-

1. Deployable Web Service ProxyDC

2. EJB Module DC (which uses classes from Deployable WS Proxy DC)

3. EAR Application DC (for above EJB DC)

I am able to build and deploy EAR of WS Proxy DC successfully.

But I am not able to deployEAR of EJB DC as its unable to locate classes in WS Proxy DC. It gives NoClassDefFoundError while deployment of EAR..

Do I need to make some changes to ejb-j2ee-engine.xml file in EJB DC and application-j2ee-engine.xml file in EAR DC?

Please help.

Thanks and regards,

Amey Mogare

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Amey,

Double-check the dependencies (Build Time, Deploy Time, Design Time, and Run Time) -- check the appropriate dependencies.

Usually, you check Build, Deploy and Run Time dependencies. But it could vary from one scenario to another.

Regards,

Jan

Amey-Mogare
Contributor
0 Kudos

Hi Jan,

I am totally confused here.

EAR DC contains--> EJB DC uses--> WS Proxy DC

Lets start from root DC ie WS Proxy DC.

1. For WS Proxy DC, what public par should I create? and how?

2. I know that for EJB DC, I need only compilation public part.

3. What should be done for EAR? How do I link Web Service proxy DC to EAR DC?

Thanks and regards,

Amey Mogare