Skip to Content
0
Former Member
Jun 28, 2009 at 09:06 AM

Error during activation-Public part is not getting recognized

27 Views

Hi All

I have a Webdynpro DC and

I also have Development Component of type EJB DC that includes one EJB with business methods

Also, there is a java file that is used as GetterSetter in the EJB DC.

The EJB DC generates two public parts: ejbjar (assembly) and client (compilation).

ejbjar puclic part is used by the EAR deployed in the server.

client public part can be used by another DCs which make use of the EJB business methods (via remote and local interfaces).

I have defined another public part: MyPublicPart(compilation), that includes the java class file.

I deployed the ear

Did a DC build of Webdynpro DC and deployed the Webdynpro component

Every thing works fine.

But when I checkin and Activate the activation failed

when I check the Log I found the following error

-


'<Webdynpro DC>' variant 'default' cannot be built. ACTIVATION will fail.INVALID dependency is declared

[public-part: MyPublicPart] AS Build-Time Dependency [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]

-


So how to make this the public part (MyPublicPart) known during Activation

Thanks

Murali.K.N

Edited by: murali narayanasamy on Jun 28, 2009 1:51 PM