Re: Help needed with xdoclet- Not generating class-descriptor

2004-02-27 Thread Thomas Dudziak
On Thu, 26 Feb 2004, Avril Kotzen wrote: I have put OJB.s Article.java, AbstractArticle.java and Interface Article .java in the ojbdoclet fileset directory. When I try to generate repository mappings I get a file with 2 lines of comments only. No class-descriptors are generated. These

Re: Oracle Blob socket write error and autoCommit(true) failed

2004-02-27 Thread Nicolas Arni-Bloch
Le 26 févr. 04, à 23:36, Brad Matlack a écrit : Help! I'm trying to insert a small binary byte[] into Oracle 8.1.6. The stack dump provides three clues: 1: socket write error 2: could not build statement 3: set autoCommit(true) failed. I've tried both VARCHARBINARY and BLOB in my deployment

$ProxyX not found in OJB Repository

2004-02-27 Thread Kim Wegerle
Hello, the repository I use was correct for use with mySQL. All features in my web application worked fine. Now after changing the database vendor from mySQL to Oracle I have Problems while updating, inserting or deleting objects. I use Oracle in combination with OJB RC5. I use the ODMG

Re: $ProxyX not found in OJB Repository

2004-02-27 Thread Thomas Dudziak
On Fri, 27 Feb 2004, Kim Wegerle wrote: Hello, the repository I use was correct for use with mySQL. All features in my web application worked fine. Now after changing the database vendor from mySQL to Oracle I have Problems while updating, inserting or deleting objects. I use Oracle in

Re: OJB + MSSQL

2004-02-27 Thread Edson Carlos Ericksson Richter
For all that need jTDS with support for scrollable cursors, see this announce: http://www.javalobby.org/thread.jspa?forumID=17threadID=11612 Best regards, Edson Richter - Original Message - From: Clute, Andrew To: OJB Users List Sent: Thursday, February 26, 2004 11:12 AM Subject: RE:

Re: $ProxyX not found in OJB Repository

2004-02-27 Thread Kim Wegerle
OJB Users List [EMAIL PROTECTED] schrieb am 27.02.04 14:56:23: On Fri, 27 Feb 2004, Kim Wegerle wrote: Hello, the repository I use was correct for use with mySQL. All features in my web application worked fine. Now after changing the database vendor from mySQL to Oracle I

Re: $ProxyX not found in OJB Repository

2004-02-27 Thread Kim Wegerle
OJB Users List [EMAIL PROTECTED] schrieb am 27.02.04 15:33:27: On Fri, 27 Feb 2004, Kim Wegerle wrote: I used the dynamic proxy ability provided by OJB. I configured proxy=dynamic for all dynamic proxies in my project. It worked correctly with mySQL. Just now after the migration to

Re: $ProxyX not found in OJB Repository

2004-02-27 Thread Thomas Dudziak
On Fri, 27 Feb 2004, Kim Wegerle wrote: I changed the JDBC driver, the protocol, the suprotocol, the db alias, the sequence manager and the sequence used in the repository. I created an equal db scheme in oracle. I setup the odmg internal tables. After that it was possible to use the web

Re: $ProxyX not found in OJB Repository

2004-02-27 Thread Kim Wegerle
OJB Users List [EMAIL PROTECTED] schrieb am 27.02.04 16:41:44: On Fri, 27 Feb 2004, Kim Wegerle wrote: I changed the JDBC driver, the protocol, the suprotocol, the db alias, the sequence manager and the sequence used in the repository. I created an equal db scheme in oracle. I setup

Re: Setting connection properties of the JDBC driver

2004-02-27 Thread Jim Theodoridis
Hi. try this ... jdbc-connection-descriptor jcd-alias=MySQL default-connection=true platform=MySQL jdbc-level=3.0 driver=org.gjt.mm.mysql.Driver protocol=jdbc subprotocol=mysql

Non decomposed problem

2004-02-27 Thread olivier.nouguier
Hi all, I'm really lost with auto-delete feature... The model: 0,n 0,n Actors Roles The RDBMS schema: actors ( id, ... ) roles ( id, ... ) actors_roles ( actor_id, role_id ) The problem: With the attached repository.xml, when I remove