[JBoss-user] [Management, JMX/JBoss] - ClassCastException while trying to use

2005-03-14 Thread jitesh_popat
Hi, While using "twiddle" to get server information thru common line, I am getting the following ClassCastException: - bash-2.03$ /app/jboss/jboss-3.2.6/bin/./twiddle.sh serverinfo -c 19:17:00,371 ERROR [Twiddle] Exec failed org.jboss.util.NestedRuntimeException: - nested throwable:

[JBoss-user] [JBoss Getting Started Documentation] - Re: Any known DataSource proxies impl for JBoss

2005-02-06 Thread jitesh_popat
Thanks Scott, it worked. All I need to do was put the following jar in remote client's classpath: $jboss-root\server\default\lib\jboss-common-jdbc-wrapper.jar The said jar contains "org.jboss.resource.adapter.jdbc.remote.DataSourceFactory". One last thing though...following is the way I am ge

[JBoss-user] [JBoss Getting Started Documentation] - Re: Any known DataSource proxies impl for JBoss

2005-02-04 Thread jitesh_popat
Hi Scott, Thanks a lot for your reply. Agreed, I was able to bind the datasource to global JNDI. But while trying to get it from a remote client, I directly do not get back "javax.sql.DataSource" instance, instead I get "javax.naming.Reference" object. Why is this? In case of weblogic I can d