Thanks Simon:
I'm sorry that I've ignored the Core documentation link before I posted my
question. The layout of the apache myfaces orchestra page let me puzzle, I
think the core documentation was belonged the myfaces, so I ignored it. Now,
I have configure the orchestra successfully, but I test it and found it's no
useful for conversation of manage bean, every times, it's always invoke the
backing bean's constructor method when I clicked trinidad table to post my
request on the same page, and my understand is that only first time will
invoke the constuctor method, if I execute other's function in the same
page, only related method will be invoke in the same conversation. Is this
correct understanding for conversation scope? And is this a bug of trinidad?
Could you give me more advise?
Best regards,
Palvin
----- Original Message -----
From: "Simon Kitching" <[email protected]>
To: "MyFaces Discussion" <[email protected]>
Sent: Sunday, April 12, 2009 1:58 AM
Subject: Re: [Orchestra] Ask for how to set conversation.access in spring
framework?
On Sat, 2009-04-11 at 19:05 +0200, Simon Kitching wrote:
On Sat, 2009-04-11 at 16:56 +0800, Palvin wrote:
> Hi,
> Who can provide a usage details of orchestra? I've configued
> myfaces&spring, in spring's context file point the manag bean's scope
> to conversation.access & run in browser, the page error message is:No
> Scope registered for scope 'conversation.access'
>
> Caused by:
> java.lang.IllegalStateException - No Scope registered for scope
> 'conversation.access'.
>
> I don't know how to configure the conversation.access scope, is it
> drived from orchestra project? On the other hands, I've downloaded the
> orchestra package and found it's only 24k
> [file:myfaces-orchestra-core15-1.0.jar], can't found any demo of it in
> apache.org.
Have you read this page?
http://myfaces.apache.org/orchestra/myfaces-orchestra-core/installation.html
There is an example webapp. Not all of it works unfortunately, but the
simpler examples do. See the "Project Information | Source Repository"
section of the orchestra examples project homepage:
http://myfaces.apache.org/orchestra/myfaces-orchestra-examples-project/index.html
If you have any more questions about Orchestra, please put [Orchestra]
in the subject line of your email (I've fixed this reply). Putting
[myfaces] there isn't very useful, as we know this is about myfaces - it
was sent to the myfaces email list :-)
Oh and by the way, you need the orchestra-core jarfile in your project
to use orchestra. The orchestra-core15 package is just a few "optional
extras" for java1.5 users.
Regards, Simon