[jboss-user] [JBoss Seam] - Re: Seam2 bug with Quartz?

2007-11-27 Thread nakhnoukh
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 ___

[jboss-user] [JBoss Seam] - Seam2 bug with Quartz?

2007-11-21 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Re: TestNG , EntityHome , No application context active

2007-10-22 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Application Scope in a Cluster

2007-09-24 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Re: Seam persistence with Web Service

2007-08-17 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Restrict everything except login page

2007-07-18 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Multiple web apps in single ear

2007-07-05 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Re: Conversations and IFrames

2007-06-11 Thread nakhnoukh
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 ___

[jboss-user] [JBoss Seam] - Re: Conversations and IFrames

2007-06-06 Thread nakhnoukh
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

[jboss-user] [JBoss Seam] - Conversations and IFrames

2007-06-04 Thread nakhnoukh
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