FW: [Xdoclet-user] hibernatedoclet and jboss-service.xml merging

2003-12-10 Thread Roland
(Resending as I sent to the wrong list, initially...) Hi Kevin, I saw your post here: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=X DT-556 regarding datasource dependency in jboss-service.xml. I too am using Xdoclet from CVS and invoking via Maven RC1. In my pr

RE: [Xdoclet-user] problem with a get method

2003-12-10 Thread Harkness, David
Dazzi, Giselle wrote: > Hi all, I have another issue, I have defined a get method > using xdoclet in my entity bean like this: > > * @ejb.relation > *name="ItemTradeIn-ItemProposta" > *role-name="ItemProposta-has-ItemTradeIn" > *cascade-delete="yes" > *target-mu

[Xdoclet-user] problem with a get method

2003-12-10 Thread Dazzi, Giselle
Hi all, I have another issue, I have defined a get method using xdoclet in my entity bean like this: [CODE] /** * This is a bi-directional one-to-many relationship CMR method * * @return the related ItemTradeInLocal. * * @ejb.interface-method view-type="local" * * @e

Re: [Xdoclet-user] [1.2b3] Invalid UTF-8 sequence in a generated ejb-jar.xml

2003-12-10 Thread Konstantin Priblouda
--- DDU DUQUENNOY Didier <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using xdoclet 1.2b3 to generate the deployment > descriptor for an EJB. > My problem is that I get an error message when > building the EJB : > > IOException while parsing'ejb-jar.xml'. [...] > Details: Invalid byte 2 of 3-byt

[Xdoclet-user] [1.2b3] Invalid UTF-8 sequence in a generated ejb-jar.xml

2003-12-10 Thread DDU DUQUENNOY Didier
Hi, I'm using xdoclet 1.2b3 to generate the deployment descriptor for an EJB. My problem is that I get an error message when building the EJB : IOException while parsing'ejb-jar.xml'. [...] Details: Invalid byte 2 of 3-byte UTF-8 sequence. It seems that the problem comes from the 'é' charac

Re: [Xdoclet-user] hibernatedoclet and jboss-service.xml merging

2003-12-10 Thread Andrew Stevens
On Tue, 2003-12-09 at 19:16, Roland wrote: > When merging using hibernatedoclet, with a custom > jboss-service-custom.xdt that contains the following: > > jboss.jca:service=LocalTxCM,name=MySqlDS > > The resulting jboss-service.xml has the depends element outside the > target mbean. We want this