We need to bridge our old apps developed in WebObject with the new one development on JBoss. We know in WebObject how to "hook" in the framework to get notify when entities get updated or deleted but I not sure how to do it in JBoss. The only thing I've seen so far is use Lifecycle call back method that can be defined on EJB3 entities. But I find this solution invasive. Is there a way to do it with AOP?
We are open in regard to JBoss version (4.2+).
Any lead would be greatly appreciate.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146579#4146579
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146579
Because you have other war files that deploy successfully, I cannot think offhand of any reason why this one would not. Here si what I would try.
Does C:\work\jboss-4.0.5.GA\server\default\.\tmp\deploy\tmp39173dcri-finance-composite-exp.war exist? Is it a directory or file? Does this match for the corresponding entries for WARs that deployed?
If you rename cri-finance-composite-exp.war to foo.war, does it deploy?
Were you getting the exact same error with the exploded war, or was the file name in the error message different? It should be a different name. If it was the same name, try with an exploded war again, but remove the server/default/tmp directory before started jbossas.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146570#4146570
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146570