Hi, Has anyone successfully got XDoclet 1.1.1 packages working for WebSphere 4? Specifically, it looks like the *.xmi files for CMP Entity beans aren't being generated properly. Anyone have any tips?
I'm pretty new to WebSphere myself, but for instance, I'm comparing the output of the IBM AAT, and XDoclet, and seeing a few differences. For instance, in ibm-ejb-jar-bnd.xmi, AAT defines CMP Beans like this: <enterpriseBean xmi:type="ejb:ContainerManagedEntity" href="META-INF/ejb-jar.xml#TestBean"/> XDoclet generates a line like this: <enterpriseBean xmi:type="ejb:Entity" href="META-INF/ejb-jar.xml#TestBean"/> (without the "ContainerManaged" part) -- WebSphere just won't deploy, and gives some useless error...(I wish we could just use JBoss!) I can't really confirm if this is what would be causing the difficulty or not. If I package my app manually with AAT, it deploys into websphere just fine. thanks, -jason _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
