I just upgraded from 1.1 to 1.2b3 and noticed that definitions placed in superclasses 
are no longer inherited by subclasses. 

For example, my AbstractEJB class defines a common DataSource for all my objects... 

�* @ejb.resource-ref 
�* res-name = "jdbc/DataSource" 
�* res-type = "javax.sql.DataSource" 
�* res-auth = "Container" 
�* 
�* @weblogic.resource-description 
�* res-ref-name = "jdbc/DataSource" 
�* jndi-name = "notiva.jdbc.DataSource" 

In 1.1, all objects inherited these attributes. In 1.2b3, I need to copy these 
definitions down into each and every EJB class to get my deployment descriptors to 
work. 

I searched all over to see if others had reported this bug and saw some items that 
were somewhat related but it didn't look like this issue had been addressed head-on. 
Is this the expected behavior now? Is there a way to get it to work "the old way"?

Tim


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to