List Info

Thread: Created: (JBSEAM-2171) Converter implementations for java 1.5 atomic




Created: (JBSEAM-2171) Converter implementations for java 1.5 atomic
country flaguser name
United States
2007-10-27 21:49:01
Converter implementations for java 1.5 atomic classes
-----------------------------------------------------

                 Key: JBSEAM-2171
                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
         Environment: head
            Reporter: Dennis Byrne
         Assigned To: Dennis Byrne
         Attachments: AtomicBooleanConverter.java,
AtomicIntegerConverter.java, AtomicLongConverter.java

I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2171) Converter implementations for java 1.5 atomic
country flaguser name
United States
2007-10-27 21:51:01
     [ http://jira.jboss.com/jira/browse/JBSEAM-2171?page=all
]

Dennis Byrne updated JBSEAM-2171:
---------------------------------

    Attachment: AtomicBooleanConverterTestCase.java
                AtomicIntegerConverterTest.java
                AtomicLongConverterTest.java

> Converter implementations for java 1.5 atomic classes
> -----------------------------------------------------
>
>                 Key: JBSEAM-2171
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: head
>            Reporter: Dennis Byrne
>         Assigned To: Dennis Byrne
>         Attachments: AtomicBooleanConverter.java,
AtomicBooleanConverterTestCase.java,
AtomicIntegerConverter.java,
AtomicIntegerConverterTest.java, AtomicLongConverter.java,
AtomicLongConverterTest.java
>
>
> I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Commented: (JBSEAM-2171) Converter implementations for java 1.5 atom
country flaguser name
United States
2007-10-28 04:38:01
    [ http://jira.jboss.com/jira/browse/JBS
EAM-2171?page=comments#action_12384732 ] 
            
Pete Muir commented on JBSEAM-2171:
-----------------------------------

Documentation should be provided as a patch against
doc/reference/en/modules/controls.xml.

Seam uses the RichFaces CDK for building components, so
ui/src/main/config/component/atomicBooleanConverter.xml
(etc) should be created for each converter (see
modelValidator.xml for an example).

Thanks!

> Converter implementations for java 1.5 atomic classes
> -----------------------------------------------------
>
>                 Key: JBSEAM-2171
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: head
>            Reporter: Dennis Byrne
>         Assigned To: Dennis Byrne
>         Attachments: AtomicBooleanConverter.java,
AtomicBooleanConverterTestCase.java,
AtomicIntegerConverter.java,
AtomicIntegerConverterTest.java, AtomicLongConverter.java,
AtomicLongConverterTest.java
>
>
> I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2171) Converter implementations for java 1.5 atomic
country flaguser name
United States
2007-10-28 08:12:01
     [ http://jira.jboss.com/jira/browse/JBSEAM-2171?page=all
]

Dennis Byrne updated JBSEAM-2171:
---------------------------------

    Attachment: atomicBooleanConverter.xml
                atomicIntegerConverter.xml
                atomicLongConverter.xml

Done.

> Converter implementations for java 1.5 atomic classes
> -----------------------------------------------------
>
>                 Key: JBSEAM-2171
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: head
>            Reporter: Dennis Byrne
>         Assigned To: Dennis Byrne
>         Attachments: AtomicBooleanConverter.java,
atomicBooleanConverter.xml,
AtomicBooleanConverterTestCase.java,
AtomicIntegerConverter.java, atomicIntegerConverter.xml,
AtomicIntegerConverterTest.java, AtomicLongConverter.java,
atomicLongConverter.xml, AtomicLongConverterTest.java
>
>
> I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2171) Converter implementations for java 1.5 atomic
country flaguser name
United States
2007-10-29 21:15:15
     [ http://jira.jboss.com/jira/browse/JBSEAM-2171?page=all
]

Dennis Byrne updated JBSEAM-2171:
---------------------------------

    Attachment: controls.xml-patch.txt

> Converter implementations for java 1.5 atomic classes
> -----------------------------------------------------
>
>                 Key: JBSEAM-2171
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: head
>            Reporter: Dennis Byrne
>         Assigned To: Dennis Byrne
>         Attachments: AtomicBooleanConverter.java,
atomicBooleanConverter.xml,
AtomicBooleanConverterTestCase.java,
AtomicIntegerConverter.java, atomicIntegerConverter.xml,
AtomicIntegerConverterTest.java, AtomicLongConverter.java,
atomicLongConverter.xml, AtomicLongConverterTest.java,
controls.xml-patch.txt
>
>
> I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2171) Converter implementations for java 1.5 atomic
country flaguser name
United States
2007-10-31 06:53:44
     [ http://jira.jboss.com/jira/browse/JBSEAM-2171?page=all
]

Pete Muir updated JBSEAM-2171:
------------------------------

    Fix Version/s: 2.0.x

> Converter implementations for java 1.5 atomic classes
> -----------------------------------------------------
>
>                 Key: JBSEAM-2171
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: head
>            Reporter: Dennis Byrne
>         Assigned To: Dennis Byrne
>             Fix For: 2.0.x
>
>         Attachments: AtomicBooleanConverter.java,
atomicBooleanConverter.xml,
AtomicBooleanConverterTestCase.java,
AtomicIntegerConverter.java, atomicIntegerConverter.xml,
AtomicIntegerConverterTest.java, AtomicLongConverter.java,
atomicLongConverter.xml, AtomicLongConverterTest.java,
controls.xml-patch.txt
>
>
> I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2171) Converter implementations for java 1.5 atomic
country flaguser name
United States
2008-02-11 13:00:32
     [ http://jira.jboss.com/jira/browse/JBSEAM-2171?page=all
]

Norman Richards updated JBSEAM-2171:
------------------------------------

    Fix Version/s: 2.1.0.GA
                       (was: 2.1.0.A1)

> Converter implementations for java 1.5 atomic classes
> -----------------------------------------------------
>
>                 Key: JBSEAM-2171
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2171
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: head
>            Reporter: Dennis Byrne
>         Assigned To: Dennis Byrne
>             Fix For: 2.1.0.GA
>
>         Attachments: AtomicBooleanConverter.java,
atomicBooleanConverter.xml,
AtomicBooleanConverterTestCase.java,
AtomicIntegerConverter.java, atomicIntegerConverter.xml,
AtomicIntegerConverterTest.java, AtomicLongConverter.java,
atomicLongConverter.xml, AtomicLongConverterTest.java,
controls.xml-patch.txt
>
>
> I am having some political problems getting this into
Tomahawk (which is living in a java 1.4 world).  The work is
here and it's tested.  I think this would be a good addition
to Seam, considering that Seam has done so much w/ the other
stuff that came out in 1.5.   I intend to document this, so
please advise on what the protocol is.  Also, I looked
around the code base and couldn't find a faces-config to
register these.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )