> Unable to create connection pool. Invalid raname. Connector Module with name jmsra not found.
I think what you are discovering is that the embedded GlassFish server does not support JMS. It doesn't have the jmsra
resource adapter (used to access GlassFish Message Queue) installed. I don't have a definitive list of the features
supported by the embedded GlassFish server, but I think it is closer to the web profile (which doesn't require JMS
support) than the full profile.
Nigel