Does WebLogic5.1 support join on tables (mutiple tables) with Container Managed Persistence(CMP) Entity Bean??
-
WebLogic support for CMP with Mutiple Table? (6 messages)
- Posted by: Sanjiv Chourasia
- Posted on: December 15 2000 03:34 EST
Threaded Messages (6)
- WebLogic support for CMP with Mutiple Table? by Satya Janapareddy on December 15 2000 04:10 EST
- WebLogic support for CMP with Mutiple Table? by Sanjiv Chourasia on December 15 2000 05:06 EST
- WebLogic support for CMP with Mutiple Table? by Satya Janapareddy on December 15 2000 06:21 EST
- WebLogic support for CMP with Mutiple Table? by Sanjiv Chourasia on December 15 2000 05:06 EST
- WebLogic support for CMP with Mutiple Table? by Don Ferguson on December 17 2000 11:48 EST
- WebLogic support for CMP with Mutiple Table? by Mujeer Kapadia on December 18 2000 00:59 EST
- WebLogic support for CMP with Mutiple Table? by Yos Lertpinyopap on December 18 2000 07:02 EST
-
WebLogic support for CMP with Mutiple Table?[ Go to top ]
- Posted by: Satya Janapareddy
- Posted on: December 15 2000 04:10 EST
- in response to Sanjiv Chourasia
Hi,
No,U have to go for BMP.Visit http://www.thoughtinc.com/ for information on how to relate tables in CMP
Satya -
WebLogic support for CMP with Mutiple Table?[ Go to top ]
- Posted by: Sanjiv Chourasia
- Posted on: December 15 2000 05:06 EST
- in response to Satya Janapareddy
Thanks Satya, But the site you mentioned (www.thoughtinc.com) speaks about CocoBase,not much about CMP. Atleast I didn't get a confirmed say that table joins are not supported by CMP in WebLogic.
I have found some article on CMP Enterprise Beans, where it is mentioned that few container/server vendors do support for simple joins.
And, considering WebLogic to be a peer, I expect this support from BEA.
COULD ANYONE PLEASE CONFIRM IT?
Thanks in advance & regards,
Sanjiv
-
WebLogic support for CMP with Mutiple Table?[ Go to top ]
- Posted by: Satya Janapareddy
- Posted on: December 15 2000 06:21 EST
- in response to Sanjiv Chourasia
Hi,
I think joining tables is not possoble (CMP) in Weblogic 5.1.
U mentioned that there some servers r there which r supporing small joinings.Could u please send me the sites and server names
Thank U
Satya
-
WebLogic support for CMP with Mutiple Table?[ Go to top ]
- Posted by: Don Ferguson
- Posted on: December 17 2000 11:48 EST
- in response to Sanjiv Chourasia
WebLogic 6.0 (due out tomorrow) may do what you need, via
the EJB 2.0 CMP APIs. -
WebLogic support for CMP with Mutiple Table?[ Go to top ]
- Posted by: Mujeer Kapadia
- Posted on: December 18 2000 00:59 EST
- in response to Don Ferguson
If you still want to stick with WebLogic 5.1, then create views based on the join queries and map the beans on to them. Updation can be done by making jdbc connections and executing queries in business methods -
WebLogic support for CMP with Mutiple Table?[ Go to top ]
- Posted by: Yos Lertpinyopap
- Posted on: December 18 2000 07:02 EST
- in response to Sanjiv Chourasia
WebLogic5.1 is support EJB1.1 specification. EJB1.1 doesn't support multiple tables with CMP. If you want to use multiple tables with CMP you have to use WebLogic6.0 which support EJB2.0 specification.
In case you have only WebLogic5.1 and you want to use multiple tables, you have to implement your EJB by using BMP concept instead CMP.
Ting