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

2004-09-10 Thread Harkness, David
Rupp, Heiko penned would you care to write an article for the xdoclet doc about this and what Andrew wrote? Absolutely, but it will have to wait for next week. We have an imminent release, and I'm covering for someone who's on vacation. -- David Harkness Sony

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

2004-09-08 Thread William I. Zumwalt
Yeah, I've got them all working now. Ashamed to say, but I started to break my application down into a minimal example of the problem and it turned out that my packaging paths were one level off. Though there were other problems before when you suggested that my complete paths would be placed

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

2004-09-08 Thread William I. Zumwalt
Wow, great reply, thanks for taking the time to explain all this. Above and beyond the call of duty! :) --- Andrew Stevens [EMAIL PROTECTED] 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

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

2004-09-08 Thread Rupp, Heiko
: [Xdoclet-user] why so many files for a single BMP ejb 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

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

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] why so many files for a single BMP ejb

2004-09-06 Thread Andrew Stevens
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 MyLocalHome.java MyRemote.java. ... and that's not including