(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
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
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
--- 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
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
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