Questions tagged as 'glassfish'

1
answer

New POOL connection in Glassfish is giving error

I'm trying to make a new Connection POOL in GlassFish, but when I test in "Ping" it has the following error: Configuredproperties: Can anyone help?     
asked by 15.12.2015 / 16:51
1
answer

Error with persistence.xml and EclipseLink in glassfish

Hello guys I'm with this problem after I migrated the project to another machine, I am using GlassFish with EclipseLink in the database I use Postgres 9.4 if anyone has encountered this error might help me could not solve. I've re-done the wh...
asked by 04.11.2015 / 06:08
1
answer

Problem with Primefaces running glassfish

I'm developing a Java Web application using Primefaces to run on the GlassFish server on a Windows Server 2008 server. When I run on my notebook as localhost it works perfectly. So I deploy to the remote server (Windows Server) all correctly. Th...
asked by 26.07.2014 / 06:19
0
answers

java.lang.NoSuchMethodError: org.jboss.logging.Logger.debugf. Glassfish 4.1, HIbernate 5.2, Spring 4.3 [closed]

I can not upload an application in Glassfish 4.1. It seems to me that the problem is the dependency org.jboss.logging I already added it to the project in version 3.3.0 but the error persists. The strange thing is that the same application "ru...
asked by 28.12.2016 / 16:52
1
answer

JSF - java.lang.IllegalStateException: This web container has not yet started

I'm developing a site in JSF but I'm new to Web and I do not understand very well how things work. The site is a crud of simple music and I make calls to other applications in jar that are in the library to sort the s...
asked by 27.04.2016 / 19:58
0
answers

GlassFish Integration with Eclipse Photon [closed]

Has anyone ever used glassfish with eclipse photon? How to do the integration? I've tried it in many ways and nothing. Do not install the glassfish plugin. I tested with the oxygen eclipse and also did not succeed. can anybody help me? I already...
asked by 07.08.2018 / 19:15
1
answer

Configure Spring applicationContext by taking advantage of other configuration files

I have the following hibernate.cfg.xml : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://www.hibernate.org/dtd/hibernate-configuratio...
asked by 27.07.2014 / 03:16
2
answers

JAAS - request.isUserInRole always returning false

I am implementing a JAAS with only 2 types of users, one type will be Administrator and the other will be Contributor. Instead of creating separate directories for admin and for collaborator, I want both to access the same page, the difference i...
asked by 09.06.2014 / 17:05
1
answer

WELD-001408: Unsatisfied dependencies for type ServiceLocator with qualifiers @Default

I'm trying to implement a JAX-RS (Jersey) server with DataSource, I've already migrated from Tomcat to GlassFish, and now from GlassFish to WildFly 11, but I'm having the error below that I can not find a solution. >    Caused by: org.jboss.we...
asked by 10.03.2018 / 15:39
1
answer

Error integrating Spring 4 + Hibernate 5 + JPA 2 and Glassfish

I am not able to start the Spring transaction, it is some configuration that made me wrong who can help me. follow the codes: java.lang.IllegalStateException: A JTA EntityManager cannot use getTransaction() at org.hibernate.internal.Abst...
asked by 25.02.2018 / 22:24