"ctomc" wrote :
| I know that resending because of exception in onMessage is not part of JMS spec but as far as I know jboss messaging(and mq) support this behavior.
If a RuntimeException is thrown then redelivery should occur - this is mandated in the JMS spec 1.1, section 4.5.2.
If this is not happening, can you replicate this in a simple test case / example and we can investigate further?
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981721#3981721
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981721
anonymous wrote : If the field is null the hibernate validator won't run
|
As I understood, required="true" is needed to be sure that any hibernate validators specified will be run with s:validate(All).
But what about:
- if null value, I don't care (a value is optional)
- but if a value is written, it needs to respect a pattern, like no punctuation or no number inside the string
If I put a required="true" to get the hibernate validation in the second case, then the first case is always rejected by jsf.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981718#3981718
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981718
What's the name of your ear file. Let's assume the name is MyApp.ear, then your lookup should look like:
cal = (statelessTekst) ctx.lookup("MyApp/statelessTekstBean/remote");
anonymous wrote : About this descriptors files- please correct me if I am wrong.
| Please, give me also example ejb-jar.xml and jboss.xml files.
You wont need the descriptor files in EJB3, for what you doing right now.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981711#3981711
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981711