Re: [rules-users] Rules categorization/packages

2010-03-18 Thread Esteban Aliverti
I added a comment to your jira entry. Please take a look. 2010/3/17 Amit Kumar amitku...@gmail.com https://jira.jboss.org/jira/browse/GUVNOR-514 Model is also there :) 2010/3/17 Esteban Aliverti esteban.alive...@gmail.com It would be good too if you could provide us your model (or at

Re: [rules-users] Rules categorization/packages

2010-03-18 Thread Amit Kumar
I do have get/set methods for each attribute. There are some extra files also which have some other functions. The same model is working fine in 5.0 and 5.1, its only having issue in the trunk and I wanted to use the trunk code if possible since it has support for collect and accumulate in guided

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Toni Rikkola
Hi, Its possible that there are some bugs in the snapshots. Can you tell me what your model looks like? Toni Amit Kumar wrote: The latest builds seem to be no good for guvnor They do seem rich in features .. especially support for collect/accumulate in guvnor along with inbox and global

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Esteban Aliverti
Are you importing your model from a .jar or using a Declarative Model? On Tue, Mar 16, 2010 at 6:28 AM, Toni Rikkola trikk...@redhat.com wrote: Hi, Its possible that there are some bugs in the snapshots. Can you tell me what your model looks like? Toni Amit Kumar wrote: The latest

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Amit Kumar
Its coming from a JAR Thanks Amit Equipment entityId int partNumber String manufacturer String owningEntityId int Software entityId int OSType String OSVersion String imageName String EquipmentCA extends Equipment hostname String productName String

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Amit Kumar
Probably because of OStype and OSversion. Let me fix that and convert to lower case and try. I remember facing this issue sometime back with 5.0 Thanks Amit On Tue, Mar 16, 2010 at 9:17 AM, Amit Kumar amitku...@gmail.com wrote: Its coming from a JAR Thanks Amit Equipment entityId

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Esteban Aliverti
And let me guess... The fields you are not seeing are those from Equipment when you have an EquipmentCA? 2010/3/16 Amit Kumar amitku...@gmail.com Its coming from a JAR Thanks Amit EquipmententityId int partNumber Stringmanufacturer StringowningEntityId int

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Esteban Aliverti
But, which fields didn't appear in guvnor? 2010/3/16 Amit Kumar amitku...@gmail.com Probably because of OStype and OSversion. Let me fix that and convert to lower case and try. I remember facing this issue sometime back with 5.0 Thanks Amit On Tue, Mar 16, 2010 at 9:17 AM, Amit Kumar

Re: [rules-users] Rules categorization/packages

2010-03-15 Thread Amit Kumar
The latest builds seem to be no good for guvnor They do seem rich in features .. especially support for collect/accumulate in guvnor along with inbox and global packages. But But But.. on adding a fact in the when/then clause then all the attributes of the facts are not coming .. some attributes

Re: [rules-users] Rules categorization/packages

2010-02-22 Thread Amit Kumar
Thanks Jervis!! On Sun, Feb 21, 2010 at 7:05 PM, Jervisliu j...@redhat.com wrote: A new feature called Sharable artifacts/Global artifacts will be available in Drools 5.1. This feature allows you share an asset among different packages. It also creates a global area (you can consider it as a

Re: [rules-users] Rules categorization/packages

2010-02-21 Thread Jervisliu
A new feature called Sharable artifacts/Global artifacts will be available in Drools 5.1. This feature allows you share an asset among different packages. It also creates a global area (you can consider it as a global package). Potentially you can promote an asset that you think is more