Hello all,
Is anyone else having problems accessing the forums on the jboss home
site?
Regards,
Stephen.
signature.asc
Description: This is a digitally signed message part
Hello all,
I seem to be having an issue allowing the container to store entity beans. I
am not too sure if it is me or the container. I enclose the errors.
15:32:10,126 INFO [Default] UserBean()->ejbCreate(TestUser)
15:32:10,133 INFO [Default] UserBean()->ejbPostCreate(TestUser)
15:32:10,18
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This looks as if it could be due the the jdk version you are using. Did you
recompile jboss under 1.4?
Regards,
Stephen.
On Wednesday 01 Aug 2001 6:10 am, you wrote:
> using jboss.2.4.0
> win-2000
> jdk1.4
>
> i have changed jboss.jcml to use emb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello all,
I want to store a picture in a CMP bean. I am wondering what would be the
best data type to use?
Should I use a byte[] and remap that to a blob? If so can that be passes from
a java client to the bean?
Thanks
Regards,
Stephen,
Hello all,
I want to store a picture in a CMP bean. I am wondering what would be the
best data type to use?
Should I use a byte[] and remap that to a blob? If so can that be passes from
a java client to the bean?
Thanks
Regards,
Stephen,
___
JBo
Hello all,
I am trying to understand how jaws stores relationships between beans.
I have two beans, bean 1 is associated with many instances of bean 2. I code
this in a Vector.
Bean 1
...
public Vector lnk_bean2 = new Vector();
Bean 2
..
public String name;
public String type;
How does ja
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Hello all,
Have a look at interbase, that works well.
http://www.ibphoenix.org.
Regards,
Stephen.
On Monday 09 July 2001 9:28 pm, you wrote:
> Hi all,
>
> I'm new to this list.
>
> I'm trying to setup an inexpensive EJB setup and want to hav