SV: specify datasource for entity bean

2000-11-16 Thread Klaus . Myrseth
fun.. Klaus Myrseth -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 15. november 2000 18:52 Til: Orion-Interest Emne: specify datasource for entity bean Hi, I may have missed it in the docs but I can't figure out how to configure the datasource a CMP entity

specify datasource for entity bean

2000-11-15 Thread TDSlusser
Hi, I may have missed it in the docs but I can't figure out how to configure the datasource a CMP entity bean uses for persistence. I can change the orion-ejb-jar.xml file that is auto-created when the beans are deployed but how can I change it _before_ deploying the bean? Thanks, Ted Slusser

RE: specify datasource for entity bean

2000-11-15 Thread Rick Bos
to create an orion-ejb-jar.xml yourself, and Orion will add any necessary additional tags. -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: November 15, 2000 12:52 PM To: Orion-Interest Subject: specify datasource for entity bean Hi, I may have

Re: specify datasource for entity bean

2000-11-15 Thread Gerald Gutierrez
Put it inside the EAR file; I believe it goes into a special "orion" directory. I think that directory is called "orion" and is a sibling to META-INF. You can also do it on an application scope with orion-application.xml. At 11:52 AM 11/15/2000 -0600, you wrote: Hi, I may have missed it in