Re: tomahawk ExtensionsFilter

2012-04-19 Thread Leonardo Uribe
Hi If you want to use tomahawk FacesContext wrapper you should remove or comment any entry for extensions filter (). Disable the check for extensions filter is not enough. Try setup your seam filter on top of tomahawk extensions filter, changing the register order in your web.xml. Tomahawk fileup

tomahawk ExtensionsFilter

2012-04-19 Thread gebuh
I'm trying to use Tomahawk scheduler with Seam, however it won't work unless I use the MyFacesExtensionsFilter. But doing that breaks my Seam file uploads. Is there other way to do this? I've tried variations on: org.apache.myfaces.ADD_RESOURCE_CLASS org.apache.myfaces.component.html.u

Re: @Secured and Stereotypes

2012-04-19 Thread Gerhard Petracek
hi jose, here it works without an issue -> please provide the codi startup-log about the configuration you are using. @ package: please use: javax.enterprise.context regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and Germ

Re: @Secured and Stereotypes

2012-04-19 Thread José Luis Cetina
Thanks Gerhard, but i have a problem. My checkpermision method never get called, i dont know why, i have this: *//ANOTATION* @Stereotype @Target(value = {ElementType.METHOD, ElementType.FIELD, ElementType.TYPE}) @Retention(value = RetentionPolicy.RUNTIME) @Secured(PermissionAccessDecisionVoter.cla

Re: @Secured and Stereotypes

2012-04-19 Thread Gerhard Petracek
hi jose, see the description at [1] - it will be added to the wiki soon. regards, gerhard [1] https://issues.apache.org/jira/browse/EXTCDI-262 http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFa

@Secured and Stereotypes

2012-04-19 Thread José Luis Cetina
Hello somebody know where i can find an example of @Secured and Stereotypes Im triying to work with @Secured and Stereotypes with metadata but i have some doubts -- --- *SCJA. José Luis Cetina* -