Questions tagged [seam2]

220 questions
3
votes
2 answers

Seam action resolved to null after validation in IE

For my current project I'm working with JSF, Seam and Hibernate and I have an issue with seam. I created an XHTML-file with an input field (for productionMonth) and I defined a validator on it to ensure the correct user-input. I also enabled ajax…
dirkvranckaert
  • 1,364
  • 1
  • 17
  • 30
3
votes
2 answers

JSF entity conversion error: rich suggestionbox Conversion Error setting value '*' for 'null Converter'

I am using rich:suggestionbox. Select a suggestion from the suggestion box Then save my form It raises the validation error saying rich suggestionbox Conversion Error setting value '568-UNIMED-2005' for 'null Converter'. I need help with What is…
Kowser
  • 8,123
  • 7
  • 40
  • 63
3
votes
2 answers

How to call the startup bean at the end of the bean initialization chain in SEAM

14:00:04,449 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.servlet.characterEncodingFilter 14:00:04,450 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter 14:00:04,451…
Joe
  • 14,513
  • 28
  • 82
  • 144
3
votes
1 answer

org.hibernate.validator.InvalidValue in hibernate 4

I am trying to migrate my application from hibernate 3 to 4 also I am using Seam 2.2 and I am getting the compilation error The type org.hibernate.validator.InvalidValue cannot be resolved. It is indirectly referenced from required .class…
Sudha
  • 220
  • 2
  • 16
3
votes
0 answers

Random "comp not bound" error (JBoss4/EJB3)

I have this very odd error. The EAR is deployed fine. The error appears during certain jobs (like background tasks) and it complains about not being able to instantiate components that were used just fine seconds earlier by the same code. Nothing…
mariusi
  • 31
  • 3
3
votes
3 answers

How to get JSF2 working with Seam2

Is it possible to get JSF2 working on the latest production Seam release (2.2.1.GA)? I get this error on startup: javax.faces.view.facelets.FaceletException: Must have a Constructor that takes in a ComponentConfig at…
Walter White
3
votes
1 answer

JSF1.2 - richFaces progressBar - the simple demo is not working

I'm trying to use the simple demo from the richfaces progressBar page. When i go to the page, it's rendering the start button, after pressing the button the progressbar is showing up, showing 0% - and instead of counting until 100 is shows -1 and…
Joergi
  • 1,527
  • 3
  • 39
  • 82
3
votes
1 answer

JSF Facelets License

We're currently using richfaces as part of the Seam 2.2.0.GA framework. We're currently having a problem with the jsf-facelets.jar which is added by Seam, and which comes with the CDDL software license which is problematic to the proprietary…
Mouhammed Soueidane
  • 1,056
  • 2
  • 24
  • 42
3
votes
1 answer

Facebook-like chat for my Java web application

I am creating Facebook-like chat for my Java web application. But it does not work, I followed below link http://www.javacodegeeks.com/2012/10/cometd-facebook-similar-chat-for-your.html Is there any other chat API available to create chat for my…
Er KK Chopra
  • 1,834
  • 8
  • 31
  • 55
3
votes
4 answers

jboss 7 does not scan ext folder of jre

i have a software which runs on jboss and it requires crypto library which resides in jre/lib/ext. I get the following exception: Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE from [Module…
Ikthiander
  • 3,917
  • 8
  • 37
  • 54
3
votes
1 answer

How to get a query from criteria?

I'm using Seam 2.2.0.GA with JPA 1.2 provided by Hibernate 3.3. Is there a way to obtain an object of either org.hibernate.Query or javax.persistence.Query class out of a org.hibernate.Criteria query? Have the Criteria query as a EjbQL query string…
vect
  • 645
  • 8
  • 16
2
votes
0 answers

How to reload

We included a page with ui:include. And when a button is clicked we want to rerender ui:included page too. Here is parent page;
Çağdaş
  • 993
  • 1
  • 12
  • 33
2
votes
3 answers

rich:pickList with Ajax updates

I have a RichFaces pickList from which the user should be able to select multiple items and it should be directly reflected on the backing bean. Right now I have no way to reload selection in case of a validation error or in case the page is…
cdecker
  • 4,515
  • 8
  • 46
  • 75
2
votes
1 answer

Permission Store not installed in JBoss Seam

I use Eclipse Helios (JBoss Tools installed) with JBoss 5.1 GA and Seam 2.2. I noticed that each time my project is being deployed, I see a warning telling me that no permission store is installed. Install permission store if you want to use…
Yanki Twizzy
  • 7,771
  • 8
  • 41
  • 68
2
votes
2 answers

JBoss6 : HTTP 404 while rendering (SEAM)

Im using JBOSS Seam 2.2.1 and I am trying to work with application server Jboss6 .In some of the pages, I get HTTP 404 error page while performing actions like search, that would rerender some componets. When I navigate back to the previous page, I…
Kannan Suresh
  • 4,573
  • 3
  • 34
  • 59
1
2
3
14 15