[Xdoclet-user] modifying classname of generated facade class

2004-07-14 Thread Nathan Coast
Hi, I have a class: ArtistEntityBean, I generate an entityfacade for this class. The generated class is called ArtistEntityFacadeEJB. I'd like the generated class to be called ArtistEntityFacadeBean. Any ideas how to do this? according to the docs: http://xdoclet.sourceforge.net/xdoclet/tags

[Xdoclet-user] problems generating remote interface

2004-07-14 Thread Jonathan Wynett
I'm generating a stateless session bean and the remote interface is being generated but doesn't seem to be coming out correctly. There are a couple of problems: 1. It doesn't include the business methods defined in the Bean. 2. The remote interface extends itself, which the java compiler doesn't l

[Xdoclet-user] generating foreign-key-mapping tag in jbosscmp-jdbc.xml

2004-07-14 Thread Mark Slater
Hi, I'm working on what is supposed to be a simple demonstration of J2EE. As such, i've come up with a two beans that have a relationship: a person bean and a title bean (titles like Dr. Mrs. Miss. Mr.). Each title has an integer titleId as its primary key, and the person table has a foreign key t

Re: [Xdoclet-user] Joined-Subclass example

2004-07-14 Thread François Eric
Hi, The name ContactInfo is maybe inappropriate and it is even possible that it could have been a Composition but nevertheless I would like to know how to do the xdoclet mappings in order to reprensent inheritance. François Mark Lundquist wrote: Hi Eric, I don't have the answer to your joined-su

RE: [Xdoclet-user] JSP 2.0 Support?

2004-07-14 Thread Inger, Matthew
Any clue how to use the ANT task? I'm trying to run the hibernate plugin. There's 0 docs on the ant task, and I don't even know where to get started now that i have the jars built. -Original Message- From: Grégory Joseph [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 3:53 PM To: [

Re: [Xdoclet-user] Joined-Subclass example

2004-07-14 Thread Mark Lundquist
Hi Eric, I don't have the answer to your joined-subclass problem, but... On Jul 14, 2004, at 11:04 AM, François Eric wrote: <..snip> I have a class Person which inherits ContactInfo This reads like the classic example of where composition should have been used instead of inheritance. Is a Person

[Xdoclet-user] Joined-Subclass example

2004-07-14 Thread François Eric
Hello, I have seen on this list that some of you were able to use the joined-subclass xdoclet tags for hibernate inheritance (in occurence Derek Chen-Becker). I have tried but am not obtaining the expected result. Does-anybody have a working example of their doclet tags for the inherited clas

Re: [Xdoclet-user] Silly problem

2004-07-14 Thread Manik Surtani
On Wed, 2004-07-14 at 18:28 +0100, Manik Surtani wrote: Hi, I have a similar issue with XDoclet 1.2.1 ... (JDK 1.4.2, Fedora Core 2) I have it building hibernate mappings first, then generating a TLD. Very simple, hardly rocket science. And a simple tag class that has no params. I've att

Re: [Xdoclet-user] EJBDoclet & strutform sub-task

2004-07-14 Thread Kyle Korndoerfer
Done... http://opensource.atlassian.com/projects/xdoclet/browse/XDT-958 Thanks. -={ Kyle }=- --- Matt Raible <[EMAIL PROTECTED]> wrote: > Please enter a bug for this and I'll look into fixing it. > > http://opensource.atlassian.com/projects/xdoclet/secure/CreateIssue! > default.jspa > > Matt

[Xdoclet-user] Can't generate jboss web local ejb refs?

2004-07-14 Thread Neil Blue
Hello I am new to xdoclet. I have quite a lot of success so far, but I still have a problem generating local ejb refs within jboss-web.xml. the tags that I am using are: * @web.ejb-local-ref * name = "SampleLocal" * type = "Session" * home = "com.company.SampleHome" * local = "com.company.