I'm trying to use OracleDS instead of Hypersonic SQL in JBoss. I have
already inserted a XDoclet/JBoss task in the build.xml as follows :
<jboss destdir="${build.dir}/ejb/META-INF" datasource="OracleDS"
typemapping="Oracle8"/>but in the jaws.xml generated the datasource appeared as <datasource>java:/DefaultDS</datasource> ----- Original Message ----- From: "Shaw, Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:26 AM Subject: [Xdoclet-user] local ref name > Hi, > > Maybe the following is also fixed/different in CVS??? > (first I have to download using CVS at home and then e-mail back to > work...sigh...) > > When I have view-type as "both" (see below) then the word 'Local' gets > appended to my ejb-ref-name: > <ejb-local-ref > > <ejb-ref-name>ejb/SequenceGeneratorLocal</ejb-ref-name> > > But if I select either "local" or "remote" then this 'Local' doesn't get > appended... > <ejb-local-ref > > <ejb-ref-name>ejb/SequenceGenerator</ejb-ref-name> > > I'm using XDocler v1.1.2 > > ..is this how it's supposed to work? > (it confused the hell out of me for hours this one, because I don't actually > use the Local suffix on my ref name anyway!!!) > > Regards > > Chris > -=-=-= > > * @ejb:bean > * type="Stateless" > * name="SequenceGenerator" > * jndi-name="SequenceGeneratorHome" > * local-jndi-name="SequenceGeneratorLocalHome" > * view-type="both" > * transaction-type="Container" > > > ~~~~~~~~~~~~~~~~~~~~ > Chris Shaw > > European Central Bank > > DG Information Systems > > * [EMAIL PROTECTED] > ~~~~~~~~~~~~~~~~~~~~ > > > Any e-mail message from the European Central Bank (ECB) is sent in good faith but shall neither be binding nor construed as constituting a commitment by the ECB except where provided for in a written agreement. > This e-mail is intended only for the use of the recipient(s) named above. Any unauthorised disclosure, use or dissemination, either in whole or in part, is prohibited. > If you have received this e-mail in error, please notify the sender immediately via e-mail and delete this e-mail from your system. > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
