[Seasar-user:11702] Re: s2mai

[E-MAIL ADDRESS DELETED]
2007年 11月 19日 (月) 16:39:31 JST


do you use s2mai.dicon file extracted from jar file in root package ?
if you use it, please remove or replace s2mai.dicon and
s2mai-core.dicon from new jar.


2007/11/19, 川赤 <[E-MAIL ADDRESS DELETED]>:
> I'm sorry but it's useless.
> I've send a mail to you([E-MAIL ADDRESS DELETED]).
> Please check it ,thx!
>
>
> 2007/11/19, Áø¡¡ÈAÁ¼ <[E-MAIL ADDRESS DELETED]>:
> >
> >
> > if write like the following ,maybe it does work.
> >
> >   for (int i = 0; i < 10; i++) {
> >       Mail mail = new Mail();
> >       mail.setFrom(" [E-MAIL ADDRESS DELETED]");
> >       mail.setTo ("[E-MAIL ADDRESS DELETED]");
> >       mail.setPropertyA(Integer.toString(i));
> >       mailBox.sendMail (mail);
> >  }
> >
> >
> >
> > ----- Original Message -----
> > From: 川赤
> > To: [E-MAIL ADDRESS DELETED]
> > Sent: Monday, November 19, 2007 3:53 PM
> > Subject: [Seasar-user:11698] Re: s2mai
> >
> >
> > Thanks for your reply.
> >
> > But i have update s2mai to the last version(s2mai-0.9.4),the problem still
> exists.
> >
> > It seems to run quite well in junit.(Doesn't refer to transaction?) What's
> the problem?
> >
> >
> > 2007/11/16, 鎗 <[E-MAIL ADDRESS DELETED]>:
> > > This is rokugen.
> > >
> > > Sorry, I understand the problem.
> > >
> > > There is bug in S2Mai's Transaction support.
> > >
> > > Please use newest version, s2mai-0.9.4, and retry.
> > >
> > >
> > > 2007/11/16, 鎗 <[E-MAIL ADDRESS DELETED] >:
> > > > Hi,this is rokugen ,s2mai commiter.
> > > > I'm not good at English, sorry.
> > > >
> > > > You expect 10 mails sending , don't you?
> > > > It works cerrectly for me.
> > > >
> > > > Please check "getPropertyA" implementation.
> > > >
> > > > 2007/11/16, 川赤 < [E-MAIL ADDRESS DELETED]>:
> > > > > There is a problem happened when i using s2mai to send mails.
> > > > >
> > > > > Code :
> > > > >
> > > > > Mail mail = new Mail();
> > > > > mail.setFrom(" [E-MAIL ADDRESS DELETED] ");
> > > > > mail.setTo("[E-MAIL ADDRESS DELETED]");
> > > > > for (int i = 0; i < 10; i++) {
> > > > > mail.setPropertyA(Integer.toString(i));
> > > > > mailBox.sendMail(mail);
> > > > > }
> > > > >
> > > > > mailTemplate:
> > > > >
> > > > > MailBox_sendMail.ftl:
> > > > >
> > > > > Subject: aaa
> > > > >
> > > > > The number is ${data.propertyA }.
> > > > >
> > > > > The expected  mails are
> > > > >
> > > > > The number is 0(1,2,3,4,5,6,7,8,9).
> > > > >
> > > > > But the results are :
> > > > >
> > > > > The number is 9(9,9,9,9,9,9,9,9,9).
> > > > >
> > > > > What's wrong?
> > > > >
> > > > > _______________________________________________
> > > > > Seasar-user mailing list
> > > > > [E-MAIL ADDRESS DELETED]
> > > > > https://ml.seasar.org/mailman/listinfo/seasar-user
> > > > >
> > > > >
> > > >
> > >
> > > _______________________________________________
> > > Seasar-user mailing list
> > > [E-MAIL ADDRESS DELETED]
> > > https://ml.seasar.org/mailman/listinfo/seasar-user
> > >
> > >
> >
> >
> >
> > ________________________________
>
> >
> > _______________________________________________
> > Seasar-user mailing list
> > [E-MAIL ADDRESS DELETED]
> > https://ml.seasar.org/mailman/listinfo/seasar-user
> >
> >
> >
> >
> >
> > _______________________________________________
> > Seasar-user mailing list
> > [E-MAIL ADDRESS DELETED]
> > https://ml.seasar.org/mailman/listinfo/seasar-user
> >
> >
>
>
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>
>


Seasar-user メーリングリストの案内