Re: [Rife-users] MetaData Questions
Gotcha. I didn't realize it needed to be in the same package, since the documents explained you could override "pre-compiled" classes from any package. I've update the Wiki so no one else falls into that same Thanks a lot for updating the wiki! snag. I'll update the code tonight and charge ahead. Thank again Geert -as always, Tyler On 6/27/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Tyler, you put the metadata in it's own package, for example for: com.warfrog.portal.beans.Article com.warfrog.portal.beans.metadata.ArticleMetaData This is not supported, you have to use exactly the same name as the bean and then only add the MetaData suffix. In this case that gives: com.warfrog.portal.beans.ArticleMetaData Best regards, Geert On 26 Jun 2006, at 17:34, Tyler Pitchford wrote: > Geert, > > Sure, I'll send it over tonight when I get home. Just running some > test for a new project. > > Cheers, > Tyler > > On 6/26/06, Geert Bevin <[EMAIL PROTECTED]> wrote: >> Hi Tyler, >> >> as said before, I can't reproduce this. Any chance of isolating it >> and sending me an archive to test with? >> >> Geert >> >> On 26 Jun 2006, at 14:48, Tyler Pitchford wrote: >> >> > Geert, >> > >> > It's a standard setup based off of a RIFE-Jumpstart 1.4 Eclipse >> > Environment (I did replace the Rife framework jar with 1.5M3 >> though). >> > Other than that nothing special about the setup that I can think >> of. >> > >> > Cheers, >> > Tyler >> >> -- >> Geert Bevin >> Uwyn "Use what you need" - http://uwyn.com >> RIFE Java application framework - http://rifers.org >> Music and words - http://gbevin.com >> >> >> ___ >> Rife-users mailing list >> Rife-users@uwyn.com >> http://lists.uwyn.com/mailman/listinfo/rife-users >> > ___ > Rife-users mailing list > Rife-users@uwyn.com > http://lists.uwyn.com/mailman/listinfo/rife-users > -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users
Re: [Rife-users] MetaData Questions
Gotcha. I didn't realize it needed to be in the same package, since the documents explained you could override "pre-compiled" classes from any package. I've update the Wiki so no one else falls into that same snag. I'll update the code tonight and charge ahead. Thank again Geert -as always, Tyler On 6/27/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Tyler, you put the metadata in it's own package, for example for: com.warfrog.portal.beans.Article com.warfrog.portal.beans.metadata.ArticleMetaData This is not supported, you have to use exactly the same name as the bean and then only add the MetaData suffix. In this case that gives: com.warfrog.portal.beans.ArticleMetaData Best regards, Geert On 26 Jun 2006, at 17:34, Tyler Pitchford wrote: > Geert, > > Sure, I'll send it over tonight when I get home. Just running some > test for a new project. > > Cheers, > Tyler > > On 6/26/06, Geert Bevin <[EMAIL PROTECTED]> wrote: >> Hi Tyler, >> >> as said before, I can't reproduce this. Any chance of isolating it >> and sending me an archive to test with? >> >> Geert >> >> On 26 Jun 2006, at 14:48, Tyler Pitchford wrote: >> >> > Geert, >> > >> > It's a standard setup based off of a RIFE-Jumpstart 1.4 Eclipse >> > Environment (I did replace the Rife framework jar with 1.5M3 >> though). >> > Other than that nothing special about the setup that I can think >> of. >> > >> > Cheers, >> > Tyler >> >> -- >> Geert Bevin >> Uwyn "Use what you need" - http://uwyn.com >> RIFE Java application framework - http://rifers.org >> Music and words - http://gbevin.com >> >> >> ___ >> Rife-users mailing list >> Rife-users@uwyn.com >> http://lists.uwyn.com/mailman/listinfo/rife-users >> > ___ > Rife-users mailing list > Rife-users@uwyn.com > http://lists.uwyn.com/mailman/listinfo/rife-users > -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users
Re: [Rife-users] MetaData Questions
Tyler, you put the metadata in it's own package, for example for: com.warfrog.portal.beans.Article com.warfrog.portal.beans.metadata.ArticleMetaData This is not supported, you have to use exactly the same name as the bean and then only add the MetaData suffix. In this case that gives: com.warfrog.portal.beans.ArticleMetaData Best regards, Geert On 26 Jun 2006, at 17:34, Tyler Pitchford wrote: Geert, Sure, I'll send it over tonight when I get home. Just running some test for a new project. Cheers, Tyler On 6/26/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Tyler, as said before, I can't reproduce this. Any chance of isolating it and sending me an archive to test with? Geert On 26 Jun 2006, at 14:48, Tyler Pitchford wrote: > Geert, > > It's a standard setup based off of a RIFE-Jumpstart 1.4 Eclipse > Environment (I did replace the Rife framework jar with 1.5M3 though). > Other than that nothing special about the setup that I can think of. > > Cheers, > Tyler -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users
Re: [Rife-users] MetaData Questions
Geert, Sure, I'll send it over tonight when I get home. Just running some test for a new project. Cheers, Tyler On 6/26/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Tyler, as said before, I can't reproduce this. Any chance of isolating it and sending me an archive to test with? Geert On 26 Jun 2006, at 14:48, Tyler Pitchford wrote: > Geert, > > It's a standard setup based off of a RIFE-Jumpstart 1.4 Eclipse > Environment (I did replace the Rife framework jar with 1.5M3 though). > Other than that nothing special about the setup that I can think of. > > Cheers, > Tyler -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users
Re: [Rife-users] MetaData Questions
Hi Tyler, as said before, I can't reproduce this. Any chance of isolating it and sending me an archive to test with? Geert On 26 Jun 2006, at 14:48, Tyler Pitchford wrote: Geert, It's a standard setup based off of a RIFE-Jumpstart 1.4 Eclipse Environment (I did replace the Rife framework jar with 1.5M3 though). Other than that nothing special about the setup that I can think of. Cheers, Tyler -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users
Re: [Rife-users] MetaData Questions
Geert, It's a standard setup based off of a RIFE-Jumpstart 1.4 Eclipse Environment (I did replace the Rife framework jar with 1.5M3 though). Other than that nothing special about the setup that I can think of. Cheers, Tyler On 6/26/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Tyler, I tried eCalendar with the latest RIFE snapshot and an empty database structure. Everything is created correctly. Are you sure that you're not running this in a non-standard environment, causing the EngineClassLoader to not be present to instrument the classes? Best regards, Geert On 26 Jun 2006, at 05:46, Tyler Pitchford wrote: > I'm installing Tables using an InstallParticipant and some an > "Article" Bean. I'd prefer to use the MetaData setup, but the only way > I can get the contraints into the Database appears to be using the old > extend Validation and activateValidation() method. I've tried creating > a class ArticleMetaData and overriding the activateMetaData() to no > avail. Both activateValidation and activateMetaData are using the > exact same constraints, but only the activateValidation appears to set > the parameters up correctly. > > Cheers, > Tyler > > P.S. I'm using the 06/20/2006 Rife-1.5M3 snapshot. > ___ > Rife-users mailing list > Rife-users@uwyn.com > http://lists.uwyn.com/mailman/listinfo/rife-users > -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users
Re: [Rife-users] MetaData Questions
Hi Tyler, I tried eCalendar with the latest RIFE snapshot and an empty database structure. Everything is created correctly. Are you sure that you're not running this in a non-standard environment, causing the EngineClassLoader to not be present to instrument the classes? Best regards, Geert On 26 Jun 2006, at 05:46, Tyler Pitchford wrote: I'm installing Tables using an InstallParticipant and some an "Article" Bean. I'd prefer to use the MetaData setup, but the only way I can get the contraints into the Database appears to be using the old extend Validation and activateValidation() method. I've tried creating a class ArticleMetaData and overriding the activateMetaData() to no avail. Both activateValidation and activateMetaData are using the exact same constraints, but only the activateValidation appears to set the parameters up correctly. Cheers, Tyler P.S. I'm using the 06/20/2006 Rife-1.5M3 snapshot. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users