0 Replies Latest reply on May 26, 2015 5:08 AM by gpramesh1010

    Connecting JBoss BRMS with SQLServer using JAVA

    gpramesh1010

      Hi,

       

      I have this STUDENT table in the database.

      Student table in SQL Server:

      RollNoMarkResult
      1100
      250
      340
      430
      590

       

      In JBoss BRMS i have a business rule :   


      Guided Rule:

      When

        mark < 50

      then

      result = "fail"

       

      Now, on executing the BRMS should flag the marks as pass/fail and the database should get updated.

       

      Final Result:


      RollNoMarkResult
      1100pass
      250pass
      340fail
      430fail
      590pass

       

      I need to make the JBoss BRMS and SQL server talk.

      Is it Possible using java?

      Please help me.

       

       

      Thanks,

      Pramesh