[jboss-as7-dev] Status of default datasource name?

Max Rydahl Andersen max.andersen at redhat.com
Mon Jun 27 07:53:07 EDT 2011


> AS7-975 has been postponed till 7.1.0.Alpha1
> 
> Is it really intentional? That means that each of {6, 7, 7.1} releases will have a different name for the built-in DS.

This what current head says:

[max at greybeard ../code/as7/jboss-as/build]$ ack ExampleDS
src/main/resources/domain/configuration/domain.xml
152:                    <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="true" use-java-context="true" pool-name="H2DS">

src/main/resources/standalone/configuration/clustering-standalone.xml
168:                <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="true" use-java-context="true" pool-name="H2DS">

src/main/resources/standalone/configuration/standalone-preview.xml
200:                <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="true" use-java-context="true" pool-name="H2DS">

src/main/resources/standalone/configuration/standalone.xml
182:                <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="true" use-java-context="true" pool-name="H2DS">

Thus it looks as its fixed for me.

Jesper, accidental move?

/max

> 
> 
> 
> On 06/22/2011 08:06 PM, Max Rydahl Andersen wrote:
>> https://issues.jboss.org/browse/AS7-975 is marked as closed but i'm not seeing those changes ?
>> 
>> And I see http://lists.jboss.org/pipermail/jbossas-pull-requests/2011-June/000940.html but
>> https://github.com/maeste/jboss-as/tree/AS7-975 does not exist anymore.
>> 
>> Hope that helps ;)
>> 
>> /max
>> 
>> On Jun 22, 2011, at 19:47, Brian Stansberry wrote:
>> 
>>> On 6/22/11 12:44 PM, Max Rydahl Andersen wrote:
>>>>>> Just my 2 cents, but that makes sense to me. AIUI the only issue was not
>>>>>> using a name that implies the app server itself needs the datasource.
>>>>>> ExampleDS is actually better in that sense.
>>>>> I'm ok with java:jboss/datasources/ExampleDS too.
>>>> 
>>>> What is the status on this one ?
>>>> 
>>>> Master still says H2DS - is it a matter of just renaming it in standlone.xml (and others) or was there more things that needed doing ?
>>>> 
>>>> If its just the rename's I can do that pullrequest pretty quickly - if its more..would need a little help.
>>>> 
>>> I'd thought there was a patch for this that I merged, but I must be dreaming it. I'll look through the old history.
>>> 
>>> The one I'm thinking of was more than a simple tweak to standalone.xml.
>>> 
>>> 
>>> -- 
>>> Brian Stansberry
>>> Principal Software Engineer
>>> JBoss by Red Hat
>> /max
>> http://about.me/maxandersen
>> 
>> 
>> 
>> 
>> _______________________________________________
>> jboss-as7-dev mailing list
>> jboss-as7-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev

/max
http://about.me/maxandersen






More information about the jboss-as7-dev mailing list