Questions tagged as 'glassfish'

0
answers

Error fetching WebService

I'm trying to create a Webservice REST, however I'm having trouble returning the result. At the time Webservice returns the information, it issues the following error: 2016-02-24T00:09:50.259-0300|Advertência: StandardWrapperValve[br.com.servi...
asked by 23.02.2016 / 17:33
1
answer

Deployment of more than one .war in the Glassfish root context

I have two applications that I need to deploy in GlassFish, and I'd like to know how to put the two in the root context of GlassFish itself. I know that to put an application in the root context, I put the following line in glassfish-web.xml:...
asked by 11.06.2015 / 16:15
0
answers

Netbeans + Glassfish

I'm using Netbeans 8.0.2 and Glassfish 4.1. Whenever I make any changes, in any class of my project, I can not test it just by clicking on "Run Project (F6)" as I do in other projects that use Tomcat. I always have to "Uninstall" the appli...
asked by 21.05.2015 / 15:12
0
answers

Hibernate + Maven + Glassfish

I have a Maven Project, which uses Hibernate, and has all dependencies ok. I have already created connection pool in glassfish. The problem is that even the class mapped with the hibernate annotations tip giving error talking that must...
asked by 09.03.2015 / 13:38
1
answer

How to upload a Spring Boot project to a Glassfish or Tomcat server

I can run the application normally through the main class with 'tomcat embedded' as a dependency.     However when trying to run the application on some server the IDE itself Eclipse informs that the application can not be run on a server.     I...
asked by 07.10.2016 / 15:31
1
answer

Hibernate does not recognize annotation of classes

I have a Maven project, with Glassfish 4.0, Hibernate, I'm using annotations and my project was facetted with JPA the persistence.xml file was generated and the Glassfish connection pool is working. however the following message is generated by...
asked by 10.03.2015 / 00:05
1
answer

The @Form annotation of RestEasy does not work in Glassfish 4.1

I'm trying to make a legacy web java application that is bundled inside an EAR and that was written for JBoss 7 to work on Glassfish 4.1. The application is not built with maven or gradle (so please do not post answers about maven dependencies...
asked by 27.10.2015 / 19:56
1
answer

Post too large - GlassFish

I am performing a search routine on all occurrences that have already been completed, but when I enter some and select the attachment my glassfish returns the following message java.lang.IllegalStateException: Post too large Has anyone ev...
asked by 04.02.2015 / 15:17
1
answer

Application migration error, ANTLR and Wildfly incompatibility 8

I have a legacy application developed in Java web, and would like to put it in a new production environment. In this environment is installed Java 8 and the latest version of Wildfly. Today this application runs on a Java 7 server in Glassfish (...
asked by 04.09.2014 / 19:22
1
answer

JSF Project Image Servlet "Locking" the Application Server

I have the following code that gives my portal the images that are in the database @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { String id = req.getParameter...
asked by 21.03.2014 / 13:09