> > First of all thank you all of you (klaus, Magnus, ..) very much for your > help. This is a interesting point that could be very important... > > 1.- Well now I know that the data base and the table are specified in > orion-ejb.jar.xml and that this file is created at after deployemnt > internally by Orion. Respectfully, if you've read the EJB spec, you'd see that all containers have to provide their own deployment files that specify these details. > 2.- This was against my believings that orion-????.xml's could be created > at the same time that standard xml's and situated in the same > position. As I can see I was wrong... They can certainly be created at before deployment and the values will then be used in deployment. You are quite correct here. > 3.- How I can set the values of orion-ejb-jar.xml file before deployment?, > I mean I haven't seen any chance in graphical tools, and as I see this > file is created by the container so I can't create by myself like > ejb-jar.xml deployment descriptor. I just copy an old one an modify it. You can also deploy the beans, then modify the file that orion creates - which is probably the easiest way to do it. > 4.- It is possible to modify orion-ejb-jar.xml after deployment ???? Yes, if you then modify / touch orion-application.xml, the EJBs will be redeployed automatically while the server is running with your new settings. Mike > On Tue, 1 Aug 2000 [EMAIL PROTECTED] wrote: > > > It should have after deployment in the deployment cache, or > something like > > that..Not in the ear...as you know the orion-ejb.jar.xml is > generated from > > the application server after deployment. > > > > Or i dont see how orion can serve the application... > > > > Klaus Myrseth > > > > -----Opprinnelig melding----- > > Fra: David Sierra Fernandez [mailto:[EMAIL PROTECTED]] > > Sendt: 1. august 2000 13:51 > > Til: [EMAIL PROTECTED] > > Emne: Re: SV: CMP > > > > > > > > I know, but... ATM app does not have orion-ejb-jar.xml !!!! > > > > ------------------------------------------------------------- > > David Sierra Fern�ndez > > Ingeniero Tecnico de Telecomunicaci�n > > AULA RETECAL (CEDETEL) Universidad de Valladolid > > Campus Miguel Delibes E-Mail: [EMAIL PROTECTED] > > 47011 Valladolid (SPAIN) > > -------------------------------------------------------------- > > > > -- Sierr@ -- > > > > On Tue, 1 Aug 2000 [EMAIL PROTECTED] wrote: > > > > > look in orion-ejb-jar.xml > > > > > > Its there bouth the table name and the datasource in use :) > > > > > > Klaus Myrseth > > > Telenor Mobil AS > > > > > > -----Opprinnelig melding----- > > > Fra: David Sierra Fernandez [mailto:[EMAIL PROTECTED]] > > > Sendt: 1. august 2000 13:00 > > > Til: Orion-Interest > > > Emne: CMP > > > > > > > > > > > > This is a simple question but it's drving me crazy... > > > > > > The ATM example uses the default DB conection, exactly > jdbc/DefaultEJBDS > > > If you change this name you can see it at restarting. > > > My question is where does the ATM example make reference to > this name??? > > > I couldn't find this reference in code !!!! > > > > > > If it's a default value in Orion CMP ... what happens if you > have two or > > > three app with CMP ???? > > > > > > Thank you > > > > > > > > > ------------------------------------------------------------- > > > David Sierra Fern�ndez > > > Ingeniero Tecnico de Telecomunicaci�n > > > AULA RETECAL (CEDETEL) Universidad de Valladolid > > > Campus Miguel Delibes E-Mail: [EMAIL PROTECTED] > > > 47011 Valladolid (SPAIN) > > > -------------------------------------------------------------- > > > > > > -- Sierr@ -- > > > > > > > > > > > > >
