[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.0.0.Beta1 BUILD FAILED

2007-04-19 Thread mrines77
But I am getting the same error: MXBeanUtils.java:845: incompat ible types and am running: C:\jboss-head\naming>java -version java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode) Besides, java6

[jboss-user] [JBoss Seam] - Re: more than one Seam Phase Listeners?

2007-03-10 Thread mrines77
RobJ wins the gold star, or maybe a silver one instead, as he came closest to the root problem that I was having: First, the WARN message of duplicate SeamPhaseListener was being generated by AbstractSeamPhaseListener's constructor using a (I hate flags) boolean flag. Apparently, having jsf-impl.

[jboss-user] [JBoss Seam] - Re: more than one Seam Phase Listeners?

2007-03-07 Thread mrines77
Well, this message must not be answerable, at this time. Notice that Mike over at mhl496 is having similar problems getting Seam to be well behaved under Tomcat. Will be moving from Tomcat 5.5.20 to 6.0.10 shortly and perhaps some of these exceptions will disappear. Hopefully between us Tomcat

[jboss-user] [JBoss Seam] - Re: Almost ready to give up... (Tomcat woes galore)

2007-03-07 Thread mrines77
Mike, don't give up! i too was developing for Tomcat5.5.20/Seam1.2 and had a lot of problems with conflicting versions of oh so many jar files (JAR Hell is evident when working within this environ, some of which is jsf related). So what I did, as a temporary work around is to subclass all seam r

[jboss-user] [JBoss Seam] - injecting today's date

2007-03-07 Thread mrines77
Would like to inject today's date in a field of an entity, is there an annotation like @date, or equivalent? Along with that, would like to inject the Identity's username as well. Any hints? Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025886#4025886

[jboss-user] [JBoss Seam] - more than one Seam Phase Listeners?

2007-03-01 Thread mrines77
As far as I can tell, I heve only the one (I thought obligatory) Seam Phase Listener in my faces-config.xml file: | | org.jboss.seam.jsf.SeamVariableResolver | | | org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener | | Here is the