<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues">
    <title>gmane.comp.java.cdi.seam.issues</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8307"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8305"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8304"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8303"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8322">
    <title>[JBoss JIRA] (SOLDER-222) EAR contained WAR's beans.xml not processed</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8322</link>
    <description>&lt;pre&gt;
    [ https://issues.jboss.org/browse/SOLDER-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=12696185#comment-12696185 ] 

Roberto Carta commented on SOLDER-222:
--------------------------------------

I've seen this issue persists in version 3.1.0.Final + JBoss AS7.1.1.Final
In particular if solder-impl is placed in WEB-INF/lib directory, 
/META-INF/services/org.jboss.solder.servlet.resource.WebResourceLocationProvider file is not located by the classloader.


org.jboss.solder.util.service.ServiceLoader.loadServiceFiles() receive an empty Enumeration calling {{loader.getResources(serviceFile)}}
where
_loader_ is (org.jboss.modules.ModuleClassLoader): ModuleClassLoader for Module "deployment.earname.ear:main" from Service Module Loader
_serviceFile_ is: META-INF/services/org.jboss.solder.servlet.resource.WebResourceLocationProvider

But if you deploy the war module outside an EAR _WebResourceLocationProvider_ is founded.

A possibile solution is to call {{ServiceLo&lt;/pre&gt;</description>
    <dc:creator>Roberto Carta (JIRA</dc:creator>
    <dc:date>2012-05-25T22:43:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8321">
    <title>[JBoss JIRA] (JBSEAM-4968) metawidget example, error handling ViewExpiredException "Exception when handling error trying to reset the response.: javax.faces.application.ViewExpiredException"</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8321</link>
    <description>&lt;pre&gt;Marek Schmidt created JBSEAM-4968:
-------------------------------------

             Summary: metawidget example, error handling ViewExpiredException "Exception when handling error trying to reset the response.: javax.faces.application.ViewExpiredException"
                 Key: JBSEAM-4968
                 URL: https://issues.jboss.org/browse/JBSEAM-4968
             Project: Seam 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.3.0.BETA2
         Environment: AS 7.1.2.Final, 2.3.0.CR1-SNAPSHOT
            Reporter: Marek Schmidt
            Assignee: Marek Novotny
             Fix For: 2.3.0.CR1




{noformat}
16:44:34,252 INFO  [javax.enterprise.resource.webcontainer.jsf.context] (http-/127.0.0.1:8080-2) Exception when handling error trying to reset the response.: javax.faces.application.ViewExpiredException: [23/1938]
ain.seam - View /main.seam could not be restored.
        at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:205) [jsf-impl-2.1.7-jbos&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T14:58:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8320">
    <title>[JBoss JIRA] (JBSEAM-4967) seam-messages fails with "The absolute uri: http://jboss.com/products/seam/taglib cannot be resolved in either web.xml or the jar files deployed with this application"</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8320</link>
    <description>&lt;pre&gt;Marek Schmidt created JBSEAM-4967:
-------------------------------------

             Summary: seam-messages fails with "The absolute uri: http://jboss.com/products/seam/taglib cannot be resolved in either web.xml or the jar files deployed with this application"
                 Key: JBSEAM-4967
                 URL: https://issues.jboss.org/browse/JBSEAM-4967
             Project: Seam 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.3.0.BETA2
         Environment: AS 7.1.2.Final
            Reporter: Marek Schmidt
            Assignee: Marek Novotny
             Fix For: 2.3.0.CR1


seam-messages fails with

{noformat}
org.apache.jasper.JasperException: The absolute uri: http://jboss.com/products/seam/taglib cannot be resolved in either web.xml or the jar files deployed with this application
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
org.apache.jasper.com&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T14:10:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8319">
    <title>[JBoss JIRA] (JBSEAM-4960) seam-gen project classpathnot updated</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8319</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Remes reassigned JBSEAM-4960:
-----------------------------------

    Assignee: Daniel Hinojosa

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T14:10:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8318">
    <title>[JBoss JIRA] (JBSEAM-4966) Factory not called after &lt; at &gt;Outjecting null value with redirect</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8318</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Schmidt reassigned JBSEAM-4966:
-------------------------------------

    Assignee: Marek Novotny

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T13:29:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8317">
    <title>[JBoss JIRA] (JBSEAM-4966) Factory not called after &lt; at &gt;Outjecting null value with redirect</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8317</link>
    <description>&lt;pre&gt;Marek Schmidt created JBSEAM-4966:
-------------------------------------

             Summary: Factory not called after &amp;lt; at &amp;gt;Outjecting null value with redirect
                 Key: JBSEAM-4966
                 URL: https://issues.jboss.org/browse/JBSEAM-4966
             Project: Seam 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.3.0.BETA2
         Environment: AS 7.1.2.Final
            Reporter: Marek Schmidt
             Fix For: 2.3.0.CR1



The following scenario which works in Seam2.2, doesn't work in Seam2.3.0.Beta2

{code}
&amp;lt; at &amp;gt;Scope(ScopeType.SESSION)
&amp;lt; at &amp;gt;Name("bookingList")
class BookingListAction implements Serializable
{
  &amp;lt; at &amp;gt;DataModel
  private List&amp;lt;Booking&amp;gt; bookings

  &amp;lt; at &amp;gt;Factory
  public void getBookings() {
    // load bookings from the database
  }
}
{code}

{code}
&amp;lt; at &amp;gt;Name("hotelBooking")
public class HotelBookingAction
{
   &amp;lt; at &amp;gt;Out (required=false, scope=ScopeType.SESSION)
   List &amp;lt;Booking&amp;gt; bookings;
   
   &amp;lt; at &amp;gt;End
   public void confirm() {
      // ... persist a new booking

&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T13:29:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8316">
    <title>[JBoss JIRA] (JBSEAM-4963) seam-gen generating new action - compilation problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8316</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Remes closed JBSEAM-4963.
-------------------------------

    Resolution: Won't Fix


This was my mistake. There is only same problem as at JBSEAM-4964
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T13:27:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8315">
    <title>[JBoss JIRA] (JBSEAM-4964) seam-gen generating newform - problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8315</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Remes updated JBSEAM-4964:
--------------------------------

    Description: Seam-gen generated Form class has error because of javax.validation.constraints.Size annotation.  (was: Seam-gen generated Form class has error because of javax.validation.constraints.Size annotation. Should it be org.hibernate.validator.Size?)


It is due to missing validation-api.jar on classpath.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T13:27:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8314">
    <title>[JBoss JIRA] (JBSEAM-4964) seam-gen generating newform - problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8314</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Remes updated JBSEAM-4964:
--------------------------------

        Summary: seam-gen generating new form - problem  (was: seam-gen generating new form - compilation problem)
    Description: Seam-gen generated Form class has error because of javax.validation.constraints.Size annotation. Should it be org.hibernate.validator.Size?  (was: Running seam-gen "new-form" command generates not compilable class, because it is using javax.validation.constraints.Size annotation. Should it be org.hibernate.validator.Size?)

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T12:55:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8313">
    <title>[JBoss JIRA] (JBSEAM-4962) Generation of Seam Reference Guide sometime throws ConcurrentModificationException</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8313</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny resolved JBSEAM-4962.
-----------------------------------

      Assignee: Marek Novotny
    Resolution: Done

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Novotny (JIRA</dc:creator>
    <dc:date>2012-05-25T11:59:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8312">
    <title>[JBoss JIRA] (JBSEAM-4962) Generation of Seam Reference Guide sometime throws ConcurrentModificationException</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8312</link>
    <description>&lt;pre&gt;
    [ https://issues.jboss.org/browse/JBSEAM-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=12695935#comment-12695935 ] 

Marek Novotny commented on JBSEAM-4962:
---------------------------------------

I upgraded to the latest maven-jdocbook-plugin 2.3.7. 

                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Novotny (JIRA</dc:creator>
    <dc:date>2012-05-25T11:59:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8311">
    <title>[JBoss JIRA] (JBSEAM-4965) java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8311</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny resolved JBSEAM-4965.
-----------------------------------

    Resolution: Done


fixed JSfRenderer annotation value to point to correct org.jboss.seam.ui.CacheRenderer instead of ButtonRenderer
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Novotny (JIRA</dc:creator>
    <dc:date>2012-05-25T11:06:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8310">
    <title>[JBoss JIRA] (JBSEAM-4965) java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8310</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Schmidt updated JBSEAM-4965:
----------------------------------

    Workaround Description: 
Replace the 

{code}
&amp;lt;renderer&amp;gt;
  &amp;lt;component-family&amp;gt;org.jboss.seam.ui.Button&amp;lt;/component-family&amp;gt;
  &amp;lt;renderer-type&amp;gt;org.jboss.seam.ui.ButtonRenderer&amp;lt;/renderer-type&amp;gt;
  &amp;lt;renderer-class&amp;gt;org.jboss.seam.ui.renderkit.CacheRendererBase&amp;lt;/renderer-class&amp;gt;
  &amp;lt;renderer-extension&amp;gt;
    &amp;lt;cdk:renders-children&amp;gt;false&amp;lt;/cdk:renders-children&amp;gt;
  &amp;lt;/renderer-extension&amp;gt;
&amp;lt;/renderer&amp;gt;
{code}

with

{code}
&amp;lt;renderer&amp;gt;
  &amp;lt;component-family&amp;gt;org.jboss.seam.ui.Button&amp;lt;/component-family&amp;gt;
  &amp;lt;renderer-type&amp;gt;org.jboss.seam.ui.ButtonRenderer&amp;lt;/renderer-type&amp;gt;
  &amp;lt;renderer-class&amp;gt;org.jboss.seam.ui.renderkit.ButtonRendererBase&amp;lt;/renderer-class&amp;gt;
  &amp;lt;renderer-extension&amp;gt;
    &amp;lt;cdk:renders-children&amp;gt;false&amp;lt;/cdk:renders-children&amp;gt;
  &amp;lt;/renderer-extension&amp;gt;
&amp;lt;/renderer&amp;gt;
{code}

in jboss-seam-ui.jar META-INF/faces-config.xml


    

--
This message is autom&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T10:46:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8309">
    <title>[JBoss JIRA] (JBSEAM-4965) java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8309</link>
    <description>&lt;pre&gt;
    [ https://issues.jboss.org/browse/JBSEAM-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=12695908#comment-12695908 ] 

Marek Schmidt commented on JBSEAM-4965:
---------------------------------------

The problem is likely to be

{code}
&amp;lt;renderer&amp;gt;
            &amp;lt;component-family&amp;gt;org.jboss.seam.ui.Button&amp;lt;/component-family&amp;gt;
            &amp;lt;renderer-type&amp;gt;org.jboss.seam.ui.ButtonRenderer&amp;lt;/renderer-type&amp;gt;
            &amp;lt;renderer-class&amp;gt;org.jboss.seam.ui.renderkit.CacheRendererBase&amp;lt;/renderer-class&amp;gt;
            &amp;lt;renderer-extension&amp;gt;
                &amp;lt;cdk:renders-children&amp;gt;false&amp;lt;/cdk:renders-children&amp;gt;
            &amp;lt;/renderer-extension&amp;gt;
        &amp;lt;/renderer&amp;gt;
{code}
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T10:37:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8308">
    <title>[JBoss JIRA] (JBSEAM-4965) java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8308</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Schmidt updated JBSEAM-4965:
----------------------------------

    Attachment: jboss-seam-ui-2.3.0.CR1-SNAPSHOT.jar


The booking example seems to work fine with the attached jboss-seam-ui-2.3.0.CR1-SNAPSHOT.jar, which differs only in the generated faces-config.xml and s.taglib.xml files.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T10:33:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8307">
    <title>[JBoss JIRA] (JBSEAM-4965) java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8307</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Schmidt updated JBSEAM-4965:
----------------------------------

    Attachment: seam-booking.ear

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T10:04:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8306">
    <title>[JBoss JIRA] (JBSEAM-4965) java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8306</link>
    <description>&lt;pre&gt;Marek Schmidt created JBSEAM-4965:
-------------------------------------

             Summary: java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache
                 Key: JBSEAM-4965
                 URL: https://issues.jboss.org/browse/JBSEAM-4965
             Project: Seam 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.3.0.BETA2
         Environment: JBoss AS 7.1.2.Final, JDK 1.6.0_30, Fedora 16, x86_64
            Reporter: Marek Schmidt
            Assignee: Marek Novotny
            Priority: Blocker
             Fix For: 2.3.0.CR1
         Attachments: seam-booking.ear

Most of the Seam examples fail with:

11:55:58,607 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (http-/127.0.0.1:8080-1) Error Rendering View[/book.xhtml]: java.lang.IllegalArgumentException: Component must be of type org.jboss.seam.ui.component.UICache
        at org.jboss.seam.ui.util.cdk.RendererBase.encodeBegin(RendererBase.java:75) [jbos&lt;/pre&gt;</description>
    <dc:creator>Marek Schmidt (JIRA</dc:creator>
    <dc:date>2012-05-25T10:04:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8305">
    <title>[JBoss JIRA] (JBSEAM-4963) seam-gen generating new action - compilation problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8305</link>
    <description>&lt;pre&gt;
     [ https://issues.jboss.org/browse/JBSEAM-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Remes updated JBSEAM-4963:
--------------------------------

    Description: Running seam-gen "new-action" command generates new Action class along with its Test class, which is extending JUnitSeamTest. This org.jboss.seam.mock.JUnitSeamTest cannot be imported due to unknown reason. Doing further investigation...  (was: Running seam-gen "new-action" command generates new Action class along with its Test class, which is extending JUnitSeamTest. This org.jboss.seam.mock.JUnitSeamTest does not exist any more. It should probably extend SeamTest class. )

    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T08:22:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8304">
    <title>[JBoss JIRA] (JBSEAM-4959) Seam gen needs to use different default JDBC driver than HSQLDB</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8304</link>
    <description>&lt;pre&gt;
    [ https://issues.jboss.org/browse/JBSEAM-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=12695856#comment-12695856 ] 

Tomas Remes commented on JBSEAM-4959:
-------------------------------------

As I have tested this functionality, I would vote for H2 as the default database. Since current HSQLDB 1.8.x is not JDBC 4 compliant and it is not embedded in AS7, I wouldn't consider using hsqldb as the default user "easiest" way to deploy new project with persistence. 
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T08:10:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8303">
    <title>[JBoss JIRA] (JBSEAM-4964) seam-gen generating new form - compilation problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8303</link>
    <description>&lt;pre&gt;Tomas Remes created JBSEAM-4964:
-----------------------------------

             Summary: seam-gen generating new form - compilation problem
                 Key: JBSEAM-4964
                 URL: https://issues.jboss.org/browse/JBSEAM-4964
             Project: Seam 2
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.3.0.BETA2
            Reporter: Tomas Remes
             Fix For: 2.3.0.CR1


Running seam-gen "new-form" command generates not compilable class, because it is using javax.validation.constraints.Size annotation. Should it be org.hibernate.validator.Size?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T07:58:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8302">
    <title>[JBoss JIRA] (JBSEAM-4963) seam-gen generating new action - compilation problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.cdi.seam.issues/8302</link>
    <description>&lt;pre&gt;Tomas Remes created JBSEAM-4963:
-----------------------------------

             Summary: seam-gen generating new action - compilation problem
                 Key: JBSEAM-4963
                 URL: https://issues.jboss.org/browse/JBSEAM-4963
             Project: Seam 2
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.3.0.BETA2
            Reporter: Tomas Remes
             Fix For: 2.3.0.CR1


Running seam-gen "new-action" command generates new Action class along with its Test class, which is extending JUnitSeamTest. This org.jboss.seam.mock.JUnitSeamTest does not exist any more. It should probably extend SeamTest class. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
&lt;/pre&gt;</description>
    <dc:creator>Tomas Remes (JIRA</dc:creator>
    <dc:date>2012-05-25T07:20:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.cdi.seam.issues">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.cdi.seam.issues</link>
  </textinput>
</rdf:RDF>

