Re: [Xdoclet-user] why so many files for a single BMP ejb

2004-09-07 Thread Andrew Stevens
On Tue, 2004-09-07 at 02:15, Andrew Stevens wrote: On Mon, 2004-09-06 at 20:11, William I. Zumwalt wrote: When I did ejb's by hand, I had three files ... MyRemote.java MyHome.java MyBean.java ... now using xdoclet, I have 6, My.java MyBMP.java MyData.java MyHome.java

[Xdoclet-user] (no subject)

2004-09-07 Thread Gino Gervasio
could someone help me with this error? What does it mean? Thanks, Gino Buildfile: /home/OVGC_SCM/SCM/build.xml clean: [delete] Deleting directory /home/OVGC_SCM/SCM/build clean_generated_files: init: prepare: [mkdir] Created dir: /home/OVGC_SCM/SCM/build/classes [mkdir] Created dir:

RE: [Xdoclet-user] why so many files for a single BMP ejb

2004-09-07 Thread Harkness, David
William I. Zumwalt penned When I did ejb's by hand, I had three files ... ... now using xdoclet, I have 6, My.java MyBMP.java MyData.java MyHome.java MyLocalHome.java MyRemote.java. So you've got XDoclet generating your interfaces now? What was the solution? Keep in mind that MyLocal

RE: [Xdoclet-user] help w/ BMP primary keys

2004-09-07 Thread Harkness, David
William I. Zumwalt penned Hey all, Anyone have examples of how I might have xdoclet create a primary key for my BMP EJB. I have the following at the class level, but I'm starting to think I need more than this to get it to generate a class called DevicePK. * @ejb.pk *

[Xdoclet-user] causing resulting interfaces to extend custom ones

2004-09-07 Thread Daniel Or
Hi all. For certain reasons I want the resulting session bean interface to extend my own interfaces. I have tried to make the bean to implement them but still the resulting XDoclet generated interface does not implement them. For example I have MyFacadeBean.java with all the tags and everything: