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 "
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
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
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
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
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
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