Re: [rules-users] Import Existing DRL in Guvnor never finishes

2009-07-29 Thread Jaroslaw Kijanowski
Hi,
  what version? 5.0.1.GA?
Have you changed Jackrabbit's backend or are you using the default settings?

Cheers,
  Jarek

Steve Ronderos wrote:
 
 Hello All,
 
 I'm experiencing an issue importing an existing DRL into Guvnor, we 
  made a sample DRL file containing 1000 very simple rules that look 
 something like this:
 
 rule testa4
 dialect mvel
 when
 IOption( selected == false  id == 9934 )
 messageSection : INode( id == Drivers )
 then
 messageSection.setValidationMessage( null );
 messageSection.setValidationMessageDuration( null );
 end
 
 Each rule has a unique name.  The problem is that the import hasn't 
 finished (after over 2 hours) and when we look at the resources that 
 have been imported they have 24 revisions each.  It looks like Guvnor is 
 importing the file over and over again.
 
 Has anyone experienced anything like this?
 
 Thanks,
 
 Steve Ronderos
 
 
 
 
 ___
 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] Import Existing DRL in Guvnor never finishes

2009-07-29 Thread Steve Ronderos
Sorry, I probably should have included that information.

We are using 5.0.1.GA, Jackrabbit is configured to store the data in an 
Oracle database.  Is there any other information I can provide?

Thanks,

Steve Ronderos

rules-users-boun...@lists.jboss.org wrote on 07/29/2009 01:33:31 AM:

 [image removed] 
 
 Re: [rules-users] Import Existing DRL in Guvnor never finishes
 
 Jaroslaw Kijanowski 
 
 to:
 
 Rules Users List
 
 07/29/2009 01:39 AM
 
 Sent by:
 
 rules-users-boun...@lists.jboss.org
 
 Please respond to Rules Users List
 
 Hi,
   what version? 5.0.1.GA?
 Have you changed Jackrabbit's backend or are you using the default 
settings?
 
 Cheers,
   Jarek
 
 Steve Ronderos wrote:
  
  Hello All,
  
  I'm experiencing an issue importing an existing DRL into Guvnor, we 
   made a sample DRL file containing 1000 very simple rules that look 
  something like this:
  
  rule testa4
  dialect mvel
  when
  IOption( selected == false  id == 9934 )
  messageSection : INode( id == Drivers )
  then
  messageSection.setValidationMessage( null );
  messageSection.setValidationMessageDuration( null );
  end
  
  Each rule has a unique name.  The problem is that the import hasn't 
  finished (after over 2 hours) and when we look at the resources that 
  have been imported they have 24 revisions each.  It looks like Guvnor 
is 
  importing the file over and over again.
  
  Has anyone experienced anything like this?
  
  Thanks,
  
  Steve Ronderos
  
  
  

  
  ___
  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
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Import Existing DRL in Guvnor never finishes

2009-07-29 Thread Jaroslaw Kijanowski
Do you see the same issue when using the Jackrabbit's built-in Derby DB?

Steve Ronderos wrote:
 
 Sorry, I probably should have included that information.
 
 We are using 5.0.1.GA, Jackrabbit is configured to store the data in an 
 Oracle database.  Is there any other information I can provide?
 
 Thanks,
 
 Steve Ronderos
 
 rules-users-boun...@lists.jboss.org wrote on 07/29/2009 01:33:31 AM:
 
   [image removed]
  
   Re: [rules-users] Import Existing DRL in Guvnor never finishes
  
   Jaroslaw Kijanowski
  
   to:
  
   Rules Users List
  
   07/29/2009 01:39 AM
  
   Sent by:
  
   rules-users-boun...@lists.jboss.org
  
   Please respond to Rules Users List
  
   Hi,
 what version? 5.0.1.GA?
   Have you changed Jackrabbit's backend or are you using the default 
 settings?
  
   Cheers,
 Jarek
  
   Steve Ronderos wrote:
   
Hello All,
   
I'm experiencing an issue importing an existing DRL into Guvnor, we
 made a sample DRL file containing 1000 very simple rules that look
something like this:
   
rule testa4
dialect mvel
when
IOption( selected == false  id == 9934 )
messageSection : INode( id == Drivers )
then
messageSection.setValidationMessage( null );
messageSection.setValidationMessageDuration( null );
end
   
Each rule has a unique name.  The problem is that the import hasn't
finished (after over 2 hours) and when we look at the resources that
have been imported they have 24 revisions each.  It looks like 
 Guvnor is
importing the file over and over again.
   
Has anyone experienced anything like this?
   
Thanks,
   
Steve Ronderos
   
   

 
   
___
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
 
 
 
 
 ___
 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] Import Existing DRL in Guvnor never finishes

2009-07-29 Thread Steve Ronderos
The same import worked on a fresh stand-alone version of Guvnor v. 
5.0.1.GA which is using Jackrabbit's built in Derby DB.

Steve Ronderos

rules-users-boun...@lists.jboss.org wrote on 07/29/2009 10:53:41 AM:

 [image removed] 
 
 Re: [rules-users] Import Existing DRL in Guvnor never finishes
 
 Jaroslaw Kijanowski 
 
 to:
 
 Rules Users List
 
 07/29/2009 10:57 AM
 
 Sent by:
 
 rules-users-boun...@lists.jboss.org
 
 Please respond to Rules Users List
 
 Do you see the same issue when using the Jackrabbit's built-in Derby DB?
 
 Steve Ronderos wrote:
  
  Sorry, I probably should have included that information.
  
  We are using 5.0.1.GA, Jackrabbit is configured to store the data in 
an 
  Oracle database.  Is there any other information I can provide?
  
  Thanks,
  
  Steve Ronderos
  
  rules-users-boun...@lists.jboss.org wrote on 07/29/2009 01:33:31 AM:
  
[image removed]
   
Re: [rules-users] Import Existing DRL in Guvnor never finishes
   
Jaroslaw Kijanowski
   
to:
   
Rules Users List
   
07/29/2009 01:39 AM
   
Sent by:
   
rules-users-boun...@lists.jboss.org
   
Please respond to Rules Users List
   
Hi,
  what version? 5.0.1.GA?
Have you changed Jackrabbit's backend or are you using the default 
  settings?
   
Cheers,
  Jarek
   
Steve Ronderos wrote:

 Hello All,

 I'm experiencing an issue importing an existing DRL into Guvnor, 
we
  made a sample DRL file containing 1000 very simple rules that 
look
 something like this:

 rule testa4
 dialect mvel
 when
 IOption( selected == false  id == 9934 )
 messageSection : INode( id == Drivers )
 then
 messageSection.setValidationMessage( null );
 messageSection.setValidationMessageDuration( null );
 end

 Each rule has a unique name.  The problem is that the import 
hasn't
 finished (after over 2 hours) and when we look at the resources 
that
 have been imported they have 24 revisions each.  It looks like 
  Guvnor is
 importing the file over and over again.

 Has anyone experienced anything like this?

 Thanks,

 Steve Ronderos


 
  


 ___
 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
  
  
  

  
  ___
  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
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Import Existing DRL in Guvnor never finishes

2009-07-29 Thread Jaroslaw Kijanowski
Ok, last thing, can you post your repository.xml file? When that is 
fine, then I would blame everything else than Guvnor (connection, 
oracle, ...).
BTW, which version of Oracle?

Steve Ronderos wrote:
 
 The same import worked on a fresh stand-alone version of Guvnor v. 
 5.0.1.GA which is using Jackrabbit's built in Derby DB.
 
 Steve Ronderos
 
 rules-users-boun...@lists.jboss.org wrote on 07/29/2009 10:53:41 AM:
 
   [image removed]
  
   Re: [rules-users] Import Existing DRL in Guvnor never finishes
  
   Jaroslaw Kijanowski
  
   to:
  
   Rules Users List
  
   07/29/2009 10:57 AM
  
   Sent by:
  
   rules-users-boun...@lists.jboss.org
  
   Please respond to Rules Users List
  
   Do you see the same issue when using the Jackrabbit's built-in Derby DB?
  
   Steve Ronderos wrote:
   
Sorry, I probably should have included that information.
   
We are using 5.0.1.GA, Jackrabbit is configured to store the data 
 in an
Oracle database.  Is there any other information I can provide?
   
Thanks,
   
Steve Ronderos
   
rules-users-boun...@lists.jboss.org wrote on 07/29/2009 01:33:31 AM:
   
  [image removed]
 
  Re: [rules-users] Import Existing DRL in Guvnor never finishes
 
  Jaroslaw Kijanowski
 
  to:
 
  Rules Users List
 
  07/29/2009 01:39 AM
 
  Sent by:
 
  rules-users-boun...@lists.jboss.org
 
  Please respond to Rules Users List
 
  Hi,
what version? 5.0.1.GA?
  Have you changed Jackrabbit's backend or are you using the default
settings?
 
  Cheers,
Jarek
 
  Steve Ronderos wrote:
  
   Hello All,
  
   I'm experiencing an issue importing an existing DRL into 
 Guvnor, we
made a sample DRL file containing 1000 very simple rules that 
 look
   something like this:
  
   rule testa4
   dialect mvel
   when
   IOption( selected == false  id == 9934 )
   messageSection : INode( id == Drivers )
   then
   messageSection.setValidationMessage( null );
   messageSection.setValidationMessageDuration( null );
   end
  
   Each rule has a unique name.  The problem is that the import 
 hasn't
   finished (after over 2 hours) and when we look at the 
 resources that
   have been imported they have 24 revisions each.  It looks like
Guvnor is
   importing the file over and over again.
  
   Has anyone experienced anything like this?
  
   Thanks,
  
   Steve Ronderos
  
  
  

 
  
   ___
   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
   
   

 
   
___
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
 
 
 
 
 ___
 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