Re: Why is tomahawk-sandbox-1.1.9.jar not in maven repo?

2011-02-22 Thread Sebastian Gomez
Any ideas anyone? If it's not deployed into the official maven repository I will probably have to use 1.1.6 which would be quite a step back. Hope someone can help. On Mon, Feb 21, 2011 at 9:34 AM, Sebastian Gomez sage...@gmail.com wrote: Hi everyone, I've seen the tomahawk-sandbox-1.1.9

NullPointerException with OSGi Bundle

2011-02-22 Thread Clovis . SERAGIOTTO
Hello, using the OSGi Bundle of MyFaces (myfaces-bundle-2.0.3.jar), I get first a warning: WARNING: Resource referenced by resourceName jsf.js and libraryName javax.faces not found in call to ResourceHandler.createResource. It will be silenty ignored. and then a NullPointerException:

Re: Why is tomahawk-sandbox-1.1.9.jar not in maven repo?

2011-02-22 Thread Rudy De Busscher
Hello, You can also download the code from http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/ (or from the tag location) and do a mvn install. The artifact is then available in your local repository. But to my knowledge, the sandbox is a kind of playground for some ideas so don't

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Mark Struberg
Hi Clovis! Please note that there is a new myfaces-2.0.4 out since last week. Afaik this got a bit love in regards to the OSGi part. If you like to submit patches, then please open a Jira and provide a svn diff against the latest trunk from svn co

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Jakob Korherr
Hi Clovis, I agree that this issue (MYFACES-3044) should be fixed and not closed as invalid. Thus I just reopened it. However, before I commit your proposed solution, are there any objections? Leonardo? Regards, Jakob 2011/2/22 Mark Struberg strub...@yahoo.de: Hi Clovis! Please note that

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Jakob Korherr
Hi Leo, I agree that with you that the proposed fix via the additional export packages is quick and dirty. However, I think MYFACES-3051 could solve this problem anyway, but I'm not totally sure. I will provide a patch for it later today, then we can test it. Regards, Jakob 2011/2/22 Leonardo

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Leonardo Uribe
Hi The problem presented here is related to the custom OSGi setup used. In theory, the default ResourceHandler implementation uses the Thread Context Class Loader (TCCL) to load its resources. That includes everything inside META-INF/resources and for MyFaces everything inside

[ANNOUNCE] MyFaces Trinidad v2.0.0-beta-2 Release

2011-02-22 Thread Scott O'Bryan
The Apache MyFaces team is pleased to announce the release of MyFaces Trinidad 2.0.0-beta-2. MyFaces Trinidad is a feature-rich renderkit for JavaServer Faces that provides an extendibles framework and extensive skinning support. This version is designed to be used with the JSF 2.0

[Trinidad] problem when deploy trinidad-demo-1.2.14.war or trinidad-blank-1.2.14.war on Tomcat 6

2011-02-22 Thread Fahmi Hachicha
Hello, When deploying the examples of the Trinidad 1.2.14 on a Tomcat 6 Web Server, the WebApp does not start due to an error : org.apache.catalina.core.StandardContext start GRAVE: Error filterStart 22 févr. 2011 20:29:40 org.apache.catalina.core.StandardContext start GRAVE: Erreur de démarrage

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Jakob Korherr
Hi Clovis, I just uploaded a patch to MYFACES-3051 that should solve your problem. I built the bundle locally and uploaded it to [1]. Could you please try this bundle in your project and check if it works? Thanks a lot! Regards, Jakob [1]

Re: [Trinidad] problem when deploy trinidad-demo-1.2.14.war or trinidad-blank-1.2.14.war on Tomcat 6

2011-02-22 Thread Scott O'Bryan
Fahmi, I assume you have MyFaces installed in Tomcat, is that correct? If not, you may have to build the examples custom to include JSTL and JSF. By default they are not included with the examples because J2EE contains them. Other then that, I'm going to need to see more of the stacktrace

[TRINIDAD] Placing tr:inputText inside trh:tableLayout sometimes doesn't render the input element in the HTML

2011-02-22 Thread A. Nieves
I have several tr:inputText inside trh:tableLayout and for some values the resulting HTML does not include the input element but only a div. For example, I have: trh:tableLayout trh:rowLayout tr:inputText id=username disabled=true columns=10 simple=true value=#{u.username} /

Re: [TRINIDAD] Placing tr:inputText inside trh:tableLayout sometimes doesn't render the input element in the HTML

2011-02-22 Thread A. Nieves
I was mistaken. They are displayed as div's because they are read only fields. Is there any way to display read only fields inside input elements? On Tue, Feb 22, 2011 at 9:39 PM, A. Nieves daraii.t...@gmail.com wrote: I have several tr:inputText inside trh:tableLayout and for some values the

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Clovis . SERAGIOTTO
I replaced my 2.0.3 bundle with the patch (2.0.5-SNAPSHOT-3051) and got no NullPointerException. So, assuming that you didn't change the expected behavior, myfaces seems to work (at least for me) better today than yesterday. Thanks -- clovis __ Raiffeisen