[jboss-user] [JBoss Seam] - Problems with Seam Security

2007-02-06 Thread m.schuetz
I just tried out the example from the seam reference documentation to do a JAAS login via the SeamLoginModule and Identity object. Therefore I left out any declaration of a Security Context (none of my EJBs, components, ... is part of some), initialized the Identity component in components.xml (

[jboss-user] [JBoss Seam] - Re: Problems with el

2007-02-05 Thread m.schuetz
You're obviously right. It does only work with action methods. But what's the reason for that? Now I have a big problem: How can I switch on/off Menus (including items) depending from userRole (by NOT using Strings)? I have lots of permissions, while each permission is equivilant to one menuIte

[jboss-user] [JBoss Seam] - Re: Problems with el

2007-02-03 Thread m.schuetz
I DO use SeamFaceletViewHandler. Why does the functionality works by using commandButton action but not with a simple "h:outputText rendered..."? Isn't it possible to return boolean value? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010529#4010529 R

[jboss-user] [JBoss Seam] - Problems with el

2007-02-02 Thread m.schuetz
The following code doesn't work: GESCHAFFT.. | 16:45:13,131 ERROR [STDERR] Feb 2, 2007 4:45:13 PM com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View[/user/trial/trialHome.xhtml] | com.sun.facelets.tag.TagAttributeException: /user/trial/trialHome.xhtml

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread m.schuetz
Hey Norman, thanks for your fast implementation. I have already tried the new stuff. (web.xml, components.xml changed following your description) Following exception occurs when trying to acces /test.pdf: 11:55:27,193 ERROR [SeamServletFilter] ended request due to exception | java.lang.NullPo

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-19 Thread m.schuetz
As I already mentioned in a former post I am not quite happy with the way Seam generates the extension for the generated pdf-file. Is it possible that Seam would redirect to a "simple" pdf-file? The name of the pdf-file could be defined in the link from the content-page. For example: mypage.x

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread m.schuetz
I just tried out the new itext-functionality. It's great. But there is one problem. Seam always uses .seam as default extension - generated pdf-url looks like: http://localhost:8080/seam-doc.seam?docId=3 When manually changing extension as in web.xml defined, pdf will be created perfectly. Is

[jboss-user] [JBoss Seam] - Re: Seam redirect

2006-12-15 Thread m.schuetz
OK. Thank you so far. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994198#3994198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994198 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Seam redirect

2006-12-15 Thread m.schuetz
I already tried this. I think I haven't expressed exactly. To specify my problem: I use a Servlet which reacts on *.gge. When I now try to redirect, SeamRedirectFilter (as defined in web.xml) always cuts my extension and adds the defined one. It would be great, if you could define an extension-

[jboss-user] [JBoss Seam] - Seam redirect

2006-12-15 Thread m.schuetz
How can I let Seam redirect to an external URL? Thanks Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994179#3994179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994179 ___

[jboss-user] [JBoss Seam] - Problem with nested dataTables

2006-11-17 Thread m.schuetz
Hi, I have a problem using nested dataTables. Following code does not work correctly: | | | | | | |

[jboss-user] [JBoss Seam] - Re: Ajax4jsf does no work

2006-11-13 Thread m.schuetz
The web.xml: | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> | | !-- other faces configuration files --> |

[jboss-user] [JBoss Seam] - Ajax4jsf does no work

2006-11-13 Thread m.schuetz
Hi, i'm using seam, facelets, ajax4jsf and myfaces - all in latest versions. Following Code does NOT work in my Seam-Application - that means that the page appears but does nothing (asynchronously!) when triggering an event. | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | ht

[jboss-user] [JBoss Seam] - Re: Hotdeployment Error with JBoss 4.0.5

2006-11-10 Thread m.schuetz
And, what are thinking? Does really nobody have this problem with jboss 4.0.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984817#3984817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984817 ___

[jboss-user] [JBoss Seam] - Re: Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
| 12:24:04,770 INFO [ExceptionInterceptor] no exceptions.xml file found | 12:24:04,770 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | javax.faces.FacesException: Error calling action method of component with id loginForm:_id12 | at org.apa

[jboss-user] [JBossCache] - Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
Hi, When I hotdeploy my Webapplication (Seam 1.1.1BETA2) on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesExcepti

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
Hi, When I hotdeploy my Webapplication (Seam 1.1.1BETA2) on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesExcepti

[jboss-user] [Installation, Configuration & Deployment] - Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
Hi, When I hotdeploy my Webapplication (Seam 1.1.1BETA2) on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesExcepti

[jboss-user] [JBoss Seam] - Re: Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
I do not know, whether it's a problem with Seam or with JBoss. Does anybody has an idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984421#3984421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984421 _

[jboss-user] [JBoss Seam] - Hotdeployment Error with JBoss 4.0.5

2006-11-08 Thread m.schuetz
Hi, When I hotdeploy my Seam (1.1.1BETA2) Application on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesException: Er

[jboss-user] [JBoss Seam] - Re: Navigation seam - jsf

2006-11-07 Thread m.schuetz
I solve the problem by simply adding context-param to web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983714#3983714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983714 _

[jboss-user] [JBoss Seam] - Navigation seam - jsf

2006-11-07 Thread m.schuetz
In the dvd-example exists a navigation.xml file which contains the navigation rules. (outsourced from the faces-config.xml) When I try to rebuild these architecture it does not work. Do I have to configure anything else? Thanks Michael View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seam Tag Library

2006-11-03 Thread m.schuetz
Fine. Thank you very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982924#3982924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982924 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Seam Tag Library

2006-11-03 Thread m.schuetz
Hi, I'm seeking an overwiew about all seam tags. Does s.th like a Seam Tag Library exist?. Thank you for your help. Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982905#3982905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread m.schuetz
Sorry, but we are not in Debug-Mode of Seam and our application exception is still eaten by seam-interceptor. In our calling method we run some hibernate-statements, which run into an NoSuchResultException, which we catches an re-throw as an ApplicationException(rollback=true). This Applicatio

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread m.schuetz
Thank you. I have a problem using Seam 1.1 with JBoss 4.0.5. My action-method in my Login-Bean throws an ApplicationException. I have NOT annotated this applicationException with a seam-annotation. Nevertheless, Seam always catches this exception with its ExceptionInterceptor (or especially the

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread m.schuetz
I can't find the new reference documentation for Seam 1.1 in my downloaded bundle. Thank you in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981242#3981242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39812