On 2002.09.24 21:11:36 -0400 Emerson Cargnin - SICREDI Servi�os wrote: > > > David Jencks wrote: > > Yes. > is there any reason for that? this question is becouse that this kind of > change generates a lot of trouble (and questions to jboss-user list) > when upgrading the server.
Putting the jndiname in the RARDeployment mbean was a mistake, and I wanted to correct it sooner rather than later. Future versions of adapter deployment will deploy the ManagedConnectionFactory instance directly as an xmbean without needing a RARDeployment wrapper. To do this, only ManagedConnectionFactory methods can be used on what is now the RARDeployment. > > > > I strongly suggest you use the *-ds.xml files instedad of the > > *-service.xml files for datasource setup in 3.2 and head. > > ok, the exemple file in cvs should be changed too, I suppose. ??????????????? I just double checked the oracle and oracle xa example files in 3.2 and head and they are correct. When I made the change I was pretty careful to change all the examples at the same time. david jencks > > > > > david jencks > > > > On 2002.09.24 18:14:24 -0400 Emerson Cargnin - SICREDI Servi�os wrote: > > > >>I'm testing some code against HEAD and I saw that there's some changes > >>at oracle-service.xml format. > >> > >>did the <attribute name="JndiName">OracleDS</attribute> > >> attribute was moved out of the <mbean > >>code="org.jboss.resource.connectionmanager.RARDeployment"...> tag??? > >> > >> > >> > >> > >>-- > >>xxxxxxxxxxxxxxxxxxxxxxxxxxxx > >>| Emerson Cargnin | > >>| Analista de Sistemas Sr. | > >>| Tel : (051) 3358-4860 | > >>| SICREDI Servi�os | > >>| Porto Alegre - Brasil | > >>|xxxxxxxxxxxxxxxxxxxxxxxxxx| > >> > >> > >> > >>------------------------------------------------------- > >>This sf.net email is sponsored by:ThinkGeek > >>Welcome to geek heaven. > >>http://thinkgeek.com/sf > >>_______________________________________________ > >>Jboss-development mailing list > >>[EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/jboss-development > >> > >> > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > -- > xxxxxxxxxxxxxxxxxxxxxxxxxxxx > | Emerson Cargnin | > | Analista de Sistemas Sr. | > | Tel : (051) 3358-4860 | > | SICREDI Servi�os | > | Porto Alegre - Brasil | > |xxxxxxxxxxxxxxxxxxxxxxxxxx| > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
