...
[10:52:40 CST(-0600)] <athena> this all goes in custom database tables, so i don't think we'd want to uportal to manage it via something in META-INF, even if we could
[10:54:34 CST(-0600)] <athena> in my initial attempt i stripped out all the JAXB stuff
[10:54:46 CST(-0600)] <EricDalquist> ah right
[10:54:53 CST(-0600)] <athena> it's nice for the portal, but if we're not actually creating things from XML, some of the structure makes it harder to configure those elements in spring
[10:54:57 CST(-0600)] <EricDalquist> so the META-INF option would just be for a PPD clone
[10:55:00 CST(-0600)] <athena> since you wind up with weird jaxb wrappers around things
[10:55:00 CST(-0600)] <EricDalquist> where it is all portlet preferences
[10:55:03 CST(-0600)] <athena> yeah
[10:55:31 CST(-0600)] <athena> would be cool to pick up stuff in META-INF, but it's not too hard to drop the file in - and you need to register the type in the database to use it anyway