jboss6.x
Problem with session security feature of JBoss 6 using servlet 3.0
We migrated our application from JBoss 5 to JBoss6 and one of the main reasons for this is to make use of the new features of servlet 3.0. Everything works fine apart from one new feature of JBoss 6 a[详细]
2023-03-15 15:23 分类:问答JSF app, actions don't work if a different action has been invoked previously
I\'m learning Java EE 6 and JSF 2.0 on JBoss6 and have built a very simple 1 page \"Todo\" app which works but with a very strange bug.Tested in Safari 5.0.5 and Firefox 5.[详细]
2023-03-15 14:33 分类:问答Where do you configure log4j settings in jboss6
jboss-6.0.0.Final doesn\'t seem to have jboss-log4j.开发者_JS百科xml which was used to configure log4j settings in jboss5 (i.e. under server/default/conf/jboss-log4j.xml)Apparently the name and locati[详细]
2023-03-13 19:38 分类:问答JSF config-annotations not processed
I am running a JSF 2 application on JBoss AS 6. Somehow the Annotations, like @FacesComponent or @FacesValidator, etc are not processed by the container. If I annotate a Bean with @FacesValidator(\"[详细]
2023-03-13 14:34 分类:问答Update Mojarra in Jboss AS 6
I\'ve been using glassfis开发者_如何学编程h and it has an update utility guide that keeps the server up to date. Is there anything like this in Jboss AS? Or how can I update any lib? To be more specif[详细]
2023-03-12 18:34 分类:问答Is there a requirement that jms messages are sent at the end of a commit?
I have the strange phenomenon that jms messages seem to be sent before the database commit actually happened.[详细]
2023-03-12 04:37 分类:问答Can't deploy Maven jar (MDB) on Jboss 6
I am using jboss6, message driven bean, hibernate and maven2 in my application when i try to compile my mdb using maven2 anddeploy on jboss6 i get the following error:[详细]
2023-03-12 03:57 分类:问答Work around for faulty INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL in Mojarra JSF 2.1
I know there are a number of posts about convert开发者_运维技巧ing empty string to null in JSF2. The usual prescription is to add the following to web.xml.[详细]
2023-03-12 03:34 分类:问答LazyInitializationException in @RequestScoped Bean after explicit EntityManager.find
we are currently migrating from JavaEE5 to JavaEE6 and are using JBoss 6.0.0 and JSF2. For simplicity this example is constructed and based on the Maven archetype: org.jboss.weld.archetypes:jboss-java[详细]
2023-03-10 23:20 分类:问答English error messages in JSF 2.0.3 (not validation)?
I had configured JSF 1.2 successfully to display English error messages that come from the server. Now I was making the transition to JSF 2.0, but the error messages seem to be back to German. Localiz[详细]
2023-03-10 21:59 分类:问答