assets are usually in a specific path (resources/META-INF/assets/...) - Could it be that your file is not an asset and that it should be loaded using normal methods (classloader.getResourceAsStream or similar)
-- Chris On Thu, Jun 30, 2016 at 8:23 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 30 Jun 2016 13:13:23 -0300, Qbyte Consulting < > qbyteconsult...@gmail.com> wrote: > > Hi, >> > > Hi! > > I've changed my project deps to T5.4. After fixing some depricated page >> link methods my app compiles. However when I run I get exceptions from a >> menu loading service: >> >> is = assetSource.getClasspathAsset("menu.properties").getResource() >> .openStream(); >> } catch (RuntimeException e) { >> > > Try "/menu.properties" instead of "menu.properties", please. > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >