[jboss-user] [JBoss Seam] - Re: proper use of asynchronous

2007-03-26 Thread javajoe220
Thank you for your quick response. I have been able to get the proper state to the event observer. It is the results I am having issues with. I have attempted to pass in the conversation Context object to the event and put the results directly into it but that does not appear to have worke

[jboss-user] [JBoss Seam] - proper use of asynchronous

2007-03-26 Thread javajoe220
Hello, We have a fairly large app that behaves as follows: *A user begins by doing a search *A list of results are returned and the user selects one *Once a result is selected several other areas are initialized via the Event/Observer pattern *The user can now navigate to many other areas with a

[jboss-user] [JBoss Seam] - Re: Displaying existing PDF files

2007-03-20 Thread javajoe220
Thanks for the reply. Can you elaborate on the document store? I have searched through the examples and only find the DocumentStore being accessed in components.xml and via the various http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030069#4030069 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - trouble with Asynch

2007-03-20 Thread javajoe220
Hello, I am very interested in using the @Asynchronous and Event.raiseAsynchronousEvent functionality. However, its lack of access to the Conversation and Session scope is difficult to work around. The documentation states the following: anonymous wrote : We usually use an asynchronous call

[jboss-user] [JBoss Seam] - Displaying existing PDF files

2007-03-20 Thread javajoe220
Hello, I wish to display an existing PDF file that is dynamically retrieved from a web service at run time. The file is available to me first as a byte array which I write to a temporary file. What is the best way to display this in Seam? Can I use the DocumentStore to manage this? I have

[jboss-user] [JBoss Seam] - Re: SeamSecurityManager missing?

2007-01-29 Thread javajoe220
thanks for the quick reply! This begs the question - should I be using seam security as documented in 1.1.1.GA or wait to 1.1.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007912#4007912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - SeamSecurityManager missing?

2007-01-29 Thread javajoe220
Hello - I have been eagerly waiting for the new security features to be deployed in 1.1.5. I began to use the new features as delivered in the the January 21st nightly build. It appears subsequent nightly builds do not contain the org.jboss.seam.security.SeamSecurityManager class, including th