Tagged Questions
0
votes
2answers
44 views
java.lang.IllegalArgumentException: Object: se.nackademin.BeachBoysSweden.entities.Book@79da4980 is not a known entity type
Im working on school assignment but keep getting java.lang.IllegalArgumentException when trying to save my entity to mysql database. This project uses JPA, EJB, JSF, Glassfish and connection pool.Keep ...
-1
votes
1answer
38 views
Hyperlinks are not displaying on xhtml page [closed]
hyperlinks are not displaying on the page , i deployed on glassfish server.Below is the image.Under products section all are hyperlinks
below is the code
<?xml version="1.0" ...
3
votes
0answers
90 views
Glassfish taking 20s to do hot deployment, is that right?
I'm working in a JSF project with Eclipse and Glassfish 3.1.2.
Every time I did a minor change and save it, Glassfish do the hot deployment, but is taking too much time to do that, about 20s, at ...
2
votes
1answer
91 views
JSF Validation Error h:selectOneMenu but for only one item
I saw a million topics talking about this issue, but none of them was matching my problem, and here it is:
My query brings the following results to the list:
Caixa Economica Federal
...
4
votes
1answer
57 views
ViewExpiredException handled by error-page, still in log
JSF-applications can throw ViewExpiredExceptions when a session is expired. This event will be quite common when having guests on your system. Therefor the application will handle this event without ...
0
votes
1answer
37 views
Glassfish EAR deployment time exception
I am trying to deploy to EAR to Glassfish which uses JSF and WAR file inside the EAR have faces-config.xml ie under WEB-INF. But when I try to deploy to Glassfish server I am getting below exception:
...
0
votes
2answers
88 views
JSF custom message for validation error
I'm using GlassFish 3.1.2.2 and I want to define a generic validation message template to not include field identifier/label.
I've found couple of related topics on StackOverflow but none of these ...
2
votes
1answer
68 views
How use DEBUG with Eclipse + GlassFish 3?
This is a thing that I really don't understand why doesn't work sometimes and sometimes it does. And this is freaking me out! I need help with it, please.
I have Eclipse Juno Java EE x86_64 with ...
0
votes
2answers
101 views
glassfish: redirect all url to index
I'm working on the java ee application using glassfish 3 server and jsf.
I want all of requests to urls starting from my context root to be redirected to my index.xhtml.
For example, if a user types:
...
1
vote
1answer
197 views
PrimeFaces 3.4 RC1, dialog not recognizing the Managed Bean property
I have included the primefaces-3.4RC1.jar in the WEB-INF/lib directory. In my controller im autowiring my model bean like
@ManagedBean
@RequestScoped
public class MyController{
@Autowired
Location ...
0
votes
1answer
259 views
JSF 2: Can't load object in selectOneMenu
I'm trying to fill a dropdown menu, with some objects that I retrieve from database.
So, after reading this topic I did this:
<h:form id="register_form">
<h:panelGrid columns="3">
...
0
votes
1answer
93 views
Jsf Application closes when I close my browser
I made an jsf application.This application has a menu containing start,stop buttons.When start is pressed , application starts to get data from web sites, and updates its database.The application also ...
0
votes
1answer
164 views
Changes in property files does not reflect in page while using Glassfish 3.1.2 server
I am using NetBeans IDE but I am using Glassfish externally(means not that which comes with NetBeans. I am using GlassFish through terminal in ubantu). In my project I am using serveral property file ...
1
vote
1answer
495 views
How do I upgrade Glassfish JSF api?
I downladed binary from http://javaserverfaces.java.net/download.html it has javax.faces-2.1.13 as latest binary release. I want to upgrade my glassfish jsf library but it has jsf-api-jar and other ...
0
votes
0answers
244 views
WebServiceContext injection with JSF is null
I know that is not the first time with a similar issue, anyway even though i have read the related posts the my issue still reamin.
Here my metro webservice
(environment: JAX-WS RI Metro/2.2.0-1, ...
-1
votes
1answer
362 views
log with log4j from jsf web apllication
i have been trying to log to a text file with log4j from a simple jsf web application, but no success. Every time i open the file at location, nothing was written to it. I am deploying with glassfish. ...
2
votes
0answers
192 views
Updating Richfaces from 4.0.2 to 4.2.2 breaks web app deployment
An existing and working Netbeans v7.0 project had it's 4 richfaces jars replaced to a newer version after which the project was cleaned and built successfully, the glassfish server was stopped and the ...
2
votes
1answer
258 views
How to disable “WARNING: javax.ejb.EJBException”
i'm trying to get started with simple java ee application, using following components: JSF 2.0, JPA EclipseLink, Glasshfish 3.
Here is some snippets, backing bean:
@Inject
private ProductsFacade ...
3
votes
2answers
225 views
Is it better to use Glassfish logging facilities?
My JSF application is deployed with a recent version of Glassfish, using EclipseLink as a JPA provider. I wrote a fairly simplistic logging facility that stores log records in the JPA data base. The ...
0
votes
0answers
145 views
Jsf (tomahawk) file upload runs on Tomcat but fails on Glassfish
I need to make it work on glassfish.
When I click the upload button, I get no exception, just the uploadedFile is null.
I tried to add jsf-impl and jsf-api to glassfish/modules. I tried the Disable ...
0
votes
1answer
918 views
JSF 2.0 + Programmatic authentication = 403 :)
I am transitioning to GlassFish 3.1.2, and can't seem to resolve a problem with authentication.
The agenda is simple: I want a login bean to do programmatic authentication for a user. The ...
0
votes
1answer
634 views
alternatedocroot glassfish 3.1.2 maven enterprise project using JSF
I can't seem to figure out alternatedocroot. I have looked at other questions on stackoverflow, and at the oracle docs for glassfish (but they are as clear as mud to me).
I have a maven project ...
0
votes
0answers
159 views
Project is not running when move to Glass fish 3 from glassfish 2
I checkedout a project from svn. The project was initially built on Netbeans 6.1 using UI components(drag and drop). I also saw that all the web pages are built using JSP. They were using Glass fish ...
1
vote
2answers
561 views
Glassfish Server is not starting on eclipse
When i start the Server it gave me the following Error: I am unable to start the Server.
Server GlassFish Server Open Source Edition 3 (Java EE 6) at localhost
failed to start.
The Server log ...
0
votes
0answers
320 views
Bug in JSF 2.1.8 - Unknown protocol: jndi
I updated my Glassfish server to the latest JSF - 2.1.8. When I start the server with no deployed WAR packages the server starts normally. When I deploy JSF WAR file and I restart the server I get ...
0
votes
1answer
240 views
why sometimes UI in my pages sometimes appears sometimes does not appear?
i've little problem
why sometimes UI in page.jsf, appears sometimes does not appear...
and i didn't get any error in there
i'm using :
netbeans 6.9.1
JSF 2.0
primefaces 3.1.1
springframework ...
2
votes
1answer
972 views
How to serve static web pages from a JSF application using Glassfish
I have a JSF 2.0 application running under Glassfish 3.1.1 and I need to serve static web pages that are physically located apart from my application root that is created when my WAR file is deployed. ...
0
votes
1answer
695 views
How to use HttpServletRequest#login() programmatic login with SHA-256 configured security realm
i have read there, i am using glassfish 3.1.1 security realm configured with sha-256 digest algorithm. is there any tutorial about this ? maybe i am blethering, i am trying to login with this code:
...
0
votes
1answer
633 views
Eclipse JSF anotations managed beans code completion
My question was asked on this forum, but the answer didn't completely satisfy my situation.
In JSF 2.0 one could declare in the beans annotations like @ManagedBean or @ManagedBean(name="blah") and the ...
1
vote
1answer
777 views
GlassFish JSF : IndexOutOfBoundsException no personalized classes in trace
I'm having an issue with a GlassFish server I am running. It seems to be "crashing" or stops responding after a while, espeacially under heavy load. I have gone back to check my application and make ...
4
votes
3answers
267 views
Manager Bean do not returns when the project is online
I have a JSF project working with JPA, I do this : retrive some data from mysql database then plot the data in a chart.
Locally works pretty fine, as you can see here:
So I deploy the project in ...
1
vote
0answers
152 views
Deployment error: injecting Spring bean in JSF ApplicationScoped bean with eager=true gives error in glassfish
I want to inject spring bean as ManagedProperty in the jsf bean which is in Application Scope and also eagerly loaded.
@ManagedBean(name="SysProps", eager=true)
@ApplicationScoped
public class ...
3
votes
1answer
672 views
How import a HTML code to JSF page?
I'm trying to import this page to my JSF page which is gonna have database to get the data, to be more interactive.
So I did this:
<!DOCTYPE html>
<html lang="en"
...
0
votes
1answer
212 views
rich:dataScroller not working properly when application is deployed in glassfish 3.0.1
I have an application which uses rich:dataScroller. I've tried deploying it on Glassfish 3.1.1 and it worked fine. However, when I tried deploying the same application in Glassfish 3.0.1, it isn't ...
1
vote
2answers
2k views
Programmatically add roles after authentication
I have the following JSF 2.1 login form, running in Glassfish 3.1
<h:form id="loginForm">
<h:panelGrid columns="2" cellspacing="5">
<h:outputText value="Username" ...
1
vote
1answer
334 views
Dynamically add .xhtml file in webapp folder
I want to dynamically add new .xhtml files in the webapp folder of my project.
It only works when i give the full path like,
FileWriter fw = new ...
0
votes
1answer
1k views
JSF 2.0 not rendering any page
I’m a beginning Java EE programmer having troubles setting up my first “JSF 2.0” enabled application. I’m using the following technologies:
jdk1.6.0_24
MyEclipse 10.0
Glassfish 3.0.1
JSF 2.0
...
1
vote
1answer
269 views
RichFaces GUI displayed as text
I am running a simple RichFaces example. Mainly using Tabs. The example is shown on
JBoss website found at:
...
0
votes
1answer
5k views
Configuring for RichFaces: java.lang.ClassNotFoundException: org.ajax4jsf.Filter
I have a project that contains some RichFaces components.
All other components get displayed but the RichFaces.
From the server logs I get:
java.lang.ClassNotFoundException: org.ajax4jsf.Filter
I ...
1
vote
1answer
353 views
Transferring from http to https in Glassfish 3.1.1
I'm using Glassfish 3.1.1 and JSF 2.0:
I have the following code:
public String doLoginOrCC() {
HttpServletRequest request = (HttpServletRequest) ...
2
votes
1answer
2k views
PrimeFaces graphicImage not displaying JPEG image supplied by backing bean
I am trying to display a simple JPEG image using PrimeFaces (2.2.1) graphicImage tag as the following .xhtml segment shows:
<f:metadata>
<f:viewParam name="contractorid" ...
1
vote
1answer
1k views
jsf check user logged in
How can I check if a user is logged in using jsf?
This is how I am doing it and it's not working:
<ui:fragment ...
1
vote
0answers
235 views
JSF - Java - EJB
I am new to J2EE and having problem with EJB. I already have a JSF form that is working fine. I am adding a new field to this form and binding it to the java class (1), adding getter and setter ...
0
votes
2answers
1k views
Error “<f:ajax> contains an unknown id” when used to render <rich:message>
This is my form:
<h:body>
<h:form>
<h:panelGrid columns="3" >
<h:outputLabel for="name" value="Primeiro nome:" />
<h:inputText id="name" ...
5
votes
1answer
1k views
How to create custom 404 messages in JSF 2.0?
Currently in my app when a user types some illegal destination in the URL bar, sees this:
I would like to make it more beautiful and customize it with my own markup and a bit of css.
-Do i need to ...
0
votes
1answer
4k views
JSF Add to selectOneMenu from a List<School>
I have a List object which hold School.Id, School.Name, and School.Address .
I need to list all the School.Name in a selectOneMenu List box. How will be the Java code and the corresponding JSF code ...
0
votes
1answer
574 views
Illegal character in path at index antlr
I am using Netbeans to create a JSF 2.0 project. I don't know where this error is coming from. It looks like Glassfish has a problem. I'm using glassfish-3.1.1. I've seen this error mentioned in other ...
0
votes
1answer
223 views
how to deploy an app on glassfish without without crashing the service?
I have an app that take long time to deploy/redeploy because this use EJB3, JPA2, JSF, Icefaces
The app is deployed on glassfish 3 on ec2 in amazon web services. Each i redeploy the app, while is ...
1
vote
1answer
535 views
Getting HTTP Error 405
I'm trying to set up a PrimeFaces 2.2 simple webpage in Glassfish 3.1, with Maven as my
project management tool.
Currently, my web.xml looks like:
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
1answer
1k views
Jasper Report Generates a PDF and then Glassfish crashes/shutsdown
I am running an app I have developed in JSF/Java and as soon as I got JasperReports ExporttoPDFFile to start working and ran the app, the jrxml is compiled and displayed, then exported to a pdf file, ...



