You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2013/10/08 17:29:55 UTC

tomee static

Hi

I just noticed tomee static modules are not called tomee-xxx. This makes
our filtering not working really fine.

Is it possible to rename them?

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
if they are no more in tomee/lib it is ok

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/10 Thiago Veronezi <th...@veronezi.org>

> Do you see any problem on renaming the static modules to "static-tomee-*"
> []s,
> Thiago.
>
>
>
> On Thu, Oct 10, 2013 at 11:56 AM, Romain Manni-Bucau
> <rm...@gmail.com>wrote:
>
> > yep
> >
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> >
> > > Ah... ok. related. :)
> > >
> > >
> > > On Thu, Oct 10, 2013 at 11:46 AM, Romain Manni-Bucau
> > > <rm...@gmail.com>wrote:
> > >
> > > > before it was in tomee/lib so:
> > > > 1) it was not excluded from scanning
> > > > 2) all apps was seeing it because of 1) and then all apps had access
> to
> > > > resources
> > > >
> > > > *Romain Manni-Bucau*
> > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > http://rmannibucau.wordpress.com/>
> > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > *Github: https://github.com/rmannibucau*
> > > >
> > > >
> > > >
> > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > >
> > > > > Not an easy fix indeed.
> > > > > What was the original issue you raised about the filtering not
> > working
> > > > due
> > > > > to the jar naming? Was it related to this thing?
> > > > > []s,
> > > > > Thiago.
> > > > >
> > > > >
> > > > > On Thu, Oct 10, 2013 at 10:44 AM, Romain Manni-Bucau
> > > > > <rm...@gmail.com>wrote:
> > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
> > > > > >  method getExclusions
> > > > > >
> > > > > > default exclusions are
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions
> > > > > >
> > > > > > *Romain Manni-Bucau*
> > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > http://rmannibucau.wordpress.com/>
> > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > *Github: https://github.com/rmannibucau*
> > > > > >
> > > > > >
> > > > > >
> > > > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > > > >
> > > > > > > Hi Romain, thanks!
> > > > > > >
> > > > > > > >>jar is not scanned cause starting with tomee.
> > > > > > > Where is the code that filters it? I didn't manage to find it
> :)
> > > > > > >
> > > > > > > >>That said it was in container (tomee/lib)
> > > > > > > I noticed that too. I will fix it.
> > > > > > >
> > > > > > > >>Can it be removed from the container?
> > > > > > > Yep. It shouldn't be part of the container. It should be part
> of
> > > the
> > > > > > webapp
> > > > > > > only.
> > > > > > >
> > > > > > > []s,
> > > > > > > Thiago.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> > > > > > > <rm...@gmail.com>wrote:
> > > > > > >
> > > > > > > > yep,
> > > > > > > >
> > > > > > > > jar is not scanned cause starting with tomee.
> > > > > > > >
> > > > > > > > That said it was in container (tomee/lib) IIRC and if so it
> > > > shouldn't
> > > > > > be
> > > > > > > > scanned (it was available for all apps which was an issue).
> > > > > > > >
> > > > > > > > Not sure how to handle it. Can it be removed from the
> > container?
> > > If
> > > > > not
> > > > > > > > you'll surely have to not use META-INF/resources.
> > > > > > > >
> > > > > > > > *Romain Manni-Bucau*
> > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > > > > > >
> > > > > > > > > Hi Romain,
> > > > > > > > >
> > > > > > > > > It seems that the "moviefun-rest" no longer works with
> > > > > > > > "tomee-static-*.jar"
> > > > > > > > > libraries. The application cannot find the static
> resources.
> > > > > > > > > If I rename it back to jquery.jar, it gets back to normal.
> > Any
> > > > idea
> > > > > > of
> > > > > > > > what
> > > > > > > > > causes it?
> > > > > > > > >
> > > > > > > > > []s,
> > > > > > > > > Thiago.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > > > > > > > rmannibucau@gmail.com
> > > > > > > > > >wrote:
> > > > > > > > >
> > > > > > > > > > Ok.great!
> > > > > > > > > >
> > > > > > > > > > Works while examples doesnt depend on it (to be
> downloable
> > > > > without
> > > > > > > > having
> > > > > > > > > > tomee trunk)
> > > > > > > > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <
> > thiago@veronezi.org
> > > >
> > > > a
> > > > > > > écrit
> > > > > > > > :
> > > > > > > > > >
> > > > > > > > > > > >>if you are too busy I can handle it tomorrow
> > > > > > > > > > > Busy week indeed, but I can handle it afterhours.
> > > > > > > > > > >
> > > > > > > > > > > >>while we speak about these modules: why not creating
> a
> > > > single
> > > > > > > > > admin-js
> > > > > > > > > > > module?
> > > > > > > > > > > would be easier no?
> > > > > > > > > > > The idea is to reuse the static content in other
> > projects.
> > > > For
> > > > > > > > example,
> > > > > > > > > > the
> > > > > > > > > > > "moviefun-rest" project uses some of the modules but
> not
> > > all
> > > > of
> > > > > > > them.
> > > > > > > > > > > "tomee-webapp" uses the "bootstrap" and the "jquery"
> > > modules.
> > > > > > > > > > "tomee-admin"
> > > > > > > > > > > (yet to be renamed) uses all of them.
> > > > > > > > > > >
> > > > > > > > > > > []s,
> > > > > > > > > > > Thiago.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > > > >
> > > > > > > > > > > > time to leave work here so it can wait some hours
> > > > > > > > > > > >
> > > > > > > > > > > > if you are too busy I can handle it tomorrow
> > > > > > > > > > > >
> > > > > > > > > > > > PS: while we speak about these modules: why not
> > creating
> > > a
> > > > > > single
> > > > > > > > > > > admin-js
> > > > > > > > > > > > module? would be easier no?
> > > > > > > > > > > >
> > > > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > > > *Twitter: @rmannibucau <
> > https://twitter.com/rmannibucau
> > > >*
> > > > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > > > >
> > > > > > > > > > > > > Ok,
> > > > > > > > > > > > >
> > > > > > > > > > > > > I won't have time to do it in the next 5 hours or
> so.
> > > > > > > > > > > > > Feel free to go ahead and change it if it is
> urgent.
> > > > > > > Otherwise, I
> > > > > > > > > can
> > > > > > > > > > > do
> > > > > > > > > > > > it
> > > > > > > > > > > > > this evening.
> > > > > > > > > > > > >
> > > > > > > > > > > > > []s,
> > > > > > > > > > > > > Thiago
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > > seems consistent -> +1.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Technically tomee-backbone would be fine (but
> would
> > > let
> > > > > > user
> > > > > > > > > think
> > > > > > > > > > we
> > > > > > > > > > > > > > integrate with backbone which is not that true
> so I
> > > > > prefer
> > > > > > > your
> > > > > > > > > > > > proposal)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > > > > > *Twitter: @rmannibucau <
> > > > https://twitter.com/rmannibucau
> > > > > >*
> > > > > > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > > > *LinkedIn: **
> > http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Do you mean from...
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > to...
> > > > > > > > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > ?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago
> Veronezi
> > <
> > > > > > > > > > > > thiago@veronezi.org
> > > > > > > > > > > > > > > >wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > No problem, I guess.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain
> > > > Manni-Bucau <
> > > > > > > > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >> Hi
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> I just noticed tomee static modules are not
> > > called
> > > > > > > > > tomee-xxx.
> > > > > > > > > > > This
> > > > > > > > > > > > > > makes
> > > > > > > > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > > > > > > > >> *Twitter: @rmannibucau <
> > > > > > https://twitter.com/rmannibucau
> > > > > > > >*
> > > > > > > > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*
> <
> > > > > > > > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > > > > >> *LinkedIn: **
> > > > http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Do you see any problem on renaming the static modules to "static-tomee-*"
[]s,
Thiago.



On Thu, Oct 10, 2013 at 11:56 AM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> yep
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/10/10 Thiago Veronezi <th...@veronezi.org>
>
> > Ah... ok. related. :)
> >
> >
> > On Thu, Oct 10, 2013 at 11:46 AM, Romain Manni-Bucau
> > <rm...@gmail.com>wrote:
> >
> > > before it was in tomee/lib so:
> > > 1) it was not excluded from scanning
> > > 2) all apps was seeing it because of 1) and then all apps had access to
> > > resources
> > >
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > http://rmannibucau.wordpress.com/>
> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > *Github: https://github.com/rmannibucau*
> > >
> > >
> > >
> > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > >
> > > > Not an easy fix indeed.
> > > > What was the original issue you raised about the filtering not
> working
> > > due
> > > > to the jar naming? Was it related to this thing?
> > > > []s,
> > > > Thiago.
> > > >
> > > >
> > > > On Thu, Oct 10, 2013 at 10:44 AM, Romain Manni-Bucau
> > > > <rm...@gmail.com>wrote:
> > > >
> > > > >
> > > > >
> > > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
> > > > >  method getExclusions
> > > > >
> > > > > default exclusions are
> > > > >
> > > > >
> > > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions
> > > > >
> > > > > *Romain Manni-Bucau*
> > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > http://rmannibucau.wordpress.com/>
> > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > *Github: https://github.com/rmannibucau*
> > > > >
> > > > >
> > > > >
> > > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > > >
> > > > > > Hi Romain, thanks!
> > > > > >
> > > > > > >>jar is not scanned cause starting with tomee.
> > > > > > Where is the code that filters it? I didn't manage to find it :)
> > > > > >
> > > > > > >>That said it was in container (tomee/lib)
> > > > > > I noticed that too. I will fix it.
> > > > > >
> > > > > > >>Can it be removed from the container?
> > > > > > Yep. It shouldn't be part of the container. It should be part of
> > the
> > > > > webapp
> > > > > > only.
> > > > > >
> > > > > > []s,
> > > > > > Thiago.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> > > > > > <rm...@gmail.com>wrote:
> > > > > >
> > > > > > > yep,
> > > > > > >
> > > > > > > jar is not scanned cause starting with tomee.
> > > > > > >
> > > > > > > That said it was in container (tomee/lib) IIRC and if so it
> > > shouldn't
> > > > > be
> > > > > > > scanned (it was available for all apps which was an issue).
> > > > > > >
> > > > > > > Not sure how to handle it. Can it be removed from the
> container?
> > If
> > > > not
> > > > > > > you'll surely have to not use META-INF/resources.
> > > > > > >
> > > > > > > *Romain Manni-Bucau*
> > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > > > > >
> > > > > > > > Hi Romain,
> > > > > > > >
> > > > > > > > It seems that the "moviefun-rest" no longer works with
> > > > > > > "tomee-static-*.jar"
> > > > > > > > libraries. The application cannot find the static resources.
> > > > > > > > If I rename it back to jquery.jar, it gets back to normal.
> Any
> > > idea
> > > > > of
> > > > > > > what
> > > > > > > > causes it?
> > > > > > > >
> > > > > > > > []s,
> > > > > > > > Thiago.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > > > > > > rmannibucau@gmail.com
> > > > > > > > >wrote:
> > > > > > > >
> > > > > > > > > Ok.great!
> > > > > > > > >
> > > > > > > > > Works while examples doesnt depend on it (to be downloable
> > > > without
> > > > > > > having
> > > > > > > > > tomee trunk)
> > > > > > > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <
> thiago@veronezi.org
> > >
> > > a
> > > > > > écrit
> > > > > > > :
> > > > > > > > >
> > > > > > > > > > >>if you are too busy I can handle it tomorrow
> > > > > > > > > > Busy week indeed, but I can handle it afterhours.
> > > > > > > > > >
> > > > > > > > > > >>while we speak about these modules: why not creating a
> > > single
> > > > > > > > admin-js
> > > > > > > > > > module?
> > > > > > > > > > would be easier no?
> > > > > > > > > > The idea is to reuse the static content in other
> projects.
> > > For
> > > > > > > example,
> > > > > > > > > the
> > > > > > > > > > "moviefun-rest" project uses some of the modules but not
> > all
> > > of
> > > > > > them.
> > > > > > > > > > "tomee-webapp" uses the "bootstrap" and the "jquery"
> > modules.
> > > > > > > > > "tomee-admin"
> > > > > > > > > > (yet to be renamed) uses all of them.
> > > > > > > > > >
> > > > > > > > > > []s,
> > > > > > > > > > Thiago.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > > >
> > > > > > > > > > > time to leave work here so it can wait some hours
> > > > > > > > > > >
> > > > > > > > > > > if you are too busy I can handle it tomorrow
> > > > > > > > > > >
> > > > > > > > > > > PS: while we speak about these modules: why not
> creating
> > a
> > > > > single
> > > > > > > > > > admin-js
> > > > > > > > > > > module? would be easier no?
> > > > > > > > > > >
> > > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > > *Twitter: @rmannibucau <
> https://twitter.com/rmannibucau
> > >*
> > > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > > >
> > > > > > > > > > > > Ok,
> > > > > > > > > > > >
> > > > > > > > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > > > > > > > Feel free to go ahead and change it if it is urgent.
> > > > > > Otherwise, I
> > > > > > > > can
> > > > > > > > > > do
> > > > > > > > > > > it
> > > > > > > > > > > > this evening.
> > > > > > > > > > > >
> > > > > > > > > > > > []s,
> > > > > > > > > > > > Thiago
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > > seems consistent -> +1.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Technically tomee-backbone would be fine (but would
> > let
> > > > > user
> > > > > > > > think
> > > > > > > > > we
> > > > > > > > > > > > > integrate with backbone which is not that true so I
> > > > prefer
> > > > > > your
> > > > > > > > > > > proposal)
> > > > > > > > > > > > >
> > > > > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > > > > *Twitter: @rmannibucau <
> > > https://twitter.com/rmannibucau
> > > > >*
> > > > > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > > *LinkedIn: **
> http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Do you mean from...
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > to...
> > > > > > > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > ?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi
> <
> > > > > > > > > > > thiago@veronezi.org
> > > > > > > > > > > > > > >wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > No problem, I guess.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain
> > > Manni-Bucau <
> > > > > > > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >> Hi
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> I just noticed tomee static modules are not
> > called
> > > > > > > > tomee-xxx.
> > > > > > > > > > This
> > > > > > > > > > > > > makes
> > > > > > > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > > > > > > >> *Twitter: @rmannibucau <
> > > > > https://twitter.com/rmannibucau
> > > > > > >*
> > > > > > > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > > > >> *LinkedIn: **
> > > http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
yep

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/10 Thiago Veronezi <th...@veronezi.org>

> Ah... ok. related. :)
>
>
> On Thu, Oct 10, 2013 at 11:46 AM, Romain Manni-Bucau
> <rm...@gmail.com>wrote:
>
> > before it was in tomee/lib so:
> > 1) it was not excluded from scanning
> > 2) all apps was seeing it because of 1) and then all apps had access to
> > resources
> >
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> >
> > > Not an easy fix indeed.
> > > What was the original issue you raised about the filtering not working
> > due
> > > to the jar naming? Was it related to this thing?
> > > []s,
> > > Thiago.
> > >
> > >
> > > On Thu, Oct 10, 2013 at 10:44 AM, Romain Manni-Bucau
> > > <rm...@gmail.com>wrote:
> > >
> > > >
> > > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
> > > >  method getExclusions
> > > >
> > > > default exclusions are
> > > >
> > > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions
> > > >
> > > > *Romain Manni-Bucau*
> > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > http://rmannibucau.wordpress.com/>
> > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > *Github: https://github.com/rmannibucau*
> > > >
> > > >
> > > >
> > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > >
> > > > > Hi Romain, thanks!
> > > > >
> > > > > >>jar is not scanned cause starting with tomee.
> > > > > Where is the code that filters it? I didn't manage to find it :)
> > > > >
> > > > > >>That said it was in container (tomee/lib)
> > > > > I noticed that too. I will fix it.
> > > > >
> > > > > >>Can it be removed from the container?
> > > > > Yep. It shouldn't be part of the container. It should be part of
> the
> > > > webapp
> > > > > only.
> > > > >
> > > > > []s,
> > > > > Thiago.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> > > > > <rm...@gmail.com>wrote:
> > > > >
> > > > > > yep,
> > > > > >
> > > > > > jar is not scanned cause starting with tomee.
> > > > > >
> > > > > > That said it was in container (tomee/lib) IIRC and if so it
> > shouldn't
> > > > be
> > > > > > scanned (it was available for all apps which was an issue).
> > > > > >
> > > > > > Not sure how to handle it. Can it be removed from the container?
> If
> > > not
> > > > > > you'll surely have to not use META-INF/resources.
> > > > > >
> > > > > > *Romain Manni-Bucau*
> > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > http://rmannibucau.wordpress.com/>
> > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > *Github: https://github.com/rmannibucau*
> > > > > >
> > > > > >
> > > > > >
> > > > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > > > >
> > > > > > > Hi Romain,
> > > > > > >
> > > > > > > It seems that the "moviefun-rest" no longer works with
> > > > > > "tomee-static-*.jar"
> > > > > > > libraries. The application cannot find the static resources.
> > > > > > > If I rename it back to jquery.jar, it gets back to normal. Any
> > idea
> > > > of
> > > > > > what
> > > > > > > causes it?
> > > > > > >
> > > > > > > []s,
> > > > > > > Thiago.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > > > > > rmannibucau@gmail.com
> > > > > > > >wrote:
> > > > > > >
> > > > > > > > Ok.great!
> > > > > > > >
> > > > > > > > Works while examples doesnt depend on it (to be downloable
> > > without
> > > > > > having
> > > > > > > > tomee trunk)
> > > > > > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <thiago@veronezi.org
> >
> > a
> > > > > écrit
> > > > > > :
> > > > > > > >
> > > > > > > > > >>if you are too busy I can handle it tomorrow
> > > > > > > > > Busy week indeed, but I can handle it afterhours.
> > > > > > > > >
> > > > > > > > > >>while we speak about these modules: why not creating a
> > single
> > > > > > > admin-js
> > > > > > > > > module?
> > > > > > > > > would be easier no?
> > > > > > > > > The idea is to reuse the static content in other projects.
> > For
> > > > > > example,
> > > > > > > > the
> > > > > > > > > "moviefun-rest" project uses some of the modules but not
> all
> > of
> > > > > them.
> > > > > > > > > "tomee-webapp" uses the "bootstrap" and the "jquery"
> modules.
> > > > > > > > "tomee-admin"
> > > > > > > > > (yet to be renamed) uses all of them.
> > > > > > > > >
> > > > > > > > > []s,
> > > > > > > > > Thiago.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > >
> > > > > > > > > > time to leave work here so it can wait some hours
> > > > > > > > > >
> > > > > > > > > > if you are too busy I can handle it tomorrow
> > > > > > > > > >
> > > > > > > > > > PS: while we speak about these modules: why not creating
> a
> > > > single
> > > > > > > > > admin-js
> > > > > > > > > > module? would be easier no?
> > > > > > > > > >
> > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau
> >*
> > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > >
> > > > > > > > > > > Ok,
> > > > > > > > > > >
> > > > > > > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > > > > > > Feel free to go ahead and change it if it is urgent.
> > > > > Otherwise, I
> > > > > > > can
> > > > > > > > > do
> > > > > > > > > > it
> > > > > > > > > > > this evening.
> > > > > > > > > > >
> > > > > > > > > > > []s,
> > > > > > > > > > > Thiago
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > > > >
> > > > > > > > > > > > seems consistent -> +1.
> > > > > > > > > > > >
> > > > > > > > > > > > Technically tomee-backbone would be fine (but would
> let
> > > > user
> > > > > > > think
> > > > > > > > we
> > > > > > > > > > > > integrate with backbone which is not that true so I
> > > prefer
> > > > > your
> > > > > > > > > > proposal)
> > > > > > > > > > > >
> > > > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > > > *Twitter: @rmannibucau <
> > https://twitter.com/rmannibucau
> > > >*
> > > > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > > > >
> > > > > > > > > > > > > Do you mean from...
> > > > > > > > > > > > >
> > > > > > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > > > > > >
> > > > > > > > > > > > > to...
> > > > > > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > > > > > >
> > > > > > > > > > > > > ?
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > > > > > > > thiago@veronezi.org
> > > > > > > > > > > > > >wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > > No problem, I guess.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain
> > Manni-Bucau <
> > > > > > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >> Hi
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> I just noticed tomee static modules are not
> called
> > > > > > > tomee-xxx.
> > > > > > > > > This
> > > > > > > > > > > > makes
> > > > > > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > > > > > >> *Twitter: @rmannibucau <
> > > > https://twitter.com/rmannibucau
> > > > > >*
> > > > > > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > > >> *LinkedIn: **
> > http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Ah... ok. related. :)


On Thu, Oct 10, 2013 at 11:46 AM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> before it was in tomee/lib so:
> 1) it was not excluded from scanning
> 2) all apps was seeing it because of 1) and then all apps had access to
> resources
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/10/10 Thiago Veronezi <th...@veronezi.org>
>
> > Not an easy fix indeed.
> > What was the original issue you raised about the filtering not working
> due
> > to the jar naming? Was it related to this thing?
> > []s,
> > Thiago.
> >
> >
> > On Thu, Oct 10, 2013 at 10:44 AM, Romain Manni-Bucau
> > <rm...@gmail.com>wrote:
> >
> > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
> > >  method getExclusions
> > >
> > > default exclusions are
> > >
> > >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions
> > >
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > http://rmannibucau.wordpress.com/>
> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > *Github: https://github.com/rmannibucau*
> > >
> > >
> > >
> > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > >
> > > > Hi Romain, thanks!
> > > >
> > > > >>jar is not scanned cause starting with tomee.
> > > > Where is the code that filters it? I didn't manage to find it :)
> > > >
> > > > >>That said it was in container (tomee/lib)
> > > > I noticed that too. I will fix it.
> > > >
> > > > >>Can it be removed from the container?
> > > > Yep. It shouldn't be part of the container. It should be part of the
> > > webapp
> > > > only.
> > > >
> > > > []s,
> > > > Thiago.
> > > >
> > > >
> > > >
> > > > On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> > > > <rm...@gmail.com>wrote:
> > > >
> > > > > yep,
> > > > >
> > > > > jar is not scanned cause starting with tomee.
> > > > >
> > > > > That said it was in container (tomee/lib) IIRC and if so it
> shouldn't
> > > be
> > > > > scanned (it was available for all apps which was an issue).
> > > > >
> > > > > Not sure how to handle it. Can it be removed from the container? If
> > not
> > > > > you'll surely have to not use META-INF/resources.
> > > > >
> > > > > *Romain Manni-Bucau*
> > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > http://rmannibucau.wordpress.com/>
> > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > *Github: https://github.com/rmannibucau*
> > > > >
> > > > >
> > > > >
> > > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > > >
> > > > > > Hi Romain,
> > > > > >
> > > > > > It seems that the "moviefun-rest" no longer works with
> > > > > "tomee-static-*.jar"
> > > > > > libraries. The application cannot find the static resources.
> > > > > > If I rename it back to jquery.jar, it gets back to normal. Any
> idea
> > > of
> > > > > what
> > > > > > causes it?
> > > > > >
> > > > > > []s,
> > > > > > Thiago.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > > > > rmannibucau@gmail.com
> > > > > > >wrote:
> > > > > >
> > > > > > > Ok.great!
> > > > > > >
> > > > > > > Works while examples doesnt depend on it (to be downloable
> > without
> > > > > having
> > > > > > > tomee trunk)
> > > > > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org>
> a
> > > > écrit
> > > > > :
> > > > > > >
> > > > > > > > >>if you are too busy I can handle it tomorrow
> > > > > > > > Busy week indeed, but I can handle it afterhours.
> > > > > > > >
> > > > > > > > >>while we speak about these modules: why not creating a
> single
> > > > > > admin-js
> > > > > > > > module?
> > > > > > > > would be easier no?
> > > > > > > > The idea is to reuse the static content in other projects.
> For
> > > > > example,
> > > > > > > the
> > > > > > > > "moviefun-rest" project uses some of the modules but not all
> of
> > > > them.
> > > > > > > > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> > > > > > > "tomee-admin"
> > > > > > > > (yet to be renamed) uses all of them.
> > > > > > > >
> > > > > > > > []s,
> > > > > > > > Thiago.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > >
> > > > > > > > > time to leave work here so it can wait some hours
> > > > > > > > >
> > > > > > > > > if you are too busy I can handle it tomorrow
> > > > > > > > >
> > > > > > > > > PS: while we speak about these modules: why not creating a
> > > single
> > > > > > > > admin-js
> > > > > > > > > module? would be easier no?
> > > > > > > > >
> > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > >
> > > > > > > > > > Ok,
> > > > > > > > > >
> > > > > > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > > > > > Feel free to go ahead and change it if it is urgent.
> > > > Otherwise, I
> > > > > > can
> > > > > > > > do
> > > > > > > > > it
> > > > > > > > > > this evening.
> > > > > > > > > >
> > > > > > > > > > []s,
> > > > > > > > > > Thiago
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > > >
> > > > > > > > > > > seems consistent -> +1.
> > > > > > > > > > >
> > > > > > > > > > > Technically tomee-backbone would be fine (but would let
> > > user
> > > > > > think
> > > > > > > we
> > > > > > > > > > > integrate with backbone which is not that true so I
> > prefer
> > > > your
> > > > > > > > > proposal)
> > > > > > > > > > >
> > > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > > *Twitter: @rmannibucau <
> https://twitter.com/rmannibucau
> > >*
> > > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > > >
> > > > > > > > > > > > Do you mean from...
> > > > > > > > > > > >
> > > > > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > > > > >
> > > > > > > > > > > > to...
> > > > > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > > > > >
> > > > > > > > > > > > ?
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > > > > > > thiago@veronezi.org
> > > > > > > > > > > > >wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > > No problem, I guess.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain
> Manni-Bucau <
> > > > > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > >> Hi
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> I just noticed tomee static modules are not called
> > > > > > tomee-xxx.
> > > > > > > > This
> > > > > > > > > > > makes
> > > > > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > > > > >> *Twitter: @rmannibucau <
> > > https://twitter.com/rmannibucau
> > > > >*
> > > > > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > > > > >> *LinkedIn: **
> http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > > > > >>
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
before it was in tomee/lib so:
1) it was not excluded from scanning
2) all apps was seeing it because of 1) and then all apps had access to
resources

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/10 Thiago Veronezi <th...@veronezi.org>

> Not an easy fix indeed.
> What was the original issue you raised about the filtering not working due
> to the jar naming? Was it related to this thing?
> []s,
> Thiago.
>
>
> On Thu, Oct 10, 2013 at 10:44 AM, Romain Manni-Bucau
> <rm...@gmail.com>wrote:
>
> >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
> >  method getExclusions
> >
> > default exclusions are
> >
> >
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions
> >
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> >
> > > Hi Romain, thanks!
> > >
> > > >>jar is not scanned cause starting with tomee.
> > > Where is the code that filters it? I didn't manage to find it :)
> > >
> > > >>That said it was in container (tomee/lib)
> > > I noticed that too. I will fix it.
> > >
> > > >>Can it be removed from the container?
> > > Yep. It shouldn't be part of the container. It should be part of the
> > webapp
> > > only.
> > >
> > > []s,
> > > Thiago.
> > >
> > >
> > >
> > > On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> > > <rm...@gmail.com>wrote:
> > >
> > > > yep,
> > > >
> > > > jar is not scanned cause starting with tomee.
> > > >
> > > > That said it was in container (tomee/lib) IIRC and if so it shouldn't
> > be
> > > > scanned (it was available for all apps which was an issue).
> > > >
> > > > Not sure how to handle it. Can it be removed from the container? If
> not
> > > > you'll surely have to not use META-INF/resources.
> > > >
> > > > *Romain Manni-Bucau*
> > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > http://rmannibucau.wordpress.com/>
> > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > *Github: https://github.com/rmannibucau*
> > > >
> > > >
> > > >
> > > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > > >
> > > > > Hi Romain,
> > > > >
> > > > > It seems that the "moviefun-rest" no longer works with
> > > > "tomee-static-*.jar"
> > > > > libraries. The application cannot find the static resources.
> > > > > If I rename it back to jquery.jar, it gets back to normal. Any idea
> > of
> > > > what
> > > > > causes it?
> > > > >
> > > > > []s,
> > > > > Thiago.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > > > rmannibucau@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Ok.great!
> > > > > >
> > > > > > Works while examples doesnt depend on it (to be downloable
> without
> > > > having
> > > > > > tomee trunk)
> > > > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a
> > > écrit
> > > > :
> > > > > >
> > > > > > > >>if you are too busy I can handle it tomorrow
> > > > > > > Busy week indeed, but I can handle it afterhours.
> > > > > > >
> > > > > > > >>while we speak about these modules: why not creating a single
> > > > > admin-js
> > > > > > > module?
> > > > > > > would be easier no?
> > > > > > > The idea is to reuse the static content in other projects. For
> > > > example,
> > > > > > the
> > > > > > > "moviefun-rest" project uses some of the modules but not all of
> > > them.
> > > > > > > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> > > > > > "tomee-admin"
> > > > > > > (yet to be renamed) uses all of them.
> > > > > > >
> > > > > > > []s,
> > > > > > > Thiago.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > > > <rm...@gmail.com>wrote:
> > > > > > >
> > > > > > > > time to leave work here so it can wait some hours
> > > > > > > >
> > > > > > > > if you are too busy I can handle it tomorrow
> > > > > > > >
> > > > > > > > PS: while we speak about these modules: why not creating a
> > single
> > > > > > > admin-js
> > > > > > > > module? would be easier no?
> > > > > > > >
> > > > > > > > *Romain Manni-Bucau*
> > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > >
> > > > > > > > > Ok,
> > > > > > > > >
> > > > > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > > > > Feel free to go ahead and change it if it is urgent.
> > > Otherwise, I
> > > > > can
> > > > > > > do
> > > > > > > > it
> > > > > > > > > this evening.
> > > > > > > > >
> > > > > > > > > []s,
> > > > > > > > > Thiago
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > > >
> > > > > > > > > > seems consistent -> +1.
> > > > > > > > > >
> > > > > > > > > > Technically tomee-backbone would be fine (but would let
> > user
> > > > > think
> > > > > > we
> > > > > > > > > > integrate with backbone which is not that true so I
> prefer
> > > your
> > > > > > > > proposal)
> > > > > > > > > >
> > > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau
> >*
> > > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > > >
> > > > > > > > > > > Do you mean from...
> > > > > > > > > > >
> > > > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > > > >
> > > > > > > > > > > to...
> > > > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > > > >
> > > > > > > > > > > ?
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > > > > > thiago@veronezi.org
> > > > > > > > > > > >wrote:
> > > > > > > > > > >
> > > > > > > > > > > > No problem, I guess.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > >> Hi
> > > > > > > > > > > >>
> > > > > > > > > > > >> I just noticed tomee static modules are not called
> > > > > tomee-xxx.
> > > > > > > This
> > > > > > > > > > makes
> > > > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > > > >>
> > > > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > > > >>
> > > > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > > > >> *Twitter: @rmannibucau <
> > https://twitter.com/rmannibucau
> > > >*
> > > > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Not an easy fix indeed.
What was the original issue you raised about the filtering not working due
to the jar naming? Was it related to this thing?
[]s,
Thiago.


On Thu, Oct 10, 2013 at 10:44 AM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

>
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
>  method getExclusions
>
> default exclusions are
>
> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/10/10 Thiago Veronezi <th...@veronezi.org>
>
> > Hi Romain, thanks!
> >
> > >>jar is not scanned cause starting with tomee.
> > Where is the code that filters it? I didn't manage to find it :)
> >
> > >>That said it was in container (tomee/lib)
> > I noticed that too. I will fix it.
> >
> > >>Can it be removed from the container?
> > Yep. It shouldn't be part of the container. It should be part of the
> webapp
> > only.
> >
> > []s,
> > Thiago.
> >
> >
> >
> > On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> > <rm...@gmail.com>wrote:
> >
> > > yep,
> > >
> > > jar is not scanned cause starting with tomee.
> > >
> > > That said it was in container (tomee/lib) IIRC and if so it shouldn't
> be
> > > scanned (it was available for all apps which was an issue).
> > >
> > > Not sure how to handle it. Can it be removed from the container? If not
> > > you'll surely have to not use META-INF/resources.
> > >
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > http://rmannibucau.wordpress.com/>
> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > *Github: https://github.com/rmannibucau*
> > >
> > >
> > >
> > > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> > >
> > > > Hi Romain,
> > > >
> > > > It seems that the "moviefun-rest" no longer works with
> > > "tomee-static-*.jar"
> > > > libraries. The application cannot find the static resources.
> > > > If I rename it back to jquery.jar, it gets back to normal. Any idea
> of
> > > what
> > > > causes it?
> > > >
> > > > []s,
> > > > Thiago.
> > > >
> > > >
> > > >
> > > >
> > > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > > rmannibucau@gmail.com
> > > > >wrote:
> > > >
> > > > > Ok.great!
> > > > >
> > > > > Works while examples doesnt depend on it (to be downloable without
> > > having
> > > > > tomee trunk)
> > > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a
> > écrit
> > > :
> > > > >
> > > > > > >>if you are too busy I can handle it tomorrow
> > > > > > Busy week indeed, but I can handle it afterhours.
> > > > > >
> > > > > > >>while we speak about these modules: why not creating a single
> > > > admin-js
> > > > > > module?
> > > > > > would be easier no?
> > > > > > The idea is to reuse the static content in other projects. For
> > > example,
> > > > > the
> > > > > > "moviefun-rest" project uses some of the modules but not all of
> > them.
> > > > > > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> > > > > "tomee-admin"
> > > > > > (yet to be renamed) uses all of them.
> > > > > >
> > > > > > []s,
> > > > > > Thiago.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > > <rm...@gmail.com>wrote:
> > > > > >
> > > > > > > time to leave work here so it can wait some hours
> > > > > > >
> > > > > > > if you are too busy I can handle it tomorrow
> > > > > > >
> > > > > > > PS: while we speak about these modules: why not creating a
> single
> > > > > > admin-js
> > > > > > > module? would be easier no?
> > > > > > >
> > > > > > > *Romain Manni-Bucau*
> > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > >
> > > > > > > > Ok,
> > > > > > > >
> > > > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > > > Feel free to go ahead and change it if it is urgent.
> > Otherwise, I
> > > > can
> > > > > > do
> > > > > > > it
> > > > > > > > this evening.
> > > > > > > >
> > > > > > > > []s,
> > > > > > > > Thiago
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > > <rm...@gmail.com>wrote:
> > > > > > > >
> > > > > > > > > seems consistent -> +1.
> > > > > > > > >
> > > > > > > > > Technically tomee-backbone would be fine (but would let
> user
> > > > think
> > > > > we
> > > > > > > > > integrate with backbone which is not that true so I prefer
> > your
> > > > > > > proposal)
> > > > > > > > >
> > > > > > > > > *Romain Manni-Bucau*
> > > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > > >
> > > > > > > > > > Do you mean from...
> > > > > > > > > >
> > > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > > >
> > > > > > > > > > to...
> > > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > > >
> > > > > > > > > > ?
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > > > > thiago@veronezi.org
> > > > > > > > > > >wrote:
> > > > > > > > > >
> > > > > > > > > > > No problem, I guess.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > >> Hi
> > > > > > > > > > >>
> > > > > > > > > > >> I just noticed tomee static modules are not called
> > > > tomee-xxx.
> > > > > > This
> > > > > > > > > makes
> > > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > > >>
> > > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > > >>
> > > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > > >> *Twitter: @rmannibucau <
> https://twitter.com/rmannibucau
> > >*
> > > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/NewLoaderLogic.java
 method getExclusions

default exclusions are
http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/10 Thiago Veronezi <th...@veronezi.org>

> Hi Romain, thanks!
>
> >>jar is not scanned cause starting with tomee.
> Where is the code that filters it? I didn't manage to find it :)
>
> >>That said it was in container (tomee/lib)
> I noticed that too. I will fix it.
>
> >>Can it be removed from the container?
> Yep. It shouldn't be part of the container. It should be part of the webapp
> only.
>
> []s,
> Thiago.
>
>
>
> On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
> <rm...@gmail.com>wrote:
>
> > yep,
> >
> > jar is not scanned cause starting with tomee.
> >
> > That said it was in container (tomee/lib) IIRC and if so it shouldn't be
> > scanned (it was available for all apps which was an issue).
> >
> > Not sure how to handle it. Can it be removed from the container? If not
> > you'll surely have to not use META-INF/resources.
> >
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/10/10 Thiago Veronezi <th...@veronezi.org>
> >
> > > Hi Romain,
> > >
> > > It seems that the "moviefun-rest" no longer works with
> > "tomee-static-*.jar"
> > > libraries. The application cannot find the static resources.
> > > If I rename it back to jquery.jar, it gets back to normal. Any idea of
> > what
> > > causes it?
> > >
> > > []s,
> > > Thiago.
> > >
> > >
> > >
> > >
> > > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> > rmannibucau@gmail.com
> > > >wrote:
> > >
> > > > Ok.great!
> > > >
> > > > Works while examples doesnt depend on it (to be downloable without
> > having
> > > > tomee trunk)
> > > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a
> écrit
> > :
> > > >
> > > > > >>if you are too busy I can handle it tomorrow
> > > > > Busy week indeed, but I can handle it afterhours.
> > > > >
> > > > > >>while we speak about these modules: why not creating a single
> > > admin-js
> > > > > module?
> > > > > would be easier no?
> > > > > The idea is to reuse the static content in other projects. For
> > example,
> > > > the
> > > > > "moviefun-rest" project uses some of the modules but not all of
> them.
> > > > > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> > > > "tomee-admin"
> > > > > (yet to be renamed) uses all of them.
> > > > >
> > > > > []s,
> > > > > Thiago.
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > > <rm...@gmail.com>wrote:
> > > > >
> > > > > > time to leave work here so it can wait some hours
> > > > > >
> > > > > > if you are too busy I can handle it tomorrow
> > > > > >
> > > > > > PS: while we speak about these modules: why not creating a single
> > > > > admin-js
> > > > > > module? would be easier no?
> > > > > >
> > > > > > *Romain Manni-Bucau*
> > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > http://rmannibucau.wordpress.com/>
> > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > *Github: https://github.com/rmannibucau*
> > > > > >
> > > > > >
> > > > > >
> > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > >
> > > > > > > Ok,
> > > > > > >
> > > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > > Feel free to go ahead and change it if it is urgent.
> Otherwise, I
> > > can
> > > > > do
> > > > > > it
> > > > > > > this evening.
> > > > > > >
> > > > > > > []s,
> > > > > > > Thiago
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > > <rm...@gmail.com>wrote:
> > > > > > >
> > > > > > > > seems consistent -> +1.
> > > > > > > >
> > > > > > > > Technically tomee-backbone would be fine (but would let user
> > > think
> > > > we
> > > > > > > > integrate with backbone which is not that true so I prefer
> your
> > > > > > proposal)
> > > > > > > >
> > > > > > > > *Romain Manni-Bucau*
> > > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > > >
> > > > > > > > > Do you mean from...
> > > > > > > > >
> > > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > > >
> > > > > > > > > to...
> > > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > > >
> > > > > > > > > ?
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > > > thiago@veronezi.org
> > > > > > > > > >wrote:
> > > > > > > > >
> > > > > > > > > > No problem, I guess.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >> Hi
> > > > > > > > > >>
> > > > > > > > > >> I just noticed tomee static modules are not called
> > > tomee-xxx.
> > > > > This
> > > > > > > > makes
> > > > > > > > > >> our filtering not working really fine.
> > > > > > > > > >>
> > > > > > > > > >> Is it possible to rename them?
> > > > > > > > > >>
> > > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau
> >*
> > > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Hi Romain, thanks!

>>jar is not scanned cause starting with tomee.
Where is the code that filters it? I didn't manage to find it :)

>>That said it was in container (tomee/lib)
I noticed that too. I will fix it.

>>Can it be removed from the container?
Yep. It shouldn't be part of the container. It should be part of the webapp
only.

[]s,
Thiago.



On Thu, Oct 10, 2013 at 10:27 AM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> yep,
>
> jar is not scanned cause starting with tomee.
>
> That said it was in container (tomee/lib) IIRC and if so it shouldn't be
> scanned (it was available for all apps which was an issue).
>
> Not sure how to handle it. Can it be removed from the container? If not
> you'll surely have to not use META-INF/resources.
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/10/10 Thiago Veronezi <th...@veronezi.org>
>
> > Hi Romain,
> >
> > It seems that the "moviefun-rest" no longer works with
> "tomee-static-*.jar"
> > libraries. The application cannot find the static resources.
> > If I rename it back to jquery.jar, it gets back to normal. Any idea of
> what
> > causes it?
> >
> > []s,
> > Thiago.
> >
> >
> >
> >
> > On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <
> rmannibucau@gmail.com
> > >wrote:
> >
> > > Ok.great!
> > >
> > > Works while examples doesnt depend on it (to be downloable without
> having
> > > tomee trunk)
> > > Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a écrit
> :
> > >
> > > > >>if you are too busy I can handle it tomorrow
> > > > Busy week indeed, but I can handle it afterhours.
> > > >
> > > > >>while we speak about these modules: why not creating a single
> > admin-js
> > > > module?
> > > > would be easier no?
> > > > The idea is to reuse the static content in other projects. For
> example,
> > > the
> > > > "moviefun-rest" project uses some of the modules but not all of them.
> > > > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> > > "tomee-admin"
> > > > (yet to be renamed) uses all of them.
> > > >
> > > > []s,
> > > > Thiago.
> > > >
> > > >
> > > >
> > > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > > <rm...@gmail.com>wrote:
> > > >
> > > > > time to leave work here so it can wait some hours
> > > > >
> > > > > if you are too busy I can handle it tomorrow
> > > > >
> > > > > PS: while we speak about these modules: why not creating a single
> > > > admin-js
> > > > > module? would be easier no?
> > > > >
> > > > > *Romain Manni-Bucau*
> > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > http://rmannibucau.wordpress.com/>
> > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > *Github: https://github.com/rmannibucau*
> > > > >
> > > > >
> > > > >
> > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > >
> > > > > > Ok,
> > > > > >
> > > > > > I won't have time to do it in the next 5 hours or so.
> > > > > > Feel free to go ahead and change it if it is urgent. Otherwise, I
> > can
> > > > do
> > > > > it
> > > > > > this evening.
> > > > > >
> > > > > > []s,
> > > > > > Thiago
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > > <rm...@gmail.com>wrote:
> > > > > >
> > > > > > > seems consistent -> +1.
> > > > > > >
> > > > > > > Technically tomee-backbone would be fine (but would let user
> > think
> > > we
> > > > > > > integrate with backbone which is not that true so I prefer your
> > > > > proposal)
> > > > > > >
> > > > > > > *Romain Manni-Bucau*
> > > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > http://rmannibucau.wordpress.com/>
> > > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > *Github: https://github.com/rmannibucau*
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > > >
> > > > > > > > Do you mean from...
> > > > > > > >
> > > > > > > > <artifactId>backbone</artifactId>
> > > > > > > >
> > > > > > > > to...
> > > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > > >
> > > > > > > > ?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > > thiago@veronezi.org
> > > > > > > > >wrote:
> > > > > > > >
> > > > > > > > > No problem, I guess.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > > > > rmannibucau@gmail.com
> > > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Hi
> > > > > > > > >>
> > > > > > > > >> I just noticed tomee static modules are not called
> > tomee-xxx.
> > > > This
> > > > > > > makes
> > > > > > > > >> our filtering not working really fine.
> > > > > > > > >>
> > > > > > > > >> Is it possible to rename them?
> > > > > > > > >>
> > > > > > > > >> *Romain Manni-Bucau*
> > > > > > > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > > >>
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
yep,

jar is not scanned cause starting with tomee.

That said it was in container (tomee/lib) IIRC and if so it shouldn't be
scanned (it was available for all apps which was an issue).

Not sure how to handle it. Can it be removed from the container? If not
you'll surely have to not use META-INF/resources.

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/10 Thiago Veronezi <th...@veronezi.org>

> Hi Romain,
>
> It seems that the "moviefun-rest" no longer works with "tomee-static-*.jar"
> libraries. The application cannot find the static resources.
> If I rename it back to jquery.jar, it gets back to normal. Any idea of what
> causes it?
>
> []s,
> Thiago.
>
>
>
>
> On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <rmannibucau@gmail.com
> >wrote:
>
> > Ok.great!
> >
> > Works while examples doesnt depend on it (to be downloable without having
> > tomee trunk)
> > Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a écrit :
> >
> > > >>if you are too busy I can handle it tomorrow
> > > Busy week indeed, but I can handle it afterhours.
> > >
> > > >>while we speak about these modules: why not creating a single
> admin-js
> > > module?
> > > would be easier no?
> > > The idea is to reuse the static content in other projects. For example,
> > the
> > > "moviefun-rest" project uses some of the modules but not all of them.
> > > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> > "tomee-admin"
> > > (yet to be renamed) uses all of them.
> > >
> > > []s,
> > > Thiago.
> > >
> > >
> > >
> > > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > > <rm...@gmail.com>wrote:
> > >
> > > > time to leave work here so it can wait some hours
> > > >
> > > > if you are too busy I can handle it tomorrow
> > > >
> > > > PS: while we speak about these modules: why not creating a single
> > > admin-js
> > > > module? would be easier no?
> > > >
> > > > *Romain Manni-Bucau*
> > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > http://rmannibucau.wordpress.com/>
> > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > *Github: https://github.com/rmannibucau*
> > > >
> > > >
> > > >
> > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > >
> > > > > Ok,
> > > > >
> > > > > I won't have time to do it in the next 5 hours or so.
> > > > > Feel free to go ahead and change it if it is urgent. Otherwise, I
> can
> > > do
> > > > it
> > > > > this evening.
> > > > >
> > > > > []s,
> > > > > Thiago
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > > <rm...@gmail.com>wrote:
> > > > >
> > > > > > seems consistent -> +1.
> > > > > >
> > > > > > Technically tomee-backbone would be fine (but would let user
> think
> > we
> > > > > > integrate with backbone which is not that true so I prefer your
> > > > proposal)
> > > > > >
> > > > > > *Romain Manni-Bucau*
> > > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > http://rmannibucau.wordpress.com/>
> > > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > *Github: https://github.com/rmannibucau*
> > > > > >
> > > > > >
> > > > > >
> > > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > > >
> > > > > > > Do you mean from...
> > > > > > >
> > > > > > > <artifactId>backbone</artifactId>
> > > > > > >
> > > > > > > to...
> > > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > > >
> > > > > > > ?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > > thiago@veronezi.org
> > > > > > > >wrote:
> > > > > > >
> > > > > > > > No problem, I guess.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > > > rmannibucau@gmail.com
> > > > > > > > > wrote:
> > > > > > > >
> > > > > > > >> Hi
> > > > > > > >>
> > > > > > > >> I just noticed tomee static modules are not called
> tomee-xxx.
> > > This
> > > > > > makes
> > > > > > > >> our filtering not working really fine.
> > > > > > > >>
> > > > > > > >> Is it possible to rename them?
> > > > > > > >>
> > > > > > > >> *Romain Manni-Bucau*
> > > > > > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Hi Romain,

It seems that the "moviefun-rest" no longer works with "tomee-static-*.jar"
libraries. The application cannot find the static resources.
If I rename it back to jquery.jar, it gets back to normal. Any idea of what
causes it?

[]s,
Thiago.




On Tue, Oct 8, 2013 at 1:16 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> Ok.great!
>
> Works while examples doesnt depend on it (to be downloable without having
> tomee trunk)
> Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a écrit :
>
> > >>if you are too busy I can handle it tomorrow
> > Busy week indeed, but I can handle it afterhours.
> >
> > >>while we speak about these modules: why not creating a single admin-js
> > module?
> > would be easier no?
> > The idea is to reuse the static content in other projects. For example,
> the
> > "moviefun-rest" project uses some of the modules but not all of them.
> > "tomee-webapp" uses the "bootstrap" and the "jquery" modules.
> "tomee-admin"
> > (yet to be renamed) uses all of them.
> >
> > []s,
> > Thiago.
> >
> >
> >
> > On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> > <rm...@gmail.com>wrote:
> >
> > > time to leave work here so it can wait some hours
> > >
> > > if you are too busy I can handle it tomorrow
> > >
> > > PS: while we speak about these modules: why not creating a single
> > admin-js
> > > module? would be easier no?
> > >
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > http://rmannibucau.wordpress.com/>
> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > *Github: https://github.com/rmannibucau*
> > >
> > >
> > >
> > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > >
> > > > Ok,
> > > >
> > > > I won't have time to do it in the next 5 hours or so.
> > > > Feel free to go ahead and change it if it is urgent. Otherwise, I can
> > do
> > > it
> > > > this evening.
> > > >
> > > > []s,
> > > > Thiago
> > > >
> > > >
> > > >
> > > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > > <rm...@gmail.com>wrote:
> > > >
> > > > > seems consistent -> +1.
> > > > >
> > > > > Technically tomee-backbone would be fine (but would let user think
> we
> > > > > integrate with backbone which is not that true so I prefer your
> > > proposal)
> > > > >
> > > > > *Romain Manni-Bucau*
> > > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > http://rmannibucau.wordpress.com/>
> > > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > *Github: https://github.com/rmannibucau*
> > > > >
> > > > >
> > > > >
> > > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > > >
> > > > > > Do you mean from...
> > > > > >
> > > > > > <artifactId>backbone</artifactId>
> > > > > >
> > > > > > to...
> > > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > > >
> > > > > > ?
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > > thiago@veronezi.org
> > > > > > >wrote:
> > > > > >
> > > > > > > No problem, I guess.
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > > rmannibucau@gmail.com
> > > > > > > > wrote:
> > > > > > >
> > > > > > >> Hi
> > > > > > >>
> > > > > > >> I just noticed tomee static modules are not called tomee-xxx.
> > This
> > > > > makes
> > > > > > >> our filtering not working really fine.
> > > > > > >>
> > > > > > >> Is it possible to rename them?
> > > > > > >>
> > > > > > >> *Romain Manni-Bucau*
> > > > > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > > >> http://rmannibucau.wordpress.com/>
> > > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > > >> *Github: https://github.com/rmannibucau*
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Ok.great!

Works while examples doesnt depend on it (to be downloable without having
tomee trunk)
Le 8 oct. 2013 18:33, "Thiago Veronezi" <th...@veronezi.org> a écrit :

> >>if you are too busy I can handle it tomorrow
> Busy week indeed, but I can handle it afterhours.
>
> >>while we speak about these modules: why not creating a single admin-js
> module?
> would be easier no?
> The idea is to reuse the static content in other projects. For example, the
> "moviefun-rest" project uses some of the modules but not all of them.
> "tomee-webapp" uses the "bootstrap" and the "jquery" modules. "tomee-admin"
> (yet to be renamed) uses all of them.
>
> []s,
> Thiago.
>
>
>
> On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
> <rm...@gmail.com>wrote:
>
> > time to leave work here so it can wait some hours
> >
> > if you are too busy I can handle it tomorrow
> >
> > PS: while we speak about these modules: why not creating a single
> admin-js
> > module? would be easier no?
> >
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> >
> > > Ok,
> > >
> > > I won't have time to do it in the next 5 hours or so.
> > > Feel free to go ahead and change it if it is urgent. Otherwise, I can
> do
> > it
> > > this evening.
> > >
> > > []s,
> > > Thiago
> > >
> > >
> > >
> > > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > > <rm...@gmail.com>wrote:
> > >
> > > > seems consistent -> +1.
> > > >
> > > > Technically tomee-backbone would be fine (but would let user think we
> > > > integrate with backbone which is not that true so I prefer your
> > proposal)
> > > >
> > > > *Romain Manni-Bucau*
> > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > > http://rmannibucau.wordpress.com/>
> > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > *Github: https://github.com/rmannibucau*
> > > >
> > > >
> > > >
> > > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > > >
> > > > > Do you mean from...
> > > > >
> > > > > <artifactId>backbone</artifactId>
> > > > >
> > > > > to...
> > > > > <artifactId>tomee-static-backbone</artifactId>
> > > > >
> > > > > ?
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> > thiago@veronezi.org
> > > > > >wrote:
> > > > >
> > > > > > No problem, I guess.
> > > > > >
> > > > > >
> > > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > > rmannibucau@gmail.com
> > > > > > > wrote:
> > > > > >
> > > > > >> Hi
> > > > > >>
> > > > > >> I just noticed tomee static modules are not called tomee-xxx.
> This
> > > > makes
> > > > > >> our filtering not working really fine.
> > > > > >>
> > > > > >> Is it possible to rename them?
> > > > > >>
> > > > > >> *Romain Manni-Bucau*
> > > > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > > >> http://rmannibucau.wordpress.com/>
> > > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > > >> *Github: https://github.com/rmannibucau*
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
>>if you are too busy I can handle it tomorrow
Busy week indeed, but I can handle it afterhours.

>>while we speak about these modules: why not creating a single admin-js module?
would be easier no?
The idea is to reuse the static content in other projects. For example, the
"moviefun-rest" project uses some of the modules but not all of them.
"tomee-webapp" uses the "bootstrap" and the "jquery" modules. "tomee-admin"
(yet to be renamed) uses all of them.

[]s,
Thiago.



On Tue, Oct 8, 2013 at 12:12 PM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> time to leave work here so it can wait some hours
>
> if you are too busy I can handle it tomorrow
>
> PS: while we speak about these modules: why not creating a single admin-js
> module? would be easier no?
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/10/8 Thiago Veronezi <th...@veronezi.org>
>
> > Ok,
> >
> > I won't have time to do it in the next 5 hours or so.
> > Feel free to go ahead and change it if it is urgent. Otherwise, I can do
> it
> > this evening.
> >
> > []s,
> > Thiago
> >
> >
> >
> > On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> > <rm...@gmail.com>wrote:
> >
> > > seems consistent -> +1.
> > >
> > > Technically tomee-backbone would be fine (but would let user think we
> > > integrate with backbone which is not that true so I prefer your
> proposal)
> > >
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > http://rmannibucau.wordpress.com/>
> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > *Github: https://github.com/rmannibucau*
> > >
> > >
> > >
> > > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> > >
> > > > Do you mean from...
> > > >
> > > > <artifactId>backbone</artifactId>
> > > >
> > > > to...
> > > > <artifactId>tomee-static-backbone</artifactId>
> > > >
> > > > ?
> > > >
> > > >
> > > >
> > > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <
> thiago@veronezi.org
> > > > >wrote:
> > > >
> > > > > No problem, I guess.
> > > > >
> > > > >
> > > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > > rmannibucau@gmail.com
> > > > > > wrote:
> > > > >
> > > > >> Hi
> > > > >>
> > > > >> I just noticed tomee static modules are not called tomee-xxx. This
> > > makes
> > > > >> our filtering not working really fine.
> > > > >>
> > > > >> Is it possible to rename them?
> > > > >>
> > > > >> *Romain Manni-Bucau*
> > > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > > >> http://rmannibucau.wordpress.com/>
> > > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > > >> *Github: https://github.com/rmannibucau*
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
time to leave work here so it can wait some hours

if you are too busy I can handle it tomorrow

PS: while we speak about these modules: why not creating a single admin-js
module? would be easier no?

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/8 Thiago Veronezi <th...@veronezi.org>

> Ok,
>
> I won't have time to do it in the next 5 hours or so.
> Feel free to go ahead and change it if it is urgent. Otherwise, I can do it
> this evening.
>
> []s,
> Thiago
>
>
>
> On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
> <rm...@gmail.com>wrote:
>
> > seems consistent -> +1.
> >
> > Technically tomee-backbone would be fine (but would let user think we
> > integrate with backbone which is not that true so I prefer your proposal)
> >
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/10/8 Thiago Veronezi <th...@veronezi.org>
> >
> > > Do you mean from...
> > >
> > > <artifactId>backbone</artifactId>
> > >
> > > to...
> > > <artifactId>tomee-static-backbone</artifactId>
> > >
> > > ?
> > >
> > >
> > >
> > > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <thiago@veronezi.org
> > > >wrote:
> > >
> > > > No problem, I guess.
> > > >
> > > >
> > > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > > rmannibucau@gmail.com
> > > > > wrote:
> > > >
> > > >> Hi
> > > >>
> > > >> I just noticed tomee static modules are not called tomee-xxx. This
> > makes
> > > >> our filtering not working really fine.
> > > >>
> > > >> Is it possible to rename them?
> > > >>
> > > >> *Romain Manni-Bucau*
> > > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > > >> http://rmannibucau.wordpress.com/>
> > > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > >> *Github: https://github.com/rmannibucau*
> > > >>
> > > >
> > > >
> > >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Ok,

I won't have time to do it in the next 5 hours or so.
Feel free to go ahead and change it if it is urgent. Otherwise, I can do it
this evening.

[]s,
Thiago



On Tue, Oct 8, 2013 at 11:49 AM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> seems consistent -> +1.
>
> Technically tomee-backbone would be fine (but would let user think we
> integrate with backbone which is not that true so I prefer your proposal)
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/10/8 Thiago Veronezi <th...@veronezi.org>
>
> > Do you mean from...
> >
> > <artifactId>backbone</artifactId>
> >
> > to...
> > <artifactId>tomee-static-backbone</artifactId>
> >
> > ?
> >
> >
> >
> > On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <thiago@veronezi.org
> > >wrote:
> >
> > > No problem, I guess.
> > >
> > >
> > > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> > rmannibucau@gmail.com
> > > > wrote:
> > >
> > >> Hi
> > >>
> > >> I just noticed tomee static modules are not called tomee-xxx. This
> makes
> > >> our filtering not working really fine.
> > >>
> > >> Is it possible to rename them?
> > >>
> > >> *Romain Manni-Bucau*
> > >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > >> *Blog: **http://rmannibucau.wordpress.com/*<
> > >> http://rmannibucau.wordpress.com/>
> > >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > >> *Github: https://github.com/rmannibucau*
> > >>
> > >
> > >
> >
>

Re: tomee static

Posted by Romain Manni-Bucau <rm...@gmail.com>.
seems consistent -> +1.

Technically tomee-backbone would be fine (but would let user think we
integrate with backbone which is not that true so I prefer your proposal)

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/8 Thiago Veronezi <th...@veronezi.org>

> Do you mean from...
>
> <artifactId>backbone</artifactId>
>
> to...
> <artifactId>tomee-static-backbone</artifactId>
>
> ?
>
>
>
> On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <thiago@veronezi.org
> >wrote:
>
> > No problem, I guess.
> >
> >
> > On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <
> rmannibucau@gmail.com
> > > wrote:
> >
> >> Hi
> >>
> >> I just noticed tomee static modules are not called tomee-xxx. This makes
> >> our filtering not working really fine.
> >>
> >> Is it possible to rename them?
> >>
> >> *Romain Manni-Bucau*
> >> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> >> *Blog: **http://rmannibucau.wordpress.com/*<
> >> http://rmannibucau.wordpress.com/>
> >> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> >> *Github: https://github.com/rmannibucau*
> >>
> >
> >
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
Do you mean from...

<artifactId>backbone</artifactId>

to...
<artifactId>tomee-static-backbone</artifactId>

?



On Tue, Oct 8, 2013 at 11:37 AM, Thiago Veronezi <th...@veronezi.org>wrote:

> No problem, I guess.
>
>
> On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau <rmannibucau@gmail.com
> > wrote:
>
>> Hi
>>
>> I just noticed tomee static modules are not called tomee-xxx. This makes
>> our filtering not working really fine.
>>
>> Is it possible to rename them?
>>
>> *Romain Manni-Bucau*
>> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
>> *Blog: **http://rmannibucau.wordpress.com/*<
>> http://rmannibucau.wordpress.com/>
>> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
>> *Github: https://github.com/rmannibucau*
>>
>
>

Re: tomee static

Posted by Thiago Veronezi <th...@veronezi.org>.
No problem, I guess.


On Tue, Oct 8, 2013 at 11:29 AM, Romain Manni-Bucau
<rm...@gmail.com>wrote:

> Hi
>
> I just noticed tomee static modules are not called tomee-xxx. This makes
> our filtering not working really fine.
>
> Is it possible to rename them?
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>