Hello,
I'm facing a problem with the deployment of the EAR of an Enterprise Application that contains an EJB. The deployment returns a warning, the message is:
"There is no component either in SDM repository or in Deployment batch that resolves the dependency".
The EJB uses a DC of KM libraries that I have developed and has build, deploy and run dependencies.
The EJB has two public parts, the ejbjar with assembly purpose and client with compilation purpose that contains as entities all the classes that I have created.
On the other hand, my Enterprise Application has as Used DCs the ejbjar (assembly public part) of the EJB I have created before with build and deploy dependency and the km library with deploy time dependency.
I guess the problem is that the EAR needs that the EJB is deployed beforehand, but I have thought that one of the purposes of the EAR is the deployment of the EJB.
I'm newby working with development components and I'm sure I'm missing somethig. I have already searched in the SDN but none of the solutions worked.
Regards