Many thanks for your speedy replies guys.
Looks like the gains are going to be minimal, so I will probably forget it.
If I had been able to simplify the xml with it, then it might have been worth...
Type: Posts; User: Balboa; Keyword(s):
Many thanks for your speedy replies guys.
Looks like the gains are going to be minimal, so I will probably forget it.
If I had been able to simplify the xml with it, then it might have been worth...
I thought I would be able to simplify my configurations slightly by using the nice new util:list syntax, so modified my context as follows...
<bean id="virtualResource"...
As you are using a local JNDI lookup...
"java:comp/env/jdbc/datasource"
...do you have the reference mapping to the global JNDI name set up in your Web or EJB deployment descriptor?
If not,...
My first attempt at achieving this is to extend the abstract MessageCreator class as follows:-
public abstract class MyMessageCreator implements MessageCreator {
private Message msg =...