Hey there,
I am having a little problem with jbosscx (although overall it has been
remarkably easy to play with!). I added a catch block for NPE in
ConnectionFactoryLoader:276, and that seems to fix it, but I can't figure
out where these particular properties are supposed to be set from?
Originally I didn't have any <config-property> elements in my descriptor,
but this problem persisted even when I added a token one (and it is
theoretically optional anyway, right?).
Any ideas?
Here's the console message with my extra catch block:
[RARDeployer] Attempting to deploy RAR at
'file:/D:/rnd/release/rar/sji5.rar'
[SJI] Problem converting properties string 'null' to Properties
[SJI] java.lang.NullPointerException
[SJI] at
org.jboss.resource.ConnectionFactoryLoader.loadConnectionFactory(ConnectionF
actoryLoader.java:276)
[SJI] at
org.jboss.resource.ConnectionFactoryLoader.handleNotification(ConnectionFact
oryLoader.java:181)
[SJI] at
com.sun.management.jmx.MBeanServerNotificationListener.handleNotification(MB
eanServerNotificationListener.java:48)
[SJI] at
javax.management.NotificationBroadcasterSupport.sendNotification(Notificatio
nBroadcasterSupport.java:142)
[SJI] at org.jboss.resource.RARDeployer.deploy(RARDeployer.java:262)
[SJI] at
org.jboss.deployment.DeployerMBeanSupport.deploy(DeployerMBeanSupport
.java:70)
[SJI] at java.lang.reflect.Method.invoke(Native Method)
[SJI] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
28)
[SJI] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
[SJI] at
com.sun.jdmk.comm.HtmlInvokePage.buildPage(HtmlInvokePage.java:240)
[SJI] at
com.sun.jdmk.comm.HtmlRequestHandler.processGetRequest(HtmlRequestHan
dler.java:325)
[SJI] at
com.sun.jdmk.comm.HtmlRequestHandler.processRequest(HtmlRequestHandle
r.java:152)
[SJI] at
com.sun.jdmk.comm.HtmlRequestHandler.doRun(HtmlRequestHandler.java:79
)
[SJI] at com.sun.jdmk.comm.ClientHandler.run(ClientHandler.java:84)
[SJI] at java.lang.Thread.run(Thread.java:484)
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]