Ok. Thanks for looking at this. So it sounds like your potential fix wlll
make it so
the Name annotation will be found, and "aroundInvokeInContexts" will be called.
The other problem was that even when I forced a call to "aroundInvokeInContexts"
Seam.getComponentName("org.jboss.seam.example.book
BijectionInterceptor is never getting called. I've done a comparison with the
working 1.0beta version and the FCS version.
---
FCS Version
---
Register button pressed.
SeamInterceptor.aroundInvoke called
> if ( !getUnproxiedClass( invocation.getTarget()
).isAn
I've already done that. Here is what the class looks like:
@Stateful
@Scope(EVENT)
@Name("register")
@Interceptors(SeamInterceptor.class)
public class RegisterAction implements Register
{
currently trying to get Seam 1.0.0.GA booking app running on Glassfish.
Seems to deploy ok...
When I go to register a new user (filling in username/password, ...) and
clicking
"Register", I get a NPE in RegisterAction --- due to the fact that the injected
User
instance is null.
??
View the
OK, I got the numberguess example working in glassfish.
Has anyone been able to run the booking example in glassfish?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931152#3931152
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Hi guys,
Can you file a JIRA for Seam on Glassfish?
I believe there are incompatabilities between Hibernate and the Glassfish
persistence layer.
Seam does not appear to run on Glassfish.
Is there a workaround we can try to get Seam running on Glassfish?
Specifically, I was attempting to run the
Hi folks -
Are you guys taking about running with the JBoss application server?
Is there a JBoss application server that supports JSF 1.2?
My problem is with Glassfish.
-roger
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928301#3928301
Reply to the post
Yes. JSF 1.2 has the restriction of not setting up a VariableReslver *after*
the Application has been initialized. However, even after removing this
restriction, I am noticing that
the Entity Beans (such as User) for the Booking application are not being
loaded.
So when I get to the first page
Hello.
I've been tryin got get Seam to run in a JSF 1.2/JSP 2.1/Servlet 2.5 container
(glassfish).
Specifically, I am trying to get the Seam booking exampe to run, but I am
running into the following problems:
1. the SeamVariableResolver is not getting called - it is my understanding that
with