-2
votes
0answers
26 views

Project Netbeans JPA JSF , I'don't see the data i see just the name of the colum [closed]

I create a web Project with Netbeans using JPA JSF , when i run my project I'don't see the data i see just the name of the colum in my JSF page (JSF Data Table from entity). can some one help me ...
0
votes
0answers
42 views

JSF - p:ajax listener asking for parameters netBeans/primefaces

Versions: NetBeans: 7.2.1 PrimeFaces: 3.5.3 GlassFish: 3.1.2 JDK 1.6 I've been trying to find related issues and have found topics that are close, but not quite what I'm looking for. I'm trying to do ...
2
votes
1answer
29 views

JSF Composite Component Netbeans

I'm tried to develop jsf composite component but netbeans ide complaints the no library found for this namespace. xmlns:cform="http://java.sun.com/jsf/composite/cform" What is the error about ? ...
0
votes
0answers
62 views

Netbeans reports “no library found for namespace” for PrimeFaces tags from Maven

I'm using Netbeans 7.3 with OpenJDK 1.7.0_21 64-Bit Server VM 23.7-b01 on Linux 3.8.8-1-ARCH. On every Facelet I have <html xmlns="http://www.w3.org/1999/xhtml" ...
0
votes
0answers
55 views

can't debug JSF in netBeans

I try debug JSF application in netbeans but cannot attach debugger. I feel like it is something like different instances of server are runing and IDE can't get acces to it. Sometimes it is being ...
-1
votes
1answer
50 views

Unable to manage more than 3 beans on JSF. Mojarra/facelets was unable to resolve the fourth bean

I m using netbeans 7.2.1 as IDE. I m trying to develop an Multiple Questions Choices web app with various users profile, based on JSF framework and running on GLASSFISH3+ server, and i had problem ...
0
votes
1answer
62 views

Create a subclass warning with JPA, JSF in Netbeans

I am using Netebans 7.3 to develop a JSF application with JPA. When I create a new Entity, there is a warning at the @Entity line just above the class decleration "Create Subclass" and when I click on ...
-1
votes
1answer
278 views

Need to restart GlassFish everytime running Netbeans JSF Project [closed]

I am developing a Netbeans JSF application which runs on GlassFish 3.1.2. Recently I updated to Netbeans 7.3. Afterwords when I make a change to a bean and run the application within the network ...
0
votes
1answer
28 views

weblogic data source not listed in eclipse

I was developing java ee applications in netbeans, for some reason I jumped to eclipse. In netbeans when I click on "entity classes from database" I used to see oracle's data source, basically the ...
0
votes
1answer
286 views

Null pointer exception using weblogic 10g bean injection jpa/ejb

I have a problem with my EJB / JPA project. I use netbeans, weblogic 10g and Java EE app. My problem is, I create "Entity classes from database" and after that I create "session beans for entity ...
0
votes
3answers
282 views

Get apache shiro to work in netbeans without maven

I want to use apache shiro to secure my JSF application that I have made in netbeans. After adding shiro-core and shiro-web jar files to library and configuring web.xml and shiro.ini as follows I get ...
1
vote
0answers
137 views

JSF and XHTML files - browser receives full source code, with jsf elements not processed by glassfish

Ok, so the problem is - I've created a new EJB project in netbeans. I've created a new .xhtml file in web application that I've mapped in web.xml as the project's welcome-file. Content of ...
1
vote
2answers
130 views

Netbeans can not deploy JSF App after moving a class to another package

I need to refactor a bit and tried to move some classes from one to another package. After doing this, Netbeans can not deploy the app anymore. i tried to move some dataobject classes from package: ...
0
votes
0answers
154 views

primrfaces in-cell editing not updating columns in backing managed bean

my code is as follows: <p:dataTable value="#{clientBean.clientList}" var="item" paginator="true" paginatorAlwaysVisible="false" rows="10" ...
1
vote
0answers
80 views

EL autocomplete doesn't work for <h:dataTable var>

EL autocomplete doesn't work for <h:dataTable var> in Netbeans. I'd expect to see properties of #{oi}, not to see global variables. See below screenshot: ![enter image description here][1] ...
0
votes
1answer
256 views

How to connect JSF page in war file to managed bean in jar file in Enterprise Application

My JSF Java Enterprise application is not able to reach the backing bean; the error message being - /master/currency/addCurrency.xhtml @19,94 value="#{addCurrencyController.code}": Target ...
0
votes
2answers
236 views

How to set jsf component properties from managedBean?

As said in the title, i'd like to change a component property identified by an id in a jsf page from a managed bean. Here is my jsf code : <p:calendar value="#{eventBean.beginDate}" id="from" ...
-1
votes
1answer
249 views

How to deploy file war in apache tomcat server and Glassfish server with netbeans? [duplicate]

Possible Duplicate: How to deploy a Java Web Application (.war) on tomcat? I have built a web application with Netbeans and Java Server Faces into a *.war file and now I want to deploy it ...
4
votes
1answer
3k views

Netbeans 7.2.1 Visual Web Editor

Is there some sort of Visual Web Editor for Netbeans 7.2.1 and JSF development?
0
votes
0answers
110 views

Deploying to Windows Azure

I have created a JSF web application in Netbeans to run on glassfish and I am trying to get it to deploy to Windows Azure. I imported the .war file into Eclipse and tried deploying to Windows Azure ...
0
votes
2answers
789 views

Changing Java EE server from GlassFish to Tomcat

I developed an applications using Netbeans with JSF, JPA and Primefaces and works fine in GlassFish server. I wanted to deploy in Tomcat server. I changed the server through properties, but the ...
0
votes
1answer
233 views

Problems with Netbeans & Primefaces

I've been working for a few weeks now with some web tecnologies, but i have had some issues with Netbeans when I use primefaces. I usually do my "test beans" in one "test project" and they work fine, ...
1
vote
0answers
174 views

LDAP glassfish sever set up issues

Hey guys i have created a php code that authenticates users via our LDAP server but i now instead of using PHP have to do this through glassfish here is the working php code : <?php ...
0
votes
1answer
64 views

Authentication via an LDAP server

i have just created a web app using JSF etc but i now need to authenticate all users via the LDAP sever i have created a php code to do this but my supervisor told me to do it another way in glass ...
2
votes
1answer
149 views

“Unexpected token ERROR found” error shown at netbeans working on a jsf project for percent (%) character

I am facing a strange issue with netbeans and jsf, it is not fatal but quite annoying. For some reason I am getting the error "Unexpected character % found Unexpected token ERROR found" from netbeans ...
0
votes
1answer
162 views

NullPointerException when trying to access Database

I am trying to create a mindmap-style application using: Netbeans 7.2 jdk 6.35 Primefaces 3.4 The idea is to generate the mindmap by accessing a database and generating the nodes from that database. ...
0
votes
1answer
65 views

netbeans profiler: how can I know where the char[] and byte[] usage come from?

I have a webapp (JSF 2) which I develop with Netbeans 7.2, running on Tomcat 7. With the Netbeans profiler, I see that just after the first page is loaded by the browser (a simple form with two ...
0
votes
0answers
52 views

FileUpload JSF getting a compiler error

my code is pretty much the same as the tutorials but i can not for the life of me get it to compile, what am i missing ? its probs something simple ! this is the error i get : ant -f "D:\\My ...
1
vote
1answer
1k views

Richfaces <a4j:ajax> and <rich:popupPanel> “conflict”

I've stumbled upon a strage behavior of richfaces. Some background about my view structure: It's mainly a <rich:extendedDataTable> where a click on a row displays info about it on a ...
0
votes
0answers
184 views

Couldn't write to database using the entity manager persist method

I am about developing a small application using EJB JPA MySQL netbeans7.2, so my application has the following goal: get the list of names and their IDs and add other names to the list. My classes ...
0
votes
1answer
329 views

Netbeans faces-config PROBLEMS

I have a weird problem with my faces-config.xml file - I'm using Netbeans. As soon as I make a faces-config file by choosing "New" -> "JSF Faces Configuration" the entire app fails at runtime: "The ...
0
votes
1answer
82 views

JSF Managed beans do not appear in JSF pages

I am developing a JSF application with JPA which currently having 76 managed beans in Netbeans. They were added with @ManagedBean @SessionScopedWhen annotations and not added to configuration ...
1
vote
1answer
475 views

Concept of JSF, EJB and form based login with JDBC-Realm

I am trying to learn the concepts of JEE (EJB,JSF...) and therefore I am working on an example application. Unfortunately I have problems to understand how some concepts should work together and if I ...
0
votes
0answers
59 views

How I can filter the objets that are loaded into the DataModel without breaking the pagination?

Working in JSF, within the controller. How I can filter the objets that are loaded into the DataModel without breaking the pagination? public DataModel getItems() { if (items == null) { ...
1
vote
1answer
178 views

unequal sign (“<”) in javascript within a xthml file for jsf raises error (in netbeans) [duplicate]

Possible Duplicate: javax.servlet.ServletException: Error Parsing /page.xhtml: The content of elements must consist of well-formed character data or markup This is a jsf 2.0 project. The ...
0
votes
1answer
90 views

NullPointException in FaceConverter

Im developing using jpa and jsf.I'm not place all the code because is very large I have an NullPointException in a code generated for netebeans 7.2. I think that netbeans is making the error, but i ...
1
vote
1answer
1k views

Primefaces 3.3.1 <p:editor not visible if used with <p:inplace after using cancel/save buttons

primefaces richtext editor inline visibility glitch: If the commandButton "Open/Clear" (which is meant just to clear the editor values in the bean) is clicked then the editor becomes visible again. ...
1
vote
0answers
107 views

Access to methods in xhtml file - JSF in Netbeans

In IDE's like IntelliJ IDEA you can access to the bean method with CTRL + B or CTRL + click, in that case i the method is for example... <p:commandButton .... ...
-1
votes
2answers
210 views

In jsf, how should a bean communicate with a regular java class (aka the business logic)

This is a jsf project on glassfish, developed with Netbeans. I try to connect my beans to my regular java classes. Here is what I understand: - Managed beans or their CDI equivalent take care of the ...
1
vote
1answer
122 views

run an external process from jsf / glassfish

This is a jsf 2.0 project on GlassFish 3.1.2, developed with Netbeans. In my business logic, I need to launch a perl application which returns a png or svg. This file will be displayed or presented ...
2
votes
1answer
1k views

file upload within a wizard in primefaces - uploaded file does not showing up?

I use the Primefaces manual example for a wizard, and replace one of the tabs by a simple file upload form. I have all the necessary libraries and filter in web-inf for the file upload to work. ...
2
votes
1answer
1k views

where is the file uploaded (using PrimeFaces & Netbeans in local)

I use the simple File upload of Primefaces in development with Netbeans. My test example is similar to to the Primefaces manual. My question: where does the file get uploaded on my local computer? How ...
0
votes
0answers
305 views

JSF: using richfaces file upload to add the image url to a mysql table

I am using jsf in netbeans (glassfish) and i'd like to edit my Create form to include a file upload component that will send the image directory to the corresponding image field in mysql once the form ...
0
votes
1answer
363 views

No attributes auto-complete in Netbeans after register the custom component in .taglib.xml

I create a custom component for SelectOneRadio, and I register it in xyz.taglib.xml and so far it works. The only problem is that my NetBeans cannot see my tag attribute in auto-complete. For example, ...
0
votes
0answers
322 views

ClassCastException when two controllers used in a single JSF

I am developing a JSF application with JPA using Netbeans. I crate Entity classes and then generate JSF pages from Entity classes through Netbeans. It creates an AbstractFacade, facade extending the ...
-1
votes
1answer
204 views

IDE for JBoss JSF development

I am planning to develop a medium to large size web application using JSF (plus PrimeFaces or other) for the view layer and EJB3 for business logic. The reason we've chosen EJB3 over more lightweight ...
0
votes
1answer
123 views

Facelets page changes in Netbeans not reflecting in browser, exclamation mark on file in project

I have imported a JSF/Facelets project from SVN into Netbeans. Any change which I make in Facelets pages is not reflected in browser, even though I redeploy the project. When I check my project's ...
0
votes
2answers
2k views

Using bean validation (JSR 303) in JSF2 - Primefaces application

I'm trying to integrate bean validation using hibernate validator to my web application : - Hibernate-spring-jsf2-primefaces3 on tomcat 7 I added following jar files : hibernate-validator.jar and ...
0
votes
2answers
189 views

Netbeans maven hot deploy

So I have imported a project to netbeans. I am using jsf and xhtml pages. I have already deployed the project on Glassfish using maven. When I make changes to xhtml pages, it doesn't reflect on UI. ...
0
votes
1answer
959 views

FacesServlet not found on deploy

I have a sample application which works on my local machine using Netbeans with GlassFish. I received a lot of help from StackOverflow getting it up and running. The next step is to try and deploy it ...

1 2 3