Sorry for the delay. Was away for the holidays.
http://jira.jboss.org/jira/browse/JBSEAM-2306
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108272#4108272
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108272
___
Seam 2.0.0.GA, JBoss 4.2.1
Hi, I'm fairly sure this is a Seam bug.
I've set up an ObserveInitilization class as suggested by Pete Muir here:
http://in.relation.to/Bloggers/DoingSomethingAtStartupWithSeam
It looks like this:
|
| @Name("observeInitialization")
| public class ObserveInit
I'm having the exact same issue. Anyone know how to get around this?
Defeats the point of the unit test if you have to duplicate the CRUD code in
the unit test as you're not actually testing the code that runs normally.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Hi, what is the correct way to cluster an application-scoped component? I've
seen a couple previous posts on this, but there was no clear answer.
Say I have configuration or reference data in an app-scoped seam component.
Occasionally, say daily, this needs to get updated. What's the right wa
How did you get this to work at all? None of the Seam contexts are available
from a web service in Seam 1.2.1.
I'm trying to do the same thing but when looking up the component I get a "No
application context active"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hi, this should be straightforward but I can't figure out a simple way to do it.
I want to restrict all my xhtml pages to users of a certain role, except the
login page (obviously). Is there anyway to override the restrict that I have
for view-id="*".
If using the pages.xml below trying to acc
Hi,
I want to have multiple wars in a single ear. The two web apps both reference
classes in a shared jar.
My login page (using seam identity) comes up for both, but when I attempt to
login to either web app I get two "Conversion Error" messages. Unfortunately
there are no errors in the se
Yeah I checked that. It is conversationId. Has anyone used frames in this
way?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053313#4053313
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053313
___
This is the error I get when I manually set the jsp in the frame:
16:13:34,571 ERROR [SeamPhaseListener] uncaught exception
| java.lang.IllegalStateException: No active conversation context
| at org.jboss.seam.core.Conversation.instance(Conversation.java:104)
| at org.jboss.seam.core
I am using a third party JSF component that doesn't work with Ajax4JSF
rerendering. Thus to achieve the user experience I'm looking for - only
certain portions of the page updating on certain user actions - I've had to
resort to separate JSPs in IFrames. (The third party component doesn't work
10 matches
Mail list logo