How good is CMP for EntityBeans support in JBoss 2.0 EJB container ???
Is it good for updating / insertion.
Is the container's call for load() and store() methods reliable ???
-
CMP support in JBoss (2 messages)
- Posted by: VIVEK SHARAN
- Posted on: October 16 2001 10:03 EDT
Threaded Messages (2)
- CMP support in JBoss by Herve Tchepannou on October 16 2001 14:22 EDT
- CMP support in JBoss by Toby Hede on October 16 2001 23:24 EDT
-
CMP support in JBoss[ Go to top ]
- Posted by: Herve Tchepannou
- Posted on: October 16 2001 14:22 EDT
- in response to VIVEK SHARAN
CMP support works fine.
The only problem that I have encounter with JBoss on Linux platform is resource problem.
Too many thread a spawned by JBoss and you run quickly out of thread -
CMP support in JBoss[ Go to top ]
- Posted by: Toby Hede
- Posted on: October 16 2001 23:24 EDT
- in response to VIVEK SHARAN
JBoss supports the EJB specification...by reliable I presume you mean that it works?
My understanding is that the threading is more a Linux/JVM issue than inherent in JBoss itself. People have reported good results from moving to the IBM JVM.