[jboss-user] [EJB 3.0] - Re: Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Thanks. I'll have a try. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203068#4203068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203068 ___ jboss-user mailing list jboss-

[jboss-user] [EJB 3.0] - Re: Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Thanks Jaikiran. It's from the Jboss5.0 dir/docs/examples/jca/firebird-ds.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202857#4202857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202857 __

[jboss-user] [EJB 3.0] - Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Hi, I'm using Jboss5.0, jdk1.6, and Firebird as my database. I'm tring to deploy Java Persistence in my application. my persistence.xml: | | http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/pers

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Hi, I'm using Jboss5.0, jdk1.6, and Firebird as my database. I'm tring to deploy Java Persistence in my application. my persistence.xml: | | http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/pers

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-14 Thread Herman06
Hi Ales, You are right. The springdeployer isn't picked up by jboss. The deployer I downloaded has the xml file as spring-deployers-beans, and in your log file you have spring-deployers-jboss-beans. So I changed my xml name to yours. It's all working! Thanks a lot. Herman View the original p

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-13 Thread Herman06
Hi, there are some logs about the springdeployer: 2008-10-14 09:55:27,937 DEBUG [org.jboss.deployers.plugins.main.MainDeployerImpl] (main) Add deployment: vfszip:/C:/jboss-5.0.0.CR2/server/default/deployers/jboss-spring-3.1.deployer 2008-10-14 09:55:27,984 DEBUG [org.jboss.deployers.plugins.mai

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-13 Thread Herman06
Thanks Ales. I tried your suggestion but without luck. I changed the xml to myapp-spring.xml, and deployed the myapp.spring into the Jboss. I got the log: 2008-10-13 17:50:10,906 DEBUG [org.jboss.deployers.plugins.main.MainDeployerImpl] (HDScanner) Add deployment: vfsfile:/C:/jboss-5.0.0.CR2/

[jboss-user] [JBoss/Spring Integration] - JBoss5/Spring deployment problem

2008-10-08 Thread Herman06
Hi, I'm using jboss-5.0.0.CR2, jdk1.6. I downloaded and copied jboss-spring-3.1.deployer into jboss-5.0.0.CR2\server\default\deployers directory; I made a my-app.spring jar like the following: my-app.spring/ com/ MyBean.class META-INF/ jboss-spring.xml and