• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

hsqldb Server and EJB2.0 with BEA WLS 6.x

 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,
I would like to use HSQLDB and EJB2.0 CMP
In BEA I set up my Connection Pool and DataSource
The pool is configured as follows:
Name: hsqldbPool
URL: jdbc:hsqldb:hsql://localhost
Driver Classname: org.hsqldb.jdbcDriver
Properties: [nothing]
ACLName: [nothing]
I dont know where to put the username "sa" and the
password "" ??? Can anybody help me please?
HSQLDB is running in servermode.
When I deploy my EJB I get the following BEA console output:
Unable to deploy EJB: Counter from counterbean.jar:
Errors encountered ''The Container-Managed Persistence Entity EJB failed while creating its SQL Type Map. The error was:
Connection is broken: Connection aborted by peer: socket write error',
'Error encountered while attempting to create Default DBMS Table: 'Counter'. Error Text: 'Connection is broken: Connection aborted by peer:
socket write error'.''
Any help is appriciated!
dfo
 
David Follow
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I got it.
all I needed to do as add in the Bea connection pool
the properties for suer and password which are
user=sa
password=
Detlef
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic