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,
> >
>
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
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
>
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
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
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