[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Exercise 6.1 with Ingres database

2005-08-05 Thread rcbeuker
Hello Bruce,

It?s quit on the Ingres front... Indeed there are some problems with the Ingres 
mapping files. I have the same problems with Ingres on Hibernate:

http://forum.hibernate.org/viewtopic.php?t=945230&highlight=

After a quick view I already saw some errors in this file.

Greetings,

Roland Beuker


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888599#3888599

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888599


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Ingres still not working with JBoss...

2004-11-04 Thread rcbeuker
"rcbeuker" wrote : I am still a little confused; with the EdbcDriver I am using the 
edbc.jar instead of the also existing iijdbc.jar? What is the difference between these 
two drivers? 
  | 
  | Anyway it works this way. For the folks who asking me questions about the 
:
  | 
  | My host name is gea and I use the hard coded port number 21072 (the logical link 
II7 from Ingress is not working). The name from the test database is titan
  | 
  | jdbc:edbc://gea:21072/gea::titan
  | 
  | Thanx ;-)

The JDBC  connection URL is working with for example Borland Database Pilot. But the 
databse connection with Jboss is still not working. As a test I tried an example from 
the book O'Reilly JBoss 3.0/4.0 Workbook. I posted this test and the resultst in the 
O'Reilly JBoss 3.0/4.0 Workbook forum: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55834 

Does anybody have some information?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853853#3853853

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853853


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Exercise 6.1 with Ingres database

2004-10-28 Thread rcbeuker
I try to connect Database Ingres version 3.0 (0404) to jboss-4.0.0RC1. Therefore I use 
an example from the book 'Enterprise JavaBeans 4th Edition' I try to start Exercise 
6.1 with my own made Ingress data source:

ingres-ds.xml:


  | 
  | 
  |   
  | IngresDS
  | jdbc:edbc://gea:21072/gea::titan
  | ca.edbc.jdbc.EdbcDriver
  | USER_NAME
  | USER_PASSWORD  
  | 1
  | 4 
  | 0
  | true
  |   
  | 
  | 

Within jbosscmp-jdbc.xml I specify:


  | 
  | http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd";>
  | 
  | 
  | 
  |
  |   
  |  CustomerEJB
  | IngresDS
  | true
  | true
  | Customer
  |  
  | id
  | ID
  |  
  |  
  | lastName
  | LAST_NAME
  |  
  |  
  | firstName
  | FIRST_NAME
  |  
  |  
  | hasGoodCredit
  | HAS_GOOD_CREDIT
  |  
  |   
  |
  | 
  | 
  | 
I did not change the other files. When I try to start this configuration (with Ingress 
up and running):

anonymous wrote : 11:23:57,359 ERROR [EntityContainer] Starting failed 
jboss.j2ee:jndiName=CustomerHomeRemote,service=EJB
  | java.lang.ArrayIndexOutOfBoundsException: 2
  | at 
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCFunctionMappingMetaData.getFunctionSql(JDBCFunctionMappingMetaDa
  | a.java:137)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.getEntityCreateTableSQL(JDBCStartCommand.java:715)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:184)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:492)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:396)
  | at 
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:157)
  | at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:348)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:230)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:844)
  | at $Proxy18.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:369)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:230)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy49.start(Unknown Source)
  | at org.jboss.ejb.EjbModule.startService(EjbModule.java:394)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:230)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:844)
  |   

[JBoss-user] [Installation & Configuration] - Wat is the difference between edbc.jar and iijdbc.jar

2004-10-20 Thread rcbeuker
I am still a little confused; with the EdbcDriver I am using the edbc.jar instead of 
the also existing iijdbc.jar? What is the difference between these two drivers? 

Anyway it works this way. For the folks who asking me questions about the 
:

My host name is gea and I use the hard coded port number 21072 (the logical link II7 
from Ingress is not working). The name from the test database is titan

jdbc:edbc://gea:21072/gea::titan

Thanx ;-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852042#3852042

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852042


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Ingres configuration parameters

2004-10-20 Thread rcbeuker
Does anyone know the configuration parameters for setting up the Ingres database?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852028#3852028

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852028


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user