Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-07-14 Thread Brody bach
Hi Toni, thanks for the tipps and sorry for the late reply. Now I can also use 5.0.1 without problems. I did refreshing and re-importing the repository. But I still got the validation problem I mentioned in my first post (a method of interface b is recognized as method of interface a). Any solut

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-07-10 Thread Toni Rikkola
Hi Brody, Some things that you can try: 1. Try refreshing the browser after you have moved to 5.0.1. Maybe it is still using the old javascripts and that is why it is not showing the editors. 2. Try rebuilding the packages. 3. Move repository from 5.0.0.CR1 to 5.0.1 using the export/import tha

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-07-10 Thread Brody bach
Hi Edson, thanks for the reply.. how can I contact the guvnor people than? :) Or are they reading this too? Regards bb Edson Tirelli-3 wrote: > >Brody, > >This seems to be a serialization problem. Please, talk to the guvnor > people on how to migrate between versions. > > []s >

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-07-09 Thread Edson Tirelli
Brody, This seems to be a serialization problem. Please, talk to the guvnor people on how to migrate between versions. []s Edson 2009/7/9 Brody bach > > Sooryfor reposting this one, Edson was expecting a feedback :) > > > > Hi Edson, > sorry for the very late reply > > As I menti

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-07-09 Thread Brody bach
Sooryfor reposting this one, Edson was expecting a feedback :) Hi Edson, sorry for the very late reply As I mentioned before, I had this problem in Guvnor. So I undeployed my old guvnor and redeploy a new one (the one I take fresh from website :), so it should be the latest version). Now I get

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-07-01 Thread Brody bach
Hi Edson, sorry for the very late reply As I mentioned before, I had this problem in Guvnor. So I undeployed my old guvnor and redeploy a new one (the one I take fresh from website :), so it should be the latest version). Now I get a new problem: I can't open any rules I've created using the prev

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-06-25 Thread Edson Tirelli
Brody, Can you try with Drools 5.0.1 (and corresponding MVEL version) that is the final community release? There were tons of fixes since the candidate release. Let us know if it works. Edson 2009/6/25 Brody bach > > Oh yes, sorry I forgot to mention, > > Drools 5.0.0.CR1 > Mvel 2

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-06-25 Thread Brody bach
Oh yes, sorry I forgot to mention, Drools 5.0.0.CR1 Mvel 2.0.8pre1 Thanks Edson Tirelli-3 wrote: > >Hi Brody, > >What versions of Drools and MVEL you are using? > >[]s >Edson > > 2009/6/25 Brody bach > >> >> Hi, >> >> I have a class which implementes several interfaces >

Re: [rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-06-25 Thread Edson Tirelli
Hi Brody, What versions of Drools and MVEL you are using? []s Edson 2009/6/25 Brody bach > > Hi, > > I have a class which implementes several interfaces > > class MyClass implements interA, interB, interC { > private String nameA; > private String nameB; > private St

[rules-users] Validation in Guvnor fails due to unrecognized method of implemented interface

2009-06-25 Thread Brody bach
Hi, I have a class which implementes several interfaces class MyClass implements interA, interB, interC { private String nameA; private String nameB; private String ownString; public String getNameA(){ ---impl of method from interface interA return nameA;