From seam-commits at lists.jboss.org Mon Mar 1 09:27:55 2010 Content-Type: multipart/mixed; boundary="===============7550945843556204616==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r12085 - in branches/enterprise/JBPAPP_4_3_FP01: examples and 4 other directories. Date: Mon, 01 Mar 2010 09:27:55 -0500 Message-ID: <201003011427.o21ERtr9003767@svn01.web.mwc.hst.phx2.redhat.com> --===============7550945843556204616== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2010-03-01 09:27:54 -0500 (Mon, 01 Mar 2010) New Revision: 12085 Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Mail.= xml branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Prefa= ce.xml branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml branches/enterprise/JBPAPP_4_3_FP01/examples/mail/build.xml branches/enterprise/JBPAPP_4_3_FP01/examples/mail/readme.txt branches/enterprise/JBPAPP_4_3_FP01/examples/mail/resources/WEB-INF/comp= onents.xml branches/enterprise/JBPAPP_4_3_FP01/examples/mail/view/index.xhtml branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/mail-2.0.xsd Log: JBPAPP-3335 - removing remaining Meldware references Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-U= S/Mail.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Mail= .xml 2010-03-01 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Mail= .xml 2010-03-01 14:27:54 UTC (rev 12085) @@ -467,59 +467,7 @@ - = -
- Meldware - = - - Seam's mail examples use Meldware (from = buni.org) = - as a mail server. Meldware is a groupware package that provides = - SMTP, POP3, IMAP, - webmail, a shared calendar and an graphical admin tool; it's written= as a - JEE application so can be deployed onto JBoss AS alongside your Seam - application. = - - = - - The version of Meldware distributed with Seam (in the mail/= buni-meldware - folder) is specially tailored for development - mailboxes, users and = - aliases (email addresses) are created every time the application = - deploys. If you want to use Meldware in production you should insta= ll - the latest release from buni.org. = - - - To create mailboxes, users and aliases, you can use the = - meldware component: - - = - - = - - = - - - #{duke} - #{root} - - - = - - - duke(a)jboss.org - duke(a)jboss.com - - = -]]> = - - Here we've created two users, duke, who has two e= mail - addresses and an administrator with the username root. - - = -
-
Tags = Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-U= S/Preface.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Pref= ace.xml 2010-03-01 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Pref= ace.xml 2010-03-01 14:27:54 UTC (rev 12085) @@ -260,8 +260,8 @@ Seam integrates JPA and Hibernate3 for persistence= , the EJB Timer Service and Quartz = - for lightweight asychronicity, jBPM for workflow, = JBoss Rules for business rules, Meldware = - Mail for email, Hibernate Search and Lucene for fu= ll text search, JMS for messaging and JBoss = + for lightweight asychronicity, jBPM for workflow, = JBoss Rules for business rules, Hibernate Search + and Lucene for full text search, JMS for messagin= g and JBoss = Cache for page fragment caching. Seam layers an in= novative rule-based security framework over JAAS and JBoss Rules. There's even JSF tag librari= es for rendering PDF, outgoing email, charts = and wikitext. Seam components may be called synchr= onously as a Web Service, asynchronously = Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml 2010-03-01 04:47= :41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml 2010-03-01 14:27= :54 UTC (rev 12085) @@ -37,8 +37,7 @@ = - - + = = @@ -308,27 +307,6 @@ = - - - - - - - - - - - - - - - - - - = @@ -750,11 +704,6 @@ - = Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/mail/build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/examples/mail/build.xml 2010-03-01 = 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/examples/mail/build.xml 2010-03-01 = 14:27:54 UTC (rev 12085) @@ -7,8 +7,7 @@ = - - + = Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/mail/readme.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/examples/mail/readme.txt 2010-03-01= 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/examples/mail/readme.txt 2010-03-01= 14:27:54 UTC (rev 12085) @@ -1,5 +1,7 @@ Seam Mail Example =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -This example demonstrates the Seam Mail functionality. It runs on JBoss A= S. +This example demonstrates the Seam Mail functionality. It runs on JBoss A= S and requires a configuration of an SMTP host and relay. +You'll need to edit in resources/WEB-INF/components.xml= , set a SMTP host and relay to relay via and then run = +the ant deploy target again. = example.name=3Dmail \ No newline at end of file Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/mail/resources/WEB-I= NF/components.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/examples/mail/resources/WEB-INF/com= ponents.xml 2010-03-01 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/examples/mail/resources/WEB-INF/com= ponents.xml 2010-03-01 14:27:54 UTC (rev 12085) @@ -16,17 +16,7 @@ = - - = - - - - #{meldwareUser.test} - - - = - - = - + + = Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/mail/view/index.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/examples/mail/view/index.xhtml 2010= -03-01 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/examples/mail/view/index.xhtml 2010= -03-01 14:27:54 UTC (rev 12085) @@ -45,15 +45,8 @@ in resources/WEB-INF/components.xml a <mail:mail= Session>, set a SMTP relay to relay via and then run the ant deploy= again. = -
  • Servers other than JBoss AS - This example deploys Meldware= (from buni.org - - meldware.ear) to act as an SMTP server (it listens for = authenticated - connections on localhost:2525). This means the mail exam= ple will - work out of the box on JBoss AS 4.0.5.GA. If you using another server= you may need - to set an SMTP relay as described above.
  • +
  • This example requires a configuration of an SMTP host and r= elay as described above.
  • = -
  • Meldware will fail if you have another service using port 2525 (yo= u'll get a errors - when the applicaiton is deployed). To get around this you can set a S= MTP gateway as - described above.
  • Modified: branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/mail-= 2.0.xsd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/mail-2.0.xs= d 2010-03-01 04:47:41 UTC (rev 12084) +++ branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/mail-2.0.xs= d 2010-03-01 14:27:54 UTC (rev 12085) @@ -22,29 +22,4 @@ = - - - - - - - - - - = - - - - - - - - - - - - - - - --===============7550945843556204616==--