Questions tagged as 'glassfish'

1
answer

Web Service Testing with Arquillian

I'm doing a unit test class and I'm using Arquillian because of the CDI, in this case I'm testing a Web Service for authentication of company users. Here is the source of the test class: @RunWith(Arquillian.class) public class UsuarioWebServic...
asked by 12.03.2014 / 19:11
1
answer

javax.el - Implementation of Glassfish

There is a JSR-000341 (Expression Language - EL) API in version 3.0.0. Maven dependency on the javax.el API: <dependency> <groupId>javax.el</groupId> <artifactId>javax.el-api</artifactId> <versio...
asked by 17.04.2014 / 22:53
2
answers

Failed to acquire data source with JPA and EclipseLink

When I put it to persistence.xml , using a JNDI resource configured in Glassfish itself does not give an error. But when it is to get from file glassfish-resource.xml it gives the following error:    Information: [EL Info]: 2014-...
asked by 09.07.2014 / 17:50
1
answer

What dependencies do I need to add to Glassfish folders?

Talk about it! I'm using the Hibernate framework in my JSF project. On the computer I'm developing it's all right, running though, when I try to deploy to the glassfish server on another machine it starts giving some errors saying that the cl...
asked by 06.12.2015 / 17:30
1
answer

Error while deploying on glassfish server

Project failed on server after deploy. glassfish 4.1 Project cdi, jsf, primefaces, jpa   WELD-000335: Context is already active at org.jboss.weld.context.AbstractConversationContext.activate (AbstractConversationContext.java:233) at org .j...
asked by 04.09.2016 / 16:38
2
answers

problem with daylight saving time and java applications on ubuntu server 16.04

This weekend we had the switch to DST here in my area, I have some machines running ubuntu server 16.04 with java applications. All of them with JBOSS , POSTGRES for one application and one with GLASSFISH , MYSQL . If I type the com...
asked by 18.10.2017 / 16:49
3
answers

Save same object multiple times

Solution: setar id = null The code saves 10 times if it runs on the Tomcat server, but if it runs on Glassfish it only adds one time. <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com/xm...
asked by 29.01.2014 / 14:09
1
answer

GlassFish error message

I'm using GlassFish 3.1.2.2 together with NetBeans 7.4 and I do not know where to get this information all the time when I start the server:    INFO: Host user [admin] 127.0.0.1 does not have access from   administration or the user name...
asked by 21.08.2014 / 16:33
1
answer

I lost the Glassfish administrator password

I lost the Glassfish admin account password, how should I proceed? To update the password I need the old password, which I lost. Can you directly manipulate the files to reset?     
asked by 20.03.2018 / 20:47
2
answers

Add folder with images on glassfish web server

Good afternoon, folks how do I leave a folder on my glassfish server with some images? When I need it I have direct access to this url .. Has anyone done this yet?     
asked by 17.06.2015 / 19:23