Re: [JBoss-user] Create a datasource without java:/

2003-12-09 Thread Brian Wallis
On Wednesday 10 December 2003 15:48, Sasidharan, Manoj wrote:
> Hello All,
>
> JBoss 3.2.3
>
> How can we create a datasource with name DSName rather than ava:/DSName.
> Any hidden tricks.

I don't think you can. If I understand it correctly, a datasource is just a 
JCA adapter and there is no remoteable interface capability in a datasource 
hence the java: only namespace to limit access to within the JVM where the 
datasource is configured.

brian wallis...



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Create a datasource without java:/

2003-12-09 Thread Rod Macpherson
You can map it in your jboss-web.xml using a resouce reference, if that helps:
 

 /acme
 
 DSName
 java:/DSName 
 



-Original Message- 
From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED] 
Sent: Tue 12/9/2003 8:48 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: [JBoss-user] Create a datasource without java:/



Hello All,

JBoss 3.2.3

How can we create a datasource with name DSName rather than ava:/DSName. Any
hidden tricks.

Thanks in advance for your time.

rgds
MS


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


<>