[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-07-30 Thread TLex
Check if your components.properties file is in place. If it is try replacing all @xyz@ entries in components.xml with values from components.properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961716#3961716 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-07-30 Thread lucas f m r
tanx Tlex was really that, now i´m getting a missing library, tanx again man View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961725#3961725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961725 _

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-07-30 Thread TLex
Run ant with the deploy target of your choice, inspect the created .ear or .war file and compare the libs directory with your manually setup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961729#3961729 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-07-30 Thread lucas f m r
yeah i use ant to do all (javac,war,jar,ear,deploy) , the problem was in the components.xml, it was not getting the value of the properties and one of the property was to do something that i didn´t need. now is fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-09 Thread [EMAIL PROTECTED]
You'll have to use your debugger. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977029#3977029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977029 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-12 Thread swenbarth
I have the same problem. It occurs already at startup when loading an application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978069#3978069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978069 ___

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-13 Thread swenbarth
Actually, this happened after I installed the seam booking example according to the Wiki article found at http://wiki.jboss.org/wiki/Wiki.jsp?page=EclipseSeamProject. When deploying it and starting JBoss, I get: | ... | 20:58:27,250 INFO [ServletContextListener] Welcome to Seam 1.0.1.GA

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-13 Thread [EMAIL PROTECTED]
And so you'll need to "use your debugger" too. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978275#3978275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978275 ___ jboss

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-14 Thread swenbarth
Ok, I fixed it for me: in components.xml were some values like '@something@'; when I replaced those with real values ('true', ...), it started up just fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978332#3978332 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-11-02 Thread hartsock
"swenbarth" wrote : Ok, I fixed it for me: | in components.xml were some values like '@something@'; when I replaced those with real values ('true', ...), it started up just fine. Well that's just groovy, what exactly are legitimate values for this file or where do I go to figure out some for m

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-11-02 Thread hartsock
"hartsock" wrote : "swenbarth" wrote : Ok, I fixed it for me: | | in components.xml were some values like '@something@'; when I replaced those with real values ('true', ...), it started up just fine. | | Well that's just groovy, what exactly are legitimate values for this file or where d

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-07 Thread [EMAIL PROTECTED]
ClassFormatError looks like a JDK issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052050#4052050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052050 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-07 Thread dkane
"[EMAIL PROTECTED]" wrote : ClassFormatError looks like a JDK issue. | Thanks , but how to fix that ? JBoss is running on Java 1.5 , the same JVM was used for compiling java-files in WAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052136#4052136 Repl

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-07 Thread [EMAIL PROTECTED]
I'm 99% sure you are not running JDK 5.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052141#4052141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052141 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-07 Thread dkane
"[EMAIL PROTECTED]" wrote : I'm 99% sure you are not running JDK 5.0. I have checked from JMX console . JBoss.system.serverInfo link shows : JavaVMVersion java.lang.StringR1.5.0_09-b01 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052143#

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-07 Thread [EMAIL PROTECTED]
So have you recompiled Seam with JDK 6.0? http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6553734 AFAIK the Seam distribution is compiled with JDK 5.0 and you should definitely not see this message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052169#40

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-08 Thread dkane
"[EMAIL PROTECTED]" wrote : So have you recompiled Seam with JDK 6.0? We have not recompile Seam, just extracted to some directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052470#4052470 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-08 Thread dkane
The problem is gone, something was wrong with Seam distribution indeed. Repackaging with another Seam solved the issue. Many thanks to Christian Bauer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052565#4052565 Reply to the post : http://www.jboss.com