All, I am working on a project that will need an xmlBlaster client which will subscribe to an external xmlBlaster server. My goal is to run the xmlBlaster client as an MBean inside JBoss. I have spent some time with the documentation and examples provided with xmlBlaster. The documentation appears to be for a previous version of JBoss. I have 2 major issues.
1) I am recieving a number of class loader errors. It appears that xmlBlaster is attempting to use it's own class loaders, and create it's own connections to jdbc:hsqldb. An exerpt from the stack trace follows. 2) The org.xmlBlaster.j2ee.k2.client.BlasterConnection currently supports publishing, but not subscription. Is there any known reason that subscription inside a J2EE environment should not be supported? Does anyone know where I can find some resources or examples on integrating xmlBlaster with JBoss? Any thoughts or comments would be welcome. Thanks in advance. Version info: JBoss: 3.2.3 xmlBlaster version 0.9 *stable* Stack Trace exerpt: No right to access the plugin class or initializer 'org.xmlBlaster.protocol.jdbc.JdbcDriver': java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) 2004-03-23 07:22:22,328 ERROR [STDERR] [Mar 23, 2004 7:22:22 AM WARN RunlevelManager-/node/xmlBlaster_192_168_1_203_3412] startupPlugins. Exception when loading the plugin 'JDBC' reason: errorCode=resource.configuration.pluginFailed message=No right to access the plugin class or initializer 'org.xmlBlaster.protocol.jdbc.JdbcDriver' : java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) Thanks. <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827090#3827090">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827090>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
