The default-object.xml file is used only the first time your run the portal - the data in that file is loaded into a database and from then on the database is used to define the portal layout. Well, that is somewhat of an oversimplification, but sufficient to explain what happened.
Since you are running the Portal + AS bundle it is using the Hypersonic database which keeps its data in the server/xxx/data directory. You can start from scratch by removing that directory. So do this: 1) stop the app server 2) remove the server/xxx/data directory 3) edit default-object.xml as I suggested earlier 4) start the app server View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257182#4257182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257182 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
