jaikiran,

I tried this with the same result. Here is the log error and my 
jboss-service.xml from my .sar file.

Any other ideas?

Earnie!

Caused by: java.lang.NoClassDefFoundError: 
com/vrs/enterpriseintegrator/rims/session/interfaces/RIMSTransactionProcessorHome
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
        at java.lang.Class.getConstructor0(Class.java:2640)
        at java.lang.Class.getConstructor(Class.java:1629)


  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <server>
  |   <mbean 
code="com.vrs.enterpriseintegrator.mbean.ScheduledRIMSTransactionProcessor" 
  |      name="vrs:service=RIMSTransactionProcessor">
  |      
<depends>jboss.j2ee:module=EnterpriseIntegrator.jar,service=EjbModule</depends>
  |   </mbean>
  | <mbean code="org.jboss.varia.scheduler.SingleScheduleProvider"
  |        name="jboss:service=HASingleScheduleProvider">
  | <!--    <depends>jboss:service=DefaultPartition</depends>   -->
  |    <depends>jboss:service=ScheduleManager</depends>
  |    <depends>vrs:service=RIMSTransationProcessor</depends>
  |    <attribute name="HASingleton">false</attribute>
  |    <attribute 
name="ScheduleManagerName">jboss:service=ScheduleManager</attribute>
  |    <attribute 
name="TargetName">jboss:service=RIMSTransactionProcessor</attribute>
  |    <attribute name="TargetMethod">
  |         ;perform( NOTIFICATION, DATE, REPETITIONS, SCHEDULER_NAME, 
java.lang.String )
  |    </attribute>
  |    <attribute name="DateFormat">yyyyMMdd hhmm</attribute>
  |    <attribute name="StartDate">20060404 1515</attribute>
  |    <attribute name="Period">10000</attribute>
  |    <attribute name="Repetitions">10</attribute>
  | </mbean>
  | </server>
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to