Re: Tiger extension - beans/views ignored

2006-11-10 Thread Torsten Krah
To be more exact, the corresponding jar file got the faces-config.xml in
meta-inf:

10-Nov-2006 16:07:07 PM [INFO]
(FacesConfigurator.java:feedClassloaderConfigurations:250) Reading
config
jar:file:/home/tkrah/Development/bin/app/WEB-INF/lib/app-dev.jar!/META-INF/faces-config.xml

Tiger installed its variable resolver:

10-Nov-2006 16:07:08 PM [INFO] (VariableResolverImpl.java::102)
Installed the Tiger VariableResolverImpl wrapping original instance
[EMAIL PROTECTED]

But my beans which are annotated and in app-dev.jar are ignored.

Torsten

ps: i am using clay for the view part, shouldn't matter.

Am Freitag, den 10.11.2006, 15:44 +0100 schrieb Torsten Krah:
> I put an empty faces-config.xml in my app/META-INF directory.
> The annotated classes are in a jar file which is in app/WEB-INF/lib .
> This should be enough to make my annotations work with tiger - right?
> 
> However - all my definitions does not work, something i've missed or can
> do to debug this?
> I am using tomcat6, myfaces 1.1.4, shale 1.0.4 current svn snapshot.
> 
> Torsten


smime.p7s
Description: S/MIME cryptographic signature


Re: Tiger extension - beans/views ignored

2006-11-10 Thread Craig McClanahan

On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote:


I put an empty faces-config.xml in my app/META-INF directory.
The annotated classes are in a jar file which is in app/WEB-INF/lib .
This should be enough to make my annotations work with tiger - right?



The empty faces-config.xml needs to be in the META-INF directory of the jar
file itself, not at the application level.

Craig

However - all my definitions does not work, something i've missed or can

do to debug this?
I am using tomcat6, myfaces 1.1.4, shale 1.0.4 current svn snapshot.

Torsten





Re: Tiger extension - beans/views ignored

2006-11-12 Thread Torsten Krah
Yeah, noticed that in my anser to myself - i have the xml file in the
jar file itself, look at the answer to myself. However its not working.

Torsten

Am Freitag, den 10.11.2006, 10:53 -0800 schrieb Craig McClanahan:
> On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> >
> > I put an empty faces-config.xml in my app/META-INF directory.
> > The annotated classes are in a jar file which is in app/WEB-INF/lib .
> > This should be enough to make my annotations work with tiger - right?
> 
> 
> The empty faces-config.xml needs to be in the META-INF directory of the jar
> file itself, not at the application level.
> 
> Craig
> 
> However - all my definitions does not work, something i've missed or can
> > do to debug this?
> > I am using tomcat6, myfaces 1.1.4, shale 1.0.4 current svn snapshot.
> >
> > Torsten
> >
> >
> >


smime.p7s
Description: S/MIME cryptographic signature


Re: Tiger extension - beans/views ignored

2006-11-12 Thread Craig McClanahan

On 11/12/06, Torsten Krah <[EMAIL PROTECTED]> wrote:


Yeah, noticed that in my anser to myself - i have the xml file in the
jar file itself, look at the answer to myself. However its not working.



Does the shale-sql-browser sample app work for you?  It requires the
annotations in order to succeed (try "SELECT * FROM ZIP_CODES").  There is
also a unit test application (shale-test-tiger) you can try if you are
building from source.

Torsten


Craig

Am Freitag, den 10.11.2006, 10:53 -0800 schrieb Craig McClanahan:

> On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> >
> > I put an empty faces-config.xml in my app/META-INF directory.
> > The annotated classes are in a jar file which is in app/WEB-INF/lib .
> > This should be enough to make my annotations work with tiger - right?
>
>
> The empty faces-config.xml needs to be in the META-INF directory of the
jar
> file itself, not at the application level.
>
> Craig
>
> However - all my definitions does not work, something i've missed or can
> > do to debug this?
> > I am using tomcat6, myfaces 1.1.4, shale 1.0.4 current svn snapshot.
> >
> > Torsten
> >
> >
> >





Re: Tiger extension - beans/views ignored

2006-11-12 Thread Torsten Krah
Build and using tiger already from sources, so it should work. The sql
app cannot be tested yet because 56k modem is too slow to download
things, i'll test tomorrow.

Am Sonntag, den 12.11.2006, 07:53 -0800 schrieb Craig McClanahan:
> On 11/12/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> >
> > Yeah, noticed that in my anser to myself - i have the xml file in the
> > jar file itself, look at the answer to myself. However its not working.
> 
> 
> Does the shale-sql-browser sample app work for you?  It requires the
> annotations in order to succeed (try "SELECT * FROM ZIP_CODES").  There is
> also a unit test application (shale-test-tiger) you can try if you are
> building from source.
> 
> Torsten
> 
> 
> Craig
> 
> Am Freitag, den 10.11.2006, 10:53 -0800 schrieb Craig McClanahan:
> > > On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I put an empty faces-config.xml in my app/META-INF directory.
> > > > The annotated classes are in a jar file which is in app/WEB-INF/lib .
> > > > This should be enough to make my annotations work with tiger - right?
> > >
> > >
> > > The empty faces-config.xml needs to be in the META-INF directory of the
> > jar
> > > file itself, not at the application level.
> > >
> > > Craig
> > >
> > > However - all my definitions does not work, something i've missed or can
> > > > do to debug this?
> > > > I am using tomcat6, myfaces 1.1.4, shale 1.0.4 current svn snapshot.
> > > >
> > > > Torsten
> > > >
> > > >
> > > >
> >
> >
> >


smime.p7s
Description: S/MIME cryptographic signature


Re: Tiger extension - beans/views ignored

2006-11-12 Thread Torsten Krah
Ok works now - ant screwed all up :-(, but now it works - sorry for the
noise.

Torsten

Am Sonntag, den 12.11.2006, 19:35 +0100 schrieb Torsten Krah:
> Build and using tiger already from sources, so it should work. The sql
> app cannot be tested yet because 56k modem is too slow to download
> things, i'll test tomorrow.
> 
> Am Sonntag, den 12.11.2006, 07:53 -0800 schrieb Craig McClanahan:
> > On 11/12/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > >
> > > Yeah, noticed that in my anser to myself - i have the xml file in the
> > > jar file itself, look at the answer to myself. However its not working.
> > 
> > 
> > Does the shale-sql-browser sample app work for you?  It requires the
> > annotations in order to succeed (try "SELECT * FROM ZIP_CODES").  There is
> > also a unit test application (shale-test-tiger) you can try if you are
> > building from source.
> > 
> > Torsten
> > 
> > 
> > Craig
> > 
> > Am Freitag, den 10.11.2006, 10:53 -0800 schrieb Craig McClanahan:
> > > > On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > I put an empty faces-config.xml in my app/META-INF directory.
> > > > > The annotated classes are in a jar file which is in app/WEB-INF/lib .
> > > > > This should be enough to make my annotations work with tiger - right?
> > > >
> > > >
> > > > The empty faces-config.xml needs to be in the META-INF directory of the
> > > jar
> > > > file itself, not at the application level.
> > > >
> > > > Craig
> > > >
> > > > However - all my definitions does not work, something i've missed or can
> > > > > do to debug this?
> > > > > I am using tomcat6, myfaces 1.1.4, shale 1.0.4 current svn snapshot.
> > > > >
> > > > > Torsten
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >


smime.p7s
Description: S/MIME cryptographic signature