[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-16 Thread rlhr
Using JBoss AS 4.2 CR1 fixed the problem :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037727#4037727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037727 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-13 Thread tazman
Thanks Pete! With your latest CVS commits I now have all the email functionality I need. I can send sync/async mails, and the subject and body parts are correctly encoded in utf-8. Thanks again! tazman View the original post :

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-12 Thread petemuir
Can you file an issue in JIRA and if possible add a testcase? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036701#4036701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036701

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-12 Thread rlhr
So after a little debugging, it seems that the problems lies in the UISubject.encodeChildren method. |@Override |public void encodeChildren(FacesContext facesContext) throws IOException |{ | try | { | String subject = encode(facesContext,

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-12 Thread rlhr
I created http://jira.jboss.org/jira/browse/JBSEAM-1177 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036838#4036838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036838 ___

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-11 Thread petemuir
As I stated above the fix was committed after the 20070405 nightly was built. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036377#4036377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036377

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-11 Thread rlhr
Right, but I'm using the cvs version I built myself from later that day. So I'm going to try to use the lastest just in case I don't have your fix. I saw there are few changes in the jars for the latest build. Any hint about it? View the original post :

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-11 Thread petemuir
tazman, you should be able to send async now View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036435#4036435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036435 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-11 Thread rlhr
Well, I took today's build and still have the same problem... The email template is defined as followed: | ?xml version=1.0 encoding=ISO-8859-1 ? | m:message xmlns=http://www.w3.org/1999/xhtml; |xmlns:m=http://jboss.com/products/seam/mail; |

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-10 Thread tazman
try to apply these changes to your template: ?xml version=1.0 encoding=utf-8 ? | m:message xmlns=http://www.w3.org/1999/xhtml; | xmlns:m=http://jboss.com/products/seam/mail; | xmlns:h=http://java.sun.com/jsf/html; | xmlns:f=http://java.sun.com/jsf/core;

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-10 Thread rlhr
So I added charset=ISO-8859-1 to the template but still it doesn't work for the subject. I'm still using the build from 4/5/2007 because it seems that a lot is going on in the last builds and I'm not quite sure how to properly setup the application... View the original post :

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-09 Thread rlhr
here is my email template: | ?xml version=1.0 encoding=ISO-8859-1 ? | m:message xmlns=http://www.w3.org/1999/xhtml; | xmlns:m=http://jboss.com/products/seam/mail; | xmlns:h=http://java.sun.com/jsf/html; | xmlns:f=http://java.sun.com/jsf/core; |

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-09 Thread rlhr
I should add that EMAIL_TEST_SUBJECT and EMAIL_TEST_BODY are defined in a properties file and contains non utf8 characters. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035735#4035735 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-06 Thread petemuir
Show me the template View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035253#4035253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035253 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-06 Thread tazman
I can confirm that now my email subjects too are utf-8 encoded. However, I cannot send asynchronous mails anymore. I'm getting this: 14:49:00,875 ERROR [TimerImpl] Error invoking ejbTimeout: javax.ejb.EJBException | : java.lang.RuntimeException: exception invoking: newMessage If I remove the

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-05 Thread petemuir
I put a fix into CVS earlier today ;) It would be great if you could test it for me :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035158#4035158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035158

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-05 Thread rlhr
I tried jboss-seam-CVS.20070405 and still see the problem. Is the fix in that build or is it going to be in the next build? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035164#4035164 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-05 Thread petemuir
Erm, looks like I committed after cruisecontrol built the last nightly. Anyway, building Seam from CVS is dead simple ;) cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-seam | cd jboss-seam | ant View the original post :

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-05 Thread rlhr
I'm afraid the fix didn't do it. I still get the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035177#4035177 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035177