Ok, I have managed to work around the original problem by changing the name of the ejb.
/** * The persistor used to load/store entity attribute objects * * @ejb:bean type="Stateless" * name="cbm.persistence.generic.SponsorCheckListItem" <--Was like the jndi-name and display-name * jndi-name="cbm/persistence/generic/sponsorCheckListItem/SponsorCheckList Item" * display-name="cbm/persistence/generic/sponsorCheckListItem/SponsorCheckL istItem" * view-type="remote" * @ejb:interface remote-class = "bf.cbm.implementation.persistors.generic.sponsorCheckListItem.SponsorCh eckListItemPersistor" extends="bf.cbm.framework.engine.persistor.Persistor" * @ejb:home remote-class = "bf.cbm.implementation.persistors.generic.sponsorCheckListItem.SponsorCh eckListItemPersistorHome" extends="javax.ejb.EJBHome" * @ejb:transaction-type type="Container" * @ejb:transaction type="Supports" * @weblogic:transaction-descriptor trans-timeout-seconds="600" */ Not sure why this works but it does, however, it barfs on another file only this one already looks like the one above structurally so I'm not sure how to "work-around" this one. Again thanks for all the quick responses. May just have to revert back to 1.2.1. Doug Tanner Operations Engineer Benefitfocus.com, Inc. 843-849-7476 ext. 394 843-849-9485 (Fax) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gwyn Evans Sent: Tuesday, April 25, 2006 10:00 AM To: xdoclet-user@lists.sourceforge.net Subject: Re: [Xdoclet-user] WLS 9.1 compliance exception I'd have expected that it's the ejb-jar.xml that WLS checks to get the list of beans, rather than the weblogic-ejb-jar.xml. However, to answer the specific question, if there's no difference with the bean tags & there no way one bean could be excluded from the fileset to scan, the only other thing I can think of is a difference in any base classes they might extend, but I'm not sure of that... Certainly with webdoclet, there are issues if a servlet extends a class not in the xdoclet class path when it's parseing the file, but I don't know if that's the same with ejbdoclet. /Gwyn On 25/04/06, Doug Tanner <[EMAIL PROTECTED]> wrote: > I see what you are saying, but Xdoclet creates a weblogic-ejb-jar.xml > file in which all EJBs are referenced so that it knows which to create. > However, now that you have brought up this very good point I went back > into look at this file and the problem EJB is not referenced anywhere. > So, new question, if all of my tags are identical to any other EJB, why > is this one not being referenced in the file? ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642 _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user **************************************************************************************** BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is intended only for the individual or entity to which it is addressed and may contain information that is confidential and protected by law. Unauthorized review, use, disclosure, or dissemination of this communication or its contents in any way is prohibited and may be unlawful. If you are not the intended recipient or a person responsible for delivering this message to an intended recipient, please notify the original sender immediately by e-mail or telephone, return the original message to the original sender or to [EMAIL PROTECTED], and destroy all copies or derivations of the original message. Thank you. (BFeComNote Rev. 08/01/2005) *************************************************************************************** ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user