0 Replies Latest reply on Aug 26, 2004 6:16 AM by question

    Where does JBoss keep its services

    question

      I have to write a service for JBoss to work with MS SQL Server... I've never did it before...

      How to do it, and where will my service be kept at the hard drive?

      Service should be like this:

      User --- clicks button "Show Users" ---> JBoss --- SELECT * FORM Users ---> MSSQL Server --- ResultSet ---> JBoss[b/] --- Result --> User