Please open your mysql-ds.xml with notepad.exe or vi or less or emacs.
You have to change followings:
1 "mysql-hostname" into your MySQL server address. IP address is ok.
2 "jbossdb" into your db name. It depends on your MySQL environment.
3 "x" into your db account name.
4 "y" into password for
You should check if your JVM can use 4 cpus.
If JVM does not support to run on multiple cpus.
it is impossible to run one jboss instance on
multi-cpus.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828258#3828258
Reply to the post :
http://www.jboss.org/ind
You shold remove it, put postgres-jdbc2-service.xml, and modify.
BTW, did you check standardjbosscmp-jdbc.xml?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828047#3828047
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
George,
try these.
% grep DefaultDS $JBOSS_HOME/server/$SERVER/conf/*
% grep DefaultDS $JBOSS_HOME/server/$SERVER/deploy/jms/*
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828038#3828038
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
At first, I think, you should consider if you need to use EJB or not. For the purpose
of just import data into database, you should use anothe way, such as SQLloader in
oracle.
I cannot imagine 200,000 ejb for one transaction.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827817#382
Kwiyi,
I think your configuration still uses DefaultDS with hsqldb.
there are two ways to solve.
- do not remove $JBOSS_HOME/server/default/deploy/hsqldb-ds.xml
or
- remove $JBOSS_HOME/server/default/deploy/jms/hsqldb-jdbc2-service.xml,
and
copy $JBOSS_HOME/docs/examples/jms/postgres-jdbc2-se