Re: Jboss and ClassCastException (MetadataManager and JdbcConnectionDescriptor) -- anyone else have it?

2004-08-14 Thread Clay Mitchell
I get the same thing pretty much every time I redeploy with Orion Application Server. Any idea what causes this? Is there any way to stop it? Thanks -Clay I am running OJB 1.0 with JBoss 3.2.5. On *occasional* redeployments of my EAR file (with nested Jars and Wars) I will get a nasty

Re: Problem with storing / retrieving and automatic deleting

2004-08-13 Thread Clay Mitchell
Any ideas on this? I tried implementing all my transactin in ODMG and had the same problem... Thanks -Clay Clay Mitchell wrote: Ok, maybe I don't understand exactly how this all works, but here is what's going on. I've posted the 3 relevant class-descriptors below. There are two source tables

Error getting Persistence Broker

2004-03-15 Thread Clay Mitchell
I'm getting a weird problem when trying to get a PersistenceBroker instance... any idea what could be causing this? Thanks -Clay - Here's the Exception java.lang.ExceptionInInitializerError at

Help, I'm stuck and I can't get out! (Infinite Loop)

2004-02-07 Thread Clay Mitchell
I seem to have gotten myself stuck in a infinite loop here... Any idea what it's doing and why? Thanks -Clay [org.apache.ojb.broker.core.QueryReferenceBroker] DEBUG: getCollectionByQuery (class org.apache.ojb.broker.util.collections.RemovalAwareCollection, class

Class generation?

2004-02-01 Thread Clay Mitchell
Is there any automated tools that can read a repository.xml and create the necessary class files? Thanks -Clay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: j2ee.jar

2004-01-08 Thread Clay Mitchell
Are you talking about j2ee 1.3 or 1.4? because I've never been able to find the 1.4 jar without the whole app server... -Clay You have to download the J2EE SDK! Cheers, André -Ursprüngliche Nachricht- Von: Daniel Perry [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 8. Januar

Any word on the next version?

2003-10-25 Thread Clay Mitchell
Any idea when we might see rc5 or a real 1.0 release? I need a few things that are in the next version, like support for boolean types, and was wondering if there was a targetted date for it. Thanks! -Clay - To unsubscribe,

Re: ClassCastException with rc4

2003-09-03 Thread Clay Mitchell
stated to me wrongly that a class did not implement an interface. It was a problem with multiple class loaders. Clay Mitchell wrote: I get this also, after I reload my webapp in Orion. -Clay Stuart Heriot wrote: Hi, Since installing rc4 I've been unable to run some jUnit tests I previously had

Re: ClassCastException with rc4

2003-09-02 Thread Clay Mitchell
I get this also, after I reload my webapp in Orion. -Clay Stuart Heriot wrote: Hi, Since installing rc4 I've been unable to run some jUnit tests I previously had working with 0.9.8. Error log is below. I am running the Junit TestRunner gui from the command line. Running through Netbeans causes

Help with mapping

2003-09-01 Thread Clay Mitchell
Ok, slightly odd thing I've got going here. I've got one table that has a list of products. These products can either be standalone products, and they can be add-on's for other products. So I've got a second table that just has 2 fields - product_id and parent_product_id that are referenced to

Re: object cache in ojb 1.0 rc4?

2003-08-31 Thread Clay Mitchell
Uh, actually, from my experience, objects updated via OJB, they were NOT updated in the cache. It appears the starter of this thread had the same issue. I had to completely turn off caching to get my updates to appear on the client side... -Clay Armin Waibel wrote: Think both is ok.

Re: object cache in ojb 1.0 rc4?

2003-08-30 Thread Clay Mitchell
Does anyone have an answer for this? Is this how it is supposed to work? -Clay su baochen wrote: hi, I am using ojb 1.0 rc4, but have a problem when get a collecction from the database(postgresql 7.3). when I call: broker.beginTransaction(); Collection allProducts =

Re: object cache in ojb 1.0 rc4?

2003-08-26 Thread Clay Mitchell
I've had this exact same problem (with the same database). Is this intended functionality? -Clay su baochen wrote: hi, I am using ojb 1.0 rc4, but have a problem when get a collecction from the database(postgresql 7.3). when I call: broker.beginTransaction(); Collection allProducts =

Re: creating DB from an XSD or XML

2003-08-20 Thread Clay Mitchell
Question - what's the actual difference in Torque and OJB? Both seem to have persistence, Object - DB mapping, caching... what am I missing? -CLay Charles Anthony wrote: Hi, An XSDSchema is already in XML. Torque allows you to define an database schema in XML; OJB uses Torque to generate it's

Re: Compile for JDK 1.3?

2003-08-14 Thread Clay Mitchell
Is the BOOLEAN type supported in OJB? I just tried to use it (with JDK 1.4.1) and it gave me this: org.apache.ojb.broker.OJBRuntimeException: The type BOOLEAN for attribute distributor can not be handled by OJB. Please specify only types as defined by java.sql.Types. Thanks -Clay Thomas

Re: Connection leak problem with OJB RC3 on Weblogic 7.0 SP2

2003-08-14 Thread Clay Mitchell
When will we see some *real* documentation? I've got a pretty big application that's being planned out now that will (hopefully) use OJB, and some real-world documentation would be nice :) -Clay Armin Waibel wrote: :) OJB turorial is not a best source for real applications . Currently Brain

Re: Compile for JDK 1.3?

2003-08-10 Thread Clay Mitchell
Any idea how long that will take to get in there? I could really use it now :) -Clay Armin Waibel wrote: - Original Message - From: Clay Mitchell [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 3:37 PM Subject: Re: Compile for JDK 1.3