AFAIK there is no longer a need to have a default datasource.
- JMS is based on HornetQ and did not use a DB
- EJBtimers are using local filesystem for persistence
So I removed the module without any error.
My question is whether h2db is still not recommended for production
environment and if not the reason. Still bugs or only the
memory-consumption and cluster issues?
- Wolf