0

I'm using glassfish 4.1.1 and i can't create a JDBC-Connection-Pool or JDBC-Resources is there any solution to fix this !

While creating the connection pool

Whilte adding the Resources

BOUKANDOURA Mhamed
  • 941
  • 1
  • 9
  • 25

1 Answers1

1

Apparently the problem is in the application interface, so when i used the line commande it works !

asadmin create-jdbc-connection-pool --port {4848} --datasourceclassname org.postgresql.ds.PGSimpleDataSource --restype javax.sql.DataSource --property PortNumber={5532}:Password={password}:User={user_name}:ServerName={localhost}:DatabaseName={database_name}=org.postgresql.Driver {pool_name}

BOUKANDOURA Mhamed
  • 941
  • 1
  • 9
  • 25