glassfish-4.1 Questions

5

Solved

my first post on SO and expecting good stuff in return :-) I have developed a small java restful services app and integrated with Swagger. I have @Controller -> @Service -> @Repository architectur...
Arithmetician asked 21/2, 2016 at 16:41

3

Solved

After building an android application, I scanned the generated QRcode and install the application on galaxy s4 successfully. But when I try to do some search using the app I got the following excep...
Affinitive asked 23/4, 2016 at 13:2

1

Solved

I am trying to deploy a Spring boot application on Glassfish 4.1.21. At startup I get an error that that the entityManagerFactory cannot pe created due to the fact that a method does not exist. It ...
Geometrid asked 8/5, 2020 at 13:16

3

Solved

I'm using the Google Guava library for tasks like sorting and filtering of a java.util.List<T> in a Java EE 7 application. Given below an example of filtering a java.util.List<T> based...
Sivie asked 20/10, 2014 at 22:44

2

GlassFish running on a host with a public ip address and jmx port 8986 On startup JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://test.anahata.net.au:8986/jndi/rmi...
Brummell asked 9/2, 2016 at 10:37

6

I'm trying to make a stack Spring + Spring Data + Log4J2 work. Unfortunately, when deploying the artefact on My Glassfish 4.1 Server, the following error occurs : org.springframework.beans.factor...
Laryssa asked 2/10, 2015 at 17:36

1

Solved

I have this security configuration in Glassfish domain.xml which works for 4.0 but fail in 4.1.1 can someone help to identify what is wrong. The only difference is the class package "ee" GF 4.0 (w...
Uveitis asked 18/11, 2016 at 22:11

2

Solved

Glassfish lets to set the SSL certificate nickname through its admin console as it is highlighted in the pic below: But almost every tutorials in the web mention that it is necessary to replace ...
Grosmark asked 26/3, 2015 at 12:13

1

Hi I am currently using JDBC realm in Glassfish 4.1.1 for authentication, and I wonder if I can add the configuration of jdbc realm to glassfish-resources.xml, so that when migrate, I can just call...
Sandor asked 5/10, 2016 at 2:56

2

I have created a Spring Boot application (webservice soap). Everything is ok and application works well trough the integrated tomcat in Spring Boot. When i try to package in a war and deploy to Gla...
Grith asked 13/12, 2015 at 13:28

1

Whenever I startup GlassFish 4.1, I get the following two warnings in my GlassFish log: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not ...
Raneeraney asked 15/12, 2014 at 5:17

1

Solved

EclipseLink 2.6.1 (final) throws the following exception upon deploying a Java EE application on GlassFish Server 4.1. This had not been happening prior to upgrading from 2.6.0. Warning: java.lang...

2

Solved

I have a full-fledged Java EE project running on GlassFish 4.1 / Java EE 7 (NetBeans 8.0.2) not using Apache Maven. Depending upon the project functionality, the CDI dependency has to be added to ...
Decidua asked 31/8, 2015 at 5:27

1

In web.xml, I have the following configurations for a global error page. <error-page> <error-code>401</error-code> <location>/WEB-INF/error_pages/GeneralError.xhtml</l...
Cirilla asked 4/11, 2014 at 17:50

3

Solved

I am just testing out this JSF page, so I don't set the action attribute in the <h:commandButton/>. This is a very simple form with 3 input boxes for First Name, Last Name, and Email, a...
Hurff asked 16/4, 2015 at 7:9

1

I am using GlassFish 4.1, which includes Jackson 2.3.2. I would like to upgrade to the newest version of Jackson (currently 2.4.4). Is the procedure for upgrading Jackson in GlassFish 4.1 as simp...
Eley asked 6/12, 2014 at 17:43
1

© 2022 - 2024 — McMap. All rights reserved.