application server specific configurations need to be specified in jboss.xml and jbosscmp-jdbc.xml.
<max-beans-in-cache>100</max-beans-in-cache> <idle-timeout-seconds>600</idle-timeout-seconds> These are default properties for a container configuration. Container configurations are specified in standardjboss.xml under the conf directory of the server instance. You can also specify different container configurations in jbosscmp-jdbc.xml. <read-timeout-seconds>60</read-timeout-seconds> These are specified in jbosscmp-jdbc.xml for every entity bean. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861713#3861713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861713 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
