JCA « JBoss « JPA Q&A





1. Error deploying hibernate.sar ( service JMX on Jboss w/ JCA)    forum.hibernate.org

Hi everybody, I tried to create this service using JCA and JMX following the instructions on http://ww.hibernate.org/66.html , but when I deployed the service (hibernate-service.sar), i got this error on server.log of Jboss (default): 2003-11-18 18:56:38,757 INFO [net.sf.hibernate.dialect.Dialect] Using dialect: net.sf.hibernate.dialect.Oracle9Dialect 2003-11-18 18:56:38,757 INFO [net.sf.hibernate.util.NamingHelper] JNDI InitialContext properties:{} 2003-11-18 18:56:38,773 INFO [net.sf.hibernate.connection.DatasourceConnectionProvider] Using datasource: java:/OracleDS 2003-11-18 18:56:38,773 INFO [net.sf.hibernate.impl.SessionFactoryImpl] Use outer ...

2. How can I integrate Hibernate 2.1 with JBoss 3.2.x via JCA ?    forum.hibernate.org

Hello, I'd like to use Hibernate 2.1 with JBoss via JCA. I wonder how can I configure JBoss to do it. I don't want to use the way via JMX. So I put the file hibernate2.rar in the /deploy folder. What should I do after ? I post a question on the JBoss Forum and Adrian told me to write a ...

3. Problem configuring service jboss.jca:service=LocalTxCM,name    forum.hibernate.org

When using Hibernate 2.1.3 in JBoss, everyhting is fine. After updated to 2.1.4, there is an exception throw out: [ServiceConfigurator] Problem configuring service jboss.jca:service=LocalTxCM,name=Hibernate Resource Adapter org.jboss.deployment.DeploymentException: Exception setting attribute javax.management.Attribute: name=ManagedConnectionFactoryName value=jboss.jca:service=LocalTxDS,name=Hibernate Resource Adapter on mbean jboss.jca:service=LocalTxCM,name=Hibernate Resource Adapter; - nested throwable: (javax.management.AttributeNotFoundException: Writable attribute 'ManagedConnectionFactoryName' not found) at org.jboss.system.ServiceConfigurator.setAttribute(ServiceConfigurator.java:472) at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:357) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:176) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118) at org.jboss.system.ServiceController.install(ServiceController.java:225) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown ...

4. Problem starting service jboss.jca    forum.hibernate.org

Newbie Joined: Fri Jun 17, 2005 3:26 am Posts: 2 I'll complet my message : Trace in my JBoss : 2005-06-17 09:12:31,480 INFO [org.hibernate.cfg.SettingsFactory] RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production 2005-06-17 09:12:31,480 INFO [org.hibernate.cfg.SettingsFactory] JDBC driver: Oracle JDBC driver, version: 9.2.0.3.0 2005-06-17 09:12:31,715 ...