(Sorry about previous post. First time on the forum. Hope this looks better.)
At the bottom of the file make sure that you don not comment out the original 
section. Both sections need to be there.
 Here is what both sections should look like:

  | <!-- This mbean should be used only when using tcp connections. Uncomment
  |    when the tcp based connection-url is used. 
  |  -->
  |    <mbean code="org.jboss.jdbc.HypersonicDatabase" 
  |      name="jboss:service=Hypersonic">
  |      <attribute name="Port">1701</attribute>
  |      <attribute name="Silent">true</attribute>
  |      <attribute name="Database">default</attribute>
  |      <attribute name="Trace">false</attribute>
  |      <attribute name="No_system_exit">true</attribute>
  |    </mbean>
  | 
  |    <!-- This mbean can be used when using in process persistent db -->
  |    <mbean code="org.jboss.jdbc.HypersonicDatabase" 
  |      name="jboss:service=Hypersonic,database=localDB">
  |      <attribute name="Database">localDB</attribute>
  |      <attribute name="InProcessMode">true</attribute>
  |    </mbean>
  | </datasources>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869408#3869408

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869408


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to