Creates a new Object but this object already existing.

2004-06-23 Thread Alexandre BOISSEAU
) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1680) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1527) at org.apache.ojb.broker.accesslayer.JdbcAccessImpl.executeInsert(JdbcAccessImpl.java:197) ... 22 more -- Alexandre

Creates a new Object but this object already existing.

2004-06-23 Thread Alexandre BOISSEAU
) at org.apache.ojb.broker.accesslayer.JdbcAccessImpl.executeInsert(JdbcAccessImpl.java:197) ... 22 more -- Alexandre BOISSEAU Université de Rennes1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Creates a new Object but this object already existing.

2004-06-23 Thread Alexandre BOISSEAU
) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1680) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1527) at org.apache.ojb.broker.accesslayer.JdbcAccessImpl.executeInsert(JdbcAccessImpl.java:197) ... 22 more -- Alexandre

JDO and using multiple jcd-alias

2004-05-23 Thread Alexandre BOISSEAU
. Anyone can help me ? Best regards, Alexandre. -- Alexandre BOISSEAU Université de Rennes1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[JDO] JDO and application server.

2004-05-10 Thread Alexandre BOISSEAU
are created and then, it seems that persistent managers (i.e. PersistenceManager instances) are not bound to the correct user. Anybody already encountered this problem? Thanks, Alexandre -- Alexandre BOISSEAU Université de Rennes1

Re: [JDO] JDO and application server.

2004-05-10 Thread Alexandre BOISSEAU
Thanks Pedro, Yes, Currently, I use a single persistance manager for each user. I create it in the constructor and close it after the session is done.br I will try to create a PM for each job. br Alexandre. Pedro Salgado wrote: On 04/05/10 9:58, Alexandre BOISSEAU [EMAIL PROTECTED] wrote

Problem with OJB-JDO plugin and proxy classes

2004-05-04 Thread Alexandre BOISSEAU
works correctly). Any suggestions? Thanks in advance, Alexandre -- Alexandre BOISSEAU Université de Rennes1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[JDO] Can I use a proxy with the JDO implementation ?]

2004-04-30 Thread Alexandre BOISSEAU
? Regards, -- Alexandre BOISSEAU Universit de Rennes1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[JDO] Can I use a proxy with the JDO implementation ?

2004-04-28 Thread Alexandre BOISSEAU
Hi, I would like tu use a proxy to manipulate my objects (wich contains BLOB). Is this use is possible with JDO ? Maybe with the org.apache.ojb.broker.VirtualProxy ? Thanks in advance, Alexandre. Excuse my bad English ;-). -- Alexandre BOISSEAU Université de Rennes1

Re: Problem setting up OJB using ojb-blank

2004-04-27 Thread Alexandre BOISSEAU
) at org.apache.ojb.broker.metadata.RepositoryXmlHandler.startElement(RepositoryXmlHandler.java:199) ... 21 more -- Alexandre BOISSEAU Université de Rennes1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[JDO] Problem with byte-code enhancement

2004-04-26 Thread Alexandre BOISSEAU
value=BIGINT / /field ... /class Please help me ? And if you need other details ... Regards, Alexandre. -- Alexandre BOISSEAU University of Rennes1 - France - To unsubscribe

Re: [JDO] Problem with byte-code enhancement

2004-04-26 Thread Alexandre BOISSEAU
, could you send the java class ? wish version of the jdo enhancer do you use ? Le 26 avr. 04, à 09:00, Alexandre BOISSEAU a écrit : Hi, I have a class file with an 'long id' autoincrementally. During byte-code enhancement, I get the following error : [java] Error while enhancing: JDO ENHANCER

Re: [JDO] Problem with byte-code enhancement

2004-04-26 Thread Alexandre BOISSEAU
/model/CFile.class test/jdo/model/CFile.jdo Le 26 avr. 04, à 12:33, Alexandre BOISSEAU a écrit : Hi Nicolas, I use the enhancer provided by jdori (com.sun.jdori.enhancer) and db-ojb-1.0.rc6. I don't know, because I have a similar class without problem during enhancement and running. Here my