Hi,
I have to deploy the same war in glassfish 3.1 and AS 7.1 which normaly possible with the Java EE portability principle! So I need to create the same datasource with the same JNDI name in both AS 7.1 and glassfish 3.1. The problem is that AS 7.1 impose to me to start the datasource JNDI name by Java:/ or Java:jboss/ BUT glassfish don't accept a JNDI name containig : So I'm wondering why Jboss put this retriction?
Thanks in advance