[EJB/JBoss] - Re: EJB deploy before queue is ready
by jaikiran
anonymous wrote : From what I can tell, it seems to be an issue of timing, it's deploying the EJBs and creating the queues at the same time. Is there any way to tell the EJBs to wait for the queues - other than putting some dependency on the EJBDeployer itself? For instance, any way in the ejb-jar.xml to tell the ejbs to wait for the queue to be created before trying to be deployed?
You can do that through jboss.xml. Here's an example:
| <enterprise-beans>
| <session>
| <ejb-name>MyEJB</ejb-name>
| <depends>jboss.mq.destination:name=DLQ,service=Queue</depends>
| ...
| </session>
| ...
| </enterprise-beans>
The EJB then will deploy after the DLQ queue is deployed. You will have to check the jmx-console to find the correct MBean service name for the queue.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231277#4231277
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231277
17 years, 2 months
[EJB/JBoss] - Re: Migration issue
by centina
sorry for the above clumsy post.
The problem being after the migration frm 4.2.2 to 5.0.1 i have the following issue
| 2009-05-14 14:14:02,546 INFO [main] org.jboss.web.WebService
| Using RMI server codebase: http://SIVA-LT:8083/
|
| 2009-05-14 14:14:02,609 DEBUG [main] org.jnp.server.NamingBeanImpl
| Using NamingServer: org.jnp.server.NamingServer@5f634c
|
| 2009-05-14 14:14:02,609 DEBUG [main] org.jnp.server.NamingBeanImpl
| Installed global NamingServer: org.jnp.server.NamingServer@5f634c
|
| 2009-05-14 14:14:02,625 DEBUG [main] org.jnp.server.NamingBeanImpl
| InitialContext Environment:
|
| 2009-05-14 14:14:02,625 DEBUG [main] org.jnp.server.NamingBeanImpl
| key=java.naming.factory.initial, value(java.lang.String)=org.jnp.interfaces.NamingContextFactory
|
| 2009-05-14 14:14:02,625 DEBUG [main] org.jnp.server.NamingBeanImpl
| key=java.naming.factory.url.pkgs, value(java.lang.String)=org.jboss.naming:org.jnp.interfaces
|
| 2009-05-14 14:14:09,796 INFO [main] org.jboss.wsf.stack.jbws.NativeServerConfig
| JBoss Web Services - Stack Native Core
|
| 2009-05-14 14:14:09,796 INFO [main] org.jboss.wsf.stack.jbws.NativeServerConfig
| 3.0.4.SP1
|
| 2009-05-14 14:14:28,625 WARN [main] org.jboss.deployment.MappedReferenceMetaDataResolverDeployer
| Unresolved references exist in JBossMetaData:[client.jar#ServiceAlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ServiceAlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EditUserBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#EditUserBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#AlarmSuppressionPolicyTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#NtpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#NtpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#SecurityLogBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#HttpsMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#HttpsMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#DbBackupAction:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#TopologyLocusBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#WorkFlowsBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowTicketActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowTicketActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#DbBackupSettingsBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#ContainedServicesBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ContainedServicesBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceNetworkAlarmTableBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ServiceNetworkAlarmTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#ServiceNetworkAlarmTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceNetworkAlarmTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceMultiEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#SftpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#SftpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#ChangePasswordAction:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#WorkFlowTriggerBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowTriggerBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#EndPointServiceChangeBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EndPointServiceChangeBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#EndPointTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EndPointTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#TopologyMapBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#TopologyMapBean:AnnotatedEJBReferenceMetaData{name=GisTopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.GisTopologySessionLocal}, client.jar#TopologyMapBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#TopologyMapBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#FilterTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#SecuritySettingsBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ActiveUserMgmtImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#NeScanSpecificationImpl:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ReportEditBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ServiceAlarmTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceAlarmTableBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ServiceNetworkAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#ServiceNetworkAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceNetworkAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#NagiosMonitorTestBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#SshMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#SshMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#AlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#TriggerTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#ContainingServicesBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ContainingServicesBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#SecurityLogEntryExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SecurityLogEntryExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#Pop3MonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#Pop3MonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#NeActionBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#HttpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#HttpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#ActionTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#NetworkAlarmTreeImpl:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#NetworkAlarmTreeImpl:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#NetworkAlarmTreeImpl:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#NetworkAlarmTreeImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#EndPointMultiEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EndPointMultiEditBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#IcmpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#IcmpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#ServiceHistoryTreeImpl:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceHistoryTreeImpl:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceHistoryTreeImpl:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ServiceHistoryTreeImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#EventStyleBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#AlarmThresholdPolicyTableBean:AnnotatedEJBReferenceMetaData{name=FauleSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ProfileTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#SnmpMonitorExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SnmpMonitorExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EditUserGroupBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AvailableServiceTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#CustomerEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#AvailableAlarmSuppressionPolicyTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#WorkFlowClearActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowClearActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#WorkFlowAcknowledgeActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowAcknowledgeActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#NetworkAlarmDetailTreeImpl:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#NetworkAlarmDetailTreeImpl:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#NetworkAlarmDetailTreeImpl:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#NetworkAlarmDetailTreeImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ServiceAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#CustomerTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#AuthenticationTableBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SysEditBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SysEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#SysFaultSettingsBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#AlarmSuppressionPolicyEditBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#WorkFlowFilterBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowFilterBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AlarmThresholdPolicyEditBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#NetworkObjectGroupingServiceChangeBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#NetworkObjectGroupingServiceChangeBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#RoleCheckImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AsciiProfileEditBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ReportAlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ReportAlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#DetailReportsBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#SummaryReportsBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#WorkFlowAssignActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowAssignActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#LicenseKeyTableBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#ServiceAlarmHistoryDetails:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceAlarmHistoryDetails:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#SysCommSettingsBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#ServiceEndPointTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ServiceEndPointTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceTypeTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ApplicationMonitorTableBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#SysTopologySettingsBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#WorkFlowNodeEditBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#NeEditBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#WorkFlowCommentActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowCommentActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#NesEditBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#AlarmEditBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#AlarmEditBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#AlarmEditBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AlarmEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#NetworkAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#NetworkAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#NetworkAlarmHistoryTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#AsciiEventEditBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceTreeImpl:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#ServiceTreeImpl:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceTreeImpl:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceTreeImpl:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#ServiceTreeImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ReportsBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#AlarmTableBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AlarmTableBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#AlarmTableBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#AlarmTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#WorkFlowEmailActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowEmailActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#Licenses:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#WorkFlowPriorityActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowPriorityActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ServiceViewer:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#TelnetMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#TelnetMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#ServiceTypeEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#DnsMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#DnsMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#AvailableApplicationMonitorTableBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#ImapMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#ImapMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#ServiceAlarmDetails:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#ServiceAlarmDetails:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#LoginAction:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SnmpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#SnmpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#WorkFlowScriptActionBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#WorkFlowScriptActionBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowScriptActionBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SysTicketSettingsBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#FtpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#FtpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#SmtpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#SmtpMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#UserGroupMgmtImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#DbchgListenerStatus:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}, client.jar#AttachmentTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#NodeTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#MediaActionBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#SysInfoBean:AnnotatedEJBReferenceMetaData{name=AnonymousSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.AnonymousSessionLocal}, client.jar#UserMgmtImpl:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#AvailableEndPointTableBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#AvailableEndPointTableBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#ServiceTypeMultiEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#WorkFlowScheduledTriggerBean:AnnotatedEJBReferenceMetaData{name=WorkflowSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.WorkflowSessionLocal}, client.jar#WorkFlowScheduledTriggerBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#SysViewBean:AnnotatedEJBReferenceMetaData{name=AnonymousSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.AnonymousSessionLocal}, client.jar#SysViewBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#NagiosMonitorEditBean:AnnotatedEJBReferenceMetaData{name=SystemSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SystemSessionLocal}, client.jar#NagiosMonitorEditBean:AnnotatedEJBReferenceMetaData{name=MonitorSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.MonitorSessionLocal}, client.jar#SubnetEditBean:AnnotatedEJBReferenceMetaData{name=TopologySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.TopologySessionLocal}, client.jar#EndPointEditBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EndPointEditBean:AnnotatedEJBReferenceMetaData{name=FaultSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.FaultSessionLocal}]
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@29140661{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/interfaces-nb.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@29140661{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/interfaces-nb.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@29140661{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/interfaces-nb.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@6601758{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/model.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@6601758{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/model.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@6601758{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/model.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@24806645{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/server-ejb.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@24806645{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/server-ejb.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@24806645{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/server-ejb.jar}
|
| 2009-05-14 14:14:28,687 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@24806645{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/aserver.ear/server-ejb.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@20254712{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/client.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@20254712{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/client.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@20254712{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/client.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@20254712{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/client.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@11244970{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/jboss-seam.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@11244970{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/jboss-seam.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@11244970{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/jboss-seam.jar}
|
| 2009-05-14 14:14:28,703 INFO [main] org.jboss.ejb3.deployers.Ejb3DependenciesDeployer
| Encountered deployment AbstractVFSDeploymentContext@11244970{vfszip:/C:/check/jboss-5.0.0.GA/server/default/deploy/client.ear/jboss-seam.jar}
|
| 2009-05-14 14:14:32,515 INFO [main] org.jboss.mx.remoting.service.JMXConnectorServerService
| JMX Connector server: service:jmx:rmi://SIVA-LT/jndi/rmi://SIVA-LT:1090/jmxconnector
|
| 2009-05-14 14:14:32,656 INFO [main] org.jboss.mail.MailService
| Mail Service bound to java:/Mail
|
| 2009-05-14 14:14:35,218 WARN [main] org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore
| WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
|
| 2009-05-14 14:14:35,250 WARN [main] org.jboss.annotation.factory.AnnotationCreator
| No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
|
| 2009-05-14 14:14:35,437 INFO [main] com.arjuna.ats.jbossatx.jta.TransactionManagerService
| JBossTS Transaction Service (JTA version) - JBoss Inc.
|
| 2009-05-14 14:14:35,437 INFO [main] com.arjuna.ats.jbossatx.jta.TransactionManagerService
| Setting up property manager MBean and JMX layer
|
| 2009-05-14 14:14:35,656 DEBUG [main] com.arjuna.ats.arjuna.logging.arjLoggerI18N
| [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 4713
i am worried about the warning message in the above code part which states
| 2009-05-14 14:14:28,625 WARN [main] org.jboss.deployment.MappedReferenceMetaDataResolverDeployer
| Unresolved references exist in JBossMetaData:[client.jar#ServiceAlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.SecuritySessionLocal}, client.jar#ServiceAlarmExpressionEditorBean:AnnotatedEJBReferenceMetaData{name=ServiceSessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface centina.sa.interfaces.nb.ServiceSessionLocal}, client.jar#EditUserBean:AnnotatedEJBReferenceMetaData{name=SecuritySessionLocal,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface ....
|
Any possible solutions for the above issue? thanks in advance
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231275#4231275
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231275
17 years, 2 months
[Installation, Configuration & DEPLOYMENT] - Re: Ear as a loader repository
by ben_leedham
I have been searching around and not been able to find much that is particularly in depth about how to configure the classloading for jboss.
I have read through this:
http://www.jboss.org/community/wiki/ClassLoadingConfiguration
and tried configuring my jboss-app.xml accordingly, by pointing the class that is giving me NoSuchMethodError explicitly at the jar I want it loaded from ( e.g. javax.xml.soap.SOAPElement:loader=myearapp.ear and javax.xml.soap.SOAPElement:archive=saaj-api-1.3.jar ).
This doesn't appear to work in the jboss-app.xml at EAR level but only in the jboss-web.xml at WAR level ( e.g. javax.xml.soap.SOAPElement:loader=mywarapp.war ) with the libraries in the WEB-INF/lib, and I have a feeling that is because that is the first place searched for classes.
I have also read this:
http://www.weiqigao.com/articles/jboss/foil18.html
and tried using that suggestion in the jboss-app.xml, it did appear to have some affect but not the desired one of looking at the EAR for classes prior to the app server.
I have also read the jboss-app DTD from here:
http://www.jboss.org/j2ee/dtd/ ( then the jboss-app_4_0.dtd for my version )
which gives me info about the elements allowed with in the jboss-app.xml but gives no extra information on the values that are valid within those elements.
If anyone could provide me with more information about jboss classloading or specifically about the values that are appropriate for the jboss-app.xml loader-repository tag it would be very helpful indeed. this is a bit of a classloading nightmare.
Cheers.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231253#4231253
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231253
17 years, 2 months