Hi all
  I have a problem about the weblogic generated class ***PS.
 I have three class:
  project.cmt.ejb.impl.ManagedContentBean
  project.cmt.ejb.ManagedContentHome
  project.cmt.ejb.ManagedContent
three xml file:
ejb-jar.xml weblogic-ejb-jar.xml, weblogic-cmp-rdbms-jar.xml

When I try to use ejbjar to generate jar file , I got error :

jar_ejb:
[echo] jar_ejb to **.jar
[ejbjar] Could not load class project.cmt.ejb.impl.ManagedContentBean for
super class check
[ejbjar] Could not load class project.cmt.ejb.ManagedContentHome for super
class check
[ejbjar] Could not load class project.cmt.ejb.ManagedContent for super
class   check
[ejbjar] building ManagedContent_ejb.jar with 6 files
[ejbc]
[ejbc] Found 1 semantic error compiling
"E:/development/project/build/ejbcgen/com/fourcharity/cmt/ejb/impl/ManagedContentPSWebLogic_CMP_RDBMS.java":
[ejbc]
[ejbc]     12.     implements ManagedContentPS
[ejbc]                        <-------------->
[ejbc] *** Error: Type prject/cmt/ejb/impl/ManagedContentPS was not found.
[ejbc] Exec failed .. exiting  BUILD FAILED
E:\development\project\build\create-ejbjar.xml:92: Exception while calling
weblogic.ejbc. Details: Ejbc reported an error  Total time: 30 seconds
Process Exit...


The warning message about super class is OK. But I don't why there is
"type not found error".

Any help is really appreciated!




Ying Wang



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to