[JBoss-user] JBoss forums

2002-07-07 Thread Stephen J. Thompson
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

[JBoss-user] JBoss 3.0.0 (CVS) and CMP 2.0

2002-02-07 Thread Stephen J. Thompson
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

Re: [JBoss-user] class not found exception while using /jboss cxt

2001-08-01 Thread Stephen J . Thompson
-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

[JBoss-user] Binary objects and CMP

2001-07-31 Thread Stephen J . Thompson
-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,

[JBoss-user] Binary objects and CMP

2001-07-31 Thread Stephen J . Thompson
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

[JBoss-user] Storing relationships

2001-07-30 Thread Stephen J . Thompson
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

Re: [JBoss-user] Trying to setup inexpensive EJB setup

2001-07-15 Thread Stephen J . Thompson
-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