[JBoss-user] [JNDI/Naming/Network] - Error running JNDI client with IBM JVM

2005-09-05 Thread lloyd
gives me a nasty stack trace (below) when I run it with a IBM 1.4.1 JVM. I have to run it with the IBM JVM as I will be using the client class as a Java UDF within DB2 (which utilizes the IBM JVM). Can anyone help? Thanks, Lloyd. Stack trace: Exception in thread "

[JBoss-user] [Persistence & CMP/JBoss] - CMR between 2 EJB-JARs?

2004-07-28 Thread lloyd
Hi, Is it possible to use CMR between 2 EJB-JAR files? I know it's possible to access EJBs in another EJB-JAR in the same EAR file using local interfaces (ejb-link) but is it possible to use CMR which I know requires local interfaces? I'm not having much luck at the moment! Many tha

[JBoss-user] [EJB/JBoss] - Re: How can I map a VARCHAR db column to a byte[] using CMP?

2004-07-19 Thread lloyd
Oops! I've just spotted the problem. I'd missed out the @jboss.sql-type Xdoclet tag, so my jdbc-type and sql-type tags weren't being created in the jbosscmp-jdbc.xml file. It all works fine now. Cheers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842550#3

[JBoss-user] [EJB/JBoss] - Re: How can I map a VARCHAR db column to a byte[] using CMP?

2004-07-19 Thread lloyd
how to do this using CMP in JBoss. I can't convert to a String as the data is encrypted - it has to be a byte array. Any other suggestions greatly appreciared. Thanks, Lloyd. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842545#3842545 Re

[JBoss-user] [EJB/JBoss] - How can I map a VARCHAR db column to a byte[] using CMP?

2004-07-16 Thread lloyd
Hi, I have some code that looks like this: /** * @ejb.persistence * column-name="card_number" */ public abstract byte[] getCardNumber(); It doesn't work. If I change the byte[] to a String it works fine, but as it is I get the following error: Caused by: javax.ejb.TransactionRolledb

Re: [JBoss-user] Postgresql data source null pointer exception

2001-05-08 Thread Lloyd Smith
Hi Dave, I verified that my PostGreSQL installation was correct by writing a stand-alone application. Do you have any other suggestions? Lloyd Smith David Esposito wrote: > > You sure you have your pg_hba.conf setup in PostGreSQL to allow connections > from that machine? Also, you

[JBoss-user] Postgresql data source null pointer exception

2001-05-08 Thread Lloyd Smith
Hi, I am having some difficulty configuring JBoss to work with a postgresql data source. When jboss starts the PostgresDS a null pointer exception is thrown. Has anybody else run into this problem? TIA Lloyd Smith Here are the details I downloaded JBoss-2.2.1 and copied the driver file to lib