You probably need to start eclipse with a '-clean' option or something like that...
Regarding the migration, there are some changes that are not backward compatible, but it should not be too difficult to do it. The main one is that 3.0.x automatically wraps any primitive value into the corresponding wrapper class (example: int into Integer). As 4.0 now supports primitive types, you must remove the unwrapping calls (.intValue(), .doubleValue(), etc). Also, to create a working memory, use newStatefulSession() method instead of the newWorkingMemory() method. Anyone willing to help writing a migration how to (even partial) would be most welcome and I'm sure a lot of people would benefit. It is possible to do it in the WIKI so we have a collaborative effort. []s Edson 2007/5/24, Krishnan <[EMAIL PROTECTED]>:
I tried the same thing but could not migrate cleanly. I dropped the plugin in the plugin directory and restarted eclipse. I see two Rule icons in my eclipse workspace. I closed it and deleted the 3.0.5plugin from the plugin directory but it still would not go away. Not sure how to get rid of it. -Krishnan. On 5/24/07, Ronald R. DiFrango <[EMAIL PROTECTED]> wrote: > > Any catches in migrating from 3.0.5 to 4.0.0? Anything special if you > have a JBoss Rules Eclipse project when upgrading? > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > -- Sivaramakrishna Iyer Krishnan (Anand) Never assume the obvious is true. - William Safire _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
-- Edson Tirelli Software Engineer - JBoss Rules Core Developer Office: +55 11 3529-6000 Mobile: +55 11 9287-5646 JBoss, a division of Red Hat @ www.jboss.com
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
