[jboss-user] [JBoss Seam] - Re: Could not create Component: org.jboss.seam.security.iden

2007-10-08 Thread onyii5119
[EMAIL PROTECTED] wrote : Is that the full stack trace? It doesn't seem to contain the root cause. Find below the complete stack trace: 10:34:09,858 INFO [Component] Component: org.jboss.seam.security.identity, scop e: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity

[jboss-user] [JBoss Seam] - Re: Could not create Component: org.jboss.seam.security.iden

2007-10-08 Thread onyii5119
[EMAIL PROTECTED] wrote : You need to include the Drools libraries. Thanks for the reply. The Drools libraries are already there in my class path. I double checked that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092674#4092674 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not create Component: org.jboss.seam.security.iden

2007-10-08 Thread onyii5119
onyii5119 wrote : [EMAIL PROTECTED] wrote : You need to include the Drools libraries. | | Thanks for the reply. The Drools libraries are already there in my class path. I double checked that. Finally solved the problem. My ant script was putting the jar files in the ear file root instead

[jboss-user] [JBoss Seam] - Re: including CSS and other html elements - context problem

2007-10-07 Thread onyii5119
The way I handle it is to define an application path variable in a session scoped class as follows: private String theAppPath; then write the getter method for it: public String getTheAppPath(){ request = (HttpServletRequest)

[jboss-user] [JBoss Seam] - Could not create Component: org.jboss.seam.security.identity

2007-10-06 Thread onyii5119
Got the exception below while building Jboss seam 2.0.0.CR2 application. Any ideas what must have caused the exception? 22:39:29,125 INFO [Component] Component: org.jboss.seam.security.identity, scop e: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity 22:39:29,125 ERROR

[jboss-user] [JBoss Seam] - Re: Seam security adds default messages

2007-03-25 Thread onyii5119
fernando_jmt wrote : The messages you should add to your .properties file are | | org.jboss.seam.loginSuccessful = Welcome, #0 | | and | | org.jboss.seam.loginFailed = Login failed | | | In case of login fails it is natural to add the message (which I can configure as I