[JBoss-user] Scary dumb question, classpaths..help..

2001-05-01 Thread Lisa Stuart
I'm so stuck on a simple application that creates a couple of Products using an entity bean. This worked yesterday, was deployed and i was happy. Today on the other hand everything is broken and i am going around in circles trying to fix things only to find more problems. At the moment i can't eve

[JBoss-user] CMP table for entity bean never being created

2001-05-18 Thread Lisa Stuart
Hi all, I'm hoping for some help... I have got three entity beans and one session bean that use CMP and are deployed successfully. The entity beans are Product, LineItem and Order. This is what I get at deploy, [Container factory] Deploying Product [Container factory] Deploying Order [Container f

Re: [JBoss-user] CMP table for entity bean never being created

2001-05-19 Thread Lisa Stuart
Hi, I'm just using Hypersonic cause it's only a school project application that I'm writing, I'll check that out though, Thanks Lisa. Franco Biaggi wrote: > Maybe "ORDER" is a reserved word in your DB (like Oracle). > Ciao. > > On Sat, 19 May 2001

Re: [JBoss-user] CMP table for entity bean never being created

2001-05-20 Thread Lisa Stuart
ge so we > could see your code. > > Ivan > > - Original Message ----- > From: "Lisa Stuart" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 18, 2001 8:29 PM > Subject: [JBoss-user] CMP table for entity bean never being created >

[JBoss-user] Duplicate primary keys returned by findAll()! (CMP)

2001-06-09 Thread Lisa Stuart
Hi, I am using JBoss 2.2.1 with CMP beans using hypersonic as the backend (default config). For three weeks, we have been running the same application that creates 9 products (once, after wiping the database and restarting jboss). The primary key is Product.name (String). Yesterday, ProductHome.f

Re: [JBoss-user] Duplicate primary keys returned by findAll()! (CMP)

2001-06-11 Thread Lisa Stuart
PTransport.handleMessages(TCPTransport.java:443) [OrderCollector]at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:643) [OrderCollector]at java.lang.Thread.run(Thread.java:484) danch wrote: > Lisa Stuart wrote: > > > Hi, > > >