Search:

Type: Posts; User: wootenator; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,255

    integration with EJB application

    Dear forum members,

    I work for a company where we have 3 applications that we need integrated. One is an EJB 2.x based application. The other is a Spring 2.x application. The third is a pure...
  2. Replies
    9
    Views
    3,100

    hsql script in jsr94 example

    Once you specify the location of the hsqldb, I think all you need to do is put the scripts that load the cars data into that directory and the database will execute those scripts upon startup.

    I...
  3. Replies
    9
    Views
    3,100

    issue resolved, but one more question at least

    I was able to get the JSR94 Spring example to work and think this is going to be a very instructional piece of code for me to explore the capabilities of JSR94, spring, and drools development in...
  4. Replies
    9
    Views
    3,100

    I created a modified car_rules.drl that works:...

    I created a modified car_rules.drl that works:
    package price_rules

    import org.springmodules.samples.jsr94.model.Car



    rule car_volkswagen1
    when
    car : Car( mark == "Volkswagen" )
  5. Replies
    9
    Views
    3,100

    I didn't change the jsr94 example at all. Is it...

    I didn't change the jsr94 example at all. Is it possiblr that the car_riles.drl that comes with the example is missing he package name? I've attached the drl file. I think I may have a problem in the...
  6. Replies
    9
    Views
    3,100

    drools 4.0.4

    I forgot to mention I am using drools 4.0.4 rlease from Jboss.
  7. Replies
    9
    Views
    3,100

    jsr94 spring module exception

    I trying to run the jsr94 example that comes in the 0.8 release. I'm using Spring 2 jdk 1.5 and eclipse 3.3.

    I'm using the resource-drools.xml
    I get the following exception:
    2008-02-04...
Results 1 to 7 of 7