Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-13 Thread Vincent Legendre
sitory in 5.2.M2 crashes in 5.2.Final because of decision table serialization That explains it. The CEP changes were made between 5.2.M2 and

Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Michael Anstis
ilto: > rules-users-boun...@lists.jboss.org] *On Behalf Of *Michael Anstis > *Sent:* Tuesday, July 12, 2011 11:53 AM > *To:* Rules Users List > *Subject:* Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final > because of decision table serialization > > That explains it.

Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Atherton, Robert W CIV SPAWARSYSCEN-ATLANTIC, 54422
pgradeHelper to convert the repository explicitely ? _ De: "Michael Anstis" À: "Rules Users List" Envoyé: Mardi 12 Juillet 2011 17:39:00 Objet: Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization How are y

Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Michael Anstis
toryUpgradeHelper to convert the > repository explicitely ? > > > > > -- > > *De: *"Michael Anstis" > *À: *"Rules Users List" > *Envoyé: *Mardi 12 Juillet 2011 17:39:00 > *Objet: *Re: [rules-users] repository in 5.2.M2 cra

Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Vincent LEGENDRE
w). Is there a way to use org.drools.ide.common.server.util.RepositoryUpgradeHelper to convert the repository explicitely ? - Mail original - De: "Michael Anstis" À: "Rules Users List" Envoyé: Mardi 12 Juillet 2011 17:39:00 Objet: Re: [rules-users] reposi

Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Michael Anstis
How are you loading and compiling the dtable? Guvnor uses org.drools.ide.common.server.util.GuidedDTXMLPersistence to convert XML to and from the object model. This in turn uses org.drools.ide.common.server.util.RepositoryUpgradeHelper to convert from GuidedDecisionTable to GuidedDecisionTable52.

[rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Vincent LEGENDRE
Hi all We tried to use the 5.2.Final version of Guvnor, but the compilation fails with an error saying that class "dtable" does not exists. After looking more depply, it appears that the XML storage format has changed in 5.2.Final : - root XML is now  " decision-table52 " instead of "dt