Use <ejbdoclet ejbClassNameSuffix="Bean,EJB,Ejb,Whatever"/>. Xdoclet looks at this attribute and let's say all your bean have a BusinessObject suffix (CustomerBusinessObject). Now just add BusinessObject to ejbClassNameSuffix and it'll be cut off. Is that what you're looking for?
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Bernd Kuehl > Sent: Thursday, April 11, 2002 7:24 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] Pattern syntax > > What is the syntax for pattern attributes? > > For example I have a Bean named SchemaManagerBean and I want the remote > interface named SchemaManager. {0} refers to SchemaManagerBean . How do > I cut off some parts of the name - here Bean? > > <remoteinterface pattern="?????"/> > > Bernd > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
