[jboss-user] [JNDI/Naming/Network] - Re: java.naming.provider.url parsing problem?

PeterJ do-not-reply at jboss.com
Tue Aug 29 18:01:25 EDT 2006


Actually, I was going to bring this up earlier.  If you are trying to gain access to a data source from a remote client, you can't do that. Remote access assumes that all of the classes involved can be invoked remotely via some proxy.  That might be true for the datasource class itself (I'm not sure), but I can almost guarantee that none of the JDBC classes (Connection, PreparedStatement, ResultSet) are accessible remotely.  At least, that is my understanding.

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

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



More information about the jboss-user mailing list