torque-maven-plugin 3.3-RC1: 'subpackageManager' property -> TorqueException

2007-02-06 Thread Hidde Boonstra [Us Media]
the specified subpackage. This results in a TorqueException caused by a ClassNotFoundException. I have looked for another property but couldn't find any. Can anybody tell me if I'm missing something, or if this is perhaps a feature of the current version of the generator plugin?

Re: torque-maven-plugin 3.3-RC1: 'subpackageManager' property -> TorqueException

2007-02-06 Thread Hidde Boonstra [Us Media]
could you please open a jira issue ? http://issues.apache.org/jira/browse/TORQUE Thanks in advance, Thomas "Hidde Boonstra [Us Media]" <[EMAIL PROTECTED]> schrieb am 06.02.2007 14:26:29: Hi all, I'm using the Maven2 torque plugin to generate my object model. When usi

Re: "inherence" accross 2 differents schemas / reuse some objects from one schema by another one

2007-02-20 Thread Hidde Boonstra [Us Media]
ation .. They are modules having different features. We want them completly independant. Many thanks for your thoughts, Best regards, Thomas -- Hidde Boonstra Us Media B.V. Stadhouderskade 115 1073 AX Amsterdam t: 020 428 68 68 f: 020 470 69 05 www.usmedia.nl

Re: Torque is very slow to do a .copy of an object :( Why?

2007-04-12 Thread Hidde Boonstra [Us Media]
Hi Alain, does your object have many relations (foreign key constraints)? I just looked into the copy method and I see it does a deep copy, so if you have many relations, or many related entries in your database, these will all be copied into your copy. This might explain why it gets slower w

Re: Torque is very slow to do a .copy of an object :( Why?

2007-04-12 Thread Hidde Boonstra [Us Media]
bably be copied as well... Hope this helps to explain your slowdown, Hidde. philipina wrote: Hi, One other object has a reference to the object I want to copy but the object I want to copy has no reference (foreign key) to any other object. Alain Hidde Boonstra [Us Media]-2 wrote: Hi

idbroker generates existing ID's

2007-11-15 Thread Hidde Boonstra [Us Media]
d are much lower than the next_id entry in the id_table. When I restart the application the problem is gone, but after a while (days/weeks) it returns. Does anybody know what is going on, or has experienced similar problems? Thanks in advanced, with kind regards, -- Hidde Boonstra Us Medi

Re: idbroker generates existing ID's

2007-11-15 Thread Hidde Boonstra [Us Media]
ns. Will Glass-Husain wrote: Are you having multiple servers or multiple applications access the database? This can cause problems in the absence of transactions. WILL On Nov 15, 2007 5:40 AM, Hidde Boonstra [Us Media] < [EMAIL PROTECTED]> wrote: Hi all, we're experiencing some weir

Re: idbroker generates existing ID's

2007-11-16 Thread Hidde Boonstra [Us Media]
e 3.2 for now and see if the problems reoccur. I might be 'blaming' Torque while the problems might be related to some other package:-) Thanks for your input, and I'll keep the list informed if I find anything relevant... Kind regards, -- Hidde Boonstra Us Media B.V. Sta

Re: Plural Tables Names

2008-01-28 Thread Hidde Boonstra [Us Media]
be an FAQ, but I can't find the answer to it anywhere. I have a database where the table names are all plural, but I'd really prefer that my object names were not. Is there any way to have Torque create an class called "SiteUser" to represent the table site_users. -- Hidde B

Re: Log4J + Torque ... gonna drive me mad.

2008-07-31 Thread Hidde Boonstra [Us Media]
this server will not require stop on standard error output. Moreover, this is not really reassuring from a server that the firts 2 lines you have talks about WARNING ... :D -- Hidde Boonstra Us Media B.V. Stadhouderskade 115 1073 AX Amsterdam t: 020 428 68 68 f: 020 470

Re: SQL TIMESTAMP and Torque java.util.Date mapping.

2008-08-07 Thread Hidde Boonstra [Us Media]
e. I can use New Date(int, int, int, int, int, int) BUT it is deprecated, and I really would like to avoid this. So, how can I build a Criteria to check if my field "expires" from table "test" is NULL timestamp (00-00- 00:00:00) ? timeCrit.add( TestPeer.EXPIRES, ?????????);

Re: Antwort: Correct way to getRelatedObjects with each relatedObject reference to this object?

2009-02-12 Thread Hidde Boonstra [Us Media]
ase coupling between objects. > >Thomas -- Hidde Boonstra Us Media B.V. Stadhouderskade 115 1073 AX Amsterdam t: 020 428 68 68 f: 020 470 69 05 www.usmedia.nl - To unsubscribe, e-mail: torque-user-unsubscr...@db.apa

Re: Multiple addJoin with OR

2009-03-02 Thread Hidde Boonstra [Us Media]
TableC.fk > > . > > > > I haven't found any way to do this using criteria. Is it possible? > > /Ludwig -- Hidde Boonstra Us Media B.V. Stadhouderskade 115 1073 AX Amsterdam t: 020 428 68 68 f: 020 470 69 05 www.usmedia.nl