XDoclet Problem!!!
I'm a new user of JBoss. I download and installed JBoss AS and JBoss IDE as described in their respective docomentation. After that I started following the JBoss IDE tutorial, and created a J2EE 1.4 project in the IDE. In the tutorial, Chapter 5 : Generation of the EJB related files, procedure 5.1 : Enable XDoclet, I followed the procedure by opening the project properties. But to my surprise I saw no "XDoclet configurations" in the project properties page. Hence I could not go ahead with the tutorial.
As I'm a newbie at JBoss, I hope that someone from the forum could help me to get out of this problem, as I'm stuck to it. I'm using Eclipse 3.2 on Fedora Core 6 system.
Thanks in advance.
Regards
Aks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007692#4007692
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007692
Hi,
When trying to deploy my application on jboss 4.0.5 using JMX this way:
MBeanServerConnection server = (MBeanServerConnection) ctx.lookup("jmx/invoker/RMIAdaptor");
server.invoke("jboss.system:service=MainDeployer", "deploy", new Object[]{"http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSigh..."},
new String[]{"java.lang.String"});
I get the following error:
MBeanException: null Cause: Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@e8499f27 { url=http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSigh...
altDD: null
lastDeployed: 1170061350616
lastModified: 1170061350616
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@e8499f27 { url=http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSigh...
altDD: null
lastDeployed: 1170061350616
lastModified: 1170061350616
mbeans:
This works great on versions prior to 4.0.3.
Any idea? Was there any a change in the way we should access JMX between the versions ?
Thanks,
Lital
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007689#4007689
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007689
Hi!
By default JBoss saves dead letters in the DLQ. With Hypersonic as your persistence provider that means that the message can be found in the internal Hypersonic DB in the JMS_MESSAGES table. If you changed your persistence provider or even your JMS provider it may depend on that implementation where dead letters get stored. This stuff is configured in the proxy-invoker, see standardjboss.xml.
Ciao,
Tobias
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007683#4007683
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007683