• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where can I find xsd for deploy/transaction-service.xml

 
Ranch Hand
Posts: 541
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In this link on JBoss, they asked to add below line transaction-service.xml file



but there are two mbeans, which one has this attribute?

Also, there is no file such as deploy/jbossjca-service.xml , I am using Jboss version 5.0.0 and it has jca-jboss-beans.xml. And I found CachedConnectionManager in that file.

Thank you.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For JBoss AS 5.x, the deploy/jca-jboss-beans.xml is the correct place.



And as you can see, by default, debug has been enabled in AS 5.x.
 
Saurabh Pillai
Ranch Hand
Posts: 541
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jai, why did they mention about transaction-service.xml file.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That wiki was started way back in 2004. Each major release usually changes the file names or location of the config files. That file was applicable for earlier versions and isn't applicable now.

By the way, the wiki is editable by anyone who has a jboss.org account. So feel free to edit the wiki to add the new location of this file for AS5.
 
reply
    Bookmark Topic Watch Topic
  • New Topic