I have been developing with CMP 2 and postgresql for the last 2 weeks. Things seem to be going OK for what I'm using it for. I have seen some interesting things with the transaction types. It appears that rabit hole currently only supports "Required" and "RequiresNew" transactions. All others throw null pointer exceptions.
Dan
-----Original Message-----
From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 19, 2001 5:06 PM
To: Dain Sundstrom; JBoss Dev
Subject: Re: [JBoss-dev] 2.0 jar Really Likes DefaultDS?
So far nothing from this end.
If you get a chance to look at or if anyone else has any ideas, please chime
in?
Is no one else running Rabbit Hole with PostgreSQL and 2.0 EJB?
> From: Dain Sundstrom <[EMAIL PROTECTED]>
> Date: Mon, 19 Nov 2001 16:14:21 -0600
> To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, Dain Sundstrom
> <[EMAIL PROTECTED]>, JBoss Dev <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-dev] 2.0 jar Really Likes DefaultDS?
> The ds jndi name is loaded in the metadata object of entities in the
> ...plulgin.cmp.jdbc.metadata package. Then the ds is looked up in the
> JDBCStoreManager init method. Finally it is used in the JDBCCommand object.
>
> -dain
>
>> -----Original Message-----
>> From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
>> Sent: Monday, November 19, 2001 3:50 PM
>> To: Dain Sundstrom; JBoss Dev
>> Subject: Re: [JBoss-dev] 2.0 jar Really Likes DefaultDS?
>>
>>
>> I haven't dug around in the source yet. If you can give me a
>> pointer where
>> to look, I'll check it out...
>>
>> If I remove DefaultDS (remove the Hypersonic service XML
>> file), my beans
>> don't deploy at all, complaining that DefaultDS is missing... So it's
>> definitely not picking up my request for a different
>> datasource to be used.
>>
>>
>> Hunter
>>
>>> From: Dain Sundstrom <[EMAIL PROTECTED]>
>>> Date: Mon, 19 Nov 2001 15:40:42 -0600
>>> To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss Dev
>>> <[EMAIL PROTECTED]>
>>> Subject: RE: [JBoss-dev] 2.0 jar Really Likes DefaultDS?
>>>
>>> Looks right to me. Did you try tracking this down in the
>> source? I'll look
>>> at it later but I'm a little busy right now.
>>>
>>> -dain
>>>
>>>> -----Original Message-----
>>>> From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
>>>> Sent: Monday, November 19, 2001 1:48 PM
>>>> To: JBoss Dev
>>>> Subject: [JBoss-dev] 2.0 jar Really Likes DefaultDS?
>>>>
>>>>
>>>> I am deploying a 2.0EJB jar into RH3.
>>>>
>>>> Here's my jbosscmp-jdbc.xml file:
>>>>
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <!DOCTYPE jbosscmp-jdbc>
>>>>
>>>> <jbosscmp-jdbc>
>>>> <defaults>
>>>> <datasource>java:/Groundswell</datasource>
>>>> <type-mapping>PostgreSQL</type-mapping>
>>>> <debug>true</debug>
>>>> <create-table>true</create-table>
>>>> <remove-table>false</remove-table>
>>>> <read-only>false</read-only>
>>>> <time-out>300</time-out>
>>>> <select-for-update>false</select-for-update>
>>>>
>>>>
>> <preferred-relation-mapping>foreign-key</preferred-relation-mapping>
>>>> </defaults>
>>>> </jbosscmp-jdbc>
>>>>
>>>> No matter what, the jar tries to run against DefaultDS when I
>>>> want it to run
>>>> against 'Groundswell' as the datasource.
>>>>
>>>> What am I doing wrong?
>>>>
>>>> Hunter
>>>>
>>>>
>>>> _______________________________________________
>>>> Jboss-development mailing list
>>>> [EMAIL PROTECTED]
>>>> https://lists.sourceforge.net/lists/listinfo/jboss-development
>>>>
>>
>>
>> _______________________________________________
>> Jboss-development mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-development
>>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
