• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Weired problem in JBoss

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
In my application, I have many to many relationship between my entity beans.
As you know, we use a link table for this relation, so I wrote the following in my jbosscmp-jdbc.xml:

But when running JBoss 3.2.5 , it creates a table called :
cabinejb_reservationejb_cabins_reservationejb_cabins
(not RESERVATION_CABIN_LINK as I want).
So I used the following element :
<create-table>false</create-table>
And when running the application, I got an exception from JBoss indicates that table cabinejb_reservationejb_cabins_reservationejb_cabins doesn't exist..
Any ideas ??
 
Opportunity is missed by most people because it is dressed in overalls and looks like work - Edison. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic