We used to have debuggers !
Now after compiling for strickt rules
we need to analyse all system traps.
As we want to correct something
We need to stop the whole load (JBOSS....)
make a correction and wait for the next mayor CRASH
THat used to be only the case for heavy errors
NOw even the smallest syntax error in the4 aplication is causing a system failure with the required complete restart
DID we realy advance using SEAM --- FACELETS ???
Or did we find enough reasons for all to go even slower !!!!!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054440#4054440
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054440
or, where can I watch seam log messages?
I'm using JBoss 4.0.5 and Seam 1.2.1
Used seam-gen to create a new project and "explode" it to JBoss. That works fine, however nothing happens in my JBoss log during this process (if I just manually create a web-app, JBoss indicates it is hot-deploying it, etc.). When I do "generate-entites", my application no longer works (giving me an error page) and I have idea where to start the debugging process (outside of the stack trace on that page). There has to be a log somewhere, right?
I added "org.jboss.seam" to my JBoss' log4j.xml, but that didn't have any affect, so I'm thinking there is a log somewhere else or I'm missing some vital piece of configuration.
Thanks!
Dave
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054439#4054439
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054439
I'm struggeling with creating a page where a request parameter is used to initialize a bean parameter. I have the following workflow:
GET Request => page/form display => form action (sfsb method)
The first GET request should initialize the bean to setup a property by a request parameter. But when I submit the following form the parameter is null in any case.
Does anybody can give me a simple example or explain in detail how to create such a usecase?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054438#4054438
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054438