[Clustering/JBoss] - HASingletonDeployer
by yruizw
Hello,
I'm trying to configurated a SingletonDeployer in jboss 3.2.7 , but when i set a "depends" with the next value :
| <depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
|
The jboss show me the next error:
12:47:52,203 ERROR [FarmMemberService] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: notificador:service=Scheduler
state: CONFIGURED
I Depend On: jboss.ha:service=HASingletonDeployer,type=Barrier
Depends On Me:
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.ha:service=HASingletonDeployer,type=Barrier
state: NOTYETINSTALLED
I Depend On:
Depends On Me: notificador:service=Scheduler
do you have any idea about this problem?, the content of my jboss-service.xml is :
| <?xml version="1.0" encoding="UTF-8"?>
| <server>
| <mbean code="org.jboss.varia.scheduler.Scheduler" name="notificador:service=Scheduler">
| <depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
| <attribute name="StartAtStartup">true</attribute>
| <attribute name="SchedulableClass">com.ya.tutorial.jboss.scheduler.NotificadorCentral</attribute>
| <attribute name="InitialStartDate">NOW</attribute>
| <attribute name="SchedulePeriod">15000</attribute>
| <attribute name="InitialRepetitions">-1</attribute>
| </mbean>
| </server>
|
Regards,
Yuri
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031023#4031023
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031023
19Â years, 1Â month
[JBossWS] - Re: beginner needs help
by nean
"vitor_b" wrote : Hello
|
| Thank you for your reply.
|
| I haven't tried your solution, since i created ant task, which generates mapping and wsdl files for me. With these files my web service (even with more complex input and output) works fine.
| And i didn't have to add these tags. Maybe that was becouse of my version of jbossws (1.4) but I'm really not sure. I only had to create wscompile-config.xml file.
|
| The problem described in my first post was occured becouse i created these files by my hand. I did it becouse i need to understand every aspect of creating these files.
|
| And the last thing: i've seen webservice with extremally complex input and output, but someone else created it.
|
| Best regards
|
| vitor_b
|
|
Could you explain exactly how you did it? all steps to obtain this please...
Thanks
nean
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031017#4031017
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031017
19Â years, 1Â month