Aw: [ANNOUNCE] MyFaces Test v1.0.0 Release

2010-09-08 Thread mynewsgroups
hi,

is there a http download available?

Under http://myfaces.apache.org/download.html the test project is missing.

Thanks,
Tom 


- Original Nachricht 
Von: Leonardo Uribe lu4...@gmail.com
An:  MyFaces Development d...@myfaces.apache.org, MyFaces Discussion 
users@myfaces.apache.org
Datum:   06.09.2010 05:40
Betreff: [ANNOUNCE] MyFaces Test v1.0.0 Release

 The Apache MyFaces team is pleased to announce the release of MyFaces Test
 1.0.0.
 
 The Myfaces Test Framework provides mock object libraries, plus base
 classes
 for creating your own JUnit TestCases for JSF.
 
 For more information please see: http://myfaces.apache.org/test
 
 MyFaces Core is available in the central Maven repository under Group ID
 org.apache.myfaces.test.
 
 Release Notes - MyFaces Test - Version 1.0.0
 
 Bug
 
 * [MYFACESTEST-23] - ConfigParser should use Class.forName to load
 classes
 
 Improvement
 
 * [MYFACESTEST-11] - Update ConfigParser to jsf 2
 * [MYFACESTEST-20] - Support for composite value expressions like 'test
 #{foo}'
 * [MYFACESTEST-21] - Update AbstractAttributeMap and replace
 MockScopeMap with _ScopeMap
 * [MYFACESTEST-24] - Include MockPartialViewContextFactory and
 MockVisitContextFactory by default on all test suites for myfaces-test20
 
 New Feature
 
 * [MYFACESTEST-15] - Add new MockResponseStateManager
 * [MYFACESTEST-19] - JUnit4 Runner that runs each Test method in a
 seperate classloader
 
 Task
 
 * [MYFACESTEST-10] - Create a site for this project in
 myfaces.apache.org and publish it
 * [MYFACESTEST-12] - Update AbstractJsfTestCase to jsf 2
 * [MYFACESTEST-13] - MockResource must implement all its methods
 * [MYFACESTEST-14] - Update myfaces-test to use JUnit 4.x
 * [MYFACESTEST-16] - Update license and notice for myfaces test
 * [MYFACESTEST-17] - Update MockExternalContext so it delegate to mock
 request and response objects and add new methods present on facelets mocks
 * [MYFACESTEST-18] - Include in AbstractJsfTestCase and
 AbstractJmockTestCase protected methods for setup elements and allow better
 customization
 * [MYFACESTEST-22] - MockVisitContextFactory should behave like the
 myfaces core VisitContextFactoryImpl
 
 regards,
 
 Leonardo Uribe
 

Heute erleben, was morgen Trend wird - das kann man auf der IFA in Berlin. Oder 
auf arcor.de: Wir stellen Ihnen die wichtigsten News, Trends und Gadgets der 
IFA vor. Natürlich mit dabei: das brandneue IPTV-Angebot von Vodafone! Alles 
rund um die Internationale Funkausstellung in Berlin finden Sie hier: 
http://www.arcor.de/rd/footer.ifa2010


Re: [COMMUNITY] MyFaces += Martin Kočí

2010-09-08 Thread Blake Sullivan

 Congratulations!

-- Blake Sullivan

On 9/7/10 8:26 AM, Gerhard wrote:

welcome!

regards,
gerhard

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



2010/9/7 Matthias Wessendorf mat...@apache.org 
mailto:mat...@apache.org


The Myfaces PMC is proud to announce a new addition to our community.

Please welcome Martin Kočí as the newest MyFaces committer!
Ali is an active member of the myfaces community. He started on
contributing to Trinidad and was a great resource recently on
MyFaces core.


@Martin: Please add yourself to the Master-POM at
https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk/pom.xml

--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf






Re: [ANNOUNCE] MyFaces Test v1.0.0 Release

2010-09-08 Thread Jakob Korherr
Hi Tom,

You can download it from the Maven central repository at
http://repo2.maven.org/maven2/org/apache/myfaces/test/myfaces-test20/1.0.0/

Regards,
Jakob

2010/9/8 mynewsgro...@arcor.de

 hi,

 is there a http download available?

 Under http://myfaces.apache.org/download.html the test project is missing.

 Thanks,
 Tom


 - Original Nachricht 
 Von: Leonardo Uribe lu4...@gmail.com
 An:  MyFaces Development d...@myfaces.apache.org, MyFaces Discussion
 users@myfaces.apache.org
 Datum:   06.09.2010 05:40
 Betreff: [ANNOUNCE] MyFaces Test v1.0.0 Release

  The Apache MyFaces team is pleased to announce the release of MyFaces
 Test
  1.0.0.
 
  The Myfaces Test Framework provides mock object libraries, plus base
  classes
  for creating your own JUnit TestCases for JSF.
 
  For more information please see: http://myfaces.apache.org/test
 
  MyFaces Core is available in the central Maven repository under Group ID
  org.apache.myfaces.test.
 
  Release Notes - MyFaces Test - Version 1.0.0
 
  Bug
 
  * [MYFACESTEST-23] - ConfigParser should use Class.forName to load
  classes
 
  Improvement
 
  * [MYFACESTEST-11] - Update ConfigParser to jsf 2
  * [MYFACESTEST-20] - Support for composite value expressions like
 'test
  #{foo}'
  * [MYFACESTEST-21] - Update AbstractAttributeMap and replace
  MockScopeMap with _ScopeMap
  * [MYFACESTEST-24] - Include MockPartialViewContextFactory and
  MockVisitContextFactory by default on all test suites for myfaces-test20
 
  New Feature
 
  * [MYFACESTEST-15] - Add new MockResponseStateManager
  * [MYFACESTEST-19] - JUnit4 Runner that runs each Test method in a
  seperate classloader
 
  Task
 
  * [MYFACESTEST-10] - Create a site for this project in
  myfaces.apache.org and publish it
  * [MYFACESTEST-12] - Update AbstractJsfTestCase to jsf 2
  * [MYFACESTEST-13] - MockResource must implement all its methods
  * [MYFACESTEST-14] - Update myfaces-test to use JUnit 4.x
  * [MYFACESTEST-16] - Update license and notice for myfaces test
  * [MYFACESTEST-17] - Update MockExternalContext so it delegate to
 mock
  request and response objects and add new methods present on facelets
 mocks
  * [MYFACESTEST-18] - Include in AbstractJsfTestCase and
  AbstractJmockTestCase protected methods for setup elements and allow
 better
  customization
  * [MYFACESTEST-22] - MockVisitContextFactory should behave like the
  myfaces core VisitContextFactoryImpl
 
  regards,
 
  Leonardo Uribe
 

 Heute erleben, was morgen Trend wird - das kann man auf der IFA in Berlin.
 Oder auf arcor.de: Wir stellen Ihnen die wichtigsten News, Trends und
 Gadgets der IFA vor. Natürlich mit dabei: das brandneue IPTV-Angebot von
 Vodafone! Alles rund um die Internationale Funkausstellung in Berlin finden
 Sie hier: http://www.arcor.de/rd/footer.ifa2010




-- 
Jakob Korherr

blog: http://www.jakobk.com
twitter: http://twitter.com/jakobkorherr
work: http://www.irian.at


Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Matthias Wessendorf
Hello,

problem is the build was done w/ java6.
Locally I verified that it works with java5

re-running a release (1.0.13), now

2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  number must be greater than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM':'The
  number is too low.',
  

RE: [Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad (Mobile)

2010-09-08 Thread Seema Richard (UST, IND)
Hi,

 

Sorry for resending the question. Any inputs on this will be very
helpful.

 

Thanks,

Seema

 

From: Seema Richard (UST, IND) 
Sent: Saturday, September 04, 2010 9:32 PM
To: 'users@myfaces.apache.org'
Subject: [Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad
(Mobile)

 

In our regular web application which uses MyFaces 1.1 and JSP pages, we
have implemented Comet/Server-Side push using a Dojo Bayeux client in
the JSP page. Now we are developing a mobile web application using
Apache Trinidad (JSF 1.2) and Facelets. We are checking on the
feasibility of using the same Comet-Bayeux technology in this
application also.

 

So we had the following questions.

1. Are these libraries ie; Dojo/Bayeux/JSON compatible with Apache
Trinidad and Facelets?

2. Will this technology work properly in a mobile browser? We need to
support iPhone, Blackberry and Android devices

3. Accessing the web application from the mobile device might be using
WiFi or GPRS. Could there be any challenges when the Dojo client
receives and displays the latest updates periodically?

 

Thanks,

Seema



Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Rafa Pérez
Hi Matthias,

thank you very much.

-- Rafa

On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  number must be greater than or equal to {2}.',
  

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Matthias Wessendorf
I am _not_ passed maven ;-)


2010/9/8 Rafa Pérez raja...@gmail.com:
 Hi Matthias,

 thank you very much.

 -- Rafa

 On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  

Re: [Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad (Mobile)

2010-09-08 Thread Matthias Wessendorf
Trinidad 1.2 works on mobile, see:

http://myfaces.apache.org/trinidad/devguide/mobile.html
http://myfaces.apache.org/trinidad/devguide/mobileSkinning.html

supported browsers:
http://myfaces.apache.org/trinidad/browsers.html

regarding dojo/bayeux: no idea

On Wed, Sep 8, 2010 at 5:23 PM, Seema Richard (UST, IND)
seema.rich...@ust-global.com wrote:
 Hi,



 Sorry for resending the question. Any inputs on this will be very
 helpful.



 Thanks,

 Seema



 From: Seema Richard (UST, IND)
 Sent: Saturday, September 04, 2010 9:32 PM
 To: 'users@myfaces.apache.org'
 Subject: [Trinidad] Dojo Bayeux compatibility/feasibility with Trinidad
 (Mobile)



 In our regular web application which uses MyFaces 1.1 and JSP pages, we
 have implemented Comet/Server-Side push using a Dojo Bayeux client in
 the JSP page. Now we are developing a mobile web application using
 Apache Trinidad (JSF 1.2) and Facelets. We are checking on the
 feasibility of using the same Comet-Bayeux technology in this
 application also.



 So we had the following questions.

 1. Are these libraries ie; Dojo/Bayeux/JSON compatible with Apache
 Trinidad and Facelets?

 2. Will this technology work properly in a mobile browser? We need to
 support iPhone, Blackberry and Android devices

 3. Accessing the web application from the mobile device might be using
 WiFi or GPRS. Could there be any challenges when the Dojo client
 receives and displays the latest updates periodically?



 Thanks,

 Seema





-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Matthias Wessendorf
hey Rafa,

I did an upload to my staging repo:
http://people.apache.org/~matzew/staging_repo/

a vote is going on, on dev@

-M

On Wed, Sep 8, 2010 at 5:37 PM, Matthias Wessendorf mat...@apache.org wrote:
 I am _not_ passed maven ;-)


 2010/9/8 Rafa Pérez raja...@gmail.com:
 Hi Matthias,

 thank you very much.

 -- Rafa

 On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org 
 wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must