Configurar Jboss-MySQL
Tengo dudas sobre la instalaci贸n de JBOSS 聳 EJB3 con MySQL .
Buscando informaci贸n en Internet consegui esta direcci贸n 聟
Que ten铆an la siguiente informaci贸n:
Installing EJB 3.0 RC1
EJB 3.0 RC1 has been tested with JBoss 4.0.2, JBoss 4.0.3RC1, and JBoss 4.0.3RC2. You might want to download the graphical JBoss 4.0.3 installer to install EJB3.
Installing into JBoss AS 4.0.2 and JBoss AS 4.0.3RC1
Note, the ejb 3.0 installation with JBoss AS 4.0.3RC1 is old, you should download the latest EJB3 RC1 impl and follow these directions.
1.Download JBoss 4.0.2 (or 4.0.3RC1).
2.Download EJB 3.0 RC1.
3.Unzip both of these downloads
4.Copy ejb3.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
5.Copy ejb3-clustered-sfsbcache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
6.Copy ejb3-entity-cache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
7.Copy ejb3-interceptors-aop.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
8.Copy jboss-aop-jdk50.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
9.Copy jboss-xb.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
10.Remove jboss-aop.deployer/ from jboss-4.0.x/server/all/deploy
11.Start jboss
Segu铆 los pasos y cree el datasource en: C:\jboss-4.0.3\server\default\deploy
<datasources>
<local-tx-datasource>
<jndi-name>DefaultDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/delta</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>delta</user-name>
<password>delta</password>
<metadata>
<type-mapping>mySQL</type-mapping>
</metadata>
</local-tx-datasource>
</datasources>
Necesito que me den una mano para configurar el JBOSS....
MUCHAS gACIAS.........
Buscando informaci贸n en Internet consegui esta direcci贸n 聟
Que ten铆an la siguiente informaci贸n:
Installing EJB 3.0 RC1
EJB 3.0 RC1 has been tested with JBoss 4.0.2, JBoss 4.0.3RC1, and JBoss 4.0.3RC2. You might want to download the graphical JBoss 4.0.3 installer to install EJB3.
Installing into JBoss AS 4.0.2 and JBoss AS 4.0.3RC1
Note, the ejb 3.0 installation with JBoss AS 4.0.3RC1 is old, you should download the latest EJB3 RC1 impl and follow these directions.
1.Download JBoss 4.0.2 (or 4.0.3RC1).
2.Download EJB 3.0 RC1.
3.Unzip both of these downloads
4.Copy ejb3.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
5.Copy ejb3-clustered-sfsbcache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
6.Copy ejb3-entity-cache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
7.Copy ejb3-interceptors-aop.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
8.Copy jboss-aop-jdk50.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
9.Copy jboss-xb.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
10.Remove jboss-aop.deployer/ from jboss-4.0.x/server/all/deploy
11.Start jboss
Segu铆 los pasos y cree el datasource en: C:\jboss-4.0.3\server\default\deploy
<datasources>
<local-tx-datasource>
<jndi-name>DefaultDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/delta</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>delta</user-name>
<password>delta</password>
<metadata>
<type-mapping>mySQL</type-mapping>
</metadata>
</local-tx-datasource>
</datasources>
Necesito que me den una mano para configurar el JBOSS....
MUCHAS gACIAS.........
Hola
驴Has conseguido configurar JBOSS 聳 EJB3 con MySQL?. Yo lo estoy intentando pero no lo consigo, estoy igual que tu.
He encontrado este art铆culo. A mi creo que no me funciona. Pruebalo
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html#mysql
Si los has conseguido o lo consigues, dime como lo has hecho
Un saludo
驴Has conseguido configurar JBOSS 聳 EJB3 con MySQL?. Yo lo estoy intentando pero no lo consigo, estoy igual que tu.
He encontrado este art铆culo. A mi creo que no me funciona. Pruebalo
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html#mysql
Si los has conseguido o lo consigues, dime como lo has hecho
Un saludo