Re: [rules-users] Doubt in converting .brl to .drl format in java

2011-01-26 Thread Bruno Freudensprung
Hi, Don't know if it may help but I've just had a similar error (java.lang.RuntimeException: com.thoughtworks.xstream.mapper.CannotResolveClassException: definitions : definitions) when adding a bpmn2 rule flow file (an XML file) as a BRL resource in a KnowledgeBuilder (no comment... :-)).

[rules-users] Doubt in converting .brl to .drl format in java

2011-01-24 Thread Kamal Thiyagarajan
Hello, I had try to convert .brl file to .drl format using java code i got an error in conversion. my java code is String fileName = "c:/Sampleguide.brl"; File file = new File(fileName); //System.out.println("hello"); String content = FileUtils.readFileToString