Re: Resource access problem, alternative packaging

2009-09-22 Thread Thiago H. de Paula Figueiredo
Em Tue, 22 Sep 2009 10:45:58 -0300, Sebastian Hennebrueder escreveu: I think it would. hibernate.cfg.xml is in the class path whereas all public resources are in META-INF/resources. Basically we stop serving directly from the classpath but instead deliver content using META-INF/resources a

Re: Resource access problem, alternative packaging

2009-09-22 Thread Sebastian Hennebrueder
Thiago H. de Paula Figueiredo schrieb: Em Mon, 21 Sep 2009 06:33:29 -0300, Sebastian Hennebrueder escreveu: Hello, Hi! while reading through the JSF 2 spec I found the packaging instruction of resources. JSF 2 will allow to pack any kind of resources in a dedicated directory 'resources'.

Re: Resource access problem, alternative packaging

2009-09-21 Thread Thiago H. de Paula Figueiredo
Em Mon, 21 Sep 2009 06:33:29 -0300, Sebastian Hennebrueder escreveu: Hello, Hi! while reading through the JSF 2 spec I found the packaging instruction of resources. JSF 2 will allow to pack any kind of resources in a dedicated directory 'resources'. META-INF/resources/ If we would f

Resource access problem, alternative packaging

2009-09-21 Thread Sebastian Hennebrueder
Hello, while reading through the JSF 2 spec I found the packaging instruction of resources. JSF 2 will allow to pack any kind of resources in a dedicated directory 'resources'. META-INF/resources/ If we would follow this approach, we could get rid of the access problem immediately without t