| @Name("someClass")
| public class SomeClass {
|
| @In SomeClass someClass;
|
| public void createSomething() {
| someClass.sendAnEmail();
| }
|
| @Asynchronous
| public void sendAnEmail() {
| //Send an email asynchronously
| }
| }
I *think* that should work....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054587#4054587
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054587
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user