Re: [rules-users] 5.3.0.Final resource change scanner bug

2011-10-25 Thread Jiri Svitak

This has been already reported:
https://bugzilla.redhat.com/show_bug.cgi?id=741219
https://bugzilla.redhat.com/show_bug.cgi?id=741287

This happens for Guvnor's PKG, XLS, DRF and I guess CSV too. You'll find 
test cases there.


Jiri Svitak

On 10/25/2011 12:07 AM, Michael Anstis wrote:


Thanks Lisa, I appreciate it is a pain for you but your help is much 
appreciated.


sent on the move

On 24 Oct 2011 23:03, lhorton lhor...@abclegal.com 
mailto:lhor...@abclegal.com wrote:


Yes, all compile ok without change set (our tests compile the
rules in code,
but our server compiles using knowledge agent).  I had to roll
everything
back to 5.2 for our developers, but I'll find some time tomorrow
to try
things out with 5.3 again.  I'll see if I can narrow it down to
specific
file(s) that fail compilation.

--
View this message in context:

http://drools.46999.n3.nabble.com/5-3-0-Final-resource-change-scanner-bug-tp3449420p3449655.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org mailto:rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users



___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] 5.3.0.Final resource change scanner bug

2011-10-24 Thread Michael Anstis
I think it is this problem https://issues.jboss.org/browse/GUVNOR-1699...
but no fix yet :(

On 24 October 2011 21:30, lhorton lhor...@abclegal.com wrote:

 I tried loading up 5.3.0 this weekend but have run into this bug:
 https://bugzilla.redhat.com/show_bug.cgi?id=733008

 my server log says:
 Exception in thread Thread-38 java.lang.IllegalStateException: reader
 does
 have a modified date
at
 org.drools.io.impl.ReaderResource.getLastModified(ReaderResource.java:64)
at

 org.drools.io.impl.ResourceChangeScannerImpl.scan(ResourceChangeScannerImpl.java:166)
at

 org.drools.io.impl.ResourceChangeScannerImpl$ProcessChangeSet.run(ResourceChangeScannerImpl.java:311)
at java.lang.Thread.run(Thread.java:662)


 some rules files loaded, but some failed (silently, except for the above
 message).  Is there a workaround for this problem?  we cannot migrate to
 5.3.0 unless this is fixed or there is a way to work around the problem.

 thanks for any help.

 --
 View this message in context:
 http://drools.46999.n3.nabble.com/5-3-0-Final-resource-change-scanner-bug-tp3449420p3449420.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] 5.3.0.Final resource change scanner bug

2011-10-24 Thread lhorton
We are not using Guvnor.  Rules are being compiled from XLS and DRL files
source files in change sets.  I'm just mentioning this FYI.  Some of the
rules files compile and load but some do not.  I don't see anything in the
logs to tell me which file(s) are failing.

--
View this message in context: 
http://drools.46999.n3.nabble.com/5-3-0-Final-resource-change-scanner-bug-tp3449420p3449514.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] 5.3.0.Final resource change scanner bug

2011-10-24 Thread Michael Anstis
Sorry Lisa, I should have remembered you don't use Guvnor. I assume all
rules compile ok without use of a change-set? Is it possible to put together
a test case and open a JIRA? This sounds like something new.

sent on the move

On 24 Oct 2011 22:02, lhorton lhor...@abclegal.com wrote:

 We are not using Guvnor.  Rules are being compiled from XLS and DRL files
 source files in change sets.  I'm just mentioning this FYI.  Some of the
 rules files compile and load but some do not.  I don't see anything in the
 logs to tell me which file(s) are failing.

 --
 View this message in context:
 http://drools.46999.n3.nabble.com/5-3-0-Final-resource-change-scanner-bug-tp3449420p3449514.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] 5.3.0.Final resource change scanner bug

2011-10-24 Thread lhorton
Yes, all compile ok without change set (our tests compile the rules in code,
but our server compiles using knowledge agent).  I had to roll everything
back to 5.2 for our developers, but I'll find some time tomorrow to try
things out with 5.3 again.  I'll see if I can narrow it down to specific
file(s) that fail compilation.

--
View this message in context: 
http://drools.46999.n3.nabble.com/5-3-0-Final-resource-change-scanner-bug-tp3449420p3449655.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] 5.3.0.Final resource change scanner bug

2011-10-24 Thread Michael Anstis
Thanks Lisa, I appreciate it is a pain for you but your help is much
appreciated.

sent on the move

On 24 Oct 2011 23:03, lhorton lhor...@abclegal.com wrote:

 Yes, all compile ok without change set (our tests compile the rules in
 code,
 but our server compiles using knowledge agent).  I had to roll everything
 back to 5.2 for our developers, but I'll find some time tomorrow to try
 things out with 5.3 again.  I'll see if I can narrow it down to specific
 file(s) that fail compilation.

 --
 View this message in context:
 http://drools.46999.n3.nabble.com/5-3-0-Final-resource-change-scanner-bug-tp3449420p3449655.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users