On 03/08/2012 07:41 AM, Wolf-Dieter Fink wrote:
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?
H2 is included to allow a quick start for examples, and it isn't needed
- as you state - in order for the application server to work.
For a list of supported databases check the JBoss Enterprise Application
Platform documentation.
Best regards,
Jesper