- Flex Prj has
- FLEX / Flash Builder 4
- LCDS
- POSTGRESQL 8.4 ( MYSQL DB )
- DRools Prj has
- DRools
- HIBERNATE 3.2.6
- POSTGRESQL 8.4 ( MYSQL DB )
Issue (step-by-step):
- Drools Prj was compiled in JRE6 it was creating an issue of with Flash Builder 4 ===(Resulted in)===> Bad version number in .class file (unable to load class eu.kijanowski.drools.hibernate.DroolsHibernateTest)
- I changed the DRools JRE to JDK 1.5 ===(Resulted in)===> Now it gives the error of "wrong name"
- Now I placed of the bin (removed bin) in LCDS\tomcat\webapps\lcds\WEB-INF\classes. ===(Resulted in an error alert message)===> org/drools/WorkingMemory
I want to use DRools with LCDS. If there is a tutorial please direct me to that. My scenario might need both of the projects to be sent. which I can, please note.
My complete required tech stack is
- FLEX Unit
- Flex Libs + DEGRAFA + CATALYST
- Flash Builder 4 + Mate
- LCDS
- DRools
- HIBERNATE 3.2.6
- POSTGRESQL 8.4 ( MYSQL DB )
- JBOSS