AW: OJB XDoclet module

2003-06-17 Thread Thomas Dudziak
Yes it will (as Thomas Mahler pointed out, the source is already available in the Xdoclet JIRA) but the integration process (with which I have nothing to do) seems to be somewhat slow, especially since there have been some problems lately with the 1.2b3 release (of which the ojb module is not (yet)

Re: AW: OJB XDoclet module problem

2003-06-04 Thread Jim JXR
Hi, Thomas: This is the example I've cooked up previously and now tested: - Super Class - package test; /** * Layer Super Type */ public abstract class BaseBO { /** * @ojb.field column="n_id" * primarykey="true" */ protected int id; } -

AW: OJB XDoclet module problem

2003-06-04 Thread Thomas Dudziak
I thought I had that working ... Could you supply an testable example (some classes) ? To 1.: You're right, they are leftover, I will fix it as soon as I can. To 2.: This is probably due to a limitation of the torque build file. Basically, the create-db task will search in the directory ${torque

AW: OJB XDoclet module problem

2003-06-04 Thread Thomas Dudziak
I thought I had that working ... Could you supply an example (some classes) that I can test against ? To 1.: You're right, they are leftover, I will fix it as soon as I can. To 2.: This is probably due to a limitation of the torque build file. Basically, the create-db task will search in the dir