> Hello, When I create a class with the same name in diffrent packages
> forexample:
> mil.navy.pers.Status
> mil.navy.pers.test.Status

Are the Status classes just normal classes, or EJB classes?

> I get a compile error, class needs to be declared abstract, because the
> setData() method in mil.navy.pers.test.StatusCMP is trying to pass a
> mil.navy.pers.Status.

In generated files, XDoclet puts the imports that are in the source (EJB) file.  so 
ensure that you have the correct status class
imported there, and it should (tm) behave (o:

Could you explan a little more what the situation is - what are EJBs, what are other 
classes, and how they are intended to fit
together.

cheers
dim


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to