0 Replies Latest reply on Aug 10, 2009 10:51 PM by inori0821

    How to pack Drools into web service

      We are uni students and having trouble in a cs project.
      We are trying to pack a Drools project into web service package. The problem here as shown in following:
      1, When we build Drools project, it automatically generates a folder named "src/ main/java" and "src/main/drl". Will it possible to change the folder name as src and make two new packages as main.java and main.drl? We tried that and it runs with erros
      2. If the drools project stays the same, how to pack it as a *.aar file. We tried and axis2 cannot allocate the class file.

      Thanks very much if anyone can help us