The JBoss Portal Reference Guide shows how to override preferences in the *-object.xml file (section 3.5). I can't get it to work. Has anyone been successful with this? Here is the example XML from the reference guide:
| <deployment> | <if-exists>overwrite</if-exists> | <instance> | <instance-name>HelloWorldPortletInstance</instance-name> | <component-ref>helloworld.HelloWorldPortlet</component-ref> | <preferences> | <preference> | <name>foo</name> | <value>bar</value> | <read-only>false</read-only> | </preference> | </preferences> | </instance> | </deployment> | I don't get any errors but the specified override values do not take effect. I've tried dropping the database, deleting the temp directories, etc. Thanks, Scott View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936999#3936999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936999 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
