Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-24 Thread Burr Sutter
Please do make a small tutorial and add a wiki page. I'd love it if we had a series of wiki pages that showed the use of Drools from a servlet, JSP, WS, Struts Action, EJB, Spring bean, etc so that people understand how to get some basic stuff moving and quickly. spilirit wrote: Hello; Than

Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-24 Thread spilirit
Hello; Thank you for your help; it's working now, i'm just trying to remove jars that i won't need, and then i'll make a small tutorial for servlets if it could help. Regards, Fernando Meyer wrote: Hi spilirit, Try copy all your dependencies to the WebContent/WEB-INF/lib instead refe

Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-23 Thread Fernando Meyer
Hi spilirit, Try copy all your dependencies to the WebContent/WEB-INF/lib instead referring in your project. The Eclipse IDE will automatically add these libs to your classpath and to your exported war. Regards Fernando Meyer http://fmeyer.org [EMAIL PROTECTED] PGP: 0xD804DDFB

Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-23 Thread spilirit
Hi Burr, That would be very kind from you, if you could send me the WAR, Thank you, ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-23 Thread spilirit
Hi, please fond attached a copy of my Eclipse project, Burr; that would be very kind from you, if you could send me the WAR, Thankyou for your Help ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rule

Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-20 Thread Burr Sutter
I have a WAR with a working WS that uses Drools 3.0.1 Would that help? If so, just let me know and I can ship it to you. Burr Mohammed JBossRules wrote: 2007/7/20, Mohammed JBossRules <[EMAIL PROTECTED] >: Hi, an other question , when i'm trying to exec

Re: [rules-users] JBossRules and JAVA Servlet / JSP (part2)

2007-07-20 Thread Fernando Meyer
Please Mohamed, Attach your demo web project with scource code, then we can try to reproduce this problem. regards Fernando Meyer http://fmeyer.org [EMAIL PROTECTED] PGP: 0xD804DDFB On Jul 20, 2007, at 11:48 AM, Mohammed JBossRules wrote: 2007/7/20, Mohammed JBossRul

Re: Re: [rules-users] JBossRules and JAVA Servlet / JSP

2007-07-19 Thread Mohammed JBossRules
hello, Thank you all for your replays; as you've suggested, what i should import into my build path was not the core and compiler but all the set contained in the drools library, maybe that would help someone later! here is the list of jars antlr-runtime.jar drools-compiler.jar drools-core.jar

Re: Re: [rules-users] JBossRules and JAVA Servlet / JSP

2007-07-19 Thread Mohammed JBossRules
hello, Thank you all for your replays; as you've suggested, what i should import into my build path was not the core and compiler but all the set contained in the drools library, maybe that would help someone later! here is the list of jars antlr-runtime.jar drools-compiler.jar drools-core.jar

Re: [rules-users] JBossRules and JAVA Servlet / JSP

2007-07-19 Thread Mohammed JBossRules
hello, i've got it :); what i shoult import into my build path was not the core and compiler but all the set contained in the drools library, maybe that would help someone later here is the list of jars antlr-runtime.jar drools-compiler.jar drools-core.jar drools-decisiontables.jar drools-docu

Re: [rules-users] JBossRules and JAVA Servlet / JSP

2007-07-19 Thread Mark Proctor
http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat Mohammed JBossRules wrote: Hello, I'm a new user for JBossRules, and I'm feeling like turning around since a while, so i thought that sole body could help... I'm using JBossRules(V4.0.0.12865MR3) on eclipse (Version: 3.3.0 Build id: I200706

Re: [rules-users] JBossRules and JAVA Servlet / JSP

2007-07-19 Thread Natraj Gudla
You are getting an error at run time. Make sure you include all the required drools jars in your run time class path. THis will resolve the issue. If you are using an eclipse launch config, it is very easy to set the class path jars. You need to know that compile time libraries and run time libra