[JBoss-user] [JNDI/Naming/Network] - Re: java: prefix for datasources

2005-07-28 Thread borinsm
Is this what you are looking for?

 Configuring a DataSource for remote usage
As of jboss-4.0.0 there is support for accessing a DataSource from a remote 
client. The one change that is neccessary for the client to be able to lookup 
the DataSource from jndi is to specify use-java-context=false as shown here:


  
GenericDS
false
...
...

This results in the DataSource being bound under the jndi name "GenericDS?" 
instead of the default of "java:/GenericDS" which restricts the lookup to the 
same vm as the jboss server.


taken from:  http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources

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

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


---
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: Outside Container JNDI Access

2005-07-28 Thread borinsm
I am also looking for an answer to this question and would appreciate any help 
offered.

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

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


---
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss and Serial Port Access

2005-07-21 Thread borinsm
After doing some searching on the forums I have found a few threads that 
address my issue but they are several years old.  Also the information about 
the solution given in the threads does not make much sense to me as I am a 
JBoss newbie.  (Some of the following is copied from a previous thread.)

I have a simple standalone application that uses JAVA Comm 2.0 to communicate 
with a serial port device.

When I tried to port the application to a web app deployed in an WAR file 
calling:

CommPortIdentifier.getPortIdentifiers()

returns null rather than a list of ports.

I do not get any Class Definition Errors.  So I am assuming that JBoss can see 
all the appropriate Jar files, libraries, etc.

At the moment it seems like a potential solution is to take my standalone app 
and change it so it has RMI access.  Then hopefully I can send commands using 
RMI to the standalone app from inside my JBoss web app.

Does anyone have any suggestions, comments, or examples on how to send data to 
the serial port from a JBoss Application?

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user