• Seam 3 + Filters

    hi,.   In seam 2 , we have AbstractFilter . I checked the code it internally implements Filter from javax.servlet.Filter . there is also @Filter annotation which helps seam master filter to reach our filter a...
    Profile Photo
    last modified by rahul22
  • start seam examples

    Hello,     could someone help me with the seam examples? I dont know how i get them to work. My steps so far:   - installation of Jboss developer studio - download and  configuration of jboss 7...
    Profile Photo
    last modified by benitojuarez
  • seam-catch - @sendHttpError not found ??

    hi ,   in seam 2 we have @HttpError annotation .   i found this link http://www.parleys.com/#st=5&id=2204&sl=14 during the presentation they talked about @sendHttpError annotation in seam-catch. ...
    Profile Photo
    last modified by rahul22
  • @Asynchronous , @Expiration and @IntervalCron in seam 3

    hi,   During migartion of my project , I faced issues realted to scheduling .   in seam 3   @asynchronous is in Ejb and seam-cron both which i have to use ???   @Expiration and @IntervalCron ,...
    Profile Photo
    last modified by rahul22
  • Renderer in seam 3 or CDI ???

    hi,   In seam 2 we have a Renderer which we can use with Email functionality to render xhtml pages .   see http://www.seamframework.org/120157.lace -- SEAM 2   now in seam 3 i can see javax.faces.Re...
    Profile Photo
    last modified by rahul22
  • Seam and multi threading

    Hello,   Currently, I have to do perfermance optimization of one of our Seam applications. And we have a functionality which clones thousands of objects. So I thought of using multi-threading to speed it up and ...
    Profile Photo
    created by trungsi
  • ServletContexts in seam 3 ??

    hi ,   in seam 2 we have ServletContexts class which i was using like :-   ServletContexts.instance().getRequest().getSession().setAttribute("",""); ServletContexts.instance().getRequest().getSession().ge...
    Profile Photo
    last modified by rahul22
  • How to avoid LazyInitializationException in facelets page.

    I have a Many to many relation between two entities, Addressee and AddresseeType.      @ManyToMany      private List<AddresseeType> addresseeTypeCollection = ...
    Profile Photo
    last modified by hantsy
  • Seam3 or CDI equivalent for org.jboss.seam.core.Interpolator

    Does Seam3/CDI expose access to a class that I can use for Interpolation? In Seam2 I was using org.jboss.seam.core.Interpolator.interpolate() to interpolate XML files (read from disk) before transformation and publi...
    Profile Photo
    last modified by iphands
  • seam 3 IllegalStateException after session timeout

    I'm running a simple Seam 3 app on JBoss 7.1.1.Final with the following in WEB-INF/lib:   prettyfaces-jsf2-3.3.3.jar richfaces-components-api-4.2.0.Final.jar richfaces-components-ui-4.2.0.Final.jar richfaces-...
    Profile Photo
    last modified by rshan
  • BypassInterceptors mods

    Is there going to be any mods to @BypassInterceptors in Seam 3? Specifically, in Seam 2.x there is no way to selectively deactivate interceptors for a component, it's all or nothing.  More fine-grained control ...
    Profile Photo
    last modified by asookazian
  • seam 3 + Expressions + ValueExpressions ??

    hi ,   I'm working on migration from seam 2 to seam 3 .   in seam 2 we have 2 classes named : Expressions and ValueExpression .   in seam 3 these classes i can find easily but are different as follow...
    Profile Photo
    last modified by rahul22
  • Context Object in seam 3 and CDI ?

    hi ,   I'm Doing a migration for my project and i faced issues with Context Object.   in seam 2 we can use    import org.jboss.seam.contexts.Context; import org.jboss.seam.contexts.Contexts; &...
    Profile Photo
    last modified by rahul22
  • Seam3 persistence example/forge

    Hy, I'm currently trying to get Seam3 persistence running. I'm always getting "object is detached". Does anybody have a small working example which he could share?   I just want to build a simple CRUD applica...
    Profile Photo
    last modified by tomlux
  • Which interceptor order in beans.xml is recommended?

    How about this order?   <interceptors>                             <c...
    Profile Photo
    created by miguelzp
  • Seam+CDI Event Probleam - Observer does not work

    Hi all,   I'm in trouble with Observers. I have a superclass that fire event and another class responsible for observe the event, but it's not working.   My superclass:   public abstract class Abstr...
    Profile Photo
    last modified by filosofisto
  • Error inject HttpSession or HttpServletRequest - before it has been initialized

    Hi,   I am having trouble with simply performing a logout operation using Seam 3.1.1.Final.   I hit the logout link and I get the below stack trace in the logs.   The logout link is as follows: {cod...
    Profile Photo
    last modified by matt.hibb
  • [seam-security] DefinitionException WELD-000805 when @SecurityBindingType in a class that overrides a superclass' @PostConstruct

    When I deploy a sample project with the following classes in it, I get this at deploy time: org.jboss.weld.exceptions.DefinitionException: WELD-000805 Cannot have more than one post construct method annotated with @Po...
    Profile Photo
    last modified by lucaster
  • UndeclaredThrowableException - Error

    Hi, I have following problem,   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.6.0_33] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorIm...
    Profile Photo
    created by vanderlei.alles
  • @handlesExceptions shows exception in eclipse console

    hi ,   I'm using @handlesException to catch AuthorizationException its working fine . but the exceptions is visible in console ( which i don't like )   my class is like this:-   @HandlesExceptions p...
    Profile Photo
    created by rahul22