1 Reply Latest reply on Jan 9, 2002 8:16 AM by jvramana

    resource adapter

    jvramana

      hi all,
      I deployed me.rar resource adapter in jboss.
      I got following exception at the server.

      java.lang.NullPointerException
      at org.jnp.interfaces.NamingContext.bind(NamingContext.java:305)
      at org.jnp.interfaces.NamingContext.bind(NamingContext.java:286)
      at javax.naming.InitialContext.bind(Unknown Source)
      at org.jboss.resource.ConnectionFactoryLoader.loadConnectionFactory(Conn
      ectionFactoryLoader.java:749)
      at org.jboss.resource.ConnectionFactoryLoader.handleNotification(Connect
      ionFactoryLoader.java:367)
      at com.sun.management.jmx.MBeanServerNotificationListener.handleNotifica
      tion(MBeanServerNotificationListener.java:48)
      at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
      ficationBroadcasterSupport.java:142)
      at org.jboss.resource.RARDeployer.deploy(RARDeployer.java:328)
      at org.jboss.deployment.DeployerMBeanSupport.deploy(DeployerMBeanSupport
      .java:70)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
      28)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      23)
      at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
      at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
      at java.lang.Thread.run(Unknown Source)



      I am sure that I did changes in jboss.jcml file and ofcourse ra.xml file is right..

      I implemented javax.resource.cci.* interface in my resource adaptor..

      what can be the problem??
      Any help would be appreciable ..

      thanks...
      Ramana