after to fail to create a jdbc connection pool through glassfish admin console i tried to create a JDBC Connection Pool for Oracle on GlassFish through the Windows command line by typing in this command
create-jdbc-connection-pool
–datasourceclassname oracle.jdbc.pool.OracleDataSource
–restype javax.sql.DataSource
–property user=user1:password=topSecret:URL="jdbc:oracle:thin:@localhost:1521:XE" MyExampleDB
I get the following error message:
Please help? Is it even possible to create a JDBC Connection Pool with GlassFish? Or better to migrate to WildFly?