Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-27 Thread Niall Pemberton

On 6/26/07, Craig McClanahan <[EMAIL PROTECTED]> wrote:

On 6/26/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> i think that particular tomcat has issues with reading listeners

That was definitely the case in earlier 5.5 versions ... it's
disappointing if they still haven't fixed it.


Theres an on going vote on Tomcat 5.5.24 - might be worth seeing if
its resolve in that version:

http://tinyurl.com/23f4ku

Niall


Craig

>
>
>
> On 6/26/07, Vivian Steller <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I'm trying to run Shale Tiger extensions with tomcat 5.5.23 using
> > java 5 sdk. however it does not work, tomcat does not recognize my
> > pojos annotated as shale beans. using tomcat 6.0.13 it all works
> > fine. Thus I think my setup is right (I have faces-config in WEB-INF,
> > and the shale-tiger-1.0.4.jar in WEB-INF/lib as well as the shale-
> > core and shale-view libs).
> >
> > Any known issues with tomcat 5.5.23? btw. I want to use servlet 2.4.,
> > jsp 2.0 as they are bundled with tomcat 5.5. this should not be a
> > problem or?
> >
> > Thanks for any comments.
> > With best regards,
> >
> > Vivian
> >
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>



Re: 'dialogScope' in version 1.1.4

2007-06-27 Thread Rahul Akolkar

I believe you mean v1.0.4 (there isn't a v1.1.4, yet). With that assumption ...

On 6/27/07, Alexandre Corrêa Barbosa <[EMAIL PROTECTED]> wrote:

Hi guys,

I'm trying to use the 'dialogScope' managedBean, that according to the
documentation is the way to save data available only during a dialog.
The way I'm trying to access this data is inside a managedBean in request
scope, using ValueBinding, like this:

ValueBinding myVB = ctx.getApplication().createValueBinding( "#{
dialogScope.myData}" );




Try replacing "dialogScope" with "dialog.data".

The primary documentation ( links on front page
http://shale.apache.org/ ) is about the code in trunk (yet
unreleased).

For the v1.0.4 release, the documentation is here:

http://shale.apache.org/1.0.4/

In particular, the dialog API module is here (which mentions "dialog.data"):

http://shale.apache.org/1.0.4/shale-dialog/

-Rahul




But when I try t execute this, I got the following message:

2007-06-26 12:15:19,494 136856 DEBUG [
org.apache.myfaces.el.VariableResolverImpl] (http-0.0.0.0-8180-1:) Variable
'dialogScope' could not be resolved.

Is there something that I'm missing? I've looked for the dialogScope manged
bean definition into the faces-config.xml of the shale's libraries, and I
couldn't find it.
Any hint on that?

Thanks in advance,
Alexandre
--
Alexandre Corrêa Barbosa
http://mydevelopmentjournal.blogspot.com (meu blog de tecnologia)
http://log4dev.wordpress.com (blog de tecnologia de Miguel Galves, onde sou
colaborador)



'dialogScope' in version 1.1.4

2007-06-27 Thread Alexandre Corrêa Barbosa

Hi guys,

I'm trying to use the 'dialogScope' managedBean, that according to the
documentation is the way to save data available only during a dialog.
The way I'm trying to access this data is inside a managedBean in request
scope, using ValueBinding, like this:

ValueBinding myVB = ctx.getApplication().createValueBinding( "#{
dialogScope.myData}" );


But when I try t execute this, I got the following message:

2007-06-26 12:15:19,494 136856 DEBUG [
org.apache.myfaces.el.VariableResolverImpl] (http-0.0.0.0-8180-1:) Variable
'dialogScope' could not be resolved.

Is there something that I'm missing? I've looked for the dialogScope manged
bean definition into the faces-config.xml of the shale's libraries, and I
couldn't find it.
Any hint on that?

Thanks in advance,
Alexandre
--
Alexandre Corrêa Barbosa
http://mydevelopmentjournal.blogspot.com (meu blog de tecnologia)
http://log4dev.wordpress.com (blog de tecnologia de Miguel Galves, onde sou
colaborador)