Hello,
I need to set my sar to run after my ear deployed.
As i read regard this issue, there are several ways of doing that.
I found one of those. What are the other ways?
The one i have found is editing the org.jboss.deployment.MainDeployer-xmbean.xml within the conf\xmdesc directory.
If i add sar priority to the list that sets the sar files to run at last (800:.SAR) can it be a trouble in the future ? is it the best way ?
Dor
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170973#4170973
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170973
Thank you so much jaikiran ji,
I am delighted to get the reply. Now that you have answered most of the questions, i want to provide details on XML file, i m currently not using -ds.xml file of jboss rather using custom file named configurator.xml in which the root user,password,and IP where the database server is located.How can i make ejb read this file so that my connection to the database will be created?
Thank you in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170969#4170969
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170969
It rather question for hibernate forum... forum.hibernate.org
With getter are problems. Hibernate check getters if object changed. And when you get object from database and no explicity write, hibernate invoke flush and compare hydrated objects before transaction and after. Getters return other values and hibernate executes additional updates (even you only executes selects - true in standard way but i guess it is configurable with cache mode or something), this may ends with very poor performance with huge amount of updates.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170959#4170959
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170959