[JBoss-user] [Beginners Corner] - Re: DataSource Problem

2004-08-04 Thread yasudazzz
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

[JBoss-user] [Performance Tuning] - Re: Joss with 4 cpus

2004-03-30 Thread yasudazzz
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

[JBoss-user] [JCA/JBoss] - Re: JBOSS + Postgresql

2004-03-30 Thread yasudazzz
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

[JBoss-user] [JCA/JBoss] - Re: JBOSS + Postgresql

2004-03-29 Thread yasudazzz
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to create 200 000 entity instances without out of me

2004-03-28 Thread yasudazzz
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem in configure jboss with postgres

2004-03-23 Thread yasudazzz
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