[jira] Commented: (MYFACES-3048) Missing myfaces-api-2.0.5-SNAPSHOT-tests.jar prevent building trunk

2011-02-20 Thread Oliver Bayer (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997110#comment-12997110
 ] 

Oliver Bayer commented on MYFACES-3048:
---

Hi Jakob,

thanks for the info. I had an error in my batch script building the trunk, 
sorry.
Do you have any news regarding my question in TOMAHAWK-1554?

Greets Oli

 Missing myfaces-api-2.0.5-SNAPSHOT-tests.jar prevent building trunk
 ---

 Key: MYFACES-3048
 URL: https://issues.apache.org/jira/browse/MYFACES-3048
 Project: MyFaces Core
  Issue Type: Bug
  Components: build process
Affects Versions: 2.0.5-SNAPSHOT
 Environment: Win XP, Ant 2.2.1
Reporter: Oliver Bayer
 Fix For: 2.0.5-SNAPSHOT


 Following exception is thrown while building the trunk:
 Downloading: 
 http://repository.apache.org/snapshots/org/apache/myfaces/core/myfaces-api/2.0.5-SNAPSHOT/myfaces-api-2.0.5-SNAPSHOT-tests.jar
 [INFO] Unable to find resource 
 'org.apache.myfaces.core:myfaces-api:jar:tests:2.0.5-SNAPSHOT' in repository 
 apache.snapshots (http://repository.apache.org/snapshots)
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to resolve dependencies for one or more projects in the 
 reactor. Reason: Missing:
 --
 1) org.apache.myfaces.core:myfaces-api:jar:tests:2.0.5-SNAPSHOT
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.myfaces.core 
 -DartifactId=myfaces-api -Dversion=2.0.5-SNAPSHOT -Dclassifier=tests 
 -Dpackaging=jar -Dfile=/pa
 th/to/file
   Alternatively, if you host your own repository you can deploy the file 
 there:
   mvn deploy:deploy-file -DgroupId=org.apache.myfaces.core 
 -DartifactId=myfaces-api -Dversion=2.0.5-SNAPSHOT -Dclassifier=tests 
 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
   Path to dependency:
 1) org.apache.myfaces.core:myfaces-impl:jar:2.0.5-SNAPSHOT
 2) org.apache.myfaces.core:myfaces-api:jar:tests:2.0.5-SNAPSHOT
 --
 1 required artifact is missing.
 for artifact:
   org.apache.myfaces.core:myfaces-impl:jar:2.0.5-SNAPSHOT
 from the specified remote repositories:
   apache.snapshots (http://repository.apache.org/snapshots),
   tomcat (http://tomcat.apache.org/dev/dist/m2-repository),
   central (http://repo1.maven.org/maven2),
   java.net (http://download.java.net/maven/2)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (TOMAHAWK-1554) CollapsiblePanel CSS Question

2011-02-20 Thread Oliver Bayer (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Bayer updated TOMAHAWK-1554:
---

Status: Patch Available  (was: Open)

 CollapsiblePanel CSS Question
 -

 Key: TOMAHAWK-1554
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1554
 Project: MyFaces Tomahawk
  Issue Type: Improvement
Affects Versions: 1.1.11-SNAPSHOT
 Environment: Win XP, MyFaces 2.0.3-Snapshot, 
 Tomahahwk20-1.1.11-Snapshot
Reporter: Oliver Bayer

 Hi,
 I'm using the collapsiblepanel component inside a h:form see the following 
 code
 t:collapsiblePanel id=aNewId title=a title style=margin-left: 30px;
 plorem ipsum/p
 /t:collapsiblePanel
 It get's rendered as follows:
 div style=margin-left: 30px; title=a title
 a href...
span style=margin-left: 30px;gt;/span
span style=margin-left: 30px;a title/span
 /a
 /div
 Why get the both span-tags the margin-left style too? Because the div has 
 this style already and the first span has now a margin-left of 60px while the 
 third span has a margin-left of 90px.
 How can i achieve it that the margin-left style is applied only to the 
 surrounding div? Is this a bug or did I misconfigured sth?
 Greets Oli

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (TOMAHAWK-1554) CollapsiblePanel CSS Question

2011-02-20 Thread Oliver Bayer (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997134#comment-12997134
 ] 

Oliver Bayer commented on TOMAHAWK-1554:


Hi Jakob,

no problem. Better late than never ;-).

The attached patch (it's the first patch I'm contributing so I hope it's 
working for you too) removes the styleClass and style-attribute from the link 
and the indicator. If you want the ability to style the indicator and the link 
I would suggest creating two new attributes for the collapsiblePanel e.g. 
indicatorStyleClass/ indicatorStyle and labelStyleClass/ labelStyle.

HTH Oli

 CollapsiblePanel CSS Question
 -

 Key: TOMAHAWK-1554
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1554
 Project: MyFaces Tomahawk
  Issue Type: Improvement
Affects Versions: 1.1.11-SNAPSHOT
 Environment: Win XP, MyFaces 2.0.3-Snapshot, 
 Tomahahwk20-1.1.11-Snapshot
Reporter: Oliver Bayer
 Attachments: patch.txt


 Hi,
 I'm using the collapsiblepanel component inside a h:form see the following 
 code
 t:collapsiblePanel id=aNewId title=a title style=margin-left: 30px;
 plorem ipsum/p
 /t:collapsiblePanel
 It get's rendered as follows:
 div style=margin-left: 30px; title=a title
 a href...
span style=margin-left: 30px;gt;/span
span style=margin-left: 30px;a title/span
 /a
 /div
 Why get the both span-tags the margin-left style too? Because the div has 
 this style already and the first span has now a margin-left of 60px while the 
 third span has a margin-left of 90px.
 How can i achieve it that the margin-left style is applied only to the 
 surrounding div? Is this a bug or did I misconfigured sth?
 Greets Oli

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (TRINIDAD-1890) NullPointerException when using file upload with trinidad

2011-02-20 Thread vinod (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997146#comment-12997146
 ] 

vinod commented on TRINIDAD-1890:
-

This I think is still an issue with Trinidad 12.1.13 and 12.1.14 tr:inputFile 
components. We had a work around by using the Tomahawk components. t:inputfile 
of tomahawk component works like steeel. 

 NullPointerException when using file upload with trinidad
 -

 Key: TRINIDAD-1890
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1890
 Project: MyFaces Trinidad
  Issue Type: Bug
 Environment: Linux x64
 Java 1.6
Reporter: Thomas Müller
Assignee: Matthias Weßendorf

 Hi,
 I tried to use the file upload in trinidad. When I want to submit a file, I 
 get ther following exception:
 java.lang.NullPointerException
   
 org.apache.myfaces.trinidadinternal.config.upload.UploadRequestWrapper.setCharacterEncoding(UploadRequestWrapper.java:83)
   
 com.sun.faces.context.ExternalContextImpl.setRequestCharacterEncoding(ExternalContextImpl.java:165)
   
 org.apache.myfaces.trinidad.context.ExternalContextDecorator.setRequestCharacterEncoding(ExternalContextDecorator.java:266)
   
 org.apache.myfaces.trinidad.context.ExternalContextDecorator.setRequestCharacterEncoding(ExternalContextDecorator.java:266)
   javax.faces.application.ViewHandler.initView(ViewHandler.java:270)
   
 com.sun.faces.application.ViewHandlerImpl.initView(ViewHandlerImpl.java:119)
   
 javax.faces.application.ViewHandlerWrapper.initView(ViewHandlerWrapper.java:175)
   
 com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:102)
   com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
   javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
 Can you help me if this is a bug or something is wrong in my enviroment 
 properties?
 web.xml:
 ?xml version=1.0 encoding=UTF-8?
 web-app id=WebApp_ID version=2.5 xmlns=http://java.sun.com/xml/ns/j2ee; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://java.sun.com/xml/ns/javaee 
 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;
   display-namepferdemarkt.tv/display-name
   welcome-file-list
 welcome-fileindex.html/welcome-file
 welcome-fileindex.htm/welcome-file
 welcome-fileindex.jsp/welcome-file
 welcome-filedefault.html/welcome-file
 welcome-filedefault.htm/welcome-file
 welcome-filedefault.jsp/welcome-file
   /welcome-file-list
   jsp-config
 jsp-property-group
   url-pattern*.jsp/url-pattern
   url-pattern*.jspf/url-pattern
   page-encodingUTF-8/page-encoding
   scripting-invalidtrue/scripting-invalid
   is-xmltrue/is-xml
 /jsp-property-group
   /jsp-config
   context-param
 param-namejavax.faces.STATE_SAVING_METHOD/param-name
 param-valueclient/param-value
   /context-param
   context-param
 param-namecom.sun.faces.enableLazyBeanValidation/param-name
 param-valuefalse/param-value
   /context-param
   context-param
 param-namecom.sun.faces.validateXml/param-name
 param-valuefalse/param-value
   /context-param
   context-param
 param-namecom.sun.faces.verifyObjects/param-name
 param-valuefalse/param-value
   /context-param
   
 context-param
 !-- Maximum memory per request (in bytes) --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY/param-name
 !-- Use 500K --
 param-value512000/param-value
   /context-param
   context-param
 !-- Maximum disk space per request (in bytes) --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE/param-name
 !-- Use 5,000K --
 param-value512/param-value
   /context-param
   context-param
 !-- directory to store temporary files --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_TEMP_DIR/param-name
 !-- Use a TrinidadUploads subdirectory of /tmp --
 param-value/tmp//param-value
   /context-param
   
   !-- Faces Servlet --
   servlet
 servlet-nameFaces Servlet/servlet-name
 servlet-classjavax.faces.webapp.FacesServlet/servlet-class
 load-on-startup1/load-on-startup
   /servlet
   servlet-mapping
 servlet-nameFaces Servlet/servlet-name
 url-pattern*.html/url-pattern
   /servlet-mapping
   
 filter
 filter-nametrinidad/filter-name
 
 filter-classorg.apache.myfaces.trinidad.webapp.TrinidadFilter/filter-class
   /filter
   filter-mapping
 filter-nametrinidad/filter-name
 !-- This assumes that the FacesServlet has been registered --
 !-- under the name faces --
 servlet-namefaces/servlet-name
   /filter-mapping
 servlet
   servlet-nameresources/servlet-name
   
 servlet-classorg.apache.myfaces.trinidad.webapp.ResourceServlet/servlet-class
  /servlet
 !-- This cannot be configured currently --

[jira] Commented: (TRINIDAD-1890) NullPointerException when using file upload with trinidad

2011-02-20 Thread Scott O'Bryan (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997169#comment-12997169
 ] 

Scott O'Bryan commented on TRINIDAD-1890:
-

BTW- I'll take this over since Matthias is going to be dedicating less time.


 NullPointerException when using file upload with trinidad
 -

 Key: TRINIDAD-1890
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1890
 Project: MyFaces Trinidad
  Issue Type: Bug
 Environment: Linux x64
 Java 1.6
Reporter: Thomas Müller
Assignee: Scott O'Bryan

 Hi,
 I tried to use the file upload in trinidad. When I want to submit a file, I 
 get ther following exception:
 java.lang.NullPointerException
   
 org.apache.myfaces.trinidadinternal.config.upload.UploadRequestWrapper.setCharacterEncoding(UploadRequestWrapper.java:83)
   
 com.sun.faces.context.ExternalContextImpl.setRequestCharacterEncoding(ExternalContextImpl.java:165)
   
 org.apache.myfaces.trinidad.context.ExternalContextDecorator.setRequestCharacterEncoding(ExternalContextDecorator.java:266)
   
 org.apache.myfaces.trinidad.context.ExternalContextDecorator.setRequestCharacterEncoding(ExternalContextDecorator.java:266)
   javax.faces.application.ViewHandler.initView(ViewHandler.java:270)
   
 com.sun.faces.application.ViewHandlerImpl.initView(ViewHandlerImpl.java:119)
   
 javax.faces.application.ViewHandlerWrapper.initView(ViewHandlerWrapper.java:175)
   
 com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:102)
   com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
   javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
 Can you help me if this is a bug or something is wrong in my enviroment 
 properties?
 web.xml:
 ?xml version=1.0 encoding=UTF-8?
 web-app id=WebApp_ID version=2.5 xmlns=http://java.sun.com/xml/ns/j2ee; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://java.sun.com/xml/ns/javaee 
 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;
   display-namepferdemarkt.tv/display-name
   welcome-file-list
 welcome-fileindex.html/welcome-file
 welcome-fileindex.htm/welcome-file
 welcome-fileindex.jsp/welcome-file
 welcome-filedefault.html/welcome-file
 welcome-filedefault.htm/welcome-file
 welcome-filedefault.jsp/welcome-file
   /welcome-file-list
   jsp-config
 jsp-property-group
   url-pattern*.jsp/url-pattern
   url-pattern*.jspf/url-pattern
   page-encodingUTF-8/page-encoding
   scripting-invalidtrue/scripting-invalid
   is-xmltrue/is-xml
 /jsp-property-group
   /jsp-config
   context-param
 param-namejavax.faces.STATE_SAVING_METHOD/param-name
 param-valueclient/param-value
   /context-param
   context-param
 param-namecom.sun.faces.enableLazyBeanValidation/param-name
 param-valuefalse/param-value
   /context-param
   context-param
 param-namecom.sun.faces.validateXml/param-name
 param-valuefalse/param-value
   /context-param
   context-param
 param-namecom.sun.faces.verifyObjects/param-name
 param-valuefalse/param-value
   /context-param
   
 context-param
 !-- Maximum memory per request (in bytes) --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY/param-name
 !-- Use 500K --
 param-value512000/param-value
   /context-param
   context-param
 !-- Maximum disk space per request (in bytes) --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE/param-name
 !-- Use 5,000K --
 param-value512/param-value
   /context-param
   context-param
 !-- directory to store temporary files --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_TEMP_DIR/param-name
 !-- Use a TrinidadUploads subdirectory of /tmp --
 param-value/tmp//param-value
   /context-param
   
   !-- Faces Servlet --
   servlet
 servlet-nameFaces Servlet/servlet-name
 servlet-classjavax.faces.webapp.FacesServlet/servlet-class
 load-on-startup1/load-on-startup
   /servlet
   servlet-mapping
 servlet-nameFaces Servlet/servlet-name
 url-pattern*.html/url-pattern
   /servlet-mapping
   
 filter
 filter-nametrinidad/filter-name
 
 filter-classorg.apache.myfaces.trinidad.webapp.TrinidadFilter/filter-class
   /filter
   filter-mapping
 filter-nametrinidad/filter-name
 !-- This assumes that the FacesServlet has been registered --
 !-- under the name faces --
 servlet-namefaces/servlet-name
   /filter-mapping
 servlet
   servlet-nameresources/servlet-name
   
 servlet-classorg.apache.myfaces.trinidad.webapp.ResourceServlet/servlet-class
  /servlet
 !-- This cannot be configured currently --
 servlet-mapping
 servlet-nameresources/servlet-name
 url-pattern/adf/*/url-pattern
 /servlet-mapping
  

[jira] Commented: (TRINIDAD-1890) NullPointerException when using file upload with trinidad

2011-02-20 Thread Scott O'Bryan (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997167#comment-12997167
 ] 

Scott O'Bryan commented on TRINIDAD-1890:
-

Are you using the default's for the file upload or do you have special 
storage/limit settings..

I was going to look at possibly switching this to using Apache Commons 
implementations, but the new servlet spec will supposedly have multi-part form 
handling built in so I decided to wait.  Probably best to fix what we have for 
Legacy support.

 NullPointerException when using file upload with trinidad
 -

 Key: TRINIDAD-1890
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1890
 Project: MyFaces Trinidad
  Issue Type: Bug
 Environment: Linux x64
 Java 1.6
Reporter: Thomas Müller
Assignee: Matthias Weßendorf

 Hi,
 I tried to use the file upload in trinidad. When I want to submit a file, I 
 get ther following exception:
 java.lang.NullPointerException
   
 org.apache.myfaces.trinidadinternal.config.upload.UploadRequestWrapper.setCharacterEncoding(UploadRequestWrapper.java:83)
   
 com.sun.faces.context.ExternalContextImpl.setRequestCharacterEncoding(ExternalContextImpl.java:165)
   
 org.apache.myfaces.trinidad.context.ExternalContextDecorator.setRequestCharacterEncoding(ExternalContextDecorator.java:266)
   
 org.apache.myfaces.trinidad.context.ExternalContextDecorator.setRequestCharacterEncoding(ExternalContextDecorator.java:266)
   javax.faces.application.ViewHandler.initView(ViewHandler.java:270)
   
 com.sun.faces.application.ViewHandlerImpl.initView(ViewHandlerImpl.java:119)
   
 javax.faces.application.ViewHandlerWrapper.initView(ViewHandlerWrapper.java:175)
   
 com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:102)
   com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
   javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
 Can you help me if this is a bug or something is wrong in my enviroment 
 properties?
 web.xml:
 ?xml version=1.0 encoding=UTF-8?
 web-app id=WebApp_ID version=2.5 xmlns=http://java.sun.com/xml/ns/j2ee; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://java.sun.com/xml/ns/javaee 
 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;
   display-namepferdemarkt.tv/display-name
   welcome-file-list
 welcome-fileindex.html/welcome-file
 welcome-fileindex.htm/welcome-file
 welcome-fileindex.jsp/welcome-file
 welcome-filedefault.html/welcome-file
 welcome-filedefault.htm/welcome-file
 welcome-filedefault.jsp/welcome-file
   /welcome-file-list
   jsp-config
 jsp-property-group
   url-pattern*.jsp/url-pattern
   url-pattern*.jspf/url-pattern
   page-encodingUTF-8/page-encoding
   scripting-invalidtrue/scripting-invalid
   is-xmltrue/is-xml
 /jsp-property-group
   /jsp-config
   context-param
 param-namejavax.faces.STATE_SAVING_METHOD/param-name
 param-valueclient/param-value
   /context-param
   context-param
 param-namecom.sun.faces.enableLazyBeanValidation/param-name
 param-valuefalse/param-value
   /context-param
   context-param
 param-namecom.sun.faces.validateXml/param-name
 param-valuefalse/param-value
   /context-param
   context-param
 param-namecom.sun.faces.verifyObjects/param-name
 param-valuefalse/param-value
   /context-param
   
 context-param
 !-- Maximum memory per request (in bytes) --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY/param-name
 !-- Use 500K --
 param-value512000/param-value
   /context-param
   context-param
 !-- Maximum disk space per request (in bytes) --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE/param-name
 !-- Use 5,000K --
 param-value512/param-value
   /context-param
   context-param
 !-- directory to store temporary files --
 param-nameorg.apache.myfaces.trinidad.UPLOAD_TEMP_DIR/param-name
 !-- Use a TrinidadUploads subdirectory of /tmp --
 param-value/tmp//param-value
   /context-param
   
   !-- Faces Servlet --
   servlet
 servlet-nameFaces Servlet/servlet-name
 servlet-classjavax.faces.webapp.FacesServlet/servlet-class
 load-on-startup1/load-on-startup
   /servlet
   servlet-mapping
 servlet-nameFaces Servlet/servlet-name
 url-pattern*.html/url-pattern
   /servlet-mapping
   
 filter
 filter-nametrinidad/filter-name
 
 filter-classorg.apache.myfaces.trinidad.webapp.TrinidadFilter/filter-class
   /filter
   filter-mapping
 filter-nametrinidad/filter-name
 !-- This assumes that the FacesServlet has been registered --
 !-- under the name faces --
 servlet-namefaces/servlet-name
   /filter-mapping
 servlet
   

[jira] Created: (TRINIDAD-2042) Trinidad TagDoc report plugin does not allow mvn site:site target to run

2011-02-20 Thread Scott O'Bryan (JIRA)
Trinidad TagDoc report plugin does not allow mvn site:site target to run


 Key: TRINIDAD-2042
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2042
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Plugins
Reporter: Scott O'Bryan
Assignee: Scott O'Bryan


When running 'mvn site:site' on main, the following error is thrown:

org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.) (Caused by 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.))
at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
at org.apache.commons.digester.Digester.init(Digester.java:304)
at 
org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.readIndex(TagdocReport.java:1673)
at 
org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.processIndex(TagdocReport.java:1592)
at 
org.apache.myfaces.trinidadbuild.plugin.tagdoc.TagdocReport.executeReport(TagdocReport.java:105)



It looks like there is an incompatible logger version or the logger has been 
declared multiple times in the environment.  This must be fixed before the 
maven site can be generated.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Trinidad website

2011-02-20 Thread Scott O'Bryan
Hey everyone, the release for Trinidad 2.0.0-beta-2 is all but done however the 
website does not build for some reason on main.  I'm going to het his figured 
out and I'll make the announcement once it's deployed.

On a remaining note, I'm going to be on a business trip next week so I'll have 
some time in the evenings (sans kids) to work on this idea I had for automatic 
'site' deployment from hudson.

The idea is to, essentially, build the site in Hudson and then have a script on 
people.apache.org which wgets it and posts it to the real website.  Has anyone 
else tried this?

If not, would anyone else be interested in the work once I'm done.  I'm hoping 
to hook up the bridge and Trinidad to this, but would be happy to do other 
modules and/or give the code to others to enable modules..

Let me know,
  Scott

[jira] Created: (EXTCDI-142) ViewAccess Scope lost in latest snapshots

2011-02-20 Thread Werner Punz (JIRA)
ViewAccess Scope lost in latest snapshots
-

 Key: EXTCDI-142
 URL: https://issues.apache.org/jira/browse/EXTCDI-142
 Project: MyFaces CODI
  Issue Type: Bug
Reporter: Werner Punz
Priority: Critical


I have an example app which loses the viewaccess scope under ajax conditions.
The situation is basically an ajax condition within the same page which 
refreshes elements.
The page bean is ViewAccess scoped.Under 0.9.2 everything behaved as expected
the latest 0.9.3 snapshots basically drop the view access scoped page bean.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[RESULT] [VOTE] Release Tobago 1.5.0-alpha-2

2011-02-20 Thread Bernd Bohmann
The vote has passed with the following results:

+1
lofwyr (binding)
weber(binding)
bommel (binding)
matzew(binding)


I will proceed with the next steps.

Regards

On Sat, Feb 19, 2011 at 6:21 PM, Bernd Bohmann
bernd.bohm...@googlemail.com wrote:
 Here is my

 +1

 On Thu, Feb 17, 2011 at 3:16 PM, Udo Schnurpfeil u...@schnurpfeil.de wrote:
 +1

 Am 17.02.11 10:20, schrieb Volker Weber:

 hi,

 +1

 Regards,
     Volker

 2011/2/17 Bernd Bohmannbernd.bohm...@atanion.com:

 Hello,

 I would like to release Tobago 1.5.0-alpha-2.

 For a detail list please consult the release notes:


 http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12314340

 The version is available at the nexus staging repository.

 Staging repository:

 https://repository.apache.org/content/repositories/orgapachemyfaces-018

 The Vote is open for 72h.

 [ ] +1
 [ ] +0
 [ ] -1

 Regards

 Bernd







[RESULT] [VOTE] Release Tobago 1.0.34

2011-02-20 Thread Bernd Bohmann
The vote has passed with the following results:

+1
lofwyr (binding)
bommel (binding)
matzew(binding)


I will proceed with the next steps.

Regards

Bernd

On Sat, Feb 19, 2011 at 6:20 PM, Bernd Bohmann
bernd.bohm...@googlemail.com wrote:
 Here is my

 +1

 On Thu, Feb 17, 2011 at 3:16 PM, Udo Schnurpfeil u...@schnurpfeil.de wrote:
 +1

 Am 17.02.11 08:37, schrieb Matthias Wessendorf:

 +1

 I did a download of the source-drop and the build went fine!

 On Wed, Feb 16, 2011 at 11:29 PM, Bernd Bohmann
 bernd.bohm...@atanion.com  wrote:

 Hello,

 I would like to release Tobago 1.0.34.

 For a detail list please consult the release notes:


 http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12316162

 The version is available at the nexus staging repository.

 Staging repository:

 https://repository.apache.org/content/repositories/orgapachemyfaces-019

 The Vote is open for 72h.

 [ ] +1
 [ ] +0
 [ ] -1

 Regards

 Bernd