i've set up a postgresql pool and made my own cmp entity bean called
PersonBean
when i deploy my jar file, jboss gives me:
org.jboss.ejb.DeploymentException: Hypersonic not bound
which is correct because i removed the hypersonic pool. but in turn i
made a jaws.xml that is in the person.jar file and it says to use
"MyPostgresPool", so what i am doing wrong?
Do i need to specify for each bean that is has to use the postgrespool?
i want all my beans to use the postgrespool...the howto is a little
vague about this.
my jaws.xml file, from jawsxml_howto.html#datasource at jboss.org:
<jaws>
<datasource>MyPostgresPool</datasource>
<type-mapping>PostgreSQL</type-mapping>
</jaws>
-Alexander.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]