Which version of JBoss are you running? If you're using 3.0 or later and your EJB jar uses the EJB 2.0 dtd, jaws has no effect. Are you changing jaws.xml in your ejb-jar or standardjaws.xml in your config directory. If standardjaws.xml, are you sure you changed it in the right configuration? A common problem with new users is a misunderstanding of the relationship between the jetty (or tomcat) config and the default - they're completely parallel, so if your running a jetty config, changing the default will have no effect.
hth, danch Emerson Cargnin - MSA wrote: > I setup a OracleDS for use with CMP but JBoss insists in using DefaultDS as > the data source for my CMP > below goes the jaws reference to oracle. > The strange thing is that even if I change the jaws datasource to blabla it > doesn't complain and uses DefaultDS (hsql). > > <jaws> > <datasource>java:/OracleDS</datasource> > <type-mapping>Oracle8</type-mapping> > <debug>true</debug> > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- ========================================================================= Disclaimer: All statements are my own, personal opinions and have nothing to do with the opinions of employer, wife, or cat. They may not have anything to do with objective reality, as a matter of fact. Your Milage May Vary, Excludes Delivery Charges, etc. ========================================================================= _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
