Looks like that came out a bit sloppy, let me try some of those again.

Message when deploying

  | 16:45:10,939 INFO [MainDeployer] Starting deployment of package: 
file:/D:/x/sys/jboss-3/server/default/deploy/cpb.ear
  | 16:45:10,949 INFO [EARDeployer] Init J2EE application: 
file:/D:/x/sys/jboss-3/server/default/deploy/cpb.ear
  | 16:45:11,710 INFO [EjbModule] Creating
  | 16:45:11,720 INFO [EjbModule] Deploying BaseItem
  | 16:45:11,730 INFO [EjbModule] Deploying TestSession
  | 16:45:11,750 INFO [EjbModule] Deploying ASecond
  | 16:45:11,760 INFO [EntityContainer] Creating
  | 16:45:11,770 INFO [EntityInstancePool] Creating
  | 16:45:11,770 INFO [EntityInstancePool] Created
  | 16:45:11,770 INFO [EntityContainer] Created
  | 16:45:11,780 INFO [StatelessSessionContainer] Creating
  | 16:45:11,790 INFO [StatelessSessionInstancePool] Creating
  | 16:45:11,790 INFO [StatelessSessionInstancePool] Created
  | 16:45:11,800 INFO [StatelessSessionContainer] Created
  | 16:45:11,800 INFO [StatelessSessionContainer] Creating
  | 16:45:11,810 INFO [StatelessSessionInstancePool] Creating
  | 16:45:11,810 INFO [StatelessSessionInstancePool] Created
  | 16:45:11,810 INFO [StatelessSessionContainer] Created
  | 16:45:11,810 INFO [EjbModule] Created
  | 16:45:11,820 INFO [EjbModule] Starting
  | 16:45:11,820 INFO [EntityContainer] Starting
  | 16:45:33,071 ERROR [EntityContainer] Starting failed
  | org.jboss.deployment.DeploymentException: Connection timed out: connect; - 
nested throwable: (java.net.ConnectException: Connection timed out: connect)
  | .
  | .
  | . 
  | 

property-ds.xml

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | 
  | <local-tx-datasource>
  | <jndi-name>PostgresDS</jndi-name>
  | <connection-url>jdbc:postgresql://A:P/D</connection-url>
  | <driver-class>org.postgresql.Driver</driver-class>
  | <user-name>myName</user-name>
  | <password>myPass</password>
  | <min-pool-size>5</min-pool-size>
  | 
  | </local-tx-datasource>
  | 

jbosscmp-jdbc.xml

  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE jbosscmp-jdbc PUBLIC "-//JBoss//DTD JBOSSCMP-JDBC 3.2//EN" 
"http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";>
  |  
  | <jbosscmp-jdbc>
  |    <defaults>
  |      <datasource>java:/PostgresDS</datasource>
  |      <datasource-mapping>PostgreSQL</datasource-mapping>
  |      <create-table>true</create-table>
  |      <remove-table>false</remove-table>
  |    </defaults>
  |  
  |    <enterprise-beans>
  |  
  |      <!--
  |        To add beans that you have deployment descriptor info for, add
  |        a file to your XDoclet merge directory called jbosscmp-jdbc-beans.xml
  |        that contains the <entity></entity> markup for those beans.
  |      -->
  |  
  |       <entity>
  |          <ejb-name>BaseItem</ejb-name>
  |  
  |          <table-name>bse_item</table-name>
  |  
  |          <cmp-field>
  |             <field-name>item_num</field-name>
  |  
  |         </cmp-field>
  |  
  | <!-- jboss 3.2 features -->
  | <!-- optimistic locking does not express the exclusions needed -->
  |       </entity>
  |  
  |    </enterprise-beans>
  |  
  | </jbosscmp-jdbc>
  | 

Does anyone see anything obviously wrong with my set up?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to