Hello. If somebody could help me, please.
I have a problem with chapter 7 of the lomboz tutorial. When I run the client, this 
executes all its instructions but the onMessage method of the RequestItemsBean is not 
called despite I havenÂt forgot writing the next tag at level class on 
RequestItemsBean.
 @jboss.destination-jndi-name 
        name="queue/MdbQueue" 

I can prove that this method (onMessage) isnÂt called because the supplier table 
doesnÂt change when I run the RequestMDBClient. Besides this one, I canÂt see the 
messages which should be written by System.out.println in onMessage method of 
RequestItemBean.
I have eclipse 2.1 with Lomboz and jboss 3.0.8.
When I deploy de example on chapter 7 of the lomboz tutorial, I get the following logs:

00:58:20,994 WARN  [JMSContainerInvoker] Could not find the queue 
destination-jndi-name=queue/MdbQueue
00:58:20,994 WARN  [JMSContainerInvoker] destination not found: queue/MdbQueue reason: 
javax.naming.NameNotFoundException: MdbQueue not bound
00:58:20,994 WARN  [JMSContainerInvoker] creating a new temporary destination: 
queue/MdbQueue
00:58:21,034 INFO  [MdbQueue] Creating
00:58:21,034 INFO  [MdbQueue] Created
00:58:21,034 INFO  [MdbQueue] Starting
00:58:21,034 INFO  [MdbQueue] Bound to JNDI name: queue/MdbQueue
00:58:21,044 INFO  [MdbQueue] Started
00:58:21,335 WARN  [SecurityManager] No SecurityMetadadata was available for MdbQueue 
adding default security conf
00:58:21,375 INFO  [DLQHandler] Starting
00:58:21,375 INFO  [DLQHandler] Started
00:58:21,375 INFO  [JMSContainerInvoker] Started
00:58:21,896 INFO  [Supplier] Table 'SUPPLIER' already exists
00:58:22,036 INFO  [Item] Table 'ITEM' already exists
00:58:22,547 INFO  [EjbModule] Started
00:58:22,547 INFO  [MainDeployer] Deployed package: 
file:/E:/hlocal/jboss/server/all/deploy/MyStoreMgr.jar
00:58:22,547 INFO  [MainDeployer] Starting deployment of package: 
file:/E:/hlocal/jboss/server/all/deploy/jmx-console.war/
00:58:24,109 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console
00:58:25,901 INFO  [jbossweb] Started 
WebApplicationContext[/jmx-console,file:/E:/hlocal/jboss/server/all/deploy/jmx-console.war/]
00:58:26,522 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=DisplayMBeans
00:58:26,582 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=DisplayOpResult
00:58:26,622 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=InspectMBean
00:58:26,713 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=jsp
00:58:26,823 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=HtmlAdaptor
00:58:26,863 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=default
00:58:26,923 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,name=invoker
00:58:27,003 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jmx-console,HashSessionManager=0
00:58:27,003 INFO  [jbossweb] successfully deployed 
file:/E:/hlocal/jboss/server/all/deploy/jmx-console.war/ to /jmx-console
00:58:27,003 INFO  [MainDeployer] Deployed package: 
file:/E:/hlocal/jboss/server/all/deploy/jmx-console.war/
00:58:27,033 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 
'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
[EMAIL PROTECTED] { url=file:/E:/hlocal/jboss/server/all/deploy/jmx-rmi-adaptor.sar/ }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: org/jboss/jmx/adaptor/rmi/RMIAdaptor
  state: FAILED
  watch: 
file:/E:/hlocal/jboss/server/all/deploy/jmx-rmi-adaptor.sar/META-INF/jboss-service.xml
  lastDeployed: 1081119437283
  lastModified: 1054795864000
  mbeans:
    jboss.jmx:type=Connector,name=RMI state: Starting
]MBeans waiting for classes:
  
MBeans waiting for other MBeans:
  

00:58:27,053 INFO  [URLDeploymentScanner] Started
00:58:27,053 INFO  [MainDeployer] Deployed package: 
file:/E:/hlocal/jboss/server/all/conf/jboss-service.xml
00:58:27,063 INFO  [Server] JBoss (MX MicroKernel) [3.0.8 (CVSTag=JBoss_3_0_8 
Date=200306050849)] Started in 1m:40s:565ms


Thanks to anybody who read this message and IÂll be pleased if somebody could answer 
me somthing which help me.


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to