From seam-commits at lists.jboss.org Mon Jun 1 07:33:21 2009 Content-Type: multipart/mixed; boundary="===============8134283672068901150==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11063 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US. Date: Mon, 01 Jun 2009 07:24:41 -0400 Message-ID: --===============8134283672068901150== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-01 07:24:41 -0400 (Mon, 01 Jun 2009) New Revision: 11063 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/ClusteringAnd= EJBPassivation.xml Log: reviewed and fix some typos Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Cluste= ringAndEJBPassivation.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/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/ClusteringAn= dEJBPassivation.xml 2009-05-31 22:22:20 UTC (rev 11062) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/ClusteringAn= dEJBPassivation.xml 2009-06-01 11:24:41 UTC (rev 11063) @@ -46,7 +46,7 @@ But wait, there's more! Seam also offers an incredibly unique = feature for clustered applications. In addition to monitoring JavaBean components, Seam ensures that = managed entity instances (i.e. JPA and - Hibernate entities) don't become detatched during replication.= Seam keeps a record of the entities that are + Hibernate entities) don't become detached during replication. = Seam keeps a record of the entities that are loaded and automatically loads them on the secondary node. You= must, however, be using a Seam-managed persistence context to get this feature. More in depth informa= tion about this feature is provided in the second half of this chapter. @@ -61,7 +61,7 @@ Programming for clustering Any session- or conversation-scoped mutable JavaBean compo= nent that will be used in a clustered - environment must implement the Mutable = interface from the Seam API. As part of the + environment must implement the org.jboss.seam.cor= e.Mutable interface from the Seam API. As part of the contract, the component must maintain a dirty flag that is= reported and reset by the clearDirty() method. Seam calls this me= thod to determine if it is necessary to replicate the component. This avoids having to use the mor= e cumbersome Servlet API to add and remove the @@ -82,7 +82,7 @@ - Please note that clustering does not work with hot dep= loyable compoennts. But then again, you shouldn't + Please note that clustering does not work with hot dep= loyable components. But then again, you shouldn't be using hot deployable components in a non-developmen= t environment anyway. @@ -265,7 +265,7 @@ The MEI serves two distinct scenarios (EJB passivation and HTT= P session passivation), although to accomplish the same overall goal. It ensures that throughout the life of = a conversation using at least one extended persistence context, the entity instances loaded by the persis= tence context(s) remain managed (they do not - become detatched prematurally by a passivation event). In shor= t, it ensures the integrity of the extended + become detached prematurally by a passivation event). In short= , it ensures the integrity of the extended persistence context (and therefore its guarantees). = @@ -333,7 +333,7 @@ Conversations were initially designed with stateful sessio= n beans (SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs as hosts of the exten= ded persistence context. Seam introduces a - compliment to the extended persistence context, known as a= Seam-managed persistence context, which works + complement to the extended persistence context, known as a= Seam-managed persistence context, which works around a number of limitations in the specification (compl= ex propagation rules and lack of manual flushing). Both can be used with a SFSB. @@ -354,7 +354,7 @@ individual SFSB. This process can even be disabled. Howeve= r, the persistence context is not serialized (is this only true of SMPC?). In fact, what happens depend= s highly on the Java EE container. The spec is not very clear about this situation. Many vendors just tel= l you not to let it happen if you need the - guarnatees of the extended persistence context. Seam's app= roach is more conservative. Seam basically + guarantees of the extended persistence context. Seam's app= roach is more conservative. Seam basically doesn't trust the SFSB with the persistence context or the= entity instances. After each invocation of the SFSB, Seam moves the reference to entity instance held= by the SFSB into the current conversation (and therefore into the HTTP session), nullifying those fi= elds on the SFSB. It then restores this --===============8134283672068901150==-- From seam-commits at lists.jboss.org Mon Jun 1 13:25:59 2009 Content-Type: multipart/mixed; boundary="===============0791672754578339836==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11064 - in tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide: it-IT and 1 other directory. Date: Mon, 01 Jun 2009 13:17:14 -0400 Message-ID: --===============0791672754578339836== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-01 13:17:12 -0400 (Mon, 01 Jun 2009) New Revision: 11064 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/ClusteringAndEJBPas= sivation.xml tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jbpm.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Websphere.po Log: merge docs to 11063 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/ClusteringAn= dEJBPassivation.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 --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/ClusteringAndEJBPa= ssivation.xml 2009-06-01 11:24:41 UTC (rev 11063) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/ClusteringAndEJBPa= ssivation.xml 2009-06-01 17:17:12 UTC (rev 11064) @@ -46,7 +46,7 @@ But wait, there's more! Seam also offers an incredibly unique = feature for clustered applications. In addition to monitoring JavaBean components, Seam ensures that = managed entity instances (i.e. JPA and - Hibernate entities) don't become detatched during replication.= Seam keeps a record of the entities that are + Hibernate entities) don't become detached during replication. = Seam keeps a record of the entities that are loaded and automatically loads them on the secondary node. You= must, however, be using a Seam-managed persistence context to get this feature. More in depth informa= tion about this feature is provided in the second half of this chapter. @@ -61,7 +61,7 @@ Programming for clustering Any session- or conversation-scoped mutable JavaBean compo= nent that will be used in a clustered - environment must implement the Mutable = interface from the Seam API. As part of the + environment must implement the org.jboss.seam.cor= e.Mutable interface from the Seam API. As part of the contract, the component must maintain a dirty flag that is= reported and reset by the clearDirty() method. Seam calls this me= thod to determine if it is necessary to replicate the component. This avoids having to use the mor= e cumbersome Servlet API to add and remove the @@ -82,7 +82,7 @@ - Please note that clustering does not work with hot dep= loyable compoennts. But then again, you shouldn't + Please note that clustering does not work with hot dep= loyable components. But then again, you shouldn't be using hot deployable components in a non-developmen= t environment anyway. @@ -265,7 +265,7 @@ The MEI serves two distinct scenarios (EJB passivation and HTT= P session passivation), although to accomplish the same overall goal. It ensures that throughout the life of = a conversation using at least one extended persistence context, the entity instances loaded by the persis= tence context(s) remain managed (they do not - become detatched prematurally by a passivation event). In shor= t, it ensures the integrity of the extended + become detached prematurally by a passivation event). In short= , it ensures the integrity of the extended persistence context (and therefore its guarantees). = @@ -333,7 +333,7 @@ Conversations were initially designed with stateful sessio= n beans (SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs as hosts of the exten= ded persistence context. Seam introduces a - compliment to the extended persistence context, known as a= Seam-managed persistence context, which works + complement to the extended persistence context, known as a= Seam-managed persistence context, which works around a number of limitations in the specification (compl= ex propagation rules and lack of manual flushing). Both can be used with a SFSB. @@ -354,7 +354,7 @@ individual SFSB. This process can even be disabled. Howeve= r, the persistence context is not serialized (is this only true of SMPC?). In fact, what happens depend= s highly on the Java EE container. The spec is not very clear about this situation. Many vendors just tel= l you not to let it happen if you need the - guarnatees of the extended persistence context. Seam's app= roach is more conservative. Seam basically + guarantees of the extended persistence context. Seam's app= roach is more conservative. Seam basically doesn't trust the SFSB with the persistence context or the= entity instances. After each invocation of the SFSB, Seam moves the reference to entity instance held= by the SFSB into the current conversation (and therefore into the HTTP session), nullifying those fi= elds on the SFSB. It then restores this Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAndEJBPa= ssivation.po 2009-06-01 11:24:41 UTC (rev 11063) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAndEJBPa= ssivation.po 2009-06-01 17:17:12 UTC (rev 11064) @@ -6,7 +6,7 @@ "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-05-29 06:39+0000\n" -"PO-Revision-Date: 2009-05-29 15:50+0100\n" +"PO-Revision-Date: 2009-05-30 15:23+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -59,13 +59,13 @@ #: ClusteringAndEJBPassivation.xml:46 #, no-c-format msgid "But wait, there's more! Seam also offers an incredibly unique featu= re for clustered applications. In addition to monitoring JavaBean component= s, Seam ensures that managed entity instances (i.e. JPA and Hibernate entit= ies) don't become detatched during replication. Seam keeps a record of the = entities that are loaded and automatically loads them on the secondary node= . You must, however, be using a Seam-managed persistence context to get thi= s feature. More in depth information about this feature is provided in the = second half of this chapter." -msgstr "" +msgstr "Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibi= le ed unica caratteristica per le applicazioni cluster. In aggiunta al moni= toraggio dei componenti JavaBean, Seam assicura che le istanze entity gesti= te (cio=C3=A8 entity JPA e Hibernate) non divengano detached durante la rep= lica. Seam mantiene un record di entity che sono caricati e li carica autom= aticamente nel nodo secondario. Occorre comunque usare un contesto di persi= stenza gestito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3= =B9 dettagliate informazioni su questa funzionalit=C3=A0 vengono fornite ne= lla seconda parte del capitolo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:55 #, no-c-format msgid "Now that you understand what features Seam offers to support a clus= tered environment, let's look at how you program for clustering." -msgstr "" +msgstr "Ora che si =C3=A8 capito quali funzionalit=C3=A0 offre Seam per su= pportare l'ambiente clustered, guardiamo come si programma un cluster." = #. Tag: title #: ClusteringAndEJBPassivation.xml:61 @@ -77,25 +77,25 @@ #: ClusteringAndEJBPassivation.xml:62 #, no-c-format msgid "Any session- or conversation-scoped mutable JavaBean component that= will be used in a clustered environment must implement the Mutabl= e interface from the Seam API. As part of the contract, the compo= nent must maintain a dirty flag that is reported and reset by the = clearDirty() method. Seam calls this method to determine if it is= necessary to replicate the component. This avoids having to use the more c= umbersome Servlet API to add and remove the session attribute on every chan= ge of the object." -msgstr "" +msgstr "Un componente JavaBean mutabile con scope sessione o conversazione= che verr=C3=A0 usato in un ambiente clustered deve implementare l'interfac= cia Mutable dell'API Seam. Come parte del contratto, il = contratto deve mantenere un dirty flag che viene segnato e resettato dal me= todo clearDirty(). Seam chiama questo metodo per determi= nare se =C3=A8 necessario replicare il componente. Questo evita di dover us= are la pi=C3=B9 problematica API dei Servlet per aggiungere e rimuovere l'a= ttributo sessione ad ogni cambiamento dell'oggetto." = #. Tag: para #: ClusteringAndEJBPassivation.xml:70 #, no-c-format msgid "You also must ensure that all session- and conversation-scoped Java= Bean components are Serializable. Additional, all fields of a stateful comp= onent (EJB or JavaBean) must Serializable unless the field is marked transi= ent or set to null in a @PrePassivate method. You can re= store the value of a transient or nullified field in a @PostActiva= te method." -msgstr "" +msgstr "Bisogna assicurarsi che tutti i componenti JavaBean con scope sess= ione e conversazione siano Serializable. Inoltre tutti i campi di un compon= ente stateful (EJB o JavaBean) devono essere Serializable amenoch=C3=A9 sia= no marcati come transient o impostati a null in un metodo @PrePass= ivate. Si pu=C3=B2 ripristinare il valore di un campo transient o= null in un metodo @PostActivate." = #. Tag: para #: ClusteringAndEJBPassivation.xml:76 #, no-c-format msgid "One area where people often get bitten is by using List.su= bList to create a list. The resulting list is not Serializable. S= o watch out for situations like that. If hit a java.io.NotSerializ= ableException and cannot locate the culprit at first glance, you = can put a breakpoint on this exception, run the application server in debug= mode and attach a debugger (such as Eclipse) to see what deserialization i= s choking on." -msgstr "" +msgstr "Un'area in cui spesso le persone hanno problemi =C3=A8 con l'uso d= i List.subList per creare una lista. La lista risultante= non =C3=A8 Serializable. Quindi attenzione a queste situazioni. Se ci si i= mbatte in una java.io.NotSerializableException e non si = riescead individuare subito il colpevole, si pu=C3=B2 mettere un breakpoint= su quest'eccezione, avviare l'application server in modalit=C3=A0 debug ed= attaccare il debugger (come in Eclipse) per vedere quale deserializzazione= causa il problema." = #. Tag: para #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "Please note that clustering does not work with hot deployable compo= ennts. But then again, you shouldn't be using hot deployable components in = a non-development environment anyway." -msgstr "" +msgstr "Si noti che il clustering non funziona con componenti hot deployab= le. Ma comunque non si dovrebbero usare i componenti hot deployable in un a= mbiente non di sviluppo." = #. Tag: title #: ClusteringAndEJBPassivation.xml:92 @@ -107,25 +107,25 @@ #: ClusteringAndEJBPassivation.xml:94 #, no-c-format msgid "The procedure outlined in this tutorial has been validated with an = seam-gen application and the Seam booking example." -msgstr "" +msgstr "Questa procedura descritta nel tutorial =C3=A8 stata validata con = un'applicazione seam-gen e nell'esempio Prenotazione." = #. Tag: para #: ClusteringAndEJBPassivation.xml:99 #, no-c-format msgid "In the tutorial, I assume that the IP addresses of the master and s= lave servers are 192.168.1.2 and 192.168.1.3, respectively. I am intentiona= lly not using the mod_jk load balancer so that it's easier to validate that= both nodes are responding to requests and can share sessions." -msgstr "" +msgstr "In questo tutorial si assume che gli indirizzi IP dei server maste= r e slave siano rispettivamente 192.168.1.2 e 192.168.1.3. Intenzionalmente= non viene usato il bilanciatore di carico mod_jk, quindi =C3=A8 pi=C3=B9 f= acile validate che entrambi i nodi stiano rispondendo alle richieste e poss= ano condividere le sessioni." = #. Tag: para #: ClusteringAndEJBPassivation.xml:105 #, no-c-format msgid "I'm using the farm deployment method in these instructions, though = you could also deploy the application normally and allow the two servers to= negotiate a master/slave relationship based on startup order." -msgstr "" +msgstr "In queste istruzioni si sta usando il metodo di sviluppo farm, seb= bene si possa fare normalmente il deploy dell'applicazione e consentire ai = due server di negoziare una relazione master/slave basata sull'ordine di av= vio." = #. Tag: para #: ClusteringAndEJBPassivation.xml:111 #, no-c-format msgid "JBoss AS clustering relies on UDP multicasting provided by jGroups.= The SELinux configuration that ships with RHEL/Fedora blocks these packets= by default. You can allow them to pass by modifying the iptables rules (as= root). The following commands apply to an IP address that matches 192.168.= 1.x." -msgstr "" +msgstr "JBoss AS clustering si basa sul multicasting UDP fornito da jGroup= s. La configurazione SELinux che =C3=A8 inclusa in RHEL/Fedora di default b= locca questi pacchetti. Si pu=C3=B2 consentire di lasciarli passare modific= ando le regole iptables (come root). I seguenti comandi si applicano ad un = indirizzo IP che corrisponde a 192.168.1.x." = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:116 @@ -175,7 +175,7 @@ #: ClusteringAndEJBPassivation.xml:136 #, no-c-format msgid "Ensure you have two IP addresses available (two computers, two netw= ork cards, or two IP addressses bound to the same interface). I'll assume t= he two IP address are 192.168.1.2 and 192.168.1.3" -msgstr "" +msgstr "Assicurarsi di avere disponibili due indirizzi IP (due computer, d= ue schede di rete oppure due indirizzi IP sulla stessa interfaccia). Si ass= ume che i due indirizzi IP siano 192.168.1.2 e 192.168.1.3" = #. Tag: para #: ClusteringAndEJBPassivation.xml:141 @@ -193,7 +193,7 @@ #: ClusteringAndEJBPassivation.xml:143 #, no-c-format msgid "The log should report that there are 1 cluster members and 0 other = members." -msgstr "Il log dovrebbe riportare che c'=C3=A8 1 membri cluster e 0 altri = membri." +msgstr "Il log dovrebbe riportare che c'=C3=A8 1 membro cluster e 0 altri = membri." = #. Tag: para #: ClusteringAndEJBPassivation.xml:146 @@ -217,7 +217,7 @@ #: ClusteringAndEJBPassivation.xml:151 #, no-c-format msgid "The log should report that there are 2 cluster members and 1 other = members. It should also show the state being retrieved from the master." -msgstr "Il log dovrebbe riportare che ci sono 2 membri cluster e 1 altri m= embri. Dovrebbe anche mostrare che lo stato viene recuperato dal master." +msgstr "Il log dovrebbe riportare che ci sono 2 membri cluster e 1 altro m= embro. Dovrebbe anche mostrare che lo stato viene recuperato dal master." = #. Tag: para #: ClusteringAndEJBPassivation.xml:155 @@ -259,13 +259,13 @@ #: ClusteringAndEJBPassivation.xml:173 #, no-c-format msgid "It's all well and fine to see the application start successfully on= two different JBoss AS servers, but seeing is believing. You likely want t= o validate that the two instances are exchanging HTTP sessions to allow the= slave to take over when the master instance is stopped." -msgstr "" +msgstr "E' sempre bello vedere che l'applicazione si avvia con successo su= due diversi server JBoss AS, ma vedere =C3=A8 credere! Probabilmente si vu= ole validare che le due istanze si stiano scambiando le sessioni HTTP per c= onsentire allo slave di entrare in azione quando l'istanza master si ferma." = #. Tag: para #: ClusteringAndEJBPassivation.xml:179 #, no-c-format msgid "Start off by visiting the application running on the master instanc= e in your browser. That will produce the first HTTP session. Now, open up t= he JBoss AS JMX console on that instance and navigate to the following MBea= n:" -msgstr "" +msgstr "Avviare e visitare sul browser l'applicazione che gira sull'istanz= a master. Questo produrr=C3=A0 la prima sessione HTTP. Ora si apra la conso= le JMX di JBoss AS su tale istanza e si vada al seguente MBean:" = #. Tag: para #: ClusteringAndEJBPassivation.xml:187 @@ -289,31 +289,31 @@ #: ClusteringAndEJBPassivation.xml:197 #, no-c-format msgid "Invoke the printDetails() method. You will see a tree of active HTT= P sessions. Verify that the session your browser is using corresponds to on= e of the sessions in this tree." -msgstr "" +msgstr "Invocare il metodo printDetails(). Si vedr=C3=A0 un albero con le = sessioni HTTP attive. Verificare che la sessione del browser in uso corrisp= onda ad una delle sessioni in questo albero." = #. Tag: para #: ClusteringAndEJBPassivation.xml:202 #, no-c-format msgid "Now switch over to the slave instance and invoke the same method in= the JMX console. You should see an identical list (at least underneath thi= s application's context path)." -msgstr "" +msgstr "Ora si passi all'istanza slave e si invochi lo stesso metodo nella= console JMX. Si dovrebbe vedere la stessa lista (almeno sotto il context p= ath dell'applicazione)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:207 #, no-c-format msgid "So you can see that at least both servers claim to have identical s= essions. Now, time to test that the data is serializing and unserializing p= roperly." -msgstr "" +msgstr "Quindi si pu=C3=B2 vedere che entrambi i server hanno le stesse id= entiche sessioni. Ora occorre testare che i dati vengano serializzati e des= erializzati correttamente." = #. Tag: para #: ClusteringAndEJBPassivation.xml:212 #, no-c-format msgid "Sign in using using the URL of the master instance. Then, construct= a URL for the second instance by putting the ;jsessionid=3DXXXX immediatel= y after the servlet path and changing the IP address. You should see that t= he session has carried over to the other instance. Now kill the master inst= ance and see that you can continue to use the application from the slave in= stance. Remove the deployments from the server/all/farm directory and start= the instance again. Switch the IP in the URL back to that of the master in= stance and visit the URL. You'll see that the original session is still bei= ng used." -msgstr "" +msgstr "Fare il login usando l'URL dell'istanza master. Poi scrivere l'URL= per la seconda istanza mettendo ;jsessionid=3DXXXX immediatamente dopo il = path del servlet e cambiando l'indirizzo IP. Si dovrebbe vedere che la sess= ione viene trasportata nell'altra istanza. Ora uccidere il processo dell'is= tanza master e verificare che si possa continuare ad usare l'applicazione d= all'istanza slave. Rimuovere i deploy dalla directory server/all/farm ed av= viare di nuovo l'istanza. Cambiare nell'URL l'IP a quello dell'istanza mast= er e visitare l'URL. Si vedr=C3=A0 che viene usata ancora la sessione origi= nale." = #. Tag: para #: ClusteringAndEJBPassivation.xml:221 #, no-c-format msgid "One way to watch objects passivate and activate is to create a sess= ion- or conversation-scoped Seam component and implement the appropriate li= fe-cycle methods. You can either use methods from the HttpSessionActivation= Listener interface (Seam automatically registers this interface on all non-= EJB components):" -msgstr "" +msgstr "Un modo per vedere passivare ed attivare gli oggetti =C3=A8 create= un componente Seam con scope conversazione o sessione ed implementare i me= todi del ciclo di vita in modo appropriato. Si possono usare i metodi dell'= interfaccia HttpSessionActivationListener (Seam automaticamente registra qu= est'interfaccia per tutti i componenti non-EJB):" = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:228 @@ -329,13 +329,13 @@ #: ClusteringAndEJBPassivation.xml:230 #, no-c-format msgid "Or you can simply mark two no-argument public void methods with @PrePassivate and @PostActivate, respect= ively. Note that the passivation step occurs at the end of every request, w= hile the activation step occurs when a node is called upon." -msgstr "" +msgstr "O semplicemente si possono marcare due metodi senza argomenti publ= ic void rispettivamente con @PrePassivate e @Po= stActivate. Si noti che il passo di passivazione avviene alla fin= e di ogni richiesta, mentre quello di attivazione avviene quando viene chia= mato un nodo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:237 #, no-c-format msgid "Now that you understand the big picture of running Seam in a cluste= r, it's time to address Seam's most mysterious, yet remarkable agent, the M= anagedEntityInterceptor." -msgstr "" +msgstr "Ora che si ha il quadro generale del funzionamento di un cluster c= on Seam, =C3=A8 tempo di indirizzarsi verso il misterioso ManagedEntityInte= rceptor." = #. Tag: title #: ClusteringAndEJBPassivation.xml:244 @@ -347,7 +347,7 @@ #: ClusteringAndEJBPassivation.xml:246 #, no-c-format msgid "The ManagedEntityInterceptor (MEI) is an optional interceptor in Se= am that gets applied to conversation-scoped components when enabled. Enabli= ng it is simple. You just set the distributable property on the org.jboss.s= eam.init.core component to true. More simply put, you add (or update) the f= ollowing component declaration in the component descriptor (i.e., component= s.xml)." -msgstr "" +msgstr "Il ManagedEntityInterceptor (MEI) =C3=A8 un interceptor opzionale = di Seam che viene applicato, se abilitato, ai componenti con scope conversa= zione. L'abilitazione =C3=A8 semplice. Occorre impostare a true la propriet= =C3=A0 distributable nel componente org.jboss.seam.init.core. Pi=C3=B9 semp= licemente aggiungere (o aggiornare) la seguente dichiarazione di componente= in components.xml:" = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:253 @@ -359,25 +359,25 @@ #: ClusteringAndEJBPassivation.xml:255 #, no-c-format msgid "Note that this doesn't enable replication of HTTP sessions, but it = does prepare Seam to be able to deal with passivation of either EJB compone= nts or components in the HTTP session." -msgstr "" +msgstr "Si noti che questo non abilita la replica delle sessioni HTTP, ma = prepara Seam a poter gestire la passivazione dei componenti EJB o dei compo= nenti nelle sessioni HTTP." = #. Tag: para #: ClusteringAndEJBPassivation.xml:260 #, no-c-format msgid "The MEI serves two distinct scenarios (EJB passivation and HTTP ses= sion passivation), although to accomplish the same overall goal. It ensures= that throughout the life of a conversation using at least one extended per= sistence context, the entity instances loaded by the persistence context(s)= remain managed (they do not become detatched prematurally by a passivation= event). In short, it ensures the integrity of the extended persistence con= text (and therefore its guarantees)." -msgstr "" +msgstr "MEI serve per due scenari distinti (passivazione EJB e passivazion= e della sessione HTTP), sebbene raggiunge lo stesso obiettivo generale. Ass= icura che lungo la vita di una conversazione con l'uso di almeno un contest= o di persistenza esteso, le istanze dell'entity caricate dal contesto di pe= rsistenza rimangano gestite (non divengano detached in modo prematuro da un= evento passivation). In breve, assicura l'integrit=C3=A0 del contesto di p= ersistenza esteso (e quindi delle sue garanzie)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:268 #, no-c-format msgid "The previous statement implies that there is a challenge that threa= tens this contract. In fact, there are two. One case is when a stateful ses= sion bean (SFSB) that hosts an extended persistence context is passivated (= to save memory or to migrate it to another node in the cluster) and the sec= ond is when the HTTP session is passivated (to prepare it to be migrated to= another node in the cluster)." -msgstr "" +msgstr "La precedente affermazione implica che ci sia una minaccia al cont= ratto. Infatti ce ne sono due. Un caso =C3=A8 quando lo stateful session be= an (SFSB) che ospita un contesto di persistenza esteso viene passivato (per= risparmiare memoria o migrarlo in un altro nodo del cluster) ed il secondo= quando la sessione HTTP viene passivata (per prepararla alla migrazione in= un altro nodo del cluster)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:275 #, no-c-format msgid "I first want to discuss the general problem of passivation and then= look at the two challenges cited individually." -msgstr "" +msgstr "Vogliamo discutere per primo il problema generale della passivazio= ne e poi guardare singolarmente le due minacce." = #. Tag: title #: ClusteringAndEJBPassivation.xml:281 @@ -389,25 +389,25 @@ #: ClusteringAndEJBPassivation.xml:283 #, no-c-format msgid "The persistence context is where the persistence manager (i.e., JPA= EntityManager or Hibernate Session) stores entity instances (i.e., objects= ) it has loaded from the database (via the object-relational mappings). Wit= hin a persistence context, there is no more than one object per unique data= base record. The persistence context is often referred to as the first-leve= l cache because if the application asks for a record by its unique identifi= er that has already been loaded into the persistence context, a call to the= database is avoided. But it's about more than just caching." -msgstr "" +msgstr "Il contesto di persistenza =C3=A8 il posto in cui il gestore di pe= rsistenza (cio=C3=A8 EntityManager JPA o Hibernate Session) memorizza le is= tanze degli entity (cio=C3=A8 gli oggetti) che ha caricato dal database (tr= amite mappature relazionali degli oggetti). Dentro un contesto di persisten= za, c'=C3=A8 alpi=C3=B9 un oggetto per record di database. Il contesto di p= ersistenza =C3=A8 spesso considerato il primo livello di cache, poich=C3=A9= se l'applicazione chiede un record attraverso il suo identificatore unico = che =C3=A8 gi=C3=A0 stato caricato nel contesto di persistenza, viene evita= ta una chiamata al database. Ma questo =C3=A8 pi=C3=B9 che una cache." = #. Tag: para #: ClusteringAndEJBPassivation.xml:292 #, no-c-format msgid "Objects held in the persistence context can be modified, which the = persistence manager tracks. When an object is modified, it's considered \"d= irty\". The persistence manager will migrate these changes to the database = using a technique known as write-behind (which basically means only when ne= cessary). Thus, the persistence context maintains a set of pending changes = to the database." -msgstr "" +msgstr "Gli oggetti mantenuti nel contesto di persistenza possono essere m= odificati, cosa di cui il gestore di persistenza tiene traccia. Quando un o= ggetto viene modificato, viene considerato \"dirty\". Il gestore di persist= enza migrer=C3=A0 questi cambiamenti al database usando una tecnica conosci= uta come write-behind (che significa solo quando necessario). Quindi il con= testo di persistenza mantiene un set di cambiamenti pendenti sul database." = #. Tag: para #: ClusteringAndEJBPassivation.xml:299 #, no-c-format msgid "Database-oriented applications do much more than just read from and= write to the database. They capture transactional bits of information that= need to be tranfered into the database atomically (at once). It's not alwa= ys possible to capture this information all on one screen. Additionally, th= e user might need to make a judgement call about whether to approve or reje= ct the pending changes." -msgstr "" +msgstr "Le applicazioni orientate ai database fanno molto di pi=C3=B9 che = leggere e scrivere nel database. Esse catturano bit transazionali di inform= azione che devono essere trasferiti nel database in modo atomico (in una so= lo volta). Non =C3=A8 sempre possibile catturare queste informazioni in una= sola volta. In aggiunta l'utente potrebbe decidere se approvare o disappro= vare le modifiche pendenti." = #. Tag: para #: ClusteringAndEJBPassivation.xml:306 #, no-c-format msgid "What we are getting at here is that the idea of a transaction from = the user's perspective needs to be extended. And that is why the extended p= ersistence context fits so perfectly with this requirement. It can hold suc= h changes for as long as the application can keep it open and then use the = built-in capabilities of the persistence manager to push these pending chan= ges to the database without requiring the application developer to worry ab= out the low-level details (a simple call to EntityManager#flush()<= /literal> does the trick)." -msgstr "" +msgstr "Ci=C3=B2 che vogliamo dire =C3=A8 che l'idea di transazione dal pu= nto di vista dell'utente deve essere estesa. E questo =C3=A8 il motivo per = cui il contesto di persistenza esteso risponde perfettamente a questo requi= sito. Pu=C3=B2 mantenere i cambiamenti tanto a lungo quanto viene mantenuta= aperta l'applicazione e poi usare le capacit=C3=A0 predefinite del gestore= di persistenza per apportare nel database questi cambiamenti senza richied= ere allo sviluppatore di preoccuparsi dei dettagli di basso livello (una se= mplice chiamata a EntityManager#flush() fa tutto il lavo= ro)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:315 @@ -425,25 +425,25 @@ #: ClusteringAndEJBPassivation.xml:329 #, no-c-format msgid "Conversations were initially designed with stateful session beans (= SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs = as hosts of the extended persistence context. Seam introduces a compliment = to the extended persistence context, known as a Seam-managed persistence co= ntext, which works around a number of limitations in the specification (com= plex propagation rules and lack of manual flushing). Both can be used with = a SFSB." -msgstr "" +msgstr "Le conversazioni sono state inizialmente progettate avendo in ment= e gli stateful session bean (SFSB), in primo luogo poich=C3=A9 la specifica= EJB3 indica gli SFSB come host del contesto di persistenza esteso. Seam in= troduce un complemento al contesto di persistenza esteso, conosciuto col no= me di contesto di persistenza gestito da Seam, il quale risolve un certo nu= mero di limitazioni presenti nella specifica (le regole complesse di propag= azione e la mancanza di flush manuale). Entrambi possono essere usati con i= SFSB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:337 #, no-c-format msgid "A SFSB relies on a client to hold a reference to it in order to kee= p it active. Seam has provided an ideal place for this reference in the con= versation context. Thus, for as long as the conversation context is active,= the SFSB is active. If an EntityManager is injected into that SFSB using t= he annotation @PersistenceContext(EXTENDED), then that EntityManager will b= e bound to the SFSB and remain open throughout its lifetime, the lifetime o= f the conversation. If an EntityManager is injected using @In, then that En= tityManager is maintained by Seam and stored directly in the conversation c= ontext, thus living for the lifetime of the conversation independent of the= lifetime of the SFSB." -msgstr "" +msgstr "Un SFSB si affida al client per mantenere un riferimento ad esso e= per mantenerlo attivo. Seam ha fornito un posto ideal per questo riferimen= to al contesto di conversazione. Quindi fintantoch=C3=A9 il contesto di con= versazione rimane attivo, il SFSB =C3=A8 attivo. Se un EntityManager viene = iniettato in questo SFSB usando l'annotazione @PersistenceContext(EXTENDED)= , allora tale EntityManager verr=C3=A0 associato al SFSB e rimarr=C3=A0 ape= rto lungo tutto il ciclo di vita della conversazione. Se un EntityManager v= iene iniettato usano @In, allora tale EntityManager verr=C3=A0 mantenuto da= Seam e memorizzato direttamente nel contesto conversazione, quindi vivr=C3= =A0 per tutto il ciclo di vita della conversazione indipendente dal ciclo d= i vita del SFSB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:347 #, no-c-format msgid "With all of that said, the Java EE container can passivate a SFSB, = which means it will serialize the object to an area of storage external to = the JVM. When this happens depends on the settings of the individual SFSB. = This process can even be disabled. However, the persistence context is not = serialized (is this only true of SMPC?). In fact, what happens depends high= ly on the Java EE container. The spec is not very clear about this situatio= n. Many vendors just tell you not to let it happen if you need the guarnate= es of the extended persistence context. Seam's approach is more conservativ= e. Seam basically doesn't trust the SFSB with the persistence context or th= e entity instances. After each invocation of the SFSB, Seam moves the refer= ence to entity instance held by the SFSB into the current conversation (and= therefore into the HTTP session), nullifying those fields on the SFSB. It = then restores this references at the beginning of the next invocation. Of c= ourse, Seam is! already storing the persistence manager in the conversation. Thus, when t= he SFSB passivates and later activates, it has absolutely no averse affect = on the application." -msgstr "" +msgstr "Con tutto ci=C3=B2 detto, il container Java EE pu=C3=B2 passivare = un SFSB, il che significa che verr=C3=A0 serializzato l'oggetto in un area = di memorizzazione esterna alla JVM. Quando questo avviene dipende dalle imp= ostazione del singolo SFSB. Questo processo pu=C3=B2 anche essere disabilit= ato. Comunque il contesto di persistenza non =C3=A8 serializzato (questo = =C3=A8 vero solo per SMPC?). Infatti cosa succede dipende fortemente dal co= ntainer Java EE. La specifica non =C3=A8 molto chiara in proposito. Molti v= endor dicono di non fare avvenire questo se servono le garanzie del contest= o di persistenza esteso. L'approccio di Seam pi=C3=B9 conservativo. Seam no= n si fida del SFSB con il contesto di persistenza o delle istanze entity. D= opo ogni invocazione del SFSB, Seam sposta il riferimento all'istanza entit= y mantenuta dal SFSB dentro l'attuale conversazione (e quindi nella session= e HTTP). mettendo a null questi campi nel SFSB. Poi ripristina questi rifer= imenri all'inizio di ogni invocazione. Certament! e Seam sta gi=C3=A0 memorizzando il gestore della persistenza nella conver= sazione. Perci=C3=B2 quando il SFSB passiva e poi si riattiva, non c'=C3=A8= alcun effetto negativo sull'applicazione." = #. Tag: para #: ClusteringAndEJBPassivation.xml:363 #, no-c-format msgid "If you are using SFSBs in your application that hold references to = extended persistence contexts, and those SFSBs can passivate, then you must= use the MEI. This requirement holds even if you are using a single instanc= e (not a cluster). However, if you are using clustered SFSB, then this requ= irement also applies." -msgstr "" +msgstr "Se si stanno usando degl SFSB che mantengono riferimenti a contest= i di persistenza estesi, e questi SFSB possono essere passivati, allora occ= orre usare un MEI. Questo requisisto esiste anche se si adopera una singola= istanza (non un cluster). Comunque se si usa un SFSB clustered, questo req= uisito permane comunque." = #. Tag: para #: ClusteringAndEJBPassivation.xml:371 @@ -461,7 +461,7 @@ #: ClusteringAndEJBPassivation.xml:381 #, no-c-format msgid "Dealing with passivation of a SFSB works by leveraging the HTTP ses= sion. But what happens when the HTTP session passivates? This happens in a = clustered environment with session replication enabled. This case is much t= ricker to deal with and is where a bulk of the MEI infrastructure comes int= o play. In thise case, the persistence manager is going to be destroyed bec= ause it cannot be serialized. Seam handles this deconstruction (hence ensur= ing that the HTTP session serializes properly). But what happens on the oth= er end. Well, when the MEI sticks an entity instance into the conversation,= it embeds the instance in a wrapper that provides information on how to re= associate the instance with a persistence manager post-serialization. So wh= en the application jumps to another node in the cluster (presumably because= the target node went down) the MEI infrastruture essentially reconstructs = the persistence context. The huge drawback here is that since the persisten= ce context is ! being reconstructed (from the database), pending changes are dropped. Howe= ver, what Seam does do is ensure that if the entity instance is versioned, = that the guarantees of optimistic locking are upheld. (why isn't the dirty = state transfered?)" -msgstr "" +msgstr "La passivazione di un SFSB funziona facendo leva sulla sessione HT= TP. Ma cosa succede quando la sessione HTTP passiva? Questo capita in un am= biente clusteres cone la replica della sessioneattivata. Questo caso =C3=A8= pi=C3=B9 problematico da gestire ed avviene quando entra in gioco una part= e dell'infrastruttura MEI. In questo caso il gestore della persistenza sta = per essere distrutto, poich=C3=A9 non pu=C3=B2 essere serializzato. Seam ge= stisce questa decostruzione (che assicura che la sessione HTTP serializzi i= n modo corretto). Ma cosa avviene dall'altro lato? Quando MEI colloca un'is= tanza entity in un conversazione, incorpora l'istanza in un wrapper che for= nisce informazioni su come riassociare l'istanza col gestore di persistenza= dopo la serializzazione. Perci=C3=B2 quando l'applicazione passa su un alt= ro nodo del cluster (presumibilmente poich=C3=A9 il nodo target =C3=A8 sces= o) l'infrastruttura MEI verr=C3=A0 ricostruita (dal database), i cambiament= i pendenti verranno abbandonati. Comunque quel! lo che Seam fa =C3=A8 assicurare che se l'istanza entity viene versionata,= le garanzie di lock ottimistico vengono mantenute. (Perche lo stato dirty = non viene trasferito?)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:397 @@ -479,5 +479,5 @@ #: ClusteringAndEJBPassivation.xml:406 #, no-c-format msgid "The important point of this section is that the MEI is there for a = reason. It's there to ensure that the extended persistence context can reta= in intact in the face of passivation (of either a SFSB or the HTTP session)= . This matters because the natural design of Seam applications (and convers= ational state in general) revolve around the state of this resource." -msgstr "" +msgstr "Il punto importante di questa sezione =C3=A8 che il MEI esiste per= una ragione. Per assicurare che il contesto di persistenza esteso possa ri= manenre integro anche con la passivazione (sia di un SFSB sia di una sessio= ne HTTP). Questo =C3=A8 importante poich=C3=A9 il progetto originale delle = applicazione Seam (ed in generale dello stato conversazione) ruota attorno = allo stato di questa risorsa." = Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jbpm.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jbpm.po 2009-06-01= 11:24:41 UTC (rev 11063) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jbpm.po 2009-06-01= 17:17:12 UTC (rev 11064) @@ -17,7 +17,7 @@ #: Jbpm.xml:2 #, no-c-format msgid "Pageflows and business processes" -msgstr "Pageflows e processi di business" +msgstr "Pageflow e processi di business" = #. Tag: para #: Jbpm.xml:4 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po 2009-0= 6-01 11:24:41 UTC (rev 11063) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po 2009-0= 6-01 17:17:12 UTC (rev 11064) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-26 13:23+0000\n" -"PO-Revision-Date: 2009-05-29 15:20+0100\n" +"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"PO-Revision-Date: 2009-05-31 12:14+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -22,14 +22,34 @@ #. Tag: para #: Weblogic.xml:4 #, no-c-format -msgid "Weblogic 10.3 is BEA's latest stable JEE5 server offering. Seam app= lications can be deployed and developed on Weblogic servers, and this chapt= er will show you how. There are some known issues with the Weblogic servers= that will need to be worked around, and configuration changes that are nee= ded specific to Weblogic." -msgstr "Weblogic 10.3 =C3=A8 l'ultimo server JEE5 stabile proposto da BEA.= Le applicazioni Seam possono essere sviluppate e installate sui server Web= logic, e questo capitolo vi mostrer=C3=A0 in che modo. Ci sono alcuni probl= emi noti da aggirare relativi ai server Weblogic e alcune modifiche alle co= nfigurazioni che sono specifiche di Weblogic." +msgid "" +"Weblogic 10.3 is BEA's latest stable JEE5 server offering. Seam applicati= ons " +"can be deployed and developed on Weblogic servers, and this chapter will " +"show you how. There are some known issues with the Weblogic servers that " +"will need to be worked around, and configuration changes that are needed " +"specific to Weblogic." +msgstr "" +"Weblogic 10.3 =C3=A8 l'ultimo server JEE5 stabile proposto da BEA. Le " +"applicazioni Seam possono essere sviluppate e installate sui server " +"Weblogic, e questo capitolo vi mostrer=C3=A0 in che modo. Ci sono alcuni = problemi " +"noti da aggirare relativi ai server Weblogic e alcune modifiche alle " +"configurazioni che sono specifiche di Weblogic." = #. Tag: para #: Weblogic.xml:10 #, no-c-format -msgid "First step is to get Weblogic downloaded, installed and running. Th= en we'll talk about Seam's JEE5 example and the hurdles to getting it runni= ng. After that, the JPA example will be deployed to the server. Then finall= y we will create a seam-gen application and get it up an= d running to provide a jump start to your own application." -msgstr "Innanzitutto bisogna scaricare Weblogic, installarlo e avviarlo. Q= uindi passeremo a parlare dell'esempio JEE5 di Seam e deigli ostacoli da su= perare per farlo funzionare. Dopo di ch=C3=A9, installeremo l'esempio JPA. = Infine creeremo un'applicazione seam-gen e la faremo gir= are per fornire un punto di partenza alla vostra applicazione." +msgid "" +"First step is to get Weblogic downloaded, installed and running. Then we'= ll " +"talk about Seam's JEE5 example and the hurdles to getting it running. Aft= er " +"that, the JPA example will be deployed to the server. Then finally we wil= l " +"create a seam-gen application and get it up and runnin= g " +"to provide a jump start to your own application." +msgstr "" +"Innanzitutto bisogna scaricare Weblogic, installarlo e avviarlo. Quindi " +"passeremo a parlare dell'esempio JEE5 di Seam e deigli ostacoli da supera= re " +"per farlo funzionare. Dopo di ch=C3=A9, installeremo l'esempio JPA. Infin= e " +"creeremo un'applicazione seam-gen e la faremo girare p= er " +"fornire un punto di partenza alla vostra applicazione." = # operativit=C3=A0? # messa in opera? @@ -42,46 +62,99 @@ #. Tag: para #: Weblogic.xml:19 #, no-c-format -msgid "First things first we need to get the server installed. There are s= ome outstanding issues that were not addressed in 10.3, but it does solve s= ome of the issues discussed below without the need for BEA patches. The pre= vious release 10.0.MP1 is also available, but requires some BEA patches to = function correctly." -msgstr "Prima di tutto bisogna installare il server. Ci sono alcuni proble= mi non trascurabili che non sono stati affrontati nella 10.3, che tuttavia = risolve alcuni di quelli discussi sotto senza dover installare le patch di = BEA. E' disponibile anche il precedente rilascio, 10.0.MP1, che, tuttavia, = richiede le patch di BEA per funzionare correttamente." +msgid "" +"First things first we need to get the server installed. There are some " +"outstanding issues that were not addressed in 10.3, but it does solve som= e " +"of the issues discussed below without the need for BEA patches. The previ= ous " +"release 10.0.MP1 is also available, but requires some BEA patches to " +"function correctly." +msgstr "" +"Prima di tutto bisogna installare il server. Ci sono alcuni problemi non " +"trascurabili che non sono stati affrontati nella 10.3, che tuttavia risol= ve " +"alcuni di quelli discussi sotto senza dover installare le patch di BEA. E= ' " +"disponibile anche il precedente rilascio, 10.0.MP1, che, tuttavia, richie= de " +"le patch di BEA per funzionare correttamente." = #. Tag: para #: Weblogic.xml:26 #, no-c-format -msgid "Weblogic 10.0.MP1 Dow= nload page " -msgstr "Weblogic 10.0.MP1 Pa= gina di download " +msgid "" +"Weblogic 10.0.MP1 Download pag= e " +msgstr "" +"Weblogic 10.0.MP1 Pagina di " +"download " = -# weblogic-ejb-issues va tradotto? #. Tag: para #: Weblogic.xml:30 #, no-c-format -msgid "10.0.MP1 has some known issues with EJBs that use varargs<= /literal> in their methods (it confuses them as transient ), as well as some others. See = for full details on the issues and the work around." -msgstr "La versione 10.0.MP1 ha alcuni problemi noti con gli EJBs che usan= o varargs nei propri metodi (li confonde con tr= ansient ), e non sono gli unici. Si veda per tutti i dettagli su tali problemi e per le relative s= oluzioni." +msgid "" +"10.0.MP1 has some known issues with EJBs that use varargs " +"in their methods (it confuses them as transient ), as " +"well as some others. See for fu= ll " +"details on the issues and the work around." +msgstr "" +"La versione 10.0.MP1 ha alcuni problemi noti con gli EJBs che usano " +"varargs nei propri metodi (li confonde con " +"transient ), e non sono gli unici. Si veda per tutti i dettagli su tali problemi e per le " +"relative soluzioni." = #. Tag: para #: Weblogic.xml:37 #, no-c-format -msgid "Weblogic 10.3 Downloa= d page " -msgstr "Weblogic 10.3 Pagina= di download " +msgid "" +"Weblogic 10.3 Download page " +msgstr "" +"Weblogic 10.3 Pagina di downlo= ad " +"" = -# weblogic-ejb-issues =C3=A8 da tradurre? #. Tag: para #: Weblogic.xml:41 #, no-c-format -msgid "This is the latest stable release of the Weblogic server, and the o= ne that will be used with the examples below. This version has addressed so= me of the issues with EJBs that were in 10.0.MP1. However one of the change= s did not make it into this release. See for the details, but because of this we still need to use the speci= al Weblogic seam jar discussed below." -msgstr "Questa =C3=A8 l'ultima versione stabile del server Weblogic, e que= llo che sar=C3=A0 usato negli esempi sottostanti. Questa versione ha sistem= ato alcuni dei malfunzionamenti relativi agli EJB che esistevano nella vers= ione 10.0.MP1. Comunque una delle modifiche non =C3=A8 stata inserita in qu= esta versione. Si veda per i dett= agli, e perci=C3=B2 bisogna ancora usare lo speciale jar di Seam di Weblogi= c discusso di seguito." +msgid "" +"This is the latest stable release of the Weblogic server, and the one tha= t " +"will be used with the examples below. This version has addressed some of = the " +"issues with EJBs that were in 10.0.MP1. However one of the changes did no= t " +"make it into this release. See = for " +"the details, but because of this we still need to use the special Weblogi= c " +"seam jar discussed below." +msgstr "" +"Questa =C3=A8 l'ultima versione stabile del server Weblogic, e quello che= sar=C3=A0 " +"usato negli esempi sottostanti. Questa versione ha sistemato alcuni dei " +"malfunzionamenti relativi agli EJB che esistevano nella versione 10.0.MP1= . " +"Comunque una delle modifiche non =C3=A8 stata inserita in questa versione= . Si " +"veda per i dettagli, e perci=C3= =B2 " +"bisogna ancora usare lo speciale jar di Seam di Weblogic discusso di segu= ito." = #. Tag: title #: Weblogic.xml:53 #, no-c-format msgid "Special jboss-seam.jar for Weblogic EJB Support" -msgstr "Il jar speciale jboss-seam.jar per il supporto = EJB in Weblogic" +msgstr "" +"Il jar speciale jboss-seam.jar per il supporto EJB in " +"Weblogic" = #. Tag: para #: Weblogic.xml:55 #, no-c-format -msgid "Starting with Seam 2.0.2.CR2 a special Weblogic specific jar has be= en created that does not contain the TimerServiceDispatcher . This is the EJB that uses varargs and exposes the = second EJB issue. We will be using this jar for the jee5/booking example, as it avoids the known BEA issues." -msgstr "A partire da Seam 2.0.2.CR2 per Weblogic =C3=A8 stato creato un ja= r speciale che non contiene il TimerServiceDispatcher . = Questo =C3=A8 l'EJB che usa varargs e presenta il second= o problema relativo agli EJB. Ci troveremo ad usare questo jar per l'esempi= o jee5/booking, poich=C3=A9 evita i noti problemi di BEA= ." +msgid "" +"Starting with Seam 2.0.2.CR2 a special Weblogic specific jar has been " +"created that does not contain the TimerServiceDispatcher . This is the EJB that uses varargs and expose= s " +"the second EJB issue. We will be using this jar for the jee5/" +"booking example, as it avoids the known BEA issues." +msgstr "" +"A partire da Seam 2.0.2.CR2 per Weblogic =C3=A8 stato creato un jar speci= ale che " +"non contiene il TimerServiceDispatcher . Questo =C3=A8= l'EJB " +"che usa varargs e presenta il secondo problema relativ= o " +"agli EJB. Ci troveremo ad usare questo jar per l'esempio jee5/" +"booking, poich=C3=A9 evita i noti problemi di BEA." = #. Tag: title #: Weblogic.xml:65 @@ -92,20 +165,39 @@ #. Tag: para #: Weblogic.xml:67 #, no-c-format -msgid "Here are the quick steps to installing Weblogic 10.3. For more deta= ils or if you are having any issues please check with the BEA docs at the <= ulink url=3D\"http://edocs.bea.com/wls/docs103/\"> Weblogic 10.3 Doc Center= . Here we install the RHEL 5 version using the graphical installe= r:" -msgstr "Ecco velocemente i passi necessari ad installare Weblogic 10.3. Pe= r maggiori dettagli e nel caso si presentino dei problemi,vi preghiamo di c= onsultare i documenti BEA all'indirizzo Weblogic 10.3 Doc Center . Qui verr=C3=A0 install= ata la versione RHEL 5 usando l'installazione grafica:" +msgid "" +"Here are the quick steps to installing Weblogic 10.3. For more details or= if " +"you are having any issues please check with the BEA docs at the Weblogic 10.3 Doc Center = . " +"Here we install the RHEL 5 version using the graphical installer:" +msgstr "" +"Ecco velocemente i passi necessari ad installare Weblogic 10.3. Per maggi= ori " +"dettagli e nel caso si presentino dei problemi,vi preghiamo di consultare= i " +"documenti BEA all'indirizzo Weblogic 10.3 Doc Center . Qui verr=C3=A0 installata la vers= ione " +"RHEL 5 usando l'installazione grafica:" = #. Tag: para #: Weblogic.xml:80 #, no-c-format -msgid "Follow the link given above for 10.3 and download the correct versi= on for your environment. You will need to sign up for an account with Oracl= e in order to do this." -msgstr "Si segua il link alla 10.3 indicato sopra e si scarichi la version= e adatta al proprio ambiente. Sar=C3=A0 necessario creare un account Oracle= per portare a termine l'operazione." +msgid "" +"Follow the link given above for 10.3 and download the correct version for= " +"your environment. You will need to sign up for an account with Oracle in " +"order to do this." +msgstr "" +"Si segua il link alla 10.3 indicato sopra e si scarichi la versione adatt= a " +"al proprio ambiente. Sar=C3=A0 necessario creare un account Oracle per po= rtare a " +"termine l'operazione." = #. Tag: para #: Weblogic.xml:85 #, no-c-format -msgid "You may need to change the the server103_XX.bin = file to be executable:" -msgstr "Pu=C3=B2 essere necessario rendere eseguibile il file ser= ver103_XX.bin:" +msgid "" +"You may need to change the the server103_XX.bin file t= o " +"be executable:" +msgstr "" +"Pu=C3=B2 essere necessario rendere eseguibile il file server103_= XX.bin:" = #. Tag: programlisting #: Weblogic.xml:88 @@ -128,8 +220,15 @@ #. Tag: para #: Weblogic.xml:95 #, no-c-format -msgid "When the graphical install loads, you need to set the BEA home loca= tion. This is where all BEA applications are installed. This location will = be known as $BEA_HOME in this document e.g.:" -msgstr "Quando l'installazione grafica =C3=A8 caricata, bisogna impostare = il percorso della home directory di BEA. Questo =C3=A8 il punto dove sono i= nstallate tutte le applicazioni BEA. In questo documento tale punto sar=C3= =A0 identificato con $BEA_HOME, ad esempio:" +msgid "" +"When the graphical install loads, you need to set the BEA home location. " +"This is where all BEA applications are installed. This location will be " +"known as $BEA_HOME in this document e.g.:" +msgstr "" +"Quando l'installazione grafica =C3=A8 caricata, bisogna impostare il perc= orso " +"della home directory di BEA. Questo =C3=A8 il punto dove sono installate = tutte le " +"applicazioni BEA. In questo documento tale punto sar=C3=A0 identificato c= on " +"$BEA_HOME, ad esempio:" = #. Tag: programlisting #: Weblogic.xml:100 @@ -140,14 +239,24 @@ #. Tag: para #: Weblogic.xml:103 #, no-c-format -msgid "Select Complete as the installation type. You do= not need all the extras of the complete install (such as struts and beehiv= e libraries), but it will not hurt." -msgstr "Come tipo di installazione bisogna selezionare Complete. Non c'=C3=A8 bisogno di tutti gli extra dell'installazione compet= a (come le librerie struts e beehive), ma non far=C3=A0 alcun male." +msgid "" +"Select Complete as the installation type. You do not n= eed " +"all the extras of the complete install (such as struts and beehive " +"libraries), but it will not hurt." +msgstr "" +"Come tipo di installazione bisogna selezionare Complete. " +"Non c'=C3=A8 bisogno di tutti gli extra dell'installazione competa (come = le " +"librerie struts e beehive), ma non far=C3=A0 alcun male." = #. Tag: para #: Weblogic.xml:109 #, no-c-format -msgid "You can leave the defaults for the component installation locations= on the next page." -msgstr "Nella pagina successiva =C3=A8 possibile lasciare i valori predefi= niti delle posizioni di installazione dei componenti." +msgid "" +"You can leave the defaults for the component installation locations on th= e " +"next page." +msgstr "" +"Nella pagina successiva =C3=A8 possibile lasciare i valori predefiniti de= lle " +"posizioni di installazione dei componenti." = #. Tag: title #: Weblogic.xml:115 @@ -159,8 +268,18 @@ #. Tag: para #: Weblogic.xml:116 #, no-c-format -msgid "A Weblogic domain is similar to a JBoss server configuration - it i= s a self contained server instance. The Weblogic server you just installed = has some example domains, but we are going to create one just for the seam = examples. You can use the existing domains if you wish (modify the instruct= ions as needed)." -msgstr "Un dominio Weblogic =C3=A8 simile ad una configurazione del server= JBoss - =C3=A8 un'istanza autosufficiente del server. Il server Weblogic a= ppena installato ha alcuni domini di esempio, ma noi ne creeremo uno apposi= to per gli esempi di Seam. Se si vuole, =C3=A8 possibile usare i domini esi= stenti (modificando le istruzioni opportunamente)." +msgid "" +"A Weblogic domain is similar to a JBoss server configuration - it is a se= lf " +"contained server instance. The Weblogic server you just installed has som= e " +"example domains, but we are going to create one just for the seam example= s. " +"You can use the existing domains if you wish (modify the instructions as " +"needed)." +msgstr "" +"Un dominio Weblogic =C3=A8 simile ad una configurazione del server JBoss = - =C3=A8 " +"un'istanza autosufficiente del server. Il server Weblogic appena installa= to " +"ha alcuni domini di esempio, ma noi ne creeremo uno apposito per gli esem= pi " +"di Seam. Se si vuole, =C3=A8 possibile usare i domini esistenti (modifica= ndo le " +"istruzioni opportunamente)." = #. Tag: para #: Weblogic.xml:123 @@ -174,12 +293,16 @@ msgid "$BEA_HOME/wlserver_10.3/common/bin/config.sh" msgstr "$BEA_HOME/wlserver_10.3/common/bin/config.sh" = -# Weblogic Server =C3=A8 da tradurre? #. Tag: para #: Weblogic.xml:127 #, no-c-format -msgid "Choose to create a new domain, configured to support Weblo= gic Server. Note that this is the default domain option." -msgstr "Si scelga di creare un nuovo dominio, configurato per supportare <= literal>Weblogic Server. Tenete presente che questa =C3=A8 l'opzi= one predefinita per il dominio." +msgid "" +"Choose to create a new domain, configured to support Weblogic " +"Server. Note that this is the default domain option." +msgstr "" +"Si scelga di creare un nuovo dominio, configurato per supportare " +"Weblogic Server. Tenete presente che questa =C3=A8 l'o= pzione " +"predefinita per il dominio." = #. Tag: para #: Weblogic.xml:132 @@ -190,20 +313,32 @@ #. Tag: para #: Weblogic.xml:135 #, no-c-format -msgid "Next choose Development Mode and the default JDK= when given the option." -msgstr "Quindi si scelga Development Mode e il JDK pred= efinito quando richiesto." +msgid "" +"Next choose Development Mode and the default JDK when " +"given the option." +msgstr "" +"Quindi si scelga Development Mode e il JDK predefinito= " +"quando richiesto." = #. Tag: para #: Weblogic.xml:139 #, no-c-format -msgid "The next screen asks if you want to customize any setting. Select <= literal>No." -msgstr "La schermata successiva chiede se si vuole personalizzare qualche = propriet=C3=A0. Bisogna selezionare No." +msgid "" +"The next screen asks if you want to customize any setting. Select " +"No." +msgstr "" +"La schermata successiva chiede se si vuole personalizzare qualche proprie= t=C3=A0. " +"Bisogna selezionare No." = #. Tag: para #: Weblogic.xml:143 #, no-c-format -msgid "Finally set the name of the domain to seam_examples and leave the default domain location." -msgstr "Infine bisogna indicare seam_examples come nome= del dominio e lasciare la sua posizione predefinita." +msgid "" +"Finally set the name of the domain to seam_examples an= d " +"leave the default domain location." +msgstr "" +"Infine bisogna indicare seam_examples come nome del " +"dominio e lasciare la sua posizione predefinita." = #. Tag: title #: Weblogic.xml:150 @@ -214,86 +349,125 @@ #. Tag: para #: Weblogic.xml:151 #, no-c-format -msgid "Now that the server is installed and the domain is created you need= to know how to start and stop it, plus how to access its configuration con= sole." +msgid "" +"Now that the server is installed and the domain is created you need to kn= ow " +"how to start and stop it, plus how to access its configuration console." msgstr "" +"Ora che si =C3=A8 installato il server e creato il dominio, bisogna impar= are ad " +"avviarlo ed arrestarlo, oltre ad accedere alla console di configurazione." = #. Tag: para #: Weblogic.xml:158 #, no-c-format msgid "Starting the domain:" -msgstr "Avvio del dominio:" +msgstr "Avviare il dominio:" = #. Tag: para #: Weblogic.xml:159 #, no-c-format -msgid "This is the easy part - go to the $BEA_HOME/user_projects= /domains/seam_examples/bin directory and run the ./star= tWeblogic.sh script." +msgid "" +"This is the easy part - go to the $BEA_HOME/user_projects/domai= ns/" +"seam_examples/bin directory and run the ./startWeblog= ic." +"sh script." msgstr "" +"Questa =C3=A8 la parte facile - entrate nella directory $BEA_HO= ME/" +"user_projects/domains/seam_examples/bin e lanciate lo script " +"./startWeblogic.sh" = #. Tag: para #: Weblogic.xml:165 #, no-c-format msgid "Accessing the configuration console:" -msgstr "" +msgstr "Accedere alla console di configurazione:" = #. Tag: para #: Weblogic.xml:166 #, no-c-format -msgid "Launch http://127.0.0.1:7001/console in your web= browser. It will ask for your username and password that you entered befor= e. We won't get into this much now, but this is the starting point for a lo= t of the various configurations that are needed later." +msgid "" +"Launch http://127.0.0.1:7001/console in your web brows= er. " +"It will ask for your username and password that you entered before. We wo= n't " +"get into this much now, but this is the starting point for a lot of the " +"various configurations that are needed later." msgstr "" +"Col browser andate all'indirizzo http://127.0.0.1:7001/console. Vi saranno richiesti l'utente e la password inseriti in " +"precedenza. Non ci addentreremo molto in questa questione, ma questo =C3= =A8 il " +"punto di partenza per molte delle diverse configurazioni di cui avremo " +"bisogno pi=C3=B9 tardi." = #. Tag: para #: Weblogic.xml:174 #, no-c-format msgid "Stopping the domain:" -msgstr "Arresto del dominio:" +msgstr "Arrestare il dominio:" = #. Tag: para #: Weblogic.xml:175 #, no-c-format msgid "There are a couple of options here:" -msgstr "" +msgstr "In questo caso ci sono un paio di opzioni:" = #. Tag: para #: Weblogic.xml:178 #, no-c-format msgid "The recommended way is through the configuration console:" -msgstr "" +msgstr "Il modo raccomandato si basa sulla console di configurazione:" = #. Tag: para #: Weblogic.xml:182 #, no-c-format -msgid "Select seam_examples on the left hand side of th= e console." +msgid "" +"Select seam_examples on the left hand side of the cons= ole." msgstr "" +"Selezionate seam_examples sul lato sinistro della cons= ole." = #. Tag: para #: Weblogic.xml:187 #, no-c-format msgid "Choose the Control tab in the middle of the page= ." msgstr "" +"Clicacte sulla linguetta Control nel mezzo della pagin= a." = #. Tag: para #: Weblogic.xml:192 #, no-c-format msgid "Select the check box AdminServer in the table." msgstr "" +"Nella tabella selezionate la casella di spunta AdminServer." = #. Tag: para #: Weblogic.xml:197 #, no-c-format -msgid "Choose Shutdown just above the table, and select= either When work completes or Force shutdown n= ow as appropriate." +msgid "" +"Choose Shutdown just above the table, and select eithe= r " +"When work completes or Force shutdown now as appropriate." msgstr "" +"Scegliete Shutdown appena sopra la tabella, e selezion= ate " +"l'opzione appropriata tra When work completes e " +"Force shutdown now." = #. Tag: para #: Weblogic.xml:206 #, no-c-format -msgid "Hitting Ctrl-C in the terminal where you started= the domain." +msgid "" +"Hitting Ctrl-C in the terminal where you started the " +"domain." msgstr "" +"Premere Ctrl-C nel terminale in cui =C3=A8 stato avvia= to il " +"dominio." = #. Tag: para #: Weblogic.xml:208 #, no-c-format -msgid "No negative effects have been seen, but we would not recommend doin= g this while in the middle of configuration changes in the console." +msgid "" +"No negative effects have been seen, but we would not recommend doing this= " +"while in the middle of configuration changes in the console." msgstr "" +"Non si sono visti effetti negativi, but non raccomanderemmo di effettuare= " +"questa operazione mentre si stanno apportando delle modifiche alla " +"configurazione nella console." = #. Tag: title #: Weblogic.xml:216 @@ -304,250 +478,481 @@ #. Tag: para #: Weblogic.xml:217 #, no-c-format -msgid "When using the /autodeploy directory as describe= d in this chapter you may see NoClassDefFound exceptions= during redeployment's. If you see this try restarting the Weblogic server.= If you still see it remove the auto-deployed EAR/WAR files, restart the se= rver, and redeploy. We could not find a specific reason for this, but other= s seem to be having this issue as well." +msgid "" +"When using the /autodeploy directory as described in t= his " +"chapter you may see NoClassDefFound exceptions during " +"redeployment's. If you see this try restarting the Weblogic server. If yo= u " +"still see it remove the auto-deployed EAR/WAR files, restart the server, = and " +"redeploy. We could not find a specific reason for this, but others seem t= o " +"be having this issue as well." msgstr "" +"Quando si utilizza la directory /autodeploy come " +"descritto in questo capitolo, =C3=A8 possibile vedere delle eccezioni " +"NoClassDefFound durante il re-deploy delle applicazion= i. " +"Se le vedete, provate a riavviare il server. Se continuate a vederle, " +"eliminate i file EAR/WAR autoinstallati, riavviate il server e rifate il " +"deploy. Non abbiamo trovato la ragione specifica di questo comportamento,= " +"tuttavia sembra che anche altri abbiano avuto questo genere di problema." = #. Tag: title #: Weblogic.xml:230 #, no-c-format msgid "Setting up Weblogic's JSF Support" -msgstr "" +msgstr "Impostazione del supporto JSF in Weblogic" = #. Tag: para #: Weblogic.xml:231 #, no-c-format -msgid "These are the instructions to deploy and configure Weblogic's JSF 1= .2 libraries. Out of the box Weblogic does not come with its own JSF librar= ies active. For complete details see Weblogic 10.3 Configuring JSF = and JSTL Libraries " +msgid "" +"These are the instructions to deploy and configure Weblogic's JSF 1.2 " +"libraries. Out of the box Weblogic does not come with its own JSF librari= es " +"active. For complete details see Weblogic 10.3 Configuring JSF = and " +"JSTL Libraries " msgstr "" +"Queste sono le istruzioni per installare e configurare le librerie JSF 1.= 2 " +"di Weblogic. Weblogic non viene distribuito con le librerie JSF " +"preinstallate. Per i dettagli completi si veda Weblogic 10.3 Configur= ing " +"JSF and JSTL Libraries " = #. Tag: para #: Weblogic.xml:240 #, no-c-format -msgid "In the administration console navigate to the Deployments<= /literal> page using the left hand menu." +msgid "" +"In the administration console navigate to the Deployments " +"page using the left hand menu." msgstr "" +"Nella console di amministrazione navigate alla pagina Deployment= s usando il men=C3=B9 sul lato sinistro." = #. Tag: para #: Weblogic.xml:245 #, no-c-format -msgid "Then select the Install button at the top of the= deployments table" +msgid "" +"Then select the Install button at the top of the " +"deployments table" msgstr "" +"A questo punto prenmete il pulsante Install in cima al= la " +"tabella dei deployment" = #. Tag: para #: Weblogic.xml:249 #, no-c-format -msgid "Using the directory browser navigate to the $BEA_HOME/wlse= rver_10.3/common/deployable-libraries directory. Then select the= jsf-1.2.war archive, and click the Next button." +msgid "" +"Using the directory browser navigate to the $BEA_HOME/wlserver_1= 0.3/" +"common/deployable-libraries directory. Then select the " +"jsf-1.2.war archive, and click the Next button." msgstr "" +"Usando il browser delle directory navigate alla directory $BEA_H= OME/" +"wlserver_10.3/common/deployable-libraries . Selezionate l'archi= vio " +"jsf-1.2.war, e cliccate il pulsante Next." = #. Tag: para #: Weblogic.xml:256 #, no-c-format -msgid "Make sure that the Install this deployment as a library is selected. Click the Next button on the Install Application Assistant page." +msgid "" +"Make sure that the Install this deployment as a library " +"is selected. Click the Next button on the " +"Install Application Assistant page." msgstr "" +"Accertatevi che sia selezionata l'opzione Install this deploymen= t " +"as a library. Cliccate il pulsante Next de= lla " +"pagina Install Application Assistant." = #. Tag: para #: Weblogic.xml:262 #, no-c-format -msgid "Click the Next button on the Optional = Settings page." +msgid "" +"Click the Next button on the Optional Settin= gs page." msgstr "" +"Premete il pulsante Next della pagina Option= al " +"Settings." = #. Tag: para #: Weblogic.xml:266 #, no-c-format -msgid "Make sure that the Yes, take me to the deployment's config= uration screen. is selected. Click the Finish = button on the Review your choices and click Finish page= ." +msgid "" +"Make sure that the Yes, take me to the deployment's configuratio= n " +"screen. is selected. Click the Finish button= on " +"the Review your choices and click Finish page." msgstr "" +"Accertatevi che sia selezionata l'opzione Yes, take me to the " +"deployment's configuration screen.. Cliccate il pulsante " +"Finish della pagina Review your choices and " +"click Finish." = #. Tag: para #: Weblogic.xml:272 #, no-c-format -msgid "On the Settings for jsf(1.2,1.2.3.1) page set th= e Deployment Order to 99 so that it i= s deployed prior to auto deployed applications. Then click the Sa= ve button." +msgid "" +"On the Settings for jsf(1.2,1.2.3.1) page set the " +"Deployment Order to 99 so that it i= s " +"deployed prior to auto deployed applications. Then click the Sa= ve button." msgstr "" +"Nella pagina Impostazioni per jsf(1.2,1.2.3.1) imposta= te " +"Deployment Order a 99 in modo che i= l " +"supporto JSF venga installato prima delle applicazioni sottoposte ad " +"autodeploy. Poi cliccate sul bottone Save." = #. Tag: para #: Weblogic.xml:280 #, no-c-format -msgid "There is another step that is needed for this to work. For some rea= son, even with the steps above classes in the jsf-api.jar are not found during application deployment. The only way for this to wo= rk is to put the javax.jsf_1.2.0.0.jar (the jsf-api.jar= ) from jsf-1.2.war in the domains shared library. This r= equires a restart of the server." +msgid "" +"There is another step that is needed for this to work. For some reason, e= ven " +"with the steps above classes in the jsf-api.jar are n= ot " +"found during application deployment. The only way for this to work is to = put " +"the javax.jsf_1.2.0.0.jar (the jsf-api.jar) from " +"jsf-1.2.war in the domains shared library. This requir= es " +"a restart of the server." msgstr "" +"Bisogna eseguire un altro passo per far funzionare il tutto. Per qualche " +"motivo, anche eseguendo le operazioni precedenti, durante il deploy " +"dell'applicazione non vengono trovate delle classi di jsf-api.j= ar. L'unico modo per ovviare al problema =C3=A8 di spostare javax." +"jsf_1.2.0.0.jar (il jsf-api.jar) da jsf-1.2.war " +"nelle librerie condivise dei domini. Questo richiede il riavvio del serve= r." = #. Tag: title #: Weblogic.xml:292 #, no-c-format msgid "The jee5/booking Example" -msgstr "" +msgstr "L'esempio jee5/booking" = #. Tag: para #: Weblogic.xml:294 #, no-c-format -msgid "Do you want to run Seam using EJB's on Weblogic? If so there are so= me obstacles that you will have to avoid, or some patches that are needed f= rom BEA. This section describes those obstacles and what changes are needed= to the jee5/booking example to get it deployed and func= tioning." +msgid "" +"Do you want to run Seam using EJB's on Weblogic? If so there are some " +"obstacles that you will have to avoid, or some patches that are needed fr= om " +"BEA. This section describes those obstacles and what changes are needed t= o " +"the jee5/booking example to get it deployed and " +"functioning." msgstr "" +"Si vuole usare Seam con gli EJB su Weblogic? In questo caso ci sono alcun= i " +"ostacoli da evitare o alcune patch di BEA ad installare. Questa sezione " +"descrive questi ostacoli e quali modifiche apportare all'esempio " +"jee5/booking per installarlo correttamente e farlo " +"funzionare." = #. Tag: title #: Weblogic.xml:303 #, no-c-format msgid "EJB3 Issues with Weblogic" -msgstr "" +msgstr "I problemi di Weblogic con EJB3" = #. Tag: para #: Weblogic.xml:305 #, no-c-format -msgid "For several releases of Weblogic there has been an issue with how W= eblogic generates stubs and compiles EJB's that use variable arguments in t= heir methods. This is confirmed in the Weblogic 9.X and 10.0.MP1 versions. = Unfortunately the 10.3 version only partially addresses the issue as detail= ed below." +msgid "" +"For several releases of Weblogic there has been an issue with how Weblogi= c " +"generates stubs and compiles EJB's that use variable arguments in their " +"methods. This is confirmed in the Weblogic 9.X and 10.0.MP1 versions. " +"Unfortunately the 10.3 version only partially addresses the issue as " +"detailed below." msgstr "" +"Per molte versione successive di Weblogic c'=C3=A8 stato un problema rela= tivo a " +"come Weblogic genera gli stub e a come compila gli EJB che usano argoment= i " +"variabili nei propri metodi. Problema confermato nelle versioni 9.X e 10.= 0." +"MP1. Purtroppo la versione 10.3 lo affronta solo parzialmente come " +"dettagliato di seguito." = #. Tag: title #: Weblogic.xml:314 #, no-c-format msgid "The varargs Issue" -msgstr "" +msgstr "Il problema con i varargs" = #. Tag: para #: Weblogic.xml:315 #, no-c-format -msgid "The basic explanation of the issue is that the Weblogic EJB compile= r mistakes methods that use varargs as having the transient modifier. When BEA generates its own stub class from= those classes during deployment it fails and the deployment does not succe= ed. Seam uses variable arguments in one of its internal EJB's ( Ti= merServiceDispatcher). If you see exceptions like below during de= ployment you are running an unpatched version of 10.0.MP1." +msgid "" +"The basic explanation of the issue is that the Weblogic EJB compiler " +"mistakes methods that use varargs as having the " +"transient modifier. When BEA generates its own stub cl= ass " +"from those classes during deployment it fails and the deployment does not= " +"succeed. Seam uses variable arguments in one of its internal EJB's " +"( TimerServiceDispatcher). If you see exceptions like " +"below during deployment you are running an unpatched version of 10.0.MP1." msgstr "" +"La spiegazione base del problema =C3=A8 che il compilatore EJB di Weblogi= c " +"confonde i metodi che usano varargs con i metodi col " +"modificatore transient. Quando BEA genera le proprie " +"classi stub da quelle classi durante il deploy, esso non ha successo. Sea= m " +"usa argomenti variabili in uno dei suoi EJB interni " +"( TimerServiceDispatcher). Se durante il deply si vedo= no " +"eccezioni come quella riportata sotto, la versione corrente =C3=A8 la 10.= 0.MP1 " +"senza patch." = #. Tag: programlisting #: Weblogic.xml:327 #, no-c-format msgid "" "" msgstr "" "" = #. Tag: para #: Weblogic.xml:328 #, no-c-format -msgid "This issue has been fixed in Weblogic 10.3, and BEA has created a p= atch for Weblogic 10.0.MP1 ( CR327275 ) for this issue t= hat can be requested from their support." +msgid "" +"This issue has been fixed in Weblogic 10.3, and BEA has created a patch f= or " +"Weblogic 10.0.MP1 ( CR327275 ) for this issue that can= be " +"requested from their support." msgstr "" +"Questo problema =C3=A8 stato risolto con Weblogic 10.3 e BEA ha rilasciat= o una " +"patch per Weblogic 10.0.MP1 ( CR327275 ) che pu=C3=B2 = essere " +"richiesta al loro supporto." = #. Tag: para #: Weblogic.xml:335 #, no-c-format msgid "Unfortunately a second issue has been reported and verified by BEA." -msgstr "" +msgstr "Purtroppo BEA ha verificato e annunciato un secondo problema." = #. Tag: title #: Weblogic.xml:341 #, no-c-format msgid "Missing EJB Methods Issue" -msgstr "" +msgstr "Il problema dei metodi EJB mancanti" = #. Tag: para #: Weblogic.xml:343 #, no-c-format -msgid "This issue was only found once the CR327275 patc= h had been applied to 10.0.MP1. This new issue has been confirmed by BEA an= d they created a patch for 10.0.MP1 that addresses this issue. This patch h= as been referred to as both CR370259 and CR3631= 82. As with the other patch this can be requested through the BEA= support." +msgid "" +"This issue was only found once the CR327275 patch had " +"been applied to 10.0.MP1. This new issue has been confirmed by BEA and th= ey " +"created a patch for 10.0.MP1 that addresses this issue. This patch has be= en " +"referred to as both CR370259 and CR363182. As with the other patch this can be requested through the BEA " +"support." msgstr "" +"Questo problema =C3=A8 comparso una volta applicata la patch CR3= 27275 alla 10.0.MP1. Questo nuovo errore =C3=A8 stato confermato da BE= A che ha " +"creato una patch apposita per la 10.0.MP1. Questa patch viene identificat= a " +"sia come CR370259 che come CR363182= . " +"Come l'altra, anche questa pu=C3=B2 essere richiesta al supporto BEA." = #. Tag: para #: Weblogic.xml:351 #, no-c-format -msgid "This issue causes certain EJB methods to be incorrectly left out of= Weblogic's generated internal stub classes. This results in the following = error messages during deployment." +msgid "" +"This issue causes certain EJB methods to be incorrectly left out of " +"Weblogic's generated internal stub classes. This results in the following= " +"error messages during deployment." msgstr "" +"Questo difetto fa in modo che certi metodi EJB erroneamente non vengano " +"inseriti nelle classi stub interne di Weblogic. Questo da luogo ai seguen= ti " +"messaggi di errore durante il deploy." = #. Tag: programlisting #: Weblogic.xml:358 #, no-c-format msgid "" -" TimerServiceDispatcher_qzt5w2_Impl.java: The type Tim= erServiceDispatcher_qzt5w2_Impl must implement the inherited abstract metho= d TimerServiceDispatcher_qzt5w2_Intf.scheduleTimedEvent(String, Schedule, O= bject[])\n" -" TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispat= cherImpl.java: Type mismatch: cannot convert from Object to Timer\n" -" TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispat= cherImpl.java: Type mismatch: cannot convert from Object to Timer> \n" -" " +" TimerServiceDispatcher_qzt5w2_Impl.java: The type " +"TimerServiceDispatcher_qzt5w2_Impl must implement the inherited abstract " +"method TimerServiceDispatcher_qzt5w2_Intf.scheduleTimedEvent(String, " +"Schedule, Object[])\n" +" " +"TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispatcherImpl.java: Type " +"mismatch: cannot convert from Object to Timer\n" +" " +"TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispatcherImpl.java: Type " +"mismatch: cannot convert from Object to Timer> \n" +" " msgstr "" -" TimerServiceDispatcher_qzt5w2_Impl.java: The type Tim= erServiceDispatcher_qzt5w2_Impl must implement the inherited abstract metho= d TimerServiceDispatcher_qzt5w2_Intf.scheduleTimedEvent(String, Schedule, O= bject[])\n" -" TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispat= cherImpl.java: Type mismatch: cannot convert from Object to Timer\n" -" TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispat= cherImpl.java: Type mismatch: cannot convert from Object to Timer> \n" -" " +" TimerServiceDispatcher_qzt5w2_Impl.java: The type " +"TimerServiceDispatcher_qzt5w2_Impl must implement the inherited abstract " +"method TimerServiceDispatcher_qzt5w2_Intf.scheduleTimedEvent(String, " +"Schedule, Object[])\n" +" " +"TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispatcherImpl.java: Type " +"mismatch: cannot convert from Object to Timer\n" +" " +"TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispatcherImpl.java: Type " +"mismatch: cannot convert from Object to Timer> \n" +" " = #. Tag: para #: Weblogic.xml:360 #, no-c-format -msgid "It appears that when Weblogic 10.3 was released the neglected to in= clude this fix!! This means that Weblogic 10.0.MP1 with patches will functi= on correctly, but 10.3 will still require the special Seam jar described be= low. Not all users have seen this and there may be certain combinations of = OS/JRE that do not see this, however is has been seen many times. Hopefully= Oracle/BEA will release an updated patch for this issue on 10.3. When they= do we will update this reference guide as needed." +msgid "" +"It appears that when Weblogic 10.3 was released the neglected to include " +"this fix!! This means that Weblogic 10.0.MP1 with patches will function " +"correctly, but 10.3 will still require the special Seam jar described bel= ow. " +"Not all users have seen this and there may be certain combinations of OS/= JRE " +"that do not see this, however is has been seen many times. Hopefully Orac= le/" +"BEA will release an updated patch for this issue on 10.3. When they do we= " +"will update this reference guide as needed." msgstr "" +"Sembra che, quando Weblogic 10.3 =C3=A8 stato rilasciato, si siano diment= icati di " +"includere questa correzione!! Ci=C3=B2 significa che Weblogic 10.0.MP1 co= n le " +"patch funzioner=C3=A0 correttamente, ma che la 10.3 richieder=C3=A0 ancor= a il jar " +"speciale di Seam descritto sotto. Non tutti gli utenti si sono imbattuti = in " +"questo problema, e vi possono essere delle combinazioni OS/JRE in cui non= si " +"verifica, comunque =C3=A8 stato avvistato molte volte. Si spera che Oracl= e/BEA " +"rilasceranno una patch aggiornata per questo difetto per la 10.3. Quando = lo " +"faranno aggiorneremo queste istruzioni come necessario." = #. Tag: para #: Weblogic.xml:372 #, no-c-format -msgid "So that Seam's users can deploy an EJB application to Weblogic a sp= ecial Weblogic specific jar has been created, starting with Seam 2.0.2.CR2.= It is located in the $SEAM/lib/interop directory and is= called jboss-seam-wls-compatible.jar . The only differe= nce between this jar and the jboss-seam.jar is that it d= oes not contain the TimerServiceDispatcher EJB. To use t= his jar simply rename the jboss-seam-wls-compatible.jar = to jboss-seam.jar and replace the original in your appli= cations EAR file. The jee5/booking ex= ample demonstrates this. Obviously with this jar you will not be able to us= e the TimerServiceDispatcher functionality." +msgid "" +"So that Seam's users can deploy an EJB application to Weblogic a special " +"Weblogic specific jar has been created, starting with Seam 2.0.2.CR2. It = is " +"located in the $SEAM/lib/interop directory and is call= ed " +"jboss-seam-wls-compatible.jar . The only difference " +"between this jar and the jboss-seam.jar is that it doe= s " +"not contain the TimerServiceDispatcher EJB. To use thi= s " +"jar simply rename the jboss-seam-wls-compatible.jar to= " +"jboss-seam.jar and replace the original in your " +"applications EAR file. The jee5/booking example demonstrates this. Obviously with this jar you will not = be " +"able to use the TimerServiceDispatcher functionality." msgstr "" +"In modo che gli utilizzatori di Seam possano fare il deploy di " +"un'applicazione EJB su Weblogic, a partire da Seam 2.0.2.CR2, =C3=A8 stat= o creato " +"un jar speciale apposta per Weblogic. Si trova nella directory " +"$SEAM/lib/interop e si chiama jboss-seam-wls-compatibl= e." +"jar. L'unica differenza tra questo jar e jboss-seam.ja= r =C3=A8 che il primo non contiene l'EJB TimerServiceDisp= atcher. Per usarlo basta cambiarne il nome in jboss-seam.jar e sostituire il jboss-seam.jar originale nel " +"file EAR dell'applicazione. L'esempio jee5/" +"booking ne fornisce una dimostrazione. Ovviamente con questo ja= r " +"non sar=C3=A0 possibile usare le funzionalit=C3=A0 di TimerServi= ceDispatcher." = #. Tag: title #: Weblogic.xml:399 #, no-c-format msgid "Getting the jee5/booking Working" -msgstr "" +msgstr "Far funzionare l'esempio jee5/booking" = #. Tag: para #: Weblogic.xml:400 #, no-c-format -msgid "In this section we will go over the steps needed to get the jee5/booking example to up and running." +msgid "" +"In this section we will go over the steps needed to get the jee5= /" +"booking example to up and running." msgstr "" +"In questa sezione passeremo in rassegna i passi necessari a preparare e f= ar " +"funzionare l'esempio jee5/booking." = #. Tag: title #: Weblogic.xml:404 #, no-c-format msgid "Setting up the hsql datasource" -msgstr "" +msgstr "Configurare il datasource hsql" = #. Tag: para #: Weblogic.xml:405 #, no-c-format -msgid "This example uses the in memory hypersonic database, and the correc= t data source needs to be set up. The admin console uses a wizard like set = of pages to configure it." +msgid "" +"This example uses the in memory hypersonic database, and the correct data= " +"source needs to be set up. The admin console uses a wizard like set of pa= ges " +"to configure it." msgstr "" +"Questo esempio usa il database hypersonic residente in memoria, e bisogna= " +"allestire il datasource in modo corretto. Per configurarlo la console di " +"amministrazione si basa su un insieme di pagine in stile wizard." = #. Tag: para #: Weblogic.xml:411 #, no-c-format -msgid "Copy hsqldb.jar to the Weblogic domain's shared = library directory: cp $SEAM_HOME/lib/hsqldb.jar $BEA_HOME/user_pr= ojects/domains/seam_examples/lib " +msgid "" +"Copy hsqldb.jar to the Weblogic domain's shared librar= y " +"directory: cp $SEAM_HOME/lib/hsqldb.jar $BEA_HOME/user_projects= /" +"domains/seam_examples/lib " msgstr "" +"Bisogna copiare hsqldb.jar nella directory delle libre= rie " +"condivise del dominio Weblogic: cp $SEAM_HOME/lib/hsqldb.jar " +"$BEA_HOME/user_projects/domains/seam_examples/lib " = #. Tag: para #: Weblogic.xml:419 #, no-c-format -msgid "Start up the server and navigate to the administration console foll= owing" -msgstr "" +msgid "" +"Start up the server and navigate to the administration console following" +msgstr "Avviate il server e navigate alla console amministrativa seguendo" = #. Tag: para #: Weblogic.xml:424 #, no-c-format -msgid "On the left side tree navigate seam_examples - Services- J= DBC - Data Sources." +msgid "" +"On the left side tree navigate seam_examples - Services- JDBC - " +"Data Sources." msgstr "" +"Nell'albero di sinistra navigate a seam_examples - Services- JDB= C - " +"Data Sources." = #. Tag: para #: Weblogic.xml:429 #, no-c-format -msgid "Then select the New button at the top of the dat= a source table" +msgid "" +"Then select the New button at the top of the data sour= ce " +"table" msgstr "" +"Poi selezionate il bottone New in cima alla tabella de= i " +"data source" = #. Tag: para #: Weblogic.xml:433 #, no-c-format msgid "Fill in the following:" -msgstr "" +msgstr "Compilate come segue:" = #. Tag: para #: Weblogic.xml:436 @@ -566,27 +971,33 @@ #, no-c-format msgid "Database Type and Driver: other" msgstr "" +"Database Type and Driver (Tipo di database e driver): other" = #. Tag: para -#: Weblogic.xml:450 -#: Weblogic.xml:484 -#: Weblogic.xml:514 +#: Weblogic.xml:450 Weblogic.xml:484 Weblogic.xml:514 #, no-c-format msgid "Select Next button" -msgstr "Selezionare il pulsante Next" +msgstr "Premete il pulsante Next" = #. Tag: para #: Weblogic.xml:456 #, no-c-format -msgid "Select Next button on the Transaction O= ptions page" -msgstr "Selezionare il pulsante Next nella pagina Transaction Options" +msgid "" +"Select Next button on the Transaction Options= page" +msgstr "" +"Cliccate il pulsante Next della pagina " +"Transaction Options" = #. Tag: para -#: Weblogic.xml:461 -#: Weblogic.xml:490 +#: Weblogic.xml:461 Weblogic.xml:490 #, no-c-format -msgid "Fill in the following on the Connection Properties page:" +msgid "" +"Fill in the following on the Connection Properties pag= e:" msgstr "" +"Compilate i campi seguenti della pagina Connection Properties (Propriet=C3=A0 di connessione):" = #. Tag: para #: Weblogic.xml:465 @@ -613,8 +1024,7 @@ msgstr "Username: sa saranno campi password vuoti." = #. Tag: para -#: Weblogic.xml:481 -#: Weblogic.xml:507 +#: Weblogic.xml:481 Weblogic.xml:507 #, no-c-format msgid "Password: leave empty." msgstr "Password: lasciare vuoto." @@ -641,25 +1051,33 @@ #: Weblogic.xml:510 #, no-c-format msgid "Leave the rest of the fields as is." -msgstr "" +msgstr "Lasciare il resto dei campi come sono." = #. Tag: para #: Weblogic.xml:520 #, no-c-format -msgid "Choose the target domain for the data source in our case the only o= ne AdminServer. Click Next." +msgid "" +"Choose the target domain for the data source in our case the only one " +"AdminServer. Click Next." msgstr "" +"Scegliete il dominio di pertinenza del data source, nel nostro caso l'uni= co " +"esistente AdminServer. Premete Next= ." = #. Tag: title #: Weblogic.xml:528 #, no-c-format msgid "Configuration and Build changes" -msgstr "" +msgstr "Configurazione e modifiche alla procedura di Build" = #. Tag: para #: Weblogic.xml:529 #, no-c-format -msgid "OK - now we are ready to finally begin adjusting the seam applicati= on for deployment to the Weblogic server." +msgid "" +"OK - now we are ready to finally begin adjusting the seam application for= " +"deployment to the Weblogic server." msgstr "" +"Bene - ora siamo finalmente pronti a cominciare a sistemare l'applicazion= e " +"Seam per essere installata sul server Weblogic." = #. Tag: literal #: Weblogic.xml:536 @@ -670,8 +1088,11 @@ #. Tag: para #: Weblogic.xml:543 #, no-c-format -msgid "Change the jta-data-source to what you entered a= bove :" +msgid "" +"Change the jta-data-source to what you entered above :" msgstr "" +"Modificate la propriet=C3=A0 jta-data-source in quello= che " +"avete inserito sopra:" = #. Tag: programlisting #: Weblogic.xml:548 @@ -687,13 +1108,13 @@ #: Weblogic.xml:551 #, no-c-format msgid "Then comment out the glassfish properties." -msgstr "" +msgstr "Poi commentate le propriet=C3=A0 di glassfish." = #. Tag: para #: Weblogic.xml:556 #, no-c-format msgid "Then add these two properties for weblogic support." -msgstr "" +msgstr "Poi aggiungete queste due propriet=C3=A0 per il supporto di Weblog= ic." = #. Tag: programlisting #: Weblogic.xml:560 @@ -703,14 +1124,16 @@ "\n" "\n" +" value=3D\"org.hibernate.transaction." +"WeblogicTransactionManagerLookup\"/>\n" "]]>" msgstr "" "\n" "\n" +" value=3D\"org.hibernate.transaction." +"WeblogicTransactionManagerLookup\"/>\n" "]]>" = #. Tag: literal @@ -720,11 +1143,10 @@ msgstr "resources/META-INF/weblogic-application.xml" = #. Tag: para -#: Weblogic.xml:574 -#: Weblogic.xml:639 +#: Weblogic.xml:574 Weblogic.xml:639 #, no-c-format msgid "This file needs to be created and should contain the following:" -msgstr "" +msgstr "Questo file deve essere creato e deve contenere ci=C3=B2 che segue= :" = #. Tag: programlisting #: Weblogic.xml:578 @@ -763,8 +1185,18 @@ #. Tag: para #: Weblogic.xml:581 #, no-c-format -msgid "These changes do two two different things. The first element library-ref tells weblogic that this application will be using= the deployed JSF libraries. The second element prefer-applicatio= n-packages tells weblogic that the antlr jars= take precedence. This avoids a conflict with hibernate." +msgid "" +"These changes do two two different things. The first element " +"library-ref tells weblogic that this application will = be " +"using the deployed JSF libraries. The second element prefer-" +"application-packages tells weblogic that the antlr jars take precedence. This avoids a conflict with hibernate." msgstr "" +"Queste modifiche fanno due cose differenti. Il primo elemento " +"library-ref dice a weblogic che questa applicazione us= er=C3=A0 " +"le librerie JSF installate. Il secondo elemento prefer-applicat= ion-" +"packages dice a weblogic che i jar antlr ha= nno " +"la precedenza. Questo evita conflitti con hibernate." = #. Tag: literal #: Weblogic.xml:602 @@ -775,14 +1207,32 @@ #. Tag: para #: Weblogic.xml:607 #, no-c-format -msgid "The changes described here work around an issue where Weblogic is o= nly using a single instance of the sessionBeanInterceptor for all session beans. Seam's interceptor caches and stores some componen= t specific attributes, so when a call comes in - the interceptor is primed = for a different component and an error is seen. To solve this problem you m= ust define a separate interceptor binding for each EJB you wish to use. Whe= n you do this Weblogic will use a separate instance for each EJB." +msgid "" +"The changes described here work around an issue where Weblogic is only us= ing " +"a single instance of the sessionBeanInterceptor for al= l " +"session beans. Seam's interceptor caches and stores some component specif= ic " +"attributes, so when a call comes in - the interceptor is primed for a " +"different component and an error is seen. To solve this problem you must " +"define a separate interceptor binding for each EJB you wish to use. When = you " +"do this Weblogic will use a separate instance for each EJB." msgstr "" +"Le modifiche qui descritte aggirano un problema per cui Weblogic usa una " +"sola istanza di sessionBeanInterceptor per tutti i " +"session bean. L'interceptor di Seam tiene in memoria alcuni attributi " +"specifici del componente, cos=C3=AC che quando arriva una chiamata - " +"l'interceptor =C3=A8 predisposto per un diverso componente e compare un e= rrore. " +"Per risolvere questo difetto, per ogni EJB, bisogna definire una apposita= " +"associazione con un diverso interceptor (interceptor binding). Cos=C3=AC = facendo " +"Weblogic user=C3=A0 un'istanza separata per ciascun EJB." = #. Tag: para #: Weblogic.xml:622 #, no-c-format -msgid "Modify the assembly-descriptor element to look l= ike this:" +msgid "" +"Modify the assembly-descriptor element to look like th= is:" msgstr "" +"Bisogna modificare l'elemento assembly-descriptor in m= odo " +"che appaia cos=C3=AC:" = #. Tag: programlisting #: Weblogic.xml:627 @@ -792,31 +1242,38 @@ "\n" " \n" " AuthenticatorAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " BookingListAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " RegisterAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " ChangePasswordAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " HotelBookingAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " HotelSearchingAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " EjbSynchronizations\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" "]]>" msgstr "" @@ -824,31 +1281,38 @@ "\n" " \n" " AuthenticatorAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " BookingListAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " RegisterAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " ChangePasswordAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " HotelBookingAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " HotelSearchingAction\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" " \n" " EjbSynchronizations\n" -" org.jboss.seam.ejb.SeamInterceptor\n" +" org.jboss.seam.ejb.SeamInterceptor\n" " \n" "]]>" = @@ -891,24 +1355,35 @@ #. Tag: para #: Weblogic.xml:646 #, no-c-format -msgid "This file and the element library-ref tells Webl= ogic that this application will using the deployed JSF libraries. This is n= eeded in both this file and the weblogic-application.xml file because both applications require access." +msgid "" +"This file and the element library-ref tells Weblogic t= hat " +"this application will using the deployed JSF libraries. This is needed in= " +"both this file and the weblogic-application.xml file= " +"because both applications require access." msgstr "" +"Questo file e l'elemento library-ref dicono a Weblogic= " +"che questa applicazione user=C3=A0 le librerie JSF installate. Ci=C3=B2 = =C3=A8 necessario " +"sia in questo file che che nel file weblogic-application.xml poich=C3=A9 entrambe le applicazioni devono accedervi." = #. Tag: title #: Weblogic.xml:665 #, no-c-format msgid "Building and Deploying the Application" -msgstr "" +msgstr "Fare il build e il deploy dell'applicazione" = #. Tag: para #: Weblogic.xml:666 #, no-c-format -msgid "There are some changes needed to the build script and the = jboss-seam.jar then we can deploy the app." +msgid "" +"There are some changes needed to the build script and the jboss-" +"seam.jar then we can deploy the app." msgstr "" +"Bisogna fare alcune modifiche allo script di build e al jar jbos= s-" +"seam.jar, poi =C3=A8 possibile fare il deploy dell'applicazione= ." = #. Tag: literal -#: Weblogic.xml:674 -#: Weblogic.xml:1084 +#: Weblogic.xml:674 Weblogic.xml:1084 #, no-c-format msgid "build.xml" msgstr "build.xml" @@ -916,8 +1391,12 @@ #. Tag: para #: Weblogic.xml:679 #, no-c-format -msgid "We need to add the follow so that the weblogic-applicatio= n.xml will be packaged." -msgstr "Occorre aggiungere la seguente riga affinch=C3=A9 venga impacchett= ato weblogic-application.xml ." +msgid "" +"We need to add the follow so that the weblogic-application.xml = will be packaged." +msgstr "" +"Per inserire nel pacchetto weblogic-application.xml " +"dobbiamo aggiungere ci=C3=B2 che segue." = #. Tag: programlisting #: Weblogic.xml:686 @@ -960,32 +1439,66 @@ #. Tag: para #: Weblogic.xml:700 #, no-c-format -msgid "This is the change discussed above in . There are really two options." -msgstr "Questo =C3=A8 il cambiamento discusso in . Ci sono due opzioni." +msgid "" +"This is the change discussed above in . There are really two options." +msgstr "" +"Questa =C3=A8 la modifica discussa sopra in . In realt=C3=A0 ci sono due opzioni." = #. Tag: para #: Weblogic.xml:707 #, no-c-format -msgid "Rename this jar and replace the original $SEAM/lib/jboss-= seam.jar file. This approach does not require any changes to the= packaged EAR archive, but overwrites the original jboss-seam.jar" +msgid "" +"Rename this jar and replace the original $SEAM/lib/jboss-seam.j= ar " +" file. This approach does not require any changes to the packag= ed " +"EAR archive, but overwrites the original jbos= s-" +"seam.jar" msgstr "" +"Rinominate questo e jar e sostituitelo al file originale $SEAM/= lib/" +"jboss-seam.jar . Questo approccio non richiede modifiche " +"dell'archivio EAR, ma sovrascrive il jboss-se= am." +"jar originale." = #. Tag: para #: Weblogic.xml:720 #, no-c-format -msgid "The other option is the modify the packaged EAR = archive and replace the jboss-seam.jar in the archive ma= nually. This leaves the original jar alone, but requires a manual step when= ever the archive is packaged." +msgid "" +"The other option is the modify the packaged EAR archiv= e " +"and replace the jboss-seam.jar in the archive manually= . " +"This leaves the original jar alone, but requires a manual step when ever = the " +"archive is packaged." msgstr "" +"L'altra opzione consiste nel modificare l'archivio EAR= e " +"nel sostituire il file jboss-seam.jar dell'archivio " +"manualmente. Questo lascia il jar originale intatto, ma richiede un " +"passaggio manuale ogni volta che si crea l'archivio." = #. Tag: para #: Weblogic.xml:736 #, no-c-format -msgid "Assuming that you choose the first option for handling the jboss-seam-wls-compatible.jar we can build the application by ru= nning ant archive at the base of the jee5/booki= ng example directory." +msgid "" +"Assuming that you choose the first option for handling the jboss= -" +"seam-wls-compatible.jar we can build the application by running= " +"ant archive at the base of the jee5/booking example directory." msgstr "" +"Supponendo di scegliere la prima opzione per gestire il jboss-se= am-" +"wls-compatible.jar possiamo fare il build dell'applicazione " +"lanciando ant archive nella directory di base " +"dell'esempio jee5/booking." = #. Tag: para #: Weblogic.xml:747 #, no-c-format -msgid "Because we chose to create our Weblogic domain in development mode = we can deploy the application by putting the EAR file in the domains autode= ploy directory." +msgid "" +"Because we chose to create our Weblogic domain in development mode we can= " +"deploy the application by putting the EAR file in the domains autodeploy " +"directory." msgstr "" +"Poich=C3=A8 si =C3=A8 scelto di creare il nostro dominio Weblogic in moda= lit=C3=A0 " +"sviluppo, =C3=A8 possibile fare il deploy dell'applicazione mettendo il f= ile EAR " +"nella directory degli autodeply dei domini." = #. Tag: programlisting #: Weblogic.xml:752 @@ -1000,68 +1513,111 @@ #. Tag: para #: Weblogic.xml:755 #, no-c-format -msgid "Check out the application at http://localhost:7001/seam-je= e5/" +msgid "" +"Check out the application at http://localhost:7001/seam-jee5/" msgstr "" +"Verifichiamo il funzionamento dell'applicazione all'indirizzo " +"http://localhost:7001/seam-jee5/" = #. Tag: title #: Weblogic.xml:765 #, no-c-format msgid "The jpa booking example" -msgstr "" +msgstr "L'esempio booking con jpa" = #. Tag: para #: Weblogic.xml:766 #, no-c-format -msgid "This is the Hotel Booking example implemented with Seam POJOs and H= ibernate JPA and does not require EJB3 support to run. The example already = has a breakout of configurations and build scripts for many of the common c= ontainers including Weblogic 10.X" +msgid "" +"This is the Hotel Booking example implemented with Seam POJOs and Hiberna= te " +"JPA and does not require EJB3 support to run. The example already has a " +"breakout of configurations and build scripts for many of the common " +"containers including Weblogic 10.X" msgstr "" +"Questo =C3=A8 l'esempio Hotel Booking implementato con i POJO di Seam con= la JPA " +"di Hibernate e non richiede il supporto EJB3 per funzionare. L'esempio ha= " +"gi=C3=A0 un insieme predisposto di configurazioni e script di build per m= olti dei " +"container pi=C3=B9 comuni, incluso quelli di Weblogic 10.X" = #. Tag: para #: Weblogic.xml:771 #, no-c-format -msgid "First we'll build the example for Weblogic 10.x and do the needed s= teps to deploy. Then we'll talk about what is different between the Weblogi= c versions, and with the JBoss AS version." +msgid "" +"First we'll build the example for Weblogic 10.x and do the needed steps t= o " +"deploy. Then we'll talk about what is different between the Weblogic " +"versions, and with the JBoss AS version." msgstr "" +"Innanzitutto faremo il build dell'esempio per Weblogic 10.x e completerem= o i " +"passi necessari a farne il deploy. Poi parleremo delle differenze tra le " +"diverse versioni di Weblogic, e con la versione per JBoss." = #. Tag: para #: Weblogic.xml:775 #, no-c-format -msgid "Note that this example assumes that Weblogic's JSF libraries have b= een configured as described in ." +msgid "" +"Note that this example assumes that Weblogic's JSF libraries have been " +"configured as described in ." msgstr "" +"Sinoti che questo esempio assume che le librerie JSF di Weblogic siano st= ate " +"configurate come descritto in ." = #. Tag: title #: Weblogic.xml:779 #, no-c-format msgid "Building and deploying jpa booking example" -msgstr "" +msgstr "Build e deploy dell'esempio booking con jpa" = #. Tag: para #: Weblogic.xml:785 #, no-c-format -msgid "Step one setup the datasource, step two build the app, step three d= eploy." +msgid "" +"Step one setup the datasource, step two build the app, step three deploy." msgstr "" +"Nel primo passo si allestisce il datasource, nel secondo si fa il build " +"dell'applicazione e nel terzo si fa il deploy." = #. Tag: title #: Weblogic.xml:791 #, no-c-format msgid "Setting up the datasource" -msgstr "Configurazione del datasource" +msgstr "Predisporre il datasource" = #. Tag: para #: Weblogic.xml:793 #, no-c-format -msgid "The Weblogic 10.X version of the example will use the in memory hsq= l database instead of the built in PointBase database. If you wish to use t= he PointBase database you must setup a PointBase datasource, and adjust the= hibernate setting in persistence.xml to use the PointBa= se dialect. For reference the jpa/weblogic92 example use= s PointBase." +msgid "" +"The Weblogic 10.X version of the example will use the in memory hsql " +"database instead of the built in PointBase database. If you wish to use t= he " +"PointBase database you must setup a PointBase datasource, and adjust the " +"hibernate setting in persistence.xml to use the PointB= ase " +"dialect. For reference the jpa/weblogic92 example uses= " +"PointBase." msgstr "" +"Le versioni 10.X dell'esempio useranno il database hsql residente in memo= ria " +"invece del database preconfigurato PointBase. Se si vuole usare PointBase= " +"bisogna predisporre un datasource per PointBase, e sistemare l'impostazio= ne " +"relativa al dialetto di hibernate in persistence.xml i= n " +"modo da utilizzare quello di PointBase. Come riferimento, l'esempio " +"jpa/weblogic92 usa PointBase." = #. Tag: para #: Weblogic.xml:804 #, no-c-format -msgid "Configuring the datasource is very similar to the jee5 . Follow the steps in that section, but use= the following entries where needed." +msgid "" +"Configuring the datasource is very similar to the jee5 . Follow the steps in that section, but use t= he " +"following entries where needed." msgstr "" +"La configurazione del datasource =C3=A8 molto simile a quanto descritto p= er j2ee5 " +"in . Seguite i passi di quell= a " +"sezione, ma usate le seguenti impostazioni dove necessario." = #. Tag: para #: Weblogic.xml:811 #, no-c-format msgid "DataSource Name: seam-jpa-ds" -msgstr "" +msgstr "DataSource Name: seam-jpa-ds" = #. Tag: para #: Weblogic.xml:817 @@ -1078,22 +1634,34 @@ #. Tag: para #: Weblogic.xml:828 #, no-c-format -msgid "Building it only requires running the correct ant command: ant weblogic10 This will create a container specif= ic distribution and exploded archive directories." +msgid "" +"Building it only requires running the correct ant command: " +"ant weblogic10 This will create a contai= ner " +"specific distribution and exploded archive directories." msgstr "" +"Il build dell'esempio richiede di lanciare il comando ant corretto: " +"ant weblogic10. Questo creer=C3=A0 una " +"distribuzione e una struttura di directory d'archivio specifici per il " +"container." = #. Tag: title -#: Weblogic.xml:838 -#: Weblogic.xml:1259 +#: Weblogic.xml:838 Weblogic.xml:1259 #, no-c-format msgid "Deploying the example" msgstr "Deploy dell'esempio" = #. Tag: para -#: Weblogic.xml:840 -#: Weblogic.xml:1261 +#: Weblogic.xml:840 Weblogic.xml:1261 #, no-c-format -msgid "When we installed Weblogic following we chose to have the domain in development mode. This means to depl= oy the application all we need to do is copy it into the autodeploy directo= ry." +msgid "" +"When we installed Weblogic following we " +"chose to have the domain in development mode. This means to deploy the " +"application all we need to do is copy it into the autodeploy directory." msgstr "" +"Quando Weblogic =C3=A8 stato installato seguendo , abbiamo scelto di far operare il dominio in modalit=C3=A0 sviluppo.= Ci=C3=B2 " +"significa che per fare il deploy basta copiare l'applicazione nella " +"directory di autodeploy." = #. Tag: programlisting #: Weblogic.xml:848 @@ -1108,32 +1676,57 @@ #. Tag: para #: Weblogic.xml:850 #, no-c-format -msgid "Check out the application at the following http://localhos= t:7001/jboss-seam-jpa/ ." +msgid "" +"Check out the application at the following http://localhost:7001= /" +"jboss-seam-jpa/ ." msgstr "" +"Verifichiamo il funzionamento all'indirizzo http://localhost:700= 1/" +"jboss-seam-jpa/ ." = #. Tag: title #: Weblogic.xml:858 #, no-c-format msgid "What's different with Weblogic 10.x" -msgstr "" +msgstr "Differenze con Weblogic 10.x" = #. Tag: para #: Weblogic.xml:861 #, no-c-format -msgid "Between the the Weblogic 10.x and 9.2 examples there are several di= fferences:" +msgid "" +"Between the the Weblogic 10.x and 9.2 examples there are several differen= ces:" msgstr "" +"Tra gli esempi per Weblogic 10.x e quelli per Weblogic 9.2 ci sono parecc= hie " +"differenze:" = #. Tag: para #: Weblogic.xml:866 #, no-c-format -msgid "META-INF/persistence.xml — The 9.2 version= is configured to use the PointBase database and a pre-i= nstalled datasource. The 10.x version uses the hsql data= base and a custom datasource." +msgid "" +"META-INF/persistence.xml — The 9.2 version is " +"configured to use the PointBase database and a pre-" +"installed datasource. The 10.x version uses the hsql " +"database and a custom datasource." msgstr "" +"META-INF/persistence.xml — La versione 9.2 =C3= =A8 " +"configurata per usare il database PointBase e un " +"datasource preinstallato. La versione 10.x usa il database hsql<= /" +"literal> e un datasource personalizzato." = #. Tag: para #: Weblogic.xml:876 #, no-c-format -msgid "WEB-INF/weblogic.xml — This file and its c= ontents solve an issue with an older version of the ANTLR libraries that Weblogic 10.x uses internally. OC4J have the same issue as= well. It also configures the application to use the shared JSF libraries t= hat were installed above." +msgid "" +"WEB-INF/weblogic.xml — This file and its content= s " +"solve an issue with an older version of the ANTLR " +"libraries that Weblogic 10.x uses internally. OC4J have the same issue as= " +"well. It also configures the application to use the shared JSF libraries " +"that were installed above." msgstr "" +"WEB-INF/weblogic.xml — Questo file e il suo " +"contenuto risolvono un difetto di una vecchia versione delle librerie " +"ANTLR che Weblogic 10.x usa internamente. Anche OC4J h= a " +"lo stesso difetto. Inoltre configura l'applicazione per usare le librerie= " +"JSF condivise installate e configurate sopra." = #. Tag: programlisting #: Weblogic.xml:886 @@ -1145,7 +1738,8 @@ "xmlns=3D\"http://www.bea.com/ns/weblogic/90\"\n" "xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" "xsi:schemaLocation=3D\"http://www.bea.com/ns/weblogic/90 \n" -" http://www.bea.com/ns/weblogic/90/weblogic-web-app.xs= d\">\n" +" http://www.bea.com/ns/weblogic/90/weblogic-web-app.xs= d" +"\">\n" " \n" " jsf\n" " 1.2\n" @@ -1163,7 +1757,8 @@ "xmlns=3D\"http://www.bea.com/ns/weblogic/90\"\n" "xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" "xsi:schemaLocation=3D\"http://www.bea.com/ns/weblogic/90 \n" -" http://www.bea.com/ns/weblogic/90/weblogic-web-app.xs= d\">\n" +" http://www.bea.com/ns/weblogic/90/weblogic-web-app.xs= d" +"\">\n" " \n" " jsf\n" " 1.2\n" @@ -1178,8 +1773,16 @@ #. Tag: para #: Weblogic.xml:887 #, no-c-format -msgid "This make Weblogic use classes and libraries in the web application= before other libraries in the classpath. Without this change hibernate is = required to use a older, slower query factory by setting the following prop= erty in the META-INF/persistence.xml file." +msgid "" +"This make Weblogic use classes and libraries in the web application befor= e " +"other libraries in the classpath. Without this change hibernate is requir= ed " +"to use a older, slower query factory by setting the following property in= " +"the META-INF/persistence.xml file." msgstr "" +"Questo fa s=C3=AC che Weblogic usi classi e librerie dell'applicazione we= b prima " +"delle classi e librerie del classpath. Senza questa modifica hibernate = =C3=A8 " +"costretto ad usare una query factory pi=C3=B9 vecchia e pi=C3=B9 lenta im= postando la " +"seguente propriet=C3=A0 del file META-INF/persistence.xml." = #. Tag: programlisting #: Weblogic.xml:895 @@ -1196,8 +1799,12 @@ #. Tag: para #: Weblogic.xml:898 #, no-c-format -msgid "WEB-INF/components.xml — In the Weblogic 1= 0.x version JPA entity transactions is enabled by adding:" +msgid "" +"WEB-INF/components.xml — In the Weblogic 10.x " +"version JPA entity transactions is enabled by adding:" msgstr "" +"WEB-INF/components.xml — In Weblogic 10.x le " +"transazioni JPA per gli entity vengono abilitate aggiungendo:" = #. Tag: programlisting #: Weblogic.xml:904 @@ -1210,15 +1817,19 @@ " ]]>" = #. Tag: para -#: Weblogic.xml:907 -#: Weblogic.xml:1172 +#: Weblogic.xml:907 Weblogic.xml:1172 #, no-c-format -msgid "WEB-INF/web.xml — Because the jsf= -impl.jar is not in the WAR this listener need= to be configured :" +msgid "" +"WEB-INF/web.xml — Because the jsf-impl." +"jar is not in the WAR this listener need to = be " +"configured :" msgstr "" +"WEB-INF/web.xml — Poich=C3=A9 il file j= sf-impl." +"jar non si trova nel WAR bisogna configurare= " +"questo listener:" = #. Tag: programlisting -#: Weblogic.xml:912 -#: Weblogic.xml:1180 +#: Weblogic.xml:912 Weblogic.xml:1180 #, no-c-format msgid "" "META-INF/persistence.xml — Except for data= source name the Weblogic version sets:" +msgid "" +"META-INF/persistence.xml — Except for datasource= " +"name the Weblogic version sets:" msgstr "" +"META-INF/persistence.xml — Tranne che per il nom= e " +"del datasource la versione Weblogic =C3=A8 come segue:" = #. Tag: programlisting #: Weblogic.xml:927 @@ -1258,14 +1877,20 @@ #. Tag: para #: Weblogic.xml:930 #, no-c-format -msgid "WEB-INF/lib — The Weblogic version require= s several library packages because they are not included as they are with J= Boss AS. These are primarily for hibernate, and its dependencies." +msgid "" +"WEB-INF/lib — The Weblogic version requires seve= ral " +"library packages because they are not included as they are with JBoss AS.= " +"These are primarily for hibernate, and its dependencies." msgstr "" +"WEB-INF/lib — La versione Weblogic richiede " +"parecchie librerie poich=C3=A9 esse non sono gi=C3=A0 incluse come avvien= e con JBoss. " +"Si tratta innanzitutto di quelle per hibernate e le sue dipendenze." = #. Tag: para #: Weblogic.xml:938 #, no-c-format msgid "To use Hibernate as your JPA provider you need the following jars:" -msgstr "" +msgstr "Per usare Hibernate come provider JPA servono i jar seguenti:" = #. Tag: literal #: Weblogic.xml:944 @@ -1292,8 +1917,7 @@ msgstr "hibernate-validator.jar" = #. Tag: literal -#: Weblogic.xml:964 -#: Weblogic.xml:979 +#: Weblogic.xml:964 Weblogic.xml:979 #, no-c-format msgid "jboss-common-core.jar" msgstr "jboss-common-core.jar" @@ -1314,7 +1938,7 @@ #: Weblogic.xml:985 #, no-c-format msgid "Various third party jars that Weblogic needs:" -msgstr "" +msgstr "Ecco diversi jar di terze parti di cui Weblogic ha bisogno:" = #. Tag: literal #: Weblogic.xml:991 @@ -1361,38 +1985,79 @@ #. Tag: title #: Weblogic.xml:1036 #, no-c-format -msgid "Deploying an application created using seam-gen = on Weblogic 10.x" +msgid "" +"Deploying an application created using seam-gen on " +"Weblogic 10.x" msgstr "" +"Deploy di un'applicazione creata con seam-gen su Weblo= gic " +"10.x" = #. Tag: para #: Weblogic.xml:1039 #, no-c-format -msgid "seam-gen is a very useful tool for developers to= quickly get an application up and running, and provides a foundation to ad= d your own functionality. Out of box seam-gen will produ= ce applications configured to run on JBoss AS. These instructions will show= the steps needed to get it to run on Weblogic." +msgid "" +"seam-gen is a very useful tool for developers to quick= ly " +"get an application up and running, and provides a foundation to add your = own " +"functionality. Out of box seam-gen will produce " +"applications configured to run on JBoss AS. These instructions will show = the " +"steps needed to get it to run on Weblogic." msgstr "" +"seam-gen =C3=A8 uno strumento molto utile agli svilupp= atori " +"per creare e far funzionare velocemente un'applicazione e fornisce le " +"fondamenta cui aggiungere le proprie funzionalit=C3=A0. Di default seam-" +"gen produrr=C3=A0 applicazioni configurate per essere eseguite = su JBoss " +"AS. Queste istruzioni mostreranno i passi necessari a farlo funzionare su= " +"Weblogic" = #. Tag: para #: Weblogic.xml:1045 #, no-c-format -msgid "seam-gen was build for simplicity so, as you can= imagine, deploying an application generated by seam-gen= to Weblogic 10.x is not too hard. Basically it consists of updating or rem= oving some configuration files, and adding dependent jars that Weblogic 10.= x does not ship with." +msgid "" +"seam-gen was build for simplicity so, as you can imagi= ne, " +"deploying an application generated by seam-gen to " +"Weblogic 10.x is not too hard. Basically it consists of updating or remov= ing " +"some configuration files, and adding dependent jars that Weblogic 10.x do= es " +"not ship with." msgstr "" +"seam-gen =C3=A8 stato realizzato per essere semplice c= os=C3=AC, " +"come si pu=C3=B2 immaginare, il deploy di un'applicazione generata da " +"seam-gen in Weblogic 10.x non =C3=A8 troppo difficile.= " +"Sostanzialmente consiste nell'aggiornamento o nell'eliminazione di alcuni= " +"file di configurazione e nell'aggiunta dei jar delle dipendenze di cui " +"Weblogic 10.x non =C3=A8 dotata." = #. Tag: para #: Weblogic.xml:1052 #, no-c-format -msgid "This example will cover the basic seam-gen WAR d= eployment. This will demonstrate Seam POJO components, Hibernate JPA, Facel= ets, Drools security, RichFaces, and a configurable dataSource." +msgid "" +"This example will cover the basic seam-gen WAR " +"deployment. This will demonstrate Seam POJO components, Hibernate JPA, " +"Facelets, Drools security, RichFaces, and a configurable dataSource." msgstr "" +"Questo esempio illustrer=C3=A0 il deploy seam-gen WAR = di base. " +"Mostrer=C3=A0 i componenti POJO di Seam, la JPA di Hibernate, i Facelets,= la " +"sicurezza di Drools, le RichFaces, e un datasource configurabile." = #. Tag: title #: Weblogic.xml:1058 #, no-c-format msgid "Running seam-gen setup" -msgstr "" +msgstr "Eseguire il setup di seam-gen" = #. Tag: para #: Weblogic.xml:1060 #, no-c-format -msgid "The first thing we need to do it tell seam-gen a= bout the project we want to make. This is done by running ./seam s= etup in the base directory of the Seam distribution. Note the pat= hs here are my own, feel free to change for you environment." +msgid "" +"The first thing we need to do it tell seam-gen about t= he " +"project we want to make. This is done by running ./seam setup in the base directory of the Seam distribution. Note the paths h= ere " +"are my own, feel free to change for you environment." msgstr "" +"La prima cosa da fare =C3=A8 dare a seam-gen le inform= azioni " +"riguardanti il progetto da creare. A questo scopo occorre eseguire " +"./seam setup nella directory di base della distribuzio= ne " +"di Seam. Si noti che qui i percorsi sono i nostri e devono essere " +"liberamente adattati al vostro ambiente." = #. Tag: programlisting #: Weblogic.xml:1066 @@ -1405,59 +2070,76 @@ "\n" "setup:\n" " [echo] Welcome to seam-gen :-)\n" -" [input] Enter your Java project workspace (the directory that contain= s your \n" +" [input] Enter your Java project workspace (the directory that contain= s " +"your \n" "Seam projects) [C:/Projects] [C:/Projects]\n" "/home/jbalunas/workspace\n" -" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3= .GA] \n" +" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3= ." +"GA] \n" "[C:/Program Files/jboss-4.2.3.GA]\n" "/jboss/apps/jboss-4.2.3.GA\n" " [input] Enter the project name [myproject] [myproject]\n" "weblogic-example\n" " [echo] Accepted project name as: weblogic_example\n" -" [input] Select a RichFaces skin (not applicable if using ICEFaces) [b= lueSky]\n" +" [input] Select a RichFaces skin (not applicable if using ICEFaces) " +"[blueSky]\n" " ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, DEFAUL= T)\n" "\n" -" [input] Is this project deployed as an EAR (with EJB components) or a= WAR \n" +" [input] Is this project deployed as an EAR (with EJB components) or a= " +"WAR \n" "(with no EJB support) [ear] ([ear], war, )\n" "war\n" -" [input] Enter the Java package name for your session beans [org.jboss= .seam.\n" +" [input] Enter the Java package name for your session beans [org.jboss= ." +"seam.\n" "tutorial.weblogic.action] [org.jboss.seam.tutorial.weblogic.action]\n" "org.jboss.seam.tutorial.weblogic.action\n" -" [input] Enter the Java package name for your entity beans [org.jboss.= seam.\n" +" [input] Enter the Java package name for your entity beans [org.jboss." +"seam.\n" "tutorial.weblogic.model] [org.jboss.seam.tutorial.weblogic.model]\n" "org.jboss.seam.tutorial.weblogic.model\n" -" [input] Enter the Java package name for your test cases [org.jboss.se= am.\n" -"tutorial.weblogic.action.test] [org.jboss.seam.tutorial.weblogic.action.t= est]\n" +" [input] Enter the Java package name for your test cases [org.jboss." +"seam.\n" +"tutorial.weblogic.action.test] [org.jboss.seam.tutorial.weblogic.action." +"test]\n" "org.jboss.seam.tutorial.weblogic.test\n" -" [input] What kind of database are you using? [hsql] ([hsql], mysql, = oracle,\n" +" [input] What kind of database are you using? [hsql] ([hsql], mysql, " +"oracle,\n" " postgres, mssql, db2, sybase, enterprisedb, h2)\n" "\n" " [input] Enter the Hibernate dialect for your database [org.hibernate.= \n" "dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect]\n" "\n" -" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seamli= b/hsqldb.jar] \n" +" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seamli= b/" +"hsqldb.jar] \n" "[/tmp/seam/lib/hsqldb.jar]\n" "\n" -" [input] Enter JDBC driver class for your database [org.hsqldb.jdbcDri= ver] \n" +" [input] Enter JDBC driver class for your database [org.hsqldb." +"jdbcDriver] \n" " [org.hsqldb.jdbcDriver]\n" "\n" -" [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] [jdbc:hs= qldb:.]\n" +" [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] [jdbc:" +"hsqldb:.]\n" "\n" " [input] Enter database username [sa] [sa]\n" "\n" " [input] Enter database password [] []\n" "\n" -" [input] Enter the database schema name (it is OK to leave this blank)= [] []\n" +" [input] Enter the database schema name (it is OK to leave this blank)= [] " +"[]\n" "\n" -" [input] Enter the database catalog name (it is OK to leave this blank= ) [] []\n" +" [input] Enter the database catalog name (it is OK to leave this blank= ) " +"[] []\n" "\n" -" [input] Are you working with tables that already exist in the databas= e? [n] \n" +" [input] Are you working with tables that already exist in the databas= e? " +"[n] \n" " (y, [n], )\n" "\n" -" [input] Do you want to drop and recreate the database tables and data= in \n" +" [input] Do you want to drop and recreate the database tables and data= " +"in \n" "import.sql each time you deploy? [n] (y, [n], )\n" "\n" -" [input] Enter your ICEfaces home directory (leave blank to omit ICEfa= ces) [] []\n" +" [input] Enter your ICEfaces home directory (leave blank to omit " +"ICEfaces) [] []\n" "\n" "[propertyfile] Creating new property file: \n" "/rhdev/projects/jboss-seam/cvs-head/jboss-seam/seam-gen/build.properties\= n" @@ -1474,59 +2156,76 @@ "\n" "setup:\n" " [echo] Welcome to seam-gen :-)\n" -" [input] Enter your Java project workspace (the directory that contain= s your \n" +" [input] Enter your Java project workspace (the directory that contain= s " +"your \n" "Seam projects) [C:/Projects] [C:/Projects]\n" "/home/jbalunas/workspace\n" -" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3= .GA] \n" +" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3= ." +"GA] \n" "[C:/Program Files/jboss-4.2.3.GA]\n" "/jboss/apps/jboss-4.2.3.GA\n" " [input] Enter the project name [myproject] [myproject]\n" "weblogic-example\n" " [echo] Accepted project name as: weblogic_example\n" -" [input] Select a RichFaces skin (not applicable if using ICEFaces) [b= lueSky]\n" +" [input] Select a RichFaces skin (not applicable if using ICEFaces) " +"[blueSky]\n" " ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, DEFAUL= T)\n" "\n" -" [input] Is this project deployed as an EAR (with EJB components) or a= WAR \n" +" [input] Is this project deployed as an EAR (with EJB components) or a= " +"WAR \n" "(with no EJB support) [ear] ([ear], war, )\n" "war\n" -" [input] Enter the Java package name for your session beans [org.jboss= .seam.\n" +" [input] Enter the Java package name for your session beans [org.jboss= ." +"seam.\n" "tutorial.weblogic.action] [org.jboss.seam.tutorial.weblogic.action]\n" "org.jboss.seam.tutorial.weblogic.action\n" -" [input] Enter the Java package name for your entity beans [org.jboss.= seam.\n" +" [input] Enter the Java package name for your entity beans [org.jboss." +"seam.\n" "tutorial.weblogic.model] [org.jboss.seam.tutorial.weblogic.model]\n" "org.jboss.seam.tutorial.weblogic.model\n" -" [input] Enter the Java package name for your test cases [org.jboss.se= am.\n" -"tutorial.weblogic.action.test] [org.jboss.seam.tutorial.weblogic.action.t= est]\n" +" [input] Enter the Java package name for your test cases [org.jboss." +"seam.\n" +"tutorial.weblogic.action.test] [org.jboss.seam.tutorial.weblogic.action." +"test]\n" "org.jboss.seam.tutorial.weblogic.test\n" -" [input] What kind of database are you using? [hsql] ([hsql], mysql, = oracle,\n" +" [input] What kind of database are you using? [hsql] ([hsql], mysql, " +"oracle,\n" " postgres, mssql, db2, sybase, enterprisedb, h2)\n" "\n" " [input] Enter the Hibernate dialect for your database [org.hibernate.= \n" "dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect]\n" "\n" -" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seamli= b/hsqldb.jar] \n" +" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seamli= b/" +"hsqldb.jar] \n" "[/tmp/seam/lib/hsqldb.jar]\n" "\n" -" [input] Enter JDBC driver class for your database [org.hsqldb.jdbcDri= ver] \n" +" [input] Enter JDBC driver class for your database [org.hsqldb." +"jdbcDriver] \n" " [org.hsqldb.jdbcDriver]\n" "\n" -" [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] [jdbc:hs= qldb:.]\n" +" [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] [jdbc:" +"hsqldb:.]\n" "\n" " [input] Enter database username [sa] [sa]\n" "\n" " [input] Enter database password [] []\n" "\n" -" [input] Enter the database schema name (it is OK to leave this blank)= [] []\n" +" [input] Enter the database schema name (it is OK to leave this blank)= [] " +"[]\n" "\n" -" [input] Enter the database catalog name (it is OK to leave this blank= ) [] []\n" +" [input] Enter the database catalog name (it is OK to leave this blank= ) " +"[] []\n" "\n" -" [input] Are you working with tables that already exist in the databas= e? [n] \n" +" [input] Are you working with tables that already exist in the databas= e? " +"[n] \n" " (y, [n], )\n" "\n" -" [input] Do you want to drop and recreate the database tables and data= in \n" +" [input] Do you want to drop and recreate the database tables and data= " +"in \n" "import.sql each time you deploy? [n] (y, [n], )\n" "\n" -" [input] Enter your ICEfaces home directory (leave blank to omit ICEfa= ces) [] []\n" +" [input] Enter your ICEfaces home directory (leave blank to omit " +"ICEfaces) [] []\n" "\n" "[propertyfile] Creating new property file: \n" "/rhdev/projects/jboss-seam/cvs-head/jboss-seam/seam-gen/build.properties\= n" @@ -1539,38 +2238,52 @@ #. Tag: para #: Weblogic.xml:1068 #, no-c-format -msgid "Type ./seam new-project to create your project a= nd cd /home/jbalunas/workspace/weblogic_example to see t= he newly created project." +msgid "" +"Type ./seam new-project to create your project and " +"cd /home/jbalunas/workspace/weblogic_example to see th= e " +"newly created project." msgstr "" +"Digitate ./seam new-project per creare il progetto e " +"cd /home/jbalunas/workspace/weblogic_example per veder= e " +"il progetto appena creato." = #. Tag: title #: Weblogic.xml:1075 #, no-c-format msgid "What to change for Weblogic 10.X" -msgstr "" +msgstr "Cosa cambiare per Weblogic 10.X" = #. Tag: para #: Weblogic.xml:1076 #, no-c-format -msgid "First we change and delete some configuration files, then we update= the libraries that are deployed with the application." +msgid "" +"First we change and delete some configuration files, then we update the " +"libraries that are deployed with the application." msgstr "" +"Innanzitutto bisogna modificare ed eliminare dei file di configurazione, = poi " +"bisogna aggiornare le librerie che sono installate insieme all'applicazio= ne." = #. Tag: title #: Weblogic.xml:1081 #, no-c-format msgid "Configuration file changes" -msgstr "" +msgstr "Modiche dei file di configurazione" = #. Tag: para #: Weblogic.xml:1089 #, no-c-format msgid "Change the default target to archive." -msgstr "" +msgstr "Modificate il target di default in archive." = #. Tag: programlisting #: Weblogic.xml:1092 #, no-c-format -msgid "]]>" -msgstr "]]>" +msgid "" +"]]>" +msgstr "" +"]]>" = #. Tag: literal #: Weblogic.xml:1099 @@ -1581,30 +2294,44 @@ #. Tag: para #: Weblogic.xml:1104 #, no-c-format -msgid "Alter the jta-data-source to be seam-ge= n-ds (and use this as the jndi-name when creat= ing the data source in Weblogic's admin console)" +msgid "" +"Alter the jta-data-source to be seam-gen-ds (and use this as the jndi-name when creating = the " +"data source in Weblogic's admin console)" msgstr "" +"Cambiate jta-data-source in seam-gen-ds (e usatelo come jndi-name all'atto della " +"creazione del datasource nella console amministrativa di Weblogic)" = #. Tag: para #: Weblogic.xml:1113 #, no-c-format -msgid "Change the transaction type to RESOURCE_LOCAL so= that we can use JPA transactions." +msgid "" +"Change the transaction type to RESOURCE_LOCAL so that = we " +"can use JPA transactions." msgstr "" +"Modificate il tipo di transazione in RESOURCE_LOCAL in= " +"modo da poter usare le transazioni JPA." = #. Tag: programlisting #: Weblogic.xml:1118 #, no-c-format msgid "" "]]>" +"]]>" msgstr "" "]]>" +"]]>" = #. Tag: para #: Weblogic.xml:1121 #, no-c-format msgid "Add/modify the properties below for Weblogic support:" msgstr "" +"Per il supporto di Weblogic bisogna aggiungere/modificare le seguenti " +"propriet=C3=A0:" = #. Tag: programlisting #: Weblogic.xml:1125 @@ -1625,8 +2352,13 @@ #. Tag: para #: Weblogic.xml:1128 #, no-c-format -msgid "You'll need to alter persistence-prod.xml as wel= l if you want to deploy to Weblogic using the prod profile." +msgid "" +"You'll need to alter persistence-prod.xml as well if y= ou " +"want to deploy to Weblogic using the prod profile." msgstr "" +"Bisogner=C3=A0 anche aggiornare persistence-prod.xml s= e si " +"vuole fare il deploy in Weblogic usando il profilo prod (profilo di " +"produzione)." = #. Tag: literal #: Weblogic.xml:1138 @@ -1637,8 +2369,12 @@ #. Tag: para #: Weblogic.xml:1141 #, no-c-format -msgid "You will need to create this file and populate it following ." +msgid "" +"You will need to create this file and populate it following ." msgstr "" +"Bisogna creare questo file e popolarlo come in ." = #. Tag: literal #: Weblogic.xml:1148 @@ -1649,32 +2385,50 @@ #. Tag: para #: Weblogic.xml:1153 #, no-c-format -msgid "We want to use JPA transactions so we need to add the following to = let Seam know." +msgid "" +"We want to use JPA transactions so we need to add the following to let Se= am " +"know." msgstr "" +"Vogliamo usare le transazioni JPA, quindi dobbiamo aggiungere quanto segu= e " +"in modo che Seam ne sia informato." = #. Tag: programlisting #: Weblogic.xml:1157 #, no-c-format -msgid "]]>" -msgstr "]]>" +msgid "" +"]]>" +msgstr "" +"]]>" = #. Tag: para #: Weblogic.xml:1158 #, no-c-format -msgid "You will also need to add the transaction namespace and schema loca= tion to the top of the document." +msgid "" +"You will also need to add the transaction namespace and schema location t= o " +"the top of the document." msgstr "" +"Bisogna aggiungere anche il namespace delle transazioni e la posizione de= llo " +"schema in cima al documento." = #. Tag: programlisting #: Weblogic.xml:1163 #, no-c-format -msgid "" -msgstr "" +msgid "" +"" +msgstr "" +"" = #. Tag: programlisting #: Weblogic.xml:1164 #, no-c-format -msgid "" -msgstr "" +msgid "" +"" +msgstr "" +"" = #. Tag: literal #: Weblogic.xml:1169 @@ -1691,8 +2445,13 @@ #. Tag: para #: Weblogic.xml:1190 #, no-c-format -msgid "You can delete this file as we aren't deploying to JBoss AS ( jboss-app.xml is used to enable classloading isolation in JBo= ss AS)" +msgid "" +"You can delete this file as we aren't deploying to JBoss AS ( jb= oss-" +"app.xml is used to enable classloading isolation in JBoss AS)" msgstr "" +"E' possibile eliminare questo file dal momento che non si sta per fare il= " +"deploy su JBoss AS ( jboss-app.xml =C3=A8 usato per ab= ilitare " +"l'isolamento del classloading in JBoss AS)" = #. Tag: literal #: Weblogic.xml:1200 @@ -1703,26 +2462,46 @@ #. Tag: para #: Weblogic.xml:1203 #, no-c-format -msgid "You can delete these files as we aren't deploying to JBoss AS. Thes= e files define datasources in JBoss AS, in Weblogic we will use the adminis= tration console." +msgid "" +"You can delete these files as we aren't deploying to JBoss AS. These file= s " +"define datasources in JBoss AS, in Weblogic we will use the administratio= n " +"console." msgstr "" +"E' possibile eliminare questi file poich=C3=A9 non si sta per fare il dep= loy in " +"JBoss AS. Questi file definiscono i datasource di JBoss, mentre per Weblo= gic " +"useremo la console amministrativa." = #. Tag: title #: Weblogic.xml:1212 #, no-c-format msgid "Library changes" -msgstr "" +msgstr "Modifiche delle librerie" = #. Tag: para #: Weblogic.xml:1213 #, no-c-format -msgid "The seam-gen application has very similar librar= y dependencies as the jpa example above. See . Below is the changes that are needed to get t= hem in this application." +msgid "" +"The seam-gen application has very similar library " +"dependencies as the jpa example above. See . Below is the changes that are needed to get them= in " +"this application." msgstr "" +"L'applicazione seam-gen ha dipendendenze delle libreri= e " +"molto simili a quelle dell'esempio jpa visto sopra. Si= " +"veda . Sotto sono riportati i " +"cambiamenti necessari a realizzare tali dipendenze in questa applicazione= ." = #. Tag: para #: Weblogic.xml:1221 #, no-c-format -msgid "build.xml — Now we need to adjust the build.xml. Find the target war and add the following to the = end of the target." +msgid "" +"build.xml — Now we need to adjust the build.xml.= " +"Find the target war and add the following to the end o= f " +"the target." msgstr "" +"build.xml — Ora dobbiamo sistemare il file build.xml. Trovate il target war e aggiungete quanto se= gue " +"in fondo al target." = #. Tag: programlisting #: Weblogic.xml:1225 @@ -1774,25 +2553,35 @@ #: Weblogic.xml:1232 #, no-c-format msgid "Building and Deploying your application" -msgstr "" +msgstr "Build e deploy dell'applicazione" = #. Tag: para #: Weblogic.xml:1233 #, no-c-format -msgid "All that's left is deploying the application. This involves setting= up a data source, building the app, and deploying it." +msgid "" +"All that's left is deploying the application. This involves setting up a " +"data source, building the app, and deploying it." msgstr "" +"Rimane solo il deploy dell'applicazione. Questo equivale a preparare il " +"datasource e fare il build e il deploy dell'applicazione." = #. Tag: title #: Weblogic.xml:1238 #, no-c-format msgid "Setting up the data source" -msgstr "" +msgstr "Allestire il datasource" = #. Tag: para #: Weblogic.xml:1239 #, no-c-format -msgid "Configuring the datasource is very similar to the jee5 . Except for what is listed here follow that= instruction from the link." +msgid "" +"Configuring the datasource is very similar to the jee5 . Except for what is listed here follow that " +"instruction from the link." msgstr "" +"La configurazione del datasource =C3=A8 molto simile a quella jee5 di . Tranne per quanto qui indicato seg= uite " +"le istruzioni del link." = #. Tag: para #: Weblogic.xml:1244 @@ -1810,23 +2599,34 @@ #: Weblogic.xml:1254 #, no-c-format msgid "Building the application" -msgstr "" +msgstr "Build dell'applicazione" = #. Tag: para #: Weblogic.xml:1255 #, no-c-format -msgid "This is as easy as typing ant in the projects ba= se directory." +msgid "" +"This is as easy as typing ant in the projects base " +"directory." msgstr "" +"Questo =C3=A8 facile quanto digitare ant nella directo= ry di " +"base dei progetti." = #. Tag: programlisting #: Weblogic.xml:1267 #, no-c-format -msgid "cp ./dist/weblogic_example.war /jboss/apps/bea/user_projects/domai= ns/seam_examples/autodeploy" -msgstr "cp ./dist/weblogic_example.war /jboss/apps/bea/user_projects/doma= ins/seam_examples/autodeploy" +msgid "" +"cp ./dist/weblogic_example.war /jboss/apps/bea/user_projects/domains/" +"seam_examples/autodeploy" +msgstr "" +"cp ./dist/weblogic_example.war /jboss/apps/bea/user_projects/domains/" +"seam_examples/autodeploy" = #. Tag: para #: Weblogic.xml:1269 #, no-c-format -msgid "Check out the application at the following http://localhos= t:7001/weblogic_example/. ." +msgid "" +"Check out the application at the following http://localhost:7001= /" +"weblogic_example/. ." msgstr "" - +"Verificate il funzionamento dell'applicazione all'indirizzo http= ://" +"localhost:7001/weblogic_example/." Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Websphere.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Websphere.po 2009-= 06-01 11:24:41 UTC (rev 11063) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Websphere.po 2009-= 06-01 17:17:12 UTC (rev 11064) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-02-01 21:20+0000\n" -"PO-Revision-Date: 2009-02-07 21:28+0100\n" +"PO-Revision-Date: 2009-06-01 00:21+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -17,80 +17,80 @@ #: Websphere.xml:2 #, no-c-format msgid "Seam on IBM's Websphere AS" -msgstr "" +msgstr "Seam su Websphere AS di IBM" = #. Tag: para #: Websphere.xml:4 #, no-c-format msgid "Websphere AS V7 is IBM's application server offering. This release = is fully Java EE 5 certified." -msgstr "" +msgstr "Websphere AS V7 =C3=A8 l'application server di IBM. Questa release= =C3=A8 pienamente certificata Java EE 5." = #. Tag: para #: Websphere.xml:7 #, no-c-format msgid "First we will go over some basic information about the Websphere AS= environment that we used for these examples. We will go over the details o= f those steps with the JEE5 booking example. We will also deploy the JPA ex= ample application." -msgstr "" +msgstr "Innanzitutto procediamo con alcune informazioni base sull'ambiente= Websphere AS che useremo negli esempi. Andremo a fondo nei dettagli con l'= esempio JEE5 Prenotazione. Procederemo anche nel deploy di un'applicazione = d'esempio JPA." = #. Tag: title #: Websphere.xml:13 #, no-c-format msgid "Websphere AS environment and deployment information" -msgstr "" +msgstr "Informazioni sull'ambiente ed il deploy in Websphere AS" = #. Tag: para #: Websphere.xml:15 #, no-c-format msgid "Websphere AS is a commercial product and so we will not discuss the= details of its installation other than to say follow the directions provid= ed by your particular installation type and license. This section will deta= il the exact server versions used, installation tips, and some custom prope= rties that are needed for all of the examples." -msgstr "" +msgstr "Websphere AS =C3=A8 un prodotto commerciale e quindi non si discut= eranno i dettagli della sua installazione, basta dire di seguire le istruzi= oni fornite dal particolare tipo di installazione e dalla licenza. Questa s= ezione dettaglier=C3=A0 le versioni del server, i suggerimenti sull'install= azione ed alcune propriet=C3=A0 specifiche necessarie negli esempi." = #. Tag: title #: Websphere.xml:23 #, no-c-format msgid "Installation versions" -msgstr "" +msgstr "Versioni delle installazioni" = #. Tag: para #: Websphere.xml:24 #, no-c-format msgid "All of the examples and information in this chapter are based on th= e version V7 of Websphere AS at the time of this writing." -msgstr "" +msgstr "Tutti gli esempi e le informazioni in questo capitolo sono basate = sulla versione V7 di Websphere AS al momento della scrittura." = #. Tag: ulink #: Websphere.xml:29 #, no-c-format msgid "Websphere Application Server V7" -msgstr "" +msgstr "Websphere Application Server V7" = #. Tag: para #: Websphere.xml:34 #, no-c-format msgid "After installing Websphere AS, create server profile with Profile M= anagement Tool, if you didn't create profile in installation process." -msgstr "" +msgstr "Dopo l'installazione di Websphere AS, creare il profile del server= con il Profile Management Tool, qualora non si sia creato il profile in fa= se di installazione." = #. Tag: title #: Websphere.xml:42 #, no-c-format msgid "The jee5/booking example" -msgstr "" +msgstr "L'esempio jee5/booking" = #. Tag: para #: Websphere.xml:44 #, no-c-format msgid "The jee5/booking example is based on the Hotel B= ooking example (which runs on JBoss AS). Out of the box it is designed to r= un on Glassfish, but with the steps below it can be deployed to Websphere. = It is located in the $SEAM_DIST/examples/jee5/booking di= rectory." -msgstr "" +msgstr "L'esempio jee5/booking =C3=A8 basato sull'esemp= io PrenotazioneHotel (che gira su JBoss AS). E' stato progettato per girare= anche su Glassfish, ma con i passi descritti sotto pu=C3=B2 essere deploya= to in Websphere. E' collocato nella directory $SEAM_DIST/examples/= jee5/booking." = #. Tag: title #: Websphere.xml:52 #: Websphere.xml:710 #, no-c-format msgid "Configuration file changes" -msgstr "" +msgstr "Cambiamenti al file di configurazione" = #. Tag: para #: Websphere.xml:54 #, no-c-format msgid "Below are the configuration file changes that are need to the base = example." -msgstr "" +msgstr "Sotto sono riportate le modifiche al file di configurazione necess= arie all'esempio base." = #. Tag: literal #: Websphere.xml:60 @@ -103,7 +103,7 @@ #: Websphere.xml:63 #, no-c-format msgid "We need to change the way that we look up EJBs for WAS. We need to = remove the /local from the end of the jndi-patt= ern attribute. It should look like this:" -msgstr "" +msgstr "Occorre cambiare il modo di ricerca EJB per WAS. Bisogna rimuovere= /local dalla fine dell'attributo jndi-pattern<= /literal>. Dovrebbe apparire cos=C3=AC:" = #. Tag: programlisting #: Websphere.xml:70 @@ -127,7 +127,7 @@ #: Websphere.xml:79 #, no-c-format msgid "We need to replace the /local string from ejb-ref-name. See at the following final code:" -msgstr "" +msgstr "Sostituire la stringa /local da ejb-ref-name. V= edere il seguente codice finale:" = #. Tag: programlisting #: Websphere.xml:82 @@ -172,7 +172,7 @@ #: Websphere.xml:91 #, no-c-format msgid "We have to make some changes to the EJB references in the = web.xml. These changes are what will allow WAS to bind automatica= lly the EJB3 references in the web module to the the actual EJB3 beans in t= he EAR module. Replace all of the /local strings in ejb-local-refs= when the values below." -msgstr "" +msgstr "Occorre apportare alcumi cambiamenti ai riferimenti EJB in web.xml. Queste modifiche consentono a WAS di associare automat= icamente i riferimenti EJB3 nel modulo web ai bean EJB3 nel modulo EAR. Sos= tituire tutte le stringhe /local in ejb-local-refs." = #. Tag: programlisting #: Websphere.xml:100 @@ -270,7 +270,7 @@ #: Websphere.xml:102 #, no-c-format msgid "Note also that EjbSynchronizations is a built-in= Seam EJB and not part of the Hotel Booking example. This means that if you= r application's components.xml specifies transa= ction:ejb-transaction, then you must include:" -msgstr "" +msgstr "Si noti che EjbSynchronizations =C3=A8 un EJB p= redefinito in Seam e non =C3=A8 parte dell'esempio Prenotazione Hotel. Ques= to significa che se components.xml specifica tr= ansaction:ejb-transaction, allora occorre includere:" = #. Tag: programlisting #: Websphere.xml:107 @@ -296,13 +296,13 @@ #: Websphere.xml:108 #, no-c-format msgid "in your web.xml. If you don't include it, you'll get the following = error:" -msgstr "" +msgstr "in web.xml. Se non viene incluso, si ottiene il seguente errore:" = #. Tag: programlisting #: Websphere.xml:109 #, no-c-format msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:" -msgstr "" +msgstr "Name comp/env/myapp/EjbSynchronizations not found in context java:" = #. Tag: literal #: Websphere.xml:114 @@ -314,7 +314,7 @@ #: Websphere.xml:117 #, no-c-format msgid "For this example we will be using the default datasource that comes= with WAS. To do this change the jta-data-source element= :" -msgstr "" +msgstr "Per questo esempio useremo il datasource di default che =C3=A8 pre= sente in WAS. Cambiare l'elemento jta-data-source:" = #. Tag: programlisting #: Websphere.xml:120 @@ -332,7 +332,7 @@ #: Websphere.xml:121 #, no-c-format msgid "Then we need to adjust some of the hibernate properties. First comm= ent out the Glassfish properties. Next you need to add/change the propertie= s:" -msgstr "" +msgstr "Poi occorre sistemare alcune propriet=C3=A0 Hibernate. Innanzitutt= o commentare le propriet=C3=A0 Glassfish. Poi occorre aggiungere/modificare= le propriet=C3=A0:" = #. Tag: programlisting #: Websphere.xml:126 @@ -360,13 +360,13 @@ #: Websphere.xml:130 #, no-c-format msgid "hibernate.transaction.manager_lookup_class ̵= 2; Standard Hibernate transaction manager property for WAS 6.X and 7" -msgstr "" +msgstr "hibernate.transaction.manager_lookup_class R= 12; propriet=C3=A0 del gestore di transazioni standard Hibernate per WAS 6.= X e 7" = #. Tag: para #: Websphere.xml:136 #, no-c-format msgid "hibernate.transaction.flush_before_completion &#= 8212; This is commented out because we want the container to manage the tra= nsactions. Also if this is set to true an exception will= be thrown by WAS when the EJBContext is looked up." -msgstr "" +msgstr "hibernate.transaction.flush_before_completion &= #8212; questo =C3=A8 commentato poich=C3=A9 si vuole che il container gesti= sce le transazioni. Inoltre se questo viene impostato a true, viene lanciata un'eccezione da WAS quando viene cercato l'EJBContext." = #. Tag: programlisting #: Websphere.xml:145 @@ -382,7 +382,7 @@ #: Websphere.xml:148 #, no-c-format msgid "hibernate.dialect — From WAS 6.1.0.9 on th= e embedded DB was switched to the same Derby DB as is in Glassfish v2." -msgstr "" +msgstr "hibernate.dialect — a partire da WAS 6.1.= 0.9 l'embedded DB =C3=A8 stato cambiato al Derby DB come in Glassfish v2." = #. Tag: literal #: Websphere.xml:158 @@ -395,7 +395,7 @@ #: Websphere.xml:161 #, no-c-format msgid "You will need to get the GlassfishDerbyDialect.java and copy it into the /src directory. The java class = exists in the JPA example source directory and can be copied using the comm= and below assuming you are in jee5/booking directory:" -msgstr "" +msgstr "Occorre prendere GlassfishDerbyDialect.java e c= opiarlo nella directory /src. La classe java =C3=A8 pres= ente nella directory dei sorgenti dell'esempio JPA e pu=C3=B2 essere copiat= a usando il comando sottostante assumendo di essere nella directory jee5/booking:" = #. Tag: programlisting #: Websphere.xml:169 @@ -413,19 +413,19 @@ #: Websphere.xml:170 #, no-c-format msgid "This class will be put into the jboss-seam-jee5.jar file." -msgstr "" +msgstr "Questa classe verr=C3=A0 messa nel file jboss-seam-jee5.j= ar." = #. Tag: literal #: Websphere.xml:175 #, no-c-format msgid "resources/import.sql" -msgstr "" +msgstr "resources/import.sql" = #. Tag: para #: Websphere.xml:178 #, no-c-format msgid "This file must also be copied from the JPA example because either t= he Derby DB or the dialect does not support changes to the ID column. The files are identical except for the column difference. Use= the following command to make the copy" -msgstr "" +msgstr "Questo file deve essere copiato dall'esempio JPA poich=C3=A9 sia D= erby DB od il dialetto non supportano non supportano modifiche alla colonna= ID. I file sono identici tranne per questa colonna. Usa= re il seguente comando per eseguire la copia:" = #. Tag: programlisting #: Websphere.xml:185 @@ -441,37 +441,37 @@ #: Websphere.xml:194 #, no-c-format msgid "Building the jee5/booking example" -msgstr "" +msgstr "Build dell'esempio jee5/booking" = #. Tag: para #: Websphere.xml:197 #, no-c-format msgid "In order to get the changes we have made into our application we ne= ed to make some changes to the build.xml. There are also= some additional jars that are required by our application in order to work= with WAS. This section will cover what changes are needed to the = build.xml." -msgstr "" +msgstr "Per ottenere le modifiche applicate occorre apportare dei cambiame= nti a build.xml. Ci sono dei jar aggiuntivi richiesti da= ll'applicazione per funzionare con WAS. Questa sezione coprir=C3=A0 i cambi= amenti da fare a build.xml." = #. Tag: title #: Websphere.xml:204 #, no-c-format msgid "Library dependency changes" -msgstr "" +msgstr "Modifiche alle dipendenze di libreria" = #. Tag: para #: Websphere.xml:205 #, no-c-format msgid "We remove the log4j.jar so that all of the log o= utput from our application will be added to the WAS log. Additional steps a= re required to fully configure log4j and those are outside of the scope of = this document." -msgstr "" +msgstr "SI rimuova log4j.jar affinch=C3=A9 tutto l'outp= ut di log dell'applicazione venga aggiunto al log di WAS. Sono richiesti ul= teriori passi per configurare log4j ma questi esulano dagli scopi di questo= documento." = #. Tag: title #: Websphere.xml:213 #, no-c-format msgid "Updating the build.xml file" -msgstr "" +msgstr "Aggiornamento del file build.xml" = #. Tag: para #: Websphere.xml:215 #, no-c-format msgid "Add the following entry to the bottom of the build.xml file. This overrides the default fileset that is used to populate th= e jboss-seam-jee5.jar. :" -msgstr "" +msgstr "Aggiungere la seguente riga alla fine del file build.xml<= /literal>. Questa sovrascrivere il fileset di default che viene usato per p= opolare jboss-seam-jee5.jar:" = #. Tag: programlisting #: Websphere.xml:223 @@ -497,37 +497,37 @@ #: Websphere.xml:225 #, no-c-format msgid "Now all that is left is to execute the ant archive task and the built application will be in the jee5/booking/dist= directory." -msgstr "" +msgstr "Ora ci=C3=B2 che manca =C3=A8 eseguire il task ant archiv= e ed il built dell'applicazione verr=C3=A0 messo nella directory = jee5/booking/dist." = #. Tag: title #: Websphere.xml:234 #, no-c-format msgid "Deploying the application to Websphere" -msgstr "" +msgstr "Deploy dell'applicazione in Websphere" = #. Tag: para #: Websphere.xml:236 #, no-c-format msgid "So now we have everything we need in place. All that is left is to = deploy it - just a few steps more." -msgstr "" +msgstr "Ora ogni cosa =C3=A8 al posto giusto. Ci=C3=B2 che manca =C3=A8 il= deploy - qualche passo in pi=C3=B9." = #. Tag: para #: Websphere.xml:238 #, no-c-format msgid "For this we will use Websphere's administration console. As before = there are some tricks and tips that must be followed." -msgstr "" +msgstr "Per questo si user=C3=A0 la console di amministrazione di Webspher= e. Come prima ecco alcuni trucchi e suggerimenti da seguire." = #. Tag: para #: Websphere.xml:241 #, no-c-format msgid "The steps below are for the WAS version stated above. The ports are= default values, if you changed them substitute your values." -msgstr "" +msgstr "I passi sottostanti riguardano la versione WAS dichiarata all'iniz= io. Le porte sono ai valori di default, se vengono cambiati occorre sostitu= ire i valori." = #. Tag: para #: Websphere.xml:245 #, no-c-format msgid "Log in to the administration console or" -msgstr "" +msgstr "Fare il login nella console di amministrazione oppure" = #. Tag: programlisting #: Websphere.xml:250 @@ -539,26 +539,26 @@ #: Websphere.xml:254 #, no-c-format msgid "Access the Websphere enterprise applications men= u option under the Applications --> Application Type lef= t side menu." -msgstr "" +msgstr "Accedere all'opzione menu Websphere enterprise applicatio= ns sotto il menu a sinistra Applications --> Application= Type." = #. Tag: para #: Websphere.xml:259 #, no-c-format msgid "At the top of the Enterprise Applications table = select Install. Below are installation wizard pages and = what needs to done on each:" -msgstr "" +msgstr "In cima alla tabella Enterprise Applications se= lezionare Install. Sotto sono visualizzate le pagine del= wizard con ci=C3=B2 che va fatto su ciascuna:" = #. Tag: literal #: Websphere.xml:265 #: Websphere.xml:461 #, no-c-format msgid "Preparing for the application installation" -msgstr "" +msgstr "Preparazione per l'installazione dell'applicazione" = #. Tag: para #: Websphere.xml:269 #, no-c-format msgid "Browse to the examples/jee5/booking/dist/jboss-seam-jee5.e= ar file using the file upload widget." -msgstr "" +msgstr "Andare fino al file examples/jee5/booking/dist/jboss-seam= -jee5.ear usando il widget di upload dei file." = #. Tag: para #: Websphere.xml:275 @@ -568,309 +568,309 @@ #: Websphere.xml:496 #, no-c-format msgid "Select the Next button." -msgstr "" +msgstr "Selezionare il pulsante Next." = #. Tag: para #: Websphere.xml:280 #: Websphere.xml:471 #, no-c-format msgid "Select the Fast Path button." -msgstr "" +msgstr "Selezionare il pulsante Fast Path." = #. Tag: literal #: Websphere.xml:292 #, no-c-format msgid "Select installation options" -msgstr "" +msgstr "Selezionare le opzioni di installazione" = #. Tag: para #: Websphere.xml:296 #, no-c-format msgid "Select the Deploy enterprise beans and = Allow EJB reference targets to resolve automatically check boxes.= This is needed unless you used a Websphere AS tool to package the applicat= ion." -msgstr "" +msgstr "Selezionare i check box Deploy enterprise beans= e Allow EJB reference targets to resolve automatically.= Queso serve amenoch=C3=A9 si usi il tool di Websphere AS per impacchettare= l'applicazione." = #. Tag: literal #: Websphere.xml:313 #, no-c-format msgid "Map modules to servers" -msgstr "" +msgstr "Mappare i moduli sul server" = #. Tag: para #: Websphere.xml:317 #, no-c-format msgid "No changes needed here as we only have one server. Select the Next button." -msgstr "" +msgstr "Avendo un solo server non sono necessarie modifiche. Selezionare i= l pulsante Next." = #. Tag: literal #: Websphere.xml:325 #, no-c-format msgid "Summary" -msgstr "" +msgstr "Sommario" = #. Tag: para #: Websphere.xml:328 #, no-c-format msgid "No changes needed here. Select the Finish button= ." -msgstr "" +msgstr "Non sono necessarie modifiche. Selezionare il pulsante Fi= nish." = #. Tag: literal #: Websphere.xml:335 #, no-c-format msgid "Installation" -msgstr "" +msgstr "Installazione" = #. Tag: para #: Websphere.xml:338 #, no-c-format msgid "Now you will see it installing and deploying your application." -msgstr "" +msgstr "Ora si vedra l'installazione ed il deploy dell'applicazione." = #. Tag: para #: Websphere.xml:343 #, no-c-format msgid "When it finishes select the Save link and you wi= ll be returned to the Enterprise Applications table." -msgstr "" +msgstr "Quando termina selezionare il link Save e si ve= rr=C3=A0 reindirizzati alla tabella Enterprise Applications." = #. Tag: para #: Websphere.xml:355 #, no-c-format msgid "Now that we have our application installed we need to make some adj= ustments to it before we can start it:" -msgstr "" +msgstr "Ora che si =C3=A8 installata l'applicazione occorre fare degli agg= iustamenti ad essa prima di avviarla:" = #. Tag: para #: Websphere.xml:359 #, no-c-format msgid "Starting from the Enterprise Applications table = select the Seam Booking link." -msgstr "" +msgstr "Partendo dalla tabella Enterprise Applications = selezionare il link Seam Booking." = #. Tag: para #: Websphere.xml:365 #, no-c-format msgid "Select the Manage Modules link." -msgstr "" +msgstr "Selezionare il link Manage Modules." = #. Tag: para #: Websphere.xml:369 #, no-c-format msgid "Select the jboss-seam-jee5-booking.war link." -msgstr "" +msgstr "Selezionare il link jboss-seam-jee5-booking.war= ." = #. Tag: para #: Websphere.xml:374 #, no-c-format msgid "Change the Class loader order combo box to Classes loaded with application class loader first (parent last)." -msgstr "" +msgstr "Cambiare il combo box Class loader order in Classes loaded with application class loader first (parent last)." = #. Tag: para #: Websphere.xml:380 #: Websphere.xml:397 #, no-c-format msgid "Select Apply and then Save op= tions." -msgstr "" +msgstr "Selezionare Apply poi l'opzione Save." = #. Tag: para #: Websphere.xml:384 #, no-c-format msgid "Return to the Seam Booking page." -msgstr "" +msgstr "Ritornare alla pagina Seam Booking." = #. Tag: para #: Websphere.xml:387 #, no-c-format msgid "On this page select the Class loading and update detection= link." -msgstr "" +msgstr "Su questa pagina selezionare il link Class loading and up= date detection." = #. Tag: para #: Websphere.xml:392 #, no-c-format msgid "Select the radio button for Classes loaded with applicatio= n class loader first." -msgstr "" +msgstr "Selezionare il pulsante radio Classes loaded with applica= tion class loader first." = #. Tag: para #: Websphere.xml:403 #, no-c-format msgid "To start the application return to the Enterprise Applicat= ions table and select our application in the list. Then choose th= e Start button at the top of the table." -msgstr "" +msgstr "Per avviare l'applicazione ritornare alla tabella Enterpr= ise Applications e selezionare l'applicazione nella lista. Quindi= scegliere il pulsante Start in cima alla tabella." = #. Tag: para #: Websphere.xml:410 #, no-c-format msgid "You can now access the application at http://localhost:908= 0/seam-jee5-booking/index.html ." -msgstr "" +msgstr "Ora si pu=C3=B2 accedere all'applicazione all'indirizzo h= ttp://localhost:9080/seam-jee5-booking/index.html." = #. Tag: title #: Websphere.xml:431 #, no-c-format msgid "The jpa booking example" -msgstr "" +msgstr "Esempio Prenotazione jpa" = #. Tag: para #: Websphere.xml:432 #, no-c-format msgid "Thankfully getting the jpa example to work is mu= ch easier than the jee5 example. This is the Hotel Booki= ng example implemented in Seam POJOs and using Hibernate JPA with JPA trans= actions. It does not use EJB3." -msgstr "" +msgstr "Fortunatamente far funzionare l'esempio jpa =C3= =A8 molto pi=C3=B9 semplice che per l'esempio jee5. Ques= to =C3=A8 l'esempio Prenotazione Hotel implementato in Seam POJOs usando Hi= bernate JPA con le transazioni JPA. Non usa EJB3." = #. Tag: para #: Websphere.xml:437 #, no-c-format msgid "The example already has a breakout of configurations and build scri= pts for many of the common containers including Websphere." -msgstr "" +msgstr "L'esempio ha gi=C3=A0 un p=C3=B2 di configurazioni e build script = per molti comuni container incluso Websphere." = #. Tag: para #: Websphere.xml:440 #, no-c-format msgid "First thing we are going to do is build and deploy that example. Th= en we'll go over some key changes that we needed." -msgstr "" +msgstr "La prima cosa da fare =C3=A8 costruire e deployare quell'esempio. = Poi verranno apportate delle modifiche chiave necessarie." = #. Tag: title #: Websphere.xml:444 #, no-c-format msgid "Building the jpa example" -msgstr "" +msgstr "Build dell'esempio jpa" = #. Tag: para #: Websphere.xml:445 #, no-c-format msgid "Building it only requires running the correct ant command: ant websphere7 This will create container specific= distribution and exploded archive directories with the websphere7= label." -msgstr "" +msgstr "Il building richiede l'esecuzione del corretto comando ant: ant websphere7. Questo creer=C3=A0 una distribuz= ione specifica per il container e le directory esplose per l'archivio con e= tichetta websphere7." = #. Tag: title #: Websphere.xml:451 #, no-c-format msgid "Deploying the jpa example" -msgstr "" +msgstr "Deploy dell'esempio jpa" = #. Tag: para #: Websphere.xml:452 #, no-c-format msgid "This is similar to the jee5 example at , but without so many steps." -msgstr "" +msgstr "Questo =C3=A8 simile all'esempio jee5 all'indir= izzo , ma senza molti passi." = #. Tag: para #: Websphere.xml:457 #, no-c-format msgid "From the Enterprise Applications table select th= e Install button." -msgstr "" +msgstr "Dalla tabella Enterprise Applications seleziona= re il pulsante Install." = #. Tag: para #: Websphere.xml:465 #, no-c-format msgid "Browse to the examples/jpa/dist-websphere7/jboss-seam-jpa.= war file using the file upload widget." -msgstr "" +msgstr "Navigare fino al file examples/jpa/dist-websphere7/jboss-= seam-jpa.war usando il widget per l'upload dei file." = #. Tag: para #: Websphere.xml:483 #, no-c-format msgid "Select the Next button for the next three pages,= no changes are needed." -msgstr "" +msgstr "Selezionare il pulsante Next per le prossime tr= e pagine, non servono modifiche." = #. Tag: literal #: Websphere.xml:488 #, no-c-format msgid "Map context roots for Web modules" -msgstr "" +msgstr "Mappare context roots per i moduli Web" = #. Tag: para #: Websphere.xml:491 #, no-c-format msgid "In the Context root text box enter jbos= s-seam-jpa." -msgstr "" +msgstr "Nel text box Context root inserire jbo= ss-seam-jpa." = #. Tag: para #: Websphere.xml:502 #, no-c-format msgid "Summary page" -msgstr "" +msgstr "Pagina Summario" = #. Tag: para #: Websphere.xml:505 #, no-c-format msgid "Review the settings if you wish and select the Finish button to install the application. When installation finished select = the Save link and you will be returned to the = Enterprise Applications table." -msgstr "" +msgstr "Rivedere le impostazioni e selezionare il pulsante Finish= per installre l'applicazione. Quando l'installazione =C3=A8 term= inata selezionare il link Save e si ritorner=C3=A0 alla= tabella Enterprise Applications." = #. Tag: para #: Websphere.xml:519 #, no-c-format msgid "As with the jee5 example there are some class lo= ader changes needed before we start the application. Follow the instruction= s at but exchange jboss-seam-jpa_war for Seam Booking." -msgstr "" +msgstr "Come per l'esempio jee5 ci sono alcuni cambiame= nti necessari al class loader prima di avviare l'applicazione. Seguire le i= struzioni in e cambia= re jboss-seam-jpa_war per Seam Booking." = #. Tag: para #: Websphere.xml:526 #, no-c-format msgid "Finally start the application by selecting it in the Enter= prise Applications table and clicking the Start button." -msgstr "" +msgstr "Infine avviare l'applicazione selezionandola nella tabella Enterprise Applications e cliccando il pulsante Start<= /literal>." = #. Tag: para #: Websphere.xml:532 #, no-c-format msgid "You can now access the application at the http://localhost= :9080/jboss-seam-jpa/index.html." -msgstr "" +msgstr "Si pu=C3=B2 ora accedere all'applicazione all'indirizzo h= ttp://localhost:9080/jboss-seam-jpa/index.html." = #. Tag: title #: Websphere.xml:540 #, no-c-format msgid "What's different for Websphere AS V7" -msgstr "" +msgstr "Cosa c'=C3=A8 di diverso in Websphere AS V7" = #. Tag: para #: Websphere.xml:541 #, no-c-format msgid "The differences between the JPA examples that deploys to JBoss 4.2 = and Websphere AS V7 are mostly expected; library and configuration file cha= nges." -msgstr "" +msgstr "Le differenze tra gli esempi JPA che eseguono il deploy in JBoss 4= .2 e Websphere AS V7 sono perlopi=C3=B9 attese; cambiamenti alle librerie e= d al file di configurazione." = #. Tag: para #: Websphere.xml:546 #, no-c-format msgid "Configuration file changes" -msgstr "" +msgstr "Cambiamenti al file di configurazione" = #. Tag: para #: Websphere.xml:549 #, no-c-format msgid "META-INF/persistence.xml — the main change= s here are for the datasource JNDI path, switching to the Websphere transac= tion manager look up class, and changing the hibernate dialect to be GlassfishDerbyDialect ." -msgstr "" +msgstr "META-INF/persistence.xml — le maggiori mo= difiche sono per il path JNDI del datasource, passando alla classe di ricer= ca del gestore di transazioni Websphere e cambiando il dialetto Hibernate a= GlassfishDerbyDialect." = #. Tag: para #: Websphere.xml:559 #, no-c-format msgid "WEB-INF/components.xml — the change here i= s jndi-pattern without /local string." -msgstr "" +msgstr "WEB-INF/components.xml — qua la modifica = =C3=A8 jndi-pattern senza la stringa /local." = #. Tag: para #: Websphere.xml:565 #, no-c-format msgid "META-INF/ejb-jar.xml — the same change in = ejb-ref-name, where is replace /local string in jboss-seam-jee5/AuthenticatorAction." -msgstr "" +msgstr "META-INF/ejb-jar.xml — stessa modifica in= ejb-ref-name, dove la stringa /local diventa j= boss-seam-jee5/AuthenticatorAction." = #. Tag: para #: Websphere.xml:572 #, no-c-format msgid "src/GlassfishDerbyDialect.java — this cla= ss is needed for the hibernate dialect change to GlassfishDerbyDia= lect" -msgstr "" +msgstr "src/GlassfishDerbyDialect.java — questa = classe serve per la modifica del dialetto Hibernate a GlassfishDer= byDialect" = #. Tag: para #: Websphere.xml:580 #, no-c-format msgid "import.sql — either for the dialect or Der= by DB the ID column can not be populated by this file an= d was removed." -msgstr "" +msgstr "import.sql — la colonna ID sia del dialetto sia del Derby DB non pu=C3=B2 essere popolata ed =C3= =A8 stata rimossa." = #. Tag: para #: Websphere.xml:589 #, no-c-format msgid "Changes for dependent libraries" -msgstr "" +msgstr "Modifiche per le librerie dipendenti" = #. Tag: para #: Websphere.xml:590 #, no-c-format msgid "The Websphere version requires several library packages because the= y are not included as they are with JBoss AS. These are primarily for hiber= nate and their dependencies. Below are listed only the additional jars need= ed above and beyond the JBoss JPA example." -msgstr "" +msgstr "La versione di Websphere richiede parecchi pacchetti di libreria i= nclusi invece in JBoss AS. Questi servono principalmente per Hibernate e le= sue dipendenze. Sotto appare la lista dei jar addizionali necessari sopra = e a prescindere dall'esempio JBoss JPA." = #. Tag: para #: Websphere.xml:597 #, no-c-format msgid "To use Hibernate as your JPA provider you need the following jars:" -msgstr "" +msgstr "Per usare Hibernate come provider JPA occorrono i seguenti jar:" = #. Tag: literal #: Websphere.xml:602 @@ -918,7 +918,7 @@ #: Websphere.xml:638 #, no-c-format msgid "Various third party jars that Websphere needs:" -msgstr "" +msgstr "Websphere richiede vari jar di Terze Parti:" = #. Tag: literal #: Websphere.xml:641 @@ -960,25 +960,25 @@ #: Websphere.xml:678 #, no-c-format msgid "Deploying an application created using seam-gen = on Websphere V7" -msgstr "" +msgstr "Deploy dell'applicazione creata usando seam-gen= su Websphere V7" = #. Tag: para #: Websphere.xml:681 #, no-c-format msgid "seam-gen is a very useful tool for developers to= quickly get an application up and running, and provides a foundation to ad= d your own functionality. Out of box seam-gen will produ= ce applications configured to run on JBoss AS. These instructions will show= the steps needed to get it to run on Websphere. As stated above in there are some tricky changes needed = to get an EJB3 application running. This section will take you through the = exact steps." -msgstr "" +msgstr "seam-gen =C3=A8 un tool molto utile per gli svi= luppatori per ottenere velocemente applicazioni pronte per l'esecuzione e f= ornisce un fondamento per aggiungere proprie funzionalit=C3=A0. Di base seam-gen produrr=C3=A0 applicazioni configurate per girare = su JBoss AS. Queste istruzioni mostreranno i passi necessari per farle funz= ionare su Websphere. Come dichiarato sopra in ci sono alcune modifiche sottili necessarie per avere un'ap= plicazione EJB3 funzionante. Questa sezione mostrer=C3=A0 gli esatti passi = da compiere." = #. Tag: title #: Websphere.xml:691 #, no-c-format msgid "Running seam-gen Setup" -msgstr "" +msgstr "Eseguire il setup in seam-gen" = #. Tag: para #: Websphere.xml:692 #, no-c-format msgid "The first step is setting up seam-gen to constru= ct the base project. There are several choices made below, specifically the= datasource and hibernate values that we will adjust once the project is cr= eated." -msgstr "" +msgstr "Il primo passo =C3=A8 impostare seam-gen per co= struire il progetto base. Ci sono parecchie scelte fatte sotto, in particol= ar modo il datasource ed i valori Hibernate che occorre aggiustare una volt= a che il progetto =C3=A8 creato." = #. Tag: programlisting #: Websphere.xml:698 @@ -1134,19 +1134,19 @@ #: Websphere.xml:700 #, no-c-format msgid "Type ./seam new-project to create your project a= nd cd /home/jbalunas/workspace/websphere_example to the = newly created structure." -msgstr "" +msgstr "Digitare ./seam new-project per creare il proge= tto e cd /home/jbalunas/workspace/websphere_example per = la nuova struttura creata." = #. Tag: title #: Websphere.xml:707 #, no-c-format msgid "Changes needed for deployment to Websphere" -msgstr "" +msgstr "Cambiamenti richiesti per il deploy in Websphere" = #. Tag: para #: Websphere.xml:708 #, no-c-format msgid "We now need to make some changes to the generated project." -msgstr "" +msgstr "Ora serve apportare alcuni cambiamenti al progetto generato." = #. Tag: literal #: Websphere.xml:714 @@ -1158,13 +1158,13 @@ #: Websphere.xml:719 #, no-c-format msgid "Alter the jta-data-source to be Default= Datasource. We are going to be using the integrated Websphere DB." -msgstr "" +msgstr "Modificare jta-data-source in DefaultD= atasource. Verr=C3=A0 usato il DB integrato di Websphere." = #. Tag: para #: Websphere.xml:726 #, no-c-format msgid "Add or change the properties below. These are described in detail a= t :" -msgstr "" +msgstr "Aggiungere o modificare le propriet=C3=A0 sotto. Queste sono descr= itte in dettaglio in :" = #. Tag: programlisting #: Websphere.xml:731 @@ -1194,7 +1194,7 @@ #: Websphere.xml:734 #, no-c-format msgid "Remove the JBoss AS specific method of exposing the EntityManagerFa= ctory:" -msgstr "" +msgstr "Rimuovere i metodi specifici di JBoss AS per esporre EntityManager= Factory:" = #. Tag: programlisting #: Websphere.xml:737 @@ -1212,13 +1212,13 @@ #: Websphere.xml:740 #, no-c-format msgid "You'll need to alter persistence-prod.xml as wel= l if you want to deploy to Websphere using the prod profile." -msgstr "" +msgstr "Serve modificare persistence-prod.xml anche se = si vuole eseguire il deploy in Websphere usando il profile prod." = #. Tag: para #: Websphere.xml:753 #, no-c-format msgid "As with other examples we need to include this java class for DB su= pport. It can be copied from the jpa example into the websphere_example/src directory." -msgstr "" +msgstr "Come per gli altri esempi occorre includere questa classe java per= il supporto DB. Pu=C3=B2 essere copiata dall'esempio jpa nella directory websphere_example/src." = #. Tag: programlisting #: Websphere.xml:759 @@ -1242,7 +1242,7 @@ #: Websphere.xml:768 #, no-c-format msgid "You can delete this file as we aren't deploying to JBoss AS ( jboss-app.xml is used to enable classloading isolation in JBo= ss AS)" -msgstr "" +msgstr "Si pu=C3=B2 cancellare questo file poich=C3=A9 non si eseguir=C3= =A0 il deploy in JBoss AS (jboss-app.xml viene usato per= abilitare l'isolamento del classloading in JBoss AS)" = #. Tag: literal #: Websphere.xml:774 @@ -1254,25 +1254,25 @@ #: Websphere.xml:777 #, no-c-format msgid "You can delete these file as we aren't deploying to JBoss AS (these= files define datasources in JBoss AS, we are using Websphere's default dat= asource)" -msgstr "" +msgstr "Si possono cancellare questi file poich=C3=A9 non si eseguir=C3=A0= il deploy in JBoss AS (questi file definiscono i datasource in JBoss AS, s= i user=C3=A0 invece il datasource di default di Websphere)" = #. Tag: para #: Websphere.xml:789 #, no-c-format msgid "Enable container managed transaction integration - add the <transaction:ejb-transaction /> component, and it's name= space declaration xmlns:transaction=3D\"http://jboss.com/products= /seam/transaction\" " -msgstr "" +msgstr "Abilitare l'integrazione delle transazioni gestite dal container -= aggiungere il componente <transaction:ejb-transaction /> ed la sua dichiarazione di namespace xmlns:transaction=3D= \"http://jboss.com/products/seam/transaction\"" = #. Tag: para #: Websphere.xml:798 #, no-c-format msgid "Alter the jndi-pattern to java:comp/en= v/websphere_example/#{ejbName} " -msgstr "" +msgstr "Modificare jndi-pattern in java:comp/e= nv/websphere_example/#{ejbName}" = #. Tag: para #: Websphere.xml:804 #, no-c-format msgid "We do not need managed-persistence-context for t= his example and so can delete its entry." -msgstr "" +msgstr "Non serve managed-persistence-context per quest= 'esempio e quindi si pu=C3=B2 cancellare questa riga." = #. Tag: programlisting #: Websphere.xml:810 @@ -1292,7 +1292,7 @@ #: Websphere.xml:819 #, no-c-format msgid "As with the jee5/booking example we need to add = EJB references to the web.xml. These references require replacing /local st= ring in ejb-ref-name to flag them for Websphere to perfo= rm the proper binding." -msgstr "" +msgstr "Come per l'esempio jee5/booking occorre aggiung= ere i riferimenti EJB a web.xml. Questi riferimenti richiedono di sostituir= e la stringa /local in ejb-ref-name e selezionarli affin= ch=C3=A9 Websphere esegua il corretto binding." = #. Tag: programlisting #: Websphere.xml:826 @@ -1328,37 +1328,37 @@ #: Websphere.xml:832 #, no-c-format msgid "Creating the AuthenticatorAction EJB" -msgstr "" +msgstr "Creazione dell'EJB AuthenticatorAction" = #. Tag: para #: Websphere.xml:834 #, no-c-format msgid "We want to take the existing Authenticator Seam = POJO component and create an EJB3 out of it." -msgstr "" +msgstr "Si vuole prendere il componente POJO Seam Authenticator e creare da questo un EJB3." = #. Tag: para #: Websphere.xml:837 #, no-c-format msgid "Change the generated Authenticator class" -msgstr "" +msgstr "Cambiare la classe Authenticator generata" = #. Tag: para #: Websphere.xml:840 #, no-c-format msgid "Rename the class to AuthenticatorAction" -msgstr "" +msgstr "Rinominare la classe in AuthenticatorAction" = #. Tag: para #: Websphere.xml:844 #, no-c-format msgid "Add the @Stateless annotation to the new AuthenticatorAction class." -msgstr "" +msgstr "Aggiungere l'annotazione @Stateless alla nuova = classe AuthenticatorAction." = #. Tag: para #: Websphere.xml:850 #, no-c-format msgid "Create an interface called Authenticator which <= literal>AuthenticatorAction implements (EJB3 requires session bea= ns to have a local interface). Annotate the interface with @Local<= /literal> , and add a single method with same signature as the aut= henticate in AuthenticatorAction ." -msgstr "" +msgstr "Creare un'interfaccia chiamata Authenticator ed= implementata da AuthenticatorAction (EJB3 richiede che = i bean di sessione abbiano un'interfaccia locale). Annotare l'interfaccia c= on @Local, ed aggiungere un singolo metodo con la stessa= firma come authenticate in AuthenticatorAction= ." = #. Tag: programlisting #: Websphere.xml:863 @@ -1390,25 +1390,25 @@ #: Websphere.xml:869 #, no-c-format msgid "We've already added its reference to the web.xml= file so are good to go." -msgstr "" +msgstr "Abbiamo gi=C3=A0 aggiunto il suo riferimento al file web.= xml e quindi si pu=C3=B2 procedere." = #. Tag: title #: Websphere.xml:875 #, no-c-format msgid "Extra jar dependencies and other changes to the build.xml<= /literal>" -msgstr "" +msgstr "Dipendenze extra ed altre modifiche a build.xml" = #. Tag: para #: Websphere.xml:877 #, no-c-format msgid "This application has similar requirements as the jee5/book= ing example." -msgstr "" +msgstr "Quest'applicazione ha requisiti simili come nell'esempio = jee5/booking." = #. Tag: para #: Websphere.xml:882 #, no-c-format msgid "Change the default target to archive (we aren't = going to cover automatic deployment to Websphere)." -msgstr "" +msgstr "Modificare il target di default a archive (non = si tratter=C3=A0 il deploy automatico in Websphere)." = #. Tag: programlisting #: Websphere.xml:888 @@ -1424,7 +1424,7 @@ #: Websphere.xml:892 #, no-c-format msgid "Websphere looks for the drools /security.drl fil= e in the root of the war file instead of the root of the= websphere_example.jar so we need to have the b= uild.xml move it to the correct location at build time. The follo= wing must be added at the top of the <target name=3D\"war\" de= pends=3D\"compile\" description=3D\"Build the distribution .war file\"> = target." -msgstr "" +msgstr "Websphere cerca il file drools /security.drl ne= lla radice di file war invece che nella radice di websphere_example.jar e quindi serve spostare build.x= ml nella corretta posizione al momento del build. La seguente rig= a deve essere aggiunta in cima al target <target name=3D\"war\= " depends=3D\"compile\" description=3D\"Build the distribution .war file\"&= gt; ." = #. Tag: programlisting #: Websphere.xml:903 @@ -1448,7 +1448,7 @@ #: Websphere.xml:906 #, no-c-format msgid "Now we need to get extra jars into the build.xml= . Look for the <fileset dir=3D\"${basedir}\"> sect= ion of the task below. Add the new includes at the bottom of the fileset." -msgstr "" +msgstr "Ora occorre inserire i jar extra in build.xml. = Cercare la sezione <fileset dir=3D\"${basedir}\"> = del task sotto. Aggiungere nuovi include in fondo al fileset." = #. Tag: programlisting #: Websphere.xml:914 @@ -1576,7 +1576,7 @@ #: Websphere.xml:925 #, no-c-format msgid "jboss-seam.jar - this is needed in the = ear base directory." -msgstr "" +msgstr "jboss-seam.jar - questo =C3=A8 richiesto nella = directory base ear." = #. Tag: programlisting #: Websphere.xml:928 @@ -1594,7 +1594,7 @@ #: Websphere.xml:932 #, no-c-format msgid "You should end up with something like:" -msgstr "" +msgstr "Si dovrebbe terminare con qualcosa di simile a:" = #. Tag: programlisting #: Websphere.xml:933 @@ -1672,23 +1672,23 @@ #: Websphere.xml:940 #, no-c-format msgid "Building and deploying the seam-gen'd application to Websphere" -msgstr "" +msgstr "Build e deploy di un'applicazione seam-gen in Websphere" = #. Tag: para #: Websphere.xml:945 #, no-c-format msgid "Build your application by calling ant in the bas= e directory of your project (ex. /home/jbalunas/workspace/webspher= e_example ). The target of the build will be dist/websph= ere_example.ear ." -msgstr "" +msgstr "Eseguire il build dell'applicazione chiamando ant nella directory base del progetto (es. /home/jbalunas/workspace= /websphere_example). Il target del build sar=C3=A0 dist/= websphere_example.ear." = #. Tag: para #: Websphere.xml:954 #, no-c-format msgid "To deploy the application follow the instructions here : but use references to this project websphere_example instead of jboss-seam-jee5." -msgstr "" +msgstr "Per fare il deploy dell'applicazione seguire le istruzioni in ma usare i riferimenti a questo pro= getto websphere_example invece che a jboss-seam= -jee5." = #. Tag: para #: Websphere.xml:960 #, no-c-format msgid "Checkout the app at: http://localhost:9080/websphere_examp= le/index.html" -msgstr "" +msgstr "Controllare l'applicazione all'indirizzo: http://localhos= t:9080/websphere_example/index.html" = --===============0791672754578339836==-- From seam-commits at lists.jboss.org Mon Jun 1 14:55:41 2009 Content-Type: multipart/mixed; boundary="===============1461173129376088931==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11065 - in branches/community/Seam_2_1/doc/Seam_Reference_Guide: bn-IN and 23 other directories. Date: Mon, 01 Jun 2009 14:46:45 -0400 Message-ID: --===============1461173129376088931== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-01 14:46:43 -0400 (Mon, 01 Jun 2009) New Revision: 11065 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJ= BPassivation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started= _With_JBoss_Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histor= y.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/ClusteringAnd= EJBPassivation.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/ClusteringAnd= EJBPassivation.po Log: Regenerated POT and updated all POs Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-30 15:23+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" @@ -23,19 +23,45 @@ #: ClusteringAndEJBPassivation.xml:7 #, no-c-format msgid "Please note that this chapter is still being reviewed. Tread carefu= lly." -msgstr "Si noti che questo capitolo =C3=A8 ancora sotto revisione. Maneggi= are con cura." +msgstr "" +"Si noti che questo capitolo =C3=A8 ancora sotto revisione. Maneggiare con= cura." = #. Tag: para #: ClusteringAndEJBPassivation.xml:10 #, no-c-format -msgid "This chapter covers two distinct topics that happen share a common = solution in Seam, (web) clustering and EJB passivation. Therefore, they are= addressed together in this reference manual. Although performance tends to= be grouped in this category as well, it's kept separate because the focus = of this chapter is on the programming model and how it's affected by the us= e of the aforementioned features." -msgstr "Questo capitolo copre due distinti argomenti che condividono un so= luzione comune in Seam, (web) clustering e passivazione EJB. Quindi, sono t= rattati assieme in questo manuale. Sebbene anche la performance tende ad es= sere raggruppata in questa categoria, essa viene mantenuta separata poich= =C3=A9 il focus di questo capitolo =C3=A8 sul modello di programmazione e s= u come questo =C3=A8 influenzato dall'uso delle funzionalit=C3=A0 sopracita= te." +msgid "" +"This chapter covers two distinct topics that happen share a common soluti= on " +"in Seam, (web) clustering and EJB passivation. Therefore, they are addres= sed " +"together in this reference manual. Although performance tends to be group= ed " +"in this category as well, it's kept separate because the focus of this " +"chapter is on the programming model and how it's affected by the use of t= he " +"aforementioned features." +msgstr "" +"Questo capitolo copre due distinti argomenti che condividono un soluzione= " +"comune in Seam, (web) clustering e passivazione EJB. Quindi, sono trattat= i " +"assieme in questo manuale. Sebbene anche la performance tende ad essere " +"raggruppata in questa categoria, essa viene mantenuta separata poich=C3= =A9 il " +"focus di questo capitolo =C3=A8 sul modello di programmazione e su come q= uesto =C3=A8 " +"influenzato dall'uso delle funzionalit=C3=A0 sopracitate." = #. Tag: para #: ClusteringAndEJBPassivation.xml:17 #, no-c-format -msgid "In this chapter you will learn how Seam manages the passivation of = Seam components and entity instances, how to activate this feature, and how= this feature is related to clustering. You will also learn how to deploy a= Seam application into a cluster and verify that HTTP session replication i= s working properly. Let's start with a little background on clustering and = see an example of how you deploy a Seam application to a JBoss AS cluster." -msgstr "In questo capitolo si apprender=C3=A0 come Seam gestisce la passiv= azione dei componenti Seam e degli entity, come attivare questa funzionalit= =C3=A0 e come questa funzionalit=C3=A0 =C3=A8 collegata al clustering. Inol= tre si apprender=C3=A0 come eseguire il deploy di un'applicazione Seam in u= n cluster e verificare che la replica della sessione HTTP funzioni corretta= mente. Iniziamo con un p=C3=B2 di background sul clustering e vediamo come = fare il deploy di un'applicazione Seam in un cluster JBoss AS." +msgid "" +"In this chapter you will learn how Seam manages the passivation of Seam " +"components and entity instances, how to activate this feature, and how th= is " +"feature is related to clustering. You will also learn how to deploy a Sea= m " +"application into a cluster and verify that HTTP session replication is " +"working properly. Let's start with a little background on clustering and = see " +"an example of how you deploy a Seam application to a JBoss AS cluster." +msgstr "" +"In questo capitolo si apprender=C3=A0 come Seam gestisce la passivazione = dei " +"componenti Seam e degli entity, come attivare questa funzionalit=C3=A0 e = come " +"questa funzionalit=C3=A0 =C3=A8 collegata al clustering. Inoltre si appre= nder=C3=A0 come " +"eseguire il deploy di un'applicazione Seam in un cluster e verificare che= la " +"replica della sessione HTTP funzioni correttamente. Iniziamo con un p=C3= =B2 di " +"background sul clustering e vediamo come fare il deploy di un'applicazion= e " +"Seam in un cluster JBoss AS." = #. Tag: title #: ClusteringAndEJBPassivation.xml:25 @@ -46,26 +72,87 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:27 #, no-c-format -msgid "Clustering (more formally web clustering) allows an application to = run on two or more parallel servers (i.e., nodes) while providing a uniform= view of the application to clients. Load is distributed across the servers= in such a way that if one or more of the servers fails, the application is= still accessible via any of the surviving nodes. This topology is crucial = for building scalable enterprise applications as performance and availabili= ty can be improved simply by adding nodes. But it brings up an important qu= estion. What happens to the state that was on the server that fai= led?" -msgstr "Il clustering (pi=C3=B9 formalmente web clustering) consente ad un= 'applicazione di girare su due o pi=C3=B9 server paralleli (cio=C3=A8, nodi= ) mentre viene fornita ai client una vista uniforme dell'applicazione. Il c= arico =C3=A8 distribuito sui server in modo tale che se uno o pi=C3=B9 serv= er fallisce, l'applicazione continua ad essere accessibile tramite gli altr= i nodi. Questa tipologia =C3=A8 cruciale per la costruzione di applicazioni= enterprise scalabili in performance e la disponibilit=C3=A0 pu=C3=B2 esser= e migliorata semplicemente aggiungendo nodi. Ma si giunge ad una domanda im= portante. Cosa succede allo stato presente su un server che ha fa= llito?" +msgid "" +"Clustering (more formally web clustering) allows an application to run on= " +"two or more parallel servers (i.e., nodes) while providing a uniform view= of " +"the application to clients. Load is distributed across the servers in suc= h a " +"way that if one or more of the servers fails, the application is still " +"accessible via any of the surviving nodes. This topology is crucial for " +"building scalable enterprise applications as performance and availability= " +"can be improved simply by adding nodes. But it brings up an important " +"question. What happens to the state that was on the server that= " +"failed?" +msgstr "" +"Il clustering (pi=C3=B9 formalmente web clustering) consente ad un'applic= azione " +"di girare su due o pi=C3=B9 server paralleli (cio=C3=A8, nodi) mentre vie= ne fornita ai " +"client una vista uniforme dell'applicazione. Il carico =C3=A8 distribuito= sui " +"server in modo tale che se uno o pi=C3=B9 server fallisce, l'applicazione= " +"continua ad essere accessibile tramite gli altri nodi. Questa tipologia = =C3=A8 " +"cruciale per la costruzione di applicazioni enterprise scalabili in " +"performance e la disponibilit=C3=A0 pu=C3=B2 essere migliorata sempliceme= nte " +"aggiungendo nodi. Ma si giunge ad una domanda importante. Cosa " +"succede allo stato presente su un server che ha fallito?" = #. Tag: para #: ClusteringAndEJBPassivation.xml:36 #, no-c-format -msgid "Since day one, Seam has always provided support for stateful applic= ations running in a cluster. Up to this point, you have learned that Seam p= rovides state management in the form of additional scopes and by governing = the life cycle of stateful (scoped) components. But state management in Sea= m goes beyond creating, storing and destroying instances. Seam tracks chang= es to JavaBean components and stores the changes at strategic points during= the request so that the changes can be restored when the request shifts to= a secondary node in the cluster. Fortunately, monitoring and replication o= f stateful EJB components is already handled by the EJB server, so this fea= ture of Seam is intended to put stateful JavaBeans on par with their EJB co= horts." -msgstr "Sin dal primo giorno Seam ha sempre fornito il supporto alle appli= cazioni stateful in azione dentro un cluster. Fino ad ora si =C3=A8 appreso= che Seam fornisce la gestione dello stato aggiungendo degli scope e govern= ando il ciclo di vita dei componenti stateful (con scope). Ma la gestione d= ello stato in Seam va oltre alla creazione, memorizzazione e distruzione di= istanze. Seam traccia i cambiamenti ai componenti JavaBean e memorizza i c= ambiamenti in punti strategici durante la richiesta, affinch=C3=A9 i cambia= menti vengano ripristinati quando la richiesta passa su un nodo secondario = del cluster. Fortunatamente il monitoraggio e la replica di componenti EJB = stateful viene gi=C3=A0 gestita dal server EJB, quindi tale funzionalit=C3= =A0 di Seam serve per mettere i JavaBean a fianco dei suoi compagni EJB." +msgid "" +"Since day one, Seam has always provided support for stateful applications= " +"running in a cluster. Up to this point, you have learned that Seam provid= es " +"state management in the form of additional scopes and by governing the li= fe " +"cycle of stateful (scoped) components. But state management in Seam goes " +"beyond creating, storing and destroying instances. Seam tracks changes to= " +"JavaBean components and stores the changes at strategic points during the= " +"request so that the changes can be restored when the request shifts to a " +"secondary node in the cluster. Fortunately, monitoring and replication of= " +"stateful EJB components is already handled by the EJB server, so this " +"feature of Seam is intended to put stateful JavaBeans on par with their E= JB " +"cohorts." +msgstr "" +"Sin dal primo giorno Seam ha sempre fornito il supporto alle applicazioni= " +"stateful in azione dentro un cluster. Fino ad ora si =C3=A8 appreso che S= eam " +"fornisce la gestione dello stato aggiungendo degli scope e governando il " +"ciclo di vita dei componenti stateful (con scope). Ma la gestione dello " +"stato in Seam va oltre alla creazione, memorizzazione e distruzione di " +"istanze. Seam traccia i cambiamenti ai componenti JavaBean e memorizza i " +"cambiamenti in punti strategici durante la richiesta, affinch=C3=A9 i cam= biamenti " +"vengano ripristinati quando la richiesta passa su un nodo secondario del " +"cluster. Fortunatamente il monitoraggio e la replica di componenti EJB " +"stateful viene gi=C3=A0 gestita dal server EJB, quindi tale funzionalit= =C3=A0 di Seam " +"serve per mettere i JavaBean a fianco dei suoi compagni EJB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:46 -#, no-c-format -msgid "But wait, there's more! Seam also offers an incredibly unique featu= re for clustered applications. In addition to monitoring JavaBean component= s, Seam ensures that managed entity instances (i.e. JPA and Hibernate entit= ies) don't become detatched during replication. Seam keeps a record of the = entities that are loaded and automatically loads them on the secondary node= . You must, however, be using a Seam-managed persistence context to get thi= s feature. More in depth information about this feature is provided in the = second half of this chapter." -msgstr "Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibi= le ed unica caratteristica per le applicazioni cluster. In aggiunta al moni= toraggio dei componenti JavaBean, Seam assicura che le istanze entity gesti= te (cio=C3=A8 entity JPA e Hibernate) non divengano detached durante la rep= lica. Seam mantiene un record di entity che sono caricati e li carica autom= aticamente nel nodo secondario. Occorre comunque usare un contesto di persi= stenza gestito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3= =B9 dettagliate informazioni su questa funzionalit=C3=A0 vengono fornite ne= lla seconda parte del capitolo." +#, fuzzy, no-c-format +msgid "" +"But wait, there's more! Seam also offers an incredibly unique feature for= " +"clustered applications. In addition to monitoring JavaBean components, Se= am " +"ensures that managed entity instances (i.e. JPA and Hibernate entities) " +"don't become detached during replication. Seam keeps a record of the " +"entities that are loaded and automatically loads them on the secondary no= de. " +"You must, however, be using a Seam-managed persistence context to get thi= s " +"feature. More in depth information about this feature is provided in the " +"second half of this chapter." +msgstr "" +"Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibile ed u= nica " +"caratteristica per le applicazioni cluster. In aggiunta al monitoraggio d= ei " +"componenti JavaBean, Seam assicura che le istanze entity gestite (cio=C3= =A8 " +"entity JPA e Hibernate) non divengano detached durante la replica. Seam " +"mantiene un record di entity che sono caricati e li carica automaticament= e " +"nel nodo secondario. Occorre comunque usare un contesto di persistenza " +"gestito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3=B9 d= ettagliate " +"informazioni su questa funzionalit=C3=A0 vengono fornite nella seconda pa= rte del " +"capitolo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:55 #, no-c-format -msgid "Now that you understand what features Seam offers to support a clus= tered environment, let's look at how you program for clustering." -msgstr "Ora che si =C3=A8 capito quali funzionalit=C3=A0 offre Seam per su= pportare l'ambiente clustered, guardiamo come si programma un cluster." +msgid "" +"Now that you understand what features Seam offers to support a clustered " +"environment, let's look at how you program for clustering." +msgstr "" +"Ora che si =C3=A8 capito quali funzionalit=C3=A0 offre Seam per supportar= e l'ambiente " +"clustered, guardiamo come si programma un cluster." = #. Tag: title #: ClusteringAndEJBPassivation.xml:61 @@ -75,57 +162,137 @@ = #. Tag: para #: ClusteringAndEJBPassivation.xml:62 -#, no-c-format -msgid "Any session- or conversation-scoped mutable JavaBean component that= will be used in a clustered environment must implement the Mutabl= e interface from the Seam API. As part of the contract, the compo= nent must maintain a dirty flag that is reported and reset by the = clearDirty() method. Seam calls this method to determine if it is= necessary to replicate the component. This avoids having to use the more c= umbersome Servlet API to add and remove the session attribute on every chan= ge of the object." -msgstr "Un componente JavaBean mutabile con scope sessione o conversazione= che verr=C3=A0 usato in un ambiente clustered deve implementare l'interfac= cia Mutable dell'API Seam. Come parte del contratto, il = contratto deve mantenere un dirty flag che viene segnato e resettato dal me= todo clearDirty(). Seam chiama questo metodo per determi= nare se =C3=A8 necessario replicare il componente. Questo evita di dover us= are la pi=C3=B9 problematica API dei Servlet per aggiungere e rimuovere l'a= ttributo sessione ad ogni cambiamento dell'oggetto." +#, fuzzy, no-c-format +msgid "" +"Any session- or conversation-scoped mutable JavaBean component that will = be " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " +"clearDirty() method. Seam calls this method to determi= ne " +"if it is necessary to replicate the component. This avoids having to use = the " +"more cumbersome Servlet API to add and remove the session attribute on ev= ery " +"change of the object." +msgstr "" +"Un componente JavaBean mutabile con scope sessione o conversazione che ve= rr=C3=A0 " +"usato in un ambiente clustered deve implementare l'interfaccia " +"Mutable dell'API Seam. Come parte del contratto, il " +"contratto deve mantenere un dirty flag che viene segnato e resettato dal " +"metodo clearDirty(). Seam chiama questo metodo per " +"determinare se =C3=A8 necessario replicare il componente. Questo evita di= dover " +"usare la pi=C3=B9 problematica API dei Servlet per aggiungere e rimuovere= " +"l'attributo sessione ad ogni cambiamento dell'oggetto." = #. Tag: para #: ClusteringAndEJBPassivation.xml:70 #, no-c-format -msgid "You also must ensure that all session- and conversation-scoped Java= Bean components are Serializable. Additional, all fields of a stateful comp= onent (EJB or JavaBean) must Serializable unless the field is marked transi= ent or set to null in a @PrePassivate method. You can re= store the value of a transient or nullified field in a @PostActiva= te method." -msgstr "Bisogna assicurarsi che tutti i componenti JavaBean con scope sess= ione e conversazione siano Serializable. Inoltre tutti i campi di un compon= ente stateful (EJB o JavaBean) devono essere Serializable amenoch=C3=A9 sia= no marcati come transient o impostati a null in un metodo @PrePass= ivate. Si pu=C3=B2 ripristinare il valore di un campo transient o= null in un metodo @PostActivate." +msgid "" +"You also must ensure that all session- and conversation-scoped JavaBean " +"components are Serializable. Additional, all fields of a stateful compone= nt " +"(EJB or JavaBean) must Serializable unless the field is marked transient = or " +"set to null in a @PrePassivate method. You can restore= " +"the value of a transient or nullified field in a @PostActivate method." +msgstr "" +"Bisogna assicurarsi che tutti i componenti JavaBean con scope sessione e " +"conversazione siano Serializable. Inoltre tutti i campi di un componente " +"stateful (EJB o JavaBean) devono essere Serializable amenoch=C3=A9 siano = marcati " +"come transient o impostati a null in un metodo @PrePassivate. Si pu=C3=B2 ripristinare il valore di un campo transient o null= in un " +"metodo @PostActivate." = #. Tag: para #: ClusteringAndEJBPassivation.xml:76 #, no-c-format -msgid "One area where people often get bitten is by using List.su= bList to create a list. The resulting list is not Serializable. S= o watch out for situations like that. If hit a java.io.NotSerializ= ableException and cannot locate the culprit at first glance, you = can put a breakpoint on this exception, run the application server in debug= mode and attach a debugger (such as Eclipse) to see what deserialization i= s choking on." -msgstr "Un'area in cui spesso le persone hanno problemi =C3=A8 con l'uso d= i List.subList per creare una lista. La lista risultante= non =C3=A8 Serializable. Quindi attenzione a queste situazioni. Se ci si i= mbatte in una java.io.NotSerializableException e non si = riescead individuare subito il colpevole, si pu=C3=B2 mettere un breakpoint= su quest'eccezione, avviare l'application server in modalit=C3=A0 debug ed= attaccare il debugger (come in Eclipse) per vedere quale deserializzazione= causa il problema." +msgid "" +"One area where people often get bitten is by using List.subList<= /" +"literal> to create a list. The resulting list is not Serializable. So wat= ch " +"out for situations like that. If hit a java.io." +"NotSerializableException and cannot locate the culprit at first= " +"glance, you can put a breakpoint on this exception, run the application " +"server in debug mode and attach a debugger (such as Eclipse) to see what " +"deserialization is choking on." +msgstr "" +"Un'area in cui spesso le persone hanno problemi =C3=A8 con l'uso di List." +"subList per creare una lista. La lista risultante non =C3=A8 " +"Serializable. Quindi attenzione a queste situazioni. Se ci si imbatte in = una " +"java.io.NotSerializableException e non si riescead " +"individuare subito il colpevole, si pu=C3=B2 mettere un breakpoint su " +"quest'eccezione, avviare l'application server in modalit=C3=A0 debug ed a= ttaccare " +"il debugger (come in Eclipse) per vedere quale deserializzazione causa il= " +"problema." = #. Tag: para #: ClusteringAndEJBPassivation.xml:84 -#, no-c-format -msgid "Please note that clustering does not work with hot deployable compo= ennts. But then again, you shouldn't be using hot deployable components in = a non-development environment anyway." -msgstr "Si noti che il clustering non funziona con componenti hot deployab= le. Ma comunque non si dovrebbero usare i componenti hot deployable in un a= mbiente non di sviluppo." +#, fuzzy, no-c-format +msgid "" +"Please note that clustering does not work with hot deployable components.= " +"But then again, you shouldn't be using hot deployable components in a non= -" +"development environment anyway." +msgstr "" +"Si noti che il clustering non funziona con componenti hot deployable. Ma " +"comunque non si dovrebbero usare i componenti hot deployable in un ambien= te " +"non di sviluppo." = #. Tag: title #: ClusteringAndEJBPassivation.xml:92 #, no-c-format -msgid "Deploying a Seam application to a JBoss AS cluster with session rep= lication" -msgstr "Deploy di un'applicazione Seam in un cluster JBoss AS con replica = di sessione" +msgid "" +"Deploying a Seam application to a JBoss AS cluster with session replicati= on" +msgstr "" +"Deploy di un'applicazione Seam in un cluster JBoss AS con replica di sess= ione" = #. Tag: para #: ClusteringAndEJBPassivation.xml:94 #, no-c-format -msgid "The procedure outlined in this tutorial has been validated with an = seam-gen application and the Seam booking example." -msgstr "Questa procedura descritta nel tutorial =C3=A8 stata validata con = un'applicazione seam-gen e nell'esempio Prenotazione." +msgid "" +"The procedure outlined in this tutorial has been validated with an seam-g= en " +"application and the Seam booking example." +msgstr "" +"Questa procedura descritta nel tutorial =C3=A8 stata validata con un'appl= icazione " +"seam-gen e nell'esempio Prenotazione." = #. Tag: para #: ClusteringAndEJBPassivation.xml:99 #, no-c-format -msgid "In the tutorial, I assume that the IP addresses of the master and s= lave servers are 192.168.1.2 and 192.168.1.3, respectively. I am intentiona= lly not using the mod_jk load balancer so that it's easier to validate that= both nodes are responding to requests and can share sessions." -msgstr "In questo tutorial si assume che gli indirizzi IP dei server maste= r e slave siano rispettivamente 192.168.1.2 e 192.168.1.3. Intenzionalmente= non viene usato il bilanciatore di carico mod_jk, quindi =C3=A8 pi=C3=B9 f= acile validate che entrambi i nodi stiano rispondendo alle richieste e poss= ano condividere le sessioni." +msgid "" +"In the tutorial, I assume that the IP addresses of the master and slave " +"servers are 192.168.1.2 and 192.168.1.3, respectively. I am intentionally= " +"not using the mod_jk load balancer so that it's easier to validate that b= oth " +"nodes are responding to requests and can share sessions." +msgstr "" +"In questo tutorial si assume che gli indirizzi IP dei server master e sla= ve " +"siano rispettivamente 192.168.1.2 e 192.168.1.3. Intenzionalmente non vie= ne " +"usato il bilanciatore di carico mod_jk, quindi =C3=A8 pi=C3=B9 facile val= idate che " +"entrambi i nodi stiano rispondendo alle richieste e possano condividere l= e " +"sessioni." = #. Tag: para #: ClusteringAndEJBPassivation.xml:105 #, no-c-format -msgid "I'm using the farm deployment method in these instructions, though = you could also deploy the application normally and allow the two servers to= negotiate a master/slave relationship based on startup order." -msgstr "In queste istruzioni si sta usando il metodo di sviluppo farm, seb= bene si possa fare normalmente il deploy dell'applicazione e consentire ai = due server di negoziare una relazione master/slave basata sull'ordine di av= vio." +msgid "" +"I'm using the farm deployment method in these instructions, though you co= uld " +"also deploy the application normally and allow the two servers to negotia= te " +"a master/slave relationship based on startup order." +msgstr "" +"In queste istruzioni si sta usando il metodo di sviluppo farm, sebbene si= " +"possa fare normalmente il deploy dell'applicazione e consentire ai due " +"server di negoziare una relazione master/slave basata sull'ordine di avvi= o." = #. Tag: para #: ClusteringAndEJBPassivation.xml:111 #, no-c-format -msgid "JBoss AS clustering relies on UDP multicasting provided by jGroups.= The SELinux configuration that ships with RHEL/Fedora blocks these packets= by default. You can allow them to pass by modifying the iptables rules (as= root). The following commands apply to an IP address that matches 192.168.= 1.x." -msgstr "JBoss AS clustering si basa sul multicasting UDP fornito da jGroup= s. La configurazione SELinux che =C3=A8 inclusa in RHEL/Fedora di default b= locca questi pacchetti. Si pu=C3=B2 consentire di lasciarli passare modific= ando le regole iptables (come root). I seguenti comandi si applicano ad un = indirizzo IP che corrisponde a 192.168.1.x." +msgid "" +"JBoss AS clustering relies on UDP multicasting provided by jGroups. The " +"SELinux configuration that ships with RHEL/Fedora blocks these packets by= " +"default. You can allow them to pass by modifying the iptables rules (as " +"root). The following commands apply to an IP address that matches 192.168= .1." +"x." +msgstr "" +"JBoss AS clustering si basa sul multicasting UDP fornito da jGroups. La " +"configurazione SELinux che =C3=A8 inclusa in RHEL/Fedora di default blocc= a questi " +"pacchetti. Si pu=C3=B2 consentire di lasciarli passare modificando le reg= ole " +"iptables (come root). I seguenti comandi si applicano ad un indirizzo IP = che " +"corrisponde a 192.168.1.x." = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:116 @@ -144,8 +311,12 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:117 #, no-c-format -msgid "Detailed information can be found on this page on the JBoss Wiki." -msgstr "Maggiori dettagli possono essere trovati nella pagina del JBoss Wiki." +msgid "" +"Detailed information can be found on this page on the JBoss Wiki." +msgstr "" +"Maggiori dettagli possono essere trovati nella pagina del JBoss Wiki." = #. Tag: para #: ClusteringAndEJBPassivation.xml:122 @@ -156,26 +327,47 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:125 #, no-c-format -msgid "Deploy the JDBC driver to server/all/lib/ on both instances if not = using HSQLDB" -msgstr "Fare il deploy del driver JDBC in server/all/lib/ su entrambe le i= stanze se non si usa HSQLDB" +msgid "" +"Deploy the JDBC driver to server/all/lib/ on both instances if not using " +"HSQLDB" +msgstr "" +"Fare il deploy del driver JDBC in server/all/lib/ su entrambe le istanze = se " +"non si usa HSQLDB" = #. Tag: para #: ClusteringAndEJBPassivation.xml:128 #, no-c-format -msgid "Add <distributable/> as the first child eleme= nt in WEB-INF/web.xml" -msgstr "Aggiungere <distributable/> come primo eleme= nto figlio in WEB-INF/web.xml" +msgid "" +"Add <distributable/> as the first child element in = WEB-" +"INF/web.xml" +msgstr "" +"Aggiungere <distributable/> come primo elemento fig= lio " +"in WEB-INF/web.xml" = #. Tag: para #: ClusteringAndEJBPassivation.xml:131 #, no-c-format -msgid "Set the distributable property on org.j= boss.seam.core.init to true to enable the ManagedEntityIntercepto= r (i.e., ]]>)" -msgstr "Impostare la propriet=C3=A0 distributable su org.jboss.seam.core.init a true per abilitare il ManagedEn= tityInterceptor (cio=C3=A8, ]]>)" +msgid "" +"Set the distributable property on org.jboss.s= eam." +"core.init to true to enable the ManagedEntityInterceptor (i.e.,= " +"]]>)" +msgstr "" +"Impostare la propriet=C3=A0 distributable su = org." +"jboss.seam.core.init a true per abilitare il " +"ManagedEntityInterceptor (cio=C3=A8, ]]>)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:136 #, no-c-format -msgid "Ensure you have two IP addresses available (two computers, two netw= ork cards, or two IP addressses bound to the same interface). I'll assume t= he two IP address are 192.168.1.2 and 192.168.1.3" -msgstr "Assicurarsi di avere disponibili due indirizzi IP (due computer, d= ue schede di rete oppure due indirizzi IP sulla stessa interfaccia). Si ass= ume che i due indirizzi IP siano 192.168.1.2 e 192.168.1.3" +msgid "" +"Ensure you have two IP addresses available (two computers, two network " +"cards, or two IP addressses bound to the same interface). I'll assume the= " +"two IP address are 192.168.1.2 and 192.168.1.3" +msgstr "" +"Assicurarsi di avere disponibili due indirizzi IP (due computer, due sche= de " +"di rete oppure due indirizzi IP sulla stessa interfaccia). Si assume che = i " +"due indirizzi IP siano 192.168.1.2 e 192.168.1.3" = #. Tag: para #: ClusteringAndEJBPassivation.xml:141 @@ -192,14 +384,19 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:143 #, no-c-format -msgid "The log should report that there are 1 cluster members and 0 other = members." +msgid "" +"The log should report that there are 1 cluster members and 0 other member= s." msgstr "Il log dovrebbe riportare che c'=C3=A8 1 membro cluster e 0 altri = membri." = #. Tag: para #: ClusteringAndEJBPassivation.xml:146 #, no-c-format -msgid "Verify that the server/all/farm directory is empty in the slave JBo= ss AS instance" -msgstr "Verificare che la directory server/all/farm sia vuota nell'istanza= slave di JBoss AS" +msgid "" +"Verify that the server/all/farm directory is empty in the slave JBoss AS " +"instance" +msgstr "" +"Verificare che la directory server/all/farm sia vuota nell'istanza slave = di " +"JBoss AS" = #. Tag: para #: ClusteringAndEJBPassivation.xml:149 @@ -216,8 +413,12 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:151 #, no-c-format -msgid "The log should report that there are 2 cluster members and 1 other = members. It should also show the state being retrieved from the master." -msgstr "Il log dovrebbe riportare che ci sono 2 membri cluster e 1 altro m= embro. Dovrebbe anche mostrare che lo stato viene recuperato dal master." +msgid "" +"The log should report that there are 2 cluster members and 1 other member= s. " +"It should also show the state being retrieved from the master." +msgstr "" +"Il log dovrebbe riportare che ci sono 2 membri cluster e 1 altro membro. " +"Dovrebbe anche mostrare che lo stato viene recuperato dal master." = #. Tag: para #: ClusteringAndEJBPassivation.xml:155 @@ -228,8 +429,14 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:156 #, no-c-format -msgid "In the log of the master you should see acknowledgement of the depl= oyment. In the log of the slave you should see a corresponding message ackn= owledging the deployment to the slave." -msgstr "Nel log del master si dovrebbe vedere l'acknowledgement del deploy= . Nel log dello slave si dovrebbe vedere il corrispondente messaggio di ack= nowledgement del deploy per lo slave." +msgid "" +"In the log of the master you should see acknowledgement of the deployment= . " +"In the log of the slave you should see a corresponding message acknowledg= ing " +"the deployment to the slave." +msgstr "" +"Nel log del master si dovrebbe vedere l'acknowledgement del deploy. Nel l= og " +"dello slave si dovrebbe vedere il corrispondente messaggio di " +"acknowledgement del deploy per lo slave." = #. Tag: para #: ClusteringAndEJBPassivation.xml:160 @@ -240,32 +447,63 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:161 #, no-c-format -msgid "In the log of the master you should see acknowledgement of the depl= oyment. In the log of the slave you should see a corresponding message ackn= owledging the deployment to the slave. Note that you may have to wait up to= 3 minutes for the deployed archive to be transfered." -msgstr "Nel log del master si dovrebbe vedere l'acknowledgement del deploy= . Nel log dello slave si dovrebbe vedere il corrispondente messaggio di ack= nowledgement del deploy per lo slave. Si noti che si potrebbe dover attende= re fino a 3 minuti perch=C3=A9 venga trasferito l'archivio deployato." +msgid "" +"In the log of the master you should see acknowledgement of the deployment= . " +"In the log of the slave you should see a corresponding message acknowledg= ing " +"the deployment to the slave. Note that you may have to wait up to 3 minut= es " +"for the deployed archive to be transfered." +msgstr "" +"Nel log del master si dovrebbe vedere l'acknowledgement del deploy. Nel l= og " +"dello slave si dovrebbe vedere il corrispondente messaggio di " +"acknowledgement del deploy per lo slave. Si noti che si potrebbe dover " +"attendere fino a 3 minuti perch=C3=A9 venga trasferito l'archivio deploya= to." = #. Tag: para #: ClusteringAndEJBPassivation.xml:166 #, no-c-format -msgid "You're application is now running in a cluster with HTTP session re= plication! But, of course, you are going to want to validate that the clust= ering actually works." -msgstr "La vostra applicazione sta girando in un cluster con replica della= sessione HTTP! Ma certamente si vuole validate il fatto che il clustering = sta funzionando." +msgid "" +"You're application is now running in a cluster with HTTP session " +"replication! But, of course, you are going to want to validate that the " +"clustering actually works." +msgstr "" +"La vostra applicazione sta girando in un cluster con replica della sessio= ne " +"HTTP! Ma certamente si vuole validate il fatto che il clustering sta " +"funzionando." = #. Tag: title #: ClusteringAndEJBPassivation.xml:172 #, no-c-format -msgid "Validating the distributable services of an application running in = a JBoss AS cluster" -msgstr "Validazione dei servizi distribuiti di un'applicazione su un clust= er JBoss AS" +msgid "" +"Validating the distributable services of an application running in a JBos= s " +"AS cluster" +msgstr "" +"Validazione dei servizi distribuiti di un'applicazione su un cluster JBos= s AS" = #. Tag: para #: ClusteringAndEJBPassivation.xml:173 #, no-c-format -msgid "It's all well and fine to see the application start successfully on= two different JBoss AS servers, but seeing is believing. You likely want t= o validate that the two instances are exchanging HTTP sessions to allow the= slave to take over when the master instance is stopped." -msgstr "E' sempre bello vedere che l'applicazione si avvia con successo su= due diversi server JBoss AS, ma vedere =C3=A8 credere! Probabilmente si vu= ole validare che le due istanze si stiano scambiando le sessioni HTTP per c= onsentire allo slave di entrare in azione quando l'istanza master si ferma." +msgid "" +"It's all well and fine to see the application start successfully on two " +"different JBoss AS servers, but seeing is believing. You likely want to " +"validate that the two instances are exchanging HTTP sessions to allow the= " +"slave to take over when the master instance is stopped." +msgstr "" +"E' sempre bello vedere che l'applicazione si avvia con successo su due " +"diversi server JBoss AS, ma vedere =C3=A8 credere! Probabilmente si vuole= " +"validare che le due istanze si stiano scambiando le sessioni HTTP per " +"consentire allo slave di entrare in azione quando l'istanza master si fer= ma." = #. Tag: para #: ClusteringAndEJBPassivation.xml:179 #, no-c-format -msgid "Start off by visiting the application running on the master instanc= e in your browser. That will produce the first HTTP session. Now, open up t= he JBoss AS JMX console on that instance and navigate to the following MBea= n:" -msgstr "Avviare e visitare sul browser l'applicazione che gira sull'istanz= a master. Questo produrr=C3=A0 la prima sessione HTTP. Ora si apra la conso= le JMX di JBoss AS su tale istanza e si vada al seguente MBean:" +msgid "" +"Start off by visiting the application running on the master instance in y= our " +"browser. That will produce the first HTTP session. Now, open up the JBoss= AS " +"JMX console on that instance and navigate to the following MBean:" +msgstr "" +"Avviare e visitare sul browser l'applicazione che gira sull'istanza maste= r. " +"Questo produrr=C3=A0 la prima sessione HTTP. Ora si apra la console JMX d= i JBoss " +"AS su tale istanza e si vada al seguente MBean:" = #. Tag: para #: ClusteringAndEJBPassivation.xml:187 @@ -288,32 +526,76 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:197 #, no-c-format -msgid "Invoke the printDetails() method. You will see a tree of active HTT= P sessions. Verify that the session your browser is using corresponds to on= e of the sessions in this tree." -msgstr "Invocare il metodo printDetails(). Si vedr=C3=A0 un albero con le = sessioni HTTP attive. Verificare che la sessione del browser in uso corrisp= onda ad una delle sessioni in questo albero." +msgid "" +"Invoke the printDetails() method. You will see a tree of active HTTP " +"sessions. Verify that the session your browser is using corresponds to on= e " +"of the sessions in this tree." +msgstr "" +"Invocare il metodo printDetails(). Si vedr=C3=A0 un albero con le session= i HTTP " +"attive. Verificare che la sessione del browser in uso corrisponda ad una " +"delle sessioni in questo albero." = #. Tag: para #: ClusteringAndEJBPassivation.xml:202 #, no-c-format -msgid "Now switch over to the slave instance and invoke the same method in= the JMX console. You should see an identical list (at least underneath thi= s application's context path)." -msgstr "Ora si passi all'istanza slave e si invochi lo stesso metodo nella= console JMX. Si dovrebbe vedere la stessa lista (almeno sotto il context p= ath dell'applicazione)" +msgid "" +"Now switch over to the slave instance and invoke the same method in the J= MX " +"console. You should see an identical list (at least underneath this " +"application's context path)." +msgstr "" +"Ora si passi all'istanza slave e si invochi lo stesso metodo nella consol= e " +"JMX. Si dovrebbe vedere la stessa lista (almeno sotto il context path " +"dell'applicazione)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:207 #, no-c-format -msgid "So you can see that at least both servers claim to have identical s= essions. Now, time to test that the data is serializing and unserializing p= roperly." -msgstr "Quindi si pu=C3=B2 vedere che entrambi i server hanno le stesse id= entiche sessioni. Ora occorre testare che i dati vengano serializzati e des= erializzati correttamente." +msgid "" +"So you can see that at least both servers claim to have identical session= s. " +"Now, time to test that the data is serializing and unserializing properly= ." +msgstr "" +"Quindi si pu=C3=B2 vedere che entrambi i server hanno le stesse identiche= " +"sessioni. Ora occorre testare che i dati vengano serializzati e " +"deserializzati correttamente." = #. Tag: para #: ClusteringAndEJBPassivation.xml:212 #, no-c-format -msgid "Sign in using using the URL of the master instance. Then, construct= a URL for the second instance by putting the ;jsessionid=3DXXXX immediatel= y after the servlet path and changing the IP address. You should see that t= he session has carried over to the other instance. Now kill the master inst= ance and see that you can continue to use the application from the slave in= stance. Remove the deployments from the server/all/farm directory and start= the instance again. Switch the IP in the URL back to that of the master in= stance and visit the URL. You'll see that the original session is still bei= ng used." -msgstr "Fare il login usando l'URL dell'istanza master. Poi scrivere l'URL= per la seconda istanza mettendo ;jsessionid=3DXXXX immediatamente dopo il = path del servlet e cambiando l'indirizzo IP. Si dovrebbe vedere che la sess= ione viene trasportata nell'altra istanza. Ora uccidere il processo dell'is= tanza master e verificare che si possa continuare ad usare l'applicazione d= all'istanza slave. Rimuovere i deploy dalla directory server/all/farm ed av= viare di nuovo l'istanza. Cambiare nell'URL l'IP a quello dell'istanza mast= er e visitare l'URL. Si vedr=C3=A0 che viene usata ancora la sessione origi= nale." +msgid "" +"Sign in using using the URL of the master instance. Then, construct a URL= " +"for the second instance by putting the ;jsessionid=3DXXXX immediately aft= er " +"the servlet path and changing the IP address. You should see that the " +"session has carried over to the other instance. Now kill the master insta= nce " +"and see that you can continue to use the application from the slave " +"instance. Remove the deployments from the server/all/farm directory and " +"start the instance again. Switch the IP in the URL back to that of the " +"master instance and visit the URL. You'll see that the original session i= s " +"still being used." +msgstr "" +"Fare il login usando l'URL dell'istanza master. Poi scrivere l'URL per la= " +"seconda istanza mettendo ;jsessionid=3DXXXX immediatamente dopo il path d= el " +"servlet e cambiando l'indirizzo IP. Si dovrebbe vedere che la sessione vi= ene " +"trasportata nell'altra istanza. Ora uccidere il processo dell'istanza mas= ter " +"e verificare che si possa continuare ad usare l'applicazione dall'istanza= " +"slave. Rimuovere i deploy dalla directory server/all/farm ed avviare di " +"nuovo l'istanza. Cambiare nell'URL l'IP a quello dell'istanza master e " +"visitare l'URL. Si vedr=C3=A0 che viene usata ancora la sessione original= e." = #. Tag: para #: ClusteringAndEJBPassivation.xml:221 #, no-c-format -msgid "One way to watch objects passivate and activate is to create a sess= ion- or conversation-scoped Seam component and implement the appropriate li= fe-cycle methods. You can either use methods from the HttpSessionActivation= Listener interface (Seam automatically registers this interface on all non-= EJB components):" -msgstr "Un modo per vedere passivare ed attivare gli oggetti =C3=A8 create= un componente Seam con scope conversazione o sessione ed implementare i me= todi del ciclo di vita in modo appropriato. Si possono usare i metodi dell'= interfaccia HttpSessionActivationListener (Seam automaticamente registra qu= est'interfaccia per tutti i componenti non-EJB):" +msgid "" +"One way to watch objects passivate and activate is to create a session- o= r " +"conversation-scoped Seam component and implement the appropriate life-cyc= le " +"methods. You can either use methods from the HttpSessionActivationListene= r " +"interface (Seam automatically registers this interface on all non-EJB " +"components):" +msgstr "" +"Un modo per vedere passivare ed attivare gli oggetti =C3=A8 create un com= ponente " +"Seam con scope conversazione o sessione ed implementare i metodi del cicl= o " +"di vita in modo appropriato. Si possono usare i metodi dell'interfaccia " +"HttpSessionActivationListener (Seam automaticamente registra " +"quest'interfaccia per tutti i componenti non-EJB):" = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:228 @@ -328,14 +610,28 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:230 #, no-c-format -msgid "Or you can simply mark two no-argument public void methods with @PrePassivate and @PostActivate, respect= ively. Note that the passivation step occurs at the end of every request, w= hile the activation step occurs when a node is called upon." -msgstr "O semplicemente si possono marcare due metodi senza argomenti publ= ic void rispettivamente con @PrePassivate e @Po= stActivate. Si noti che il passo di passivazione avviene alla fin= e di ogni richiesta, mentre quello di attivazione avviene quando viene chia= mato un nodo." +msgid "" +"Or you can simply mark two no-argument public void methods with " +"@PrePassivate and @PostActivate, " +"respectively. Note that the passivation step occurs at the end of every " +"request, while the activation step occurs when a node is called upon." +msgstr "" +"O semplicemente si possono marcare due metodi senza argomenti public void= " +"rispettivamente con @PrePassivate e " +"@PostActivate. Si noti che il passo di passivazione " +"avviene alla fine di ogni richiesta, mentre quello di attivazione avviene= " +"quando viene chiamato un nodo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:237 #, no-c-format -msgid "Now that you understand the big picture of running Seam in a cluste= r, it's time to address Seam's most mysterious, yet remarkable agent, the M= anagedEntityInterceptor." -msgstr "Ora che si ha il quadro generale del funzionamento di un cluster c= on Seam, =C3=A8 tempo di indirizzarsi verso il misterioso ManagedEntityInte= rceptor." +msgid "" +"Now that you understand the big picture of running Seam in a cluster, it'= s " +"time to address Seam's most mysterious, yet remarkable agent, the " +"ManagedEntityInterceptor." +msgstr "" +"Ora che si ha il quadro generale del funzionamento di un cluster con Seam= , =C3=A8 " +"tempo di indirizzarsi verso il misterioso ManagedEntityInterceptor." = #. Tag: title #: ClusteringAndEJBPassivation.xml:244 @@ -346,8 +642,19 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:246 #, no-c-format -msgid "The ManagedEntityInterceptor (MEI) is an optional interceptor in Se= am that gets applied to conversation-scoped components when enabled. Enabli= ng it is simple. You just set the distributable property on the org.jboss.s= eam.init.core component to true. More simply put, you add (or update) the f= ollowing component declaration in the component descriptor (i.e., component= s.xml)." -msgstr "Il ManagedEntityInterceptor (MEI) =C3=A8 un interceptor opzionale = di Seam che viene applicato, se abilitato, ai componenti con scope conversa= zione. L'abilitazione =C3=A8 semplice. Occorre impostare a true la propriet= =C3=A0 distributable nel componente org.jboss.seam.init.core. Pi=C3=B9 semp= licemente aggiungere (o aggiornare) la seguente dichiarazione di componente= in components.xml:" +msgid "" +"The ManagedEntityInterceptor (MEI) is an optional interceptor in Seam tha= t " +"gets applied to conversation-scoped components when enabled. Enabling it = is " +"simple. You just set the distributable property on the org.jboss.seam.ini= t." +"core component to true. More simply put, you add (or update) the followin= g " +"component declaration in the component descriptor (i.e., components.xml)." +msgstr "" +"Il ManagedEntityInterceptor (MEI) =C3=A8 un interceptor opzionale di Seam= che " +"viene applicato, se abilitato, ai componenti con scope conversazione. " +"L'abilitazione =C3=A8 semplice. Occorre impostare a true la propriet=C3= =A0 " +"distributable nel componente org.jboss.seam.init.core. Pi=C3=B9 semplicem= ente " +"aggiungere (o aggiornare) la seguente dichiarazione di componente in " +"components.xml:" = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:253 @@ -358,26 +665,62 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:255 #, no-c-format -msgid "Note that this doesn't enable replication of HTTP sessions, but it = does prepare Seam to be able to deal with passivation of either EJB compone= nts or components in the HTTP session." -msgstr "Si noti che questo non abilita la replica delle sessioni HTTP, ma = prepara Seam a poter gestire la passivazione dei componenti EJB o dei compo= nenti nelle sessioni HTTP." +msgid "" +"Note that this doesn't enable replication of HTTP sessions, but it does " +"prepare Seam to be able to deal with passivation of either EJB components= or " +"components in the HTTP session." +msgstr "" +"Si noti che questo non abilita la replica delle sessioni HTTP, ma prepara= " +"Seam a poter gestire la passivazione dei componenti EJB o dei componenti " +"nelle sessioni HTTP." = #. Tag: para #: ClusteringAndEJBPassivation.xml:260 -#, no-c-format -msgid "The MEI serves two distinct scenarios (EJB passivation and HTTP ses= sion passivation), although to accomplish the same overall goal. It ensures= that throughout the life of a conversation using at least one extended per= sistence context, the entity instances loaded by the persistence context(s)= remain managed (they do not become detatched prematurally by a passivation= event). In short, it ensures the integrity of the extended persistence con= text (and therefore its guarantees)." -msgstr "MEI serve per due scenari distinti (passivazione EJB e passivazion= e della sessione HTTP), sebbene raggiunge lo stesso obiettivo generale. Ass= icura che lungo la vita di una conversazione con l'uso di almeno un contest= o di persistenza esteso, le istanze dell'entity caricate dal contesto di pe= rsistenza rimangano gestite (non divengano detached in modo prematuro da un= evento passivation). In breve, assicura l'integrit=C3=A0 del contesto di p= ersistenza esteso (e quindi delle sue garanzie)." +#, fuzzy, no-c-format +msgid "" +"The MEI serves two distinct scenarios (EJB passivation and HTTP session " +"passivation), although to accomplish the same overall goal. It ensures th= at " +"throughout the life of a conversation using at least one extended " +"persistence context, the entity instances loaded by the persistence conte= xt" +"(s) remain managed (they do not become detached prematurally by a " +"passivation event). In short, it ensures the integrity of the extended " +"persistence context (and therefore its guarantees)." +msgstr "" +"MEI serve per due scenari distinti (passivazione EJB e passivazione della= " +"sessione HTTP), sebbene raggiunge lo stesso obiettivo generale. Assicura = che " +"lungo la vita di una conversazione con l'uso di almeno un contesto di " +"persistenza esteso, le istanze dell'entity caricate dal contesto di " +"persistenza rimangano gestite (non divengano detached in modo prematuro d= a " +"un evento passivation). In breve, assicura l'integrit=C3=A0 del contesto = di " +"persistenza esteso (e quindi delle sue garanzie)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:268 #, no-c-format -msgid "The previous statement implies that there is a challenge that threa= tens this contract. In fact, there are two. One case is when a stateful ses= sion bean (SFSB) that hosts an extended persistence context is passivated (= to save memory or to migrate it to another node in the cluster) and the sec= ond is when the HTTP session is passivated (to prepare it to be migrated to= another node in the cluster)." -msgstr "La precedente affermazione implica che ci sia una minaccia al cont= ratto. Infatti ce ne sono due. Un caso =C3=A8 quando lo stateful session be= an (SFSB) che ospita un contesto di persistenza esteso viene passivato (per= risparmiare memoria o migrarlo in un altro nodo del cluster) ed il secondo= quando la sessione HTTP viene passivata (per prepararla alla migrazione in= un altro nodo del cluster)." +msgid "" +"The previous statement implies that there is a challenge that threatens t= his " +"contract. In fact, there are two. One case is when a stateful session bea= n " +"(SFSB) that hosts an extended persistence context is passivated (to save " +"memory or to migrate it to another node in the cluster) and the second is= " +"when the HTTP session is passivated (to prepare it to be migrated to anot= her " +"node in the cluster)." +msgstr "" +"La precedente affermazione implica che ci sia una minaccia al contratto. " +"Infatti ce ne sono due. Un caso =C3=A8 quando lo stateful session bean (S= FSB) che " +"ospita un contesto di persistenza esteso viene passivato (per risparmiare= " +"memoria o migrarlo in un altro nodo del cluster) ed il secondo quando la " +"sessione HTTP viene passivata (per prepararla alla migrazione in un altro= " +"nodo del cluster)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:275 #, no-c-format -msgid "I first want to discuss the general problem of passivation and then= look at the two challenges cited individually." -msgstr "Vogliamo discutere per primo il problema generale della passivazio= ne e poi guardare singolarmente le due minacce." +msgid "" +"I first want to discuss the general problem of passivation and then look = at " +"the two challenges cited individually." +msgstr "" +"Vogliamo discutere per primo il problema generale della passivazione e po= i " +"guardare singolarmente le due minacce." = #. Tag: title #: ClusteringAndEJBPassivation.xml:281 @@ -388,32 +731,107 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:283 #, no-c-format -msgid "The persistence context is where the persistence manager (i.e., JPA= EntityManager or Hibernate Session) stores entity instances (i.e., objects= ) it has loaded from the database (via the object-relational mappings). Wit= hin a persistence context, there is no more than one object per unique data= base record. The persistence context is often referred to as the first-leve= l cache because if the application asks for a record by its unique identifi= er that has already been loaded into the persistence context, a call to the= database is avoided. But it's about more than just caching." -msgstr "Il contesto di persistenza =C3=A8 il posto in cui il gestore di pe= rsistenza (cio=C3=A8 EntityManager JPA o Hibernate Session) memorizza le is= tanze degli entity (cio=C3=A8 gli oggetti) che ha caricato dal database (tr= amite mappature relazionali degli oggetti). Dentro un contesto di persisten= za, c'=C3=A8 alpi=C3=B9 un oggetto per record di database. Il contesto di p= ersistenza =C3=A8 spesso considerato il primo livello di cache, poich=C3=A9= se l'applicazione chiede un record attraverso il suo identificatore unico = che =C3=A8 gi=C3=A0 stato caricato nel contesto di persistenza, viene evita= ta una chiamata al database. Ma questo =C3=A8 pi=C3=B9 che una cache." +msgid "" +"The persistence context is where the persistence manager (i.e., JPA " +"EntityManager or Hibernate Session) stores entity instances (i.e., object= s) " +"it has loaded from the database (via the object-relational mappings). Wit= hin " +"a persistence context, there is no more than one object per unique databa= se " +"record. The persistence context is often referred to as the first-level " +"cache because if the application asks for a record by its unique identifi= er " +"that has already been loaded into the persistence context, a call to the " +"database is avoided. But it's about more than just caching." +msgstr "" +"Il contesto di persistenza =C3=A8 il posto in cui il gestore di persisten= za (cio=C3=A8 " +"EntityManager JPA o Hibernate Session) memorizza le istanze degli entity " +"(cio=C3=A8 gli oggetti) che ha caricato dal database (tramite mappature " +"relazionali degli oggetti). Dentro un contesto di persistenza, c'=C3=A8 a= lpi=C3=B9 un " +"oggetto per record di database. Il contesto di persistenza =C3=A8 spesso " +"considerato il primo livello di cache, poich=C3=A9 se l'applicazione chie= de un " +"record attraverso il suo identificatore unico che =C3=A8 gi=C3=A0 stato c= aricato nel " +"contesto di persistenza, viene evitata una chiamata al database. Ma quest= o =C3=A8 " +"pi=C3=B9 che una cache." = #. Tag: para #: ClusteringAndEJBPassivation.xml:292 #, no-c-format -msgid "Objects held in the persistence context can be modified, which the = persistence manager tracks. When an object is modified, it's considered \"d= irty\". The persistence manager will migrate these changes to the database = using a technique known as write-behind (which basically means only when ne= cessary). Thus, the persistence context maintains a set of pending changes = to the database." -msgstr "Gli oggetti mantenuti nel contesto di persistenza possono essere m= odificati, cosa di cui il gestore di persistenza tiene traccia. Quando un o= ggetto viene modificato, viene considerato \"dirty\". Il gestore di persist= enza migrer=C3=A0 questi cambiamenti al database usando una tecnica conosci= uta come write-behind (che significa solo quando necessario). Quindi il con= testo di persistenza mantiene un set di cambiamenti pendenti sul database." +msgid "" +"Objects held in the persistence context can be modified, which the " +"persistence manager tracks. When an object is modified, it's considered " +"\"dirty\". The persistence manager will migrate these changes to the " +"database using a technique known as write-behind (which basically means o= nly " +"when necessary). Thus, the persistence context maintains a set of pending= " +"changes to the database." +msgstr "" +"Gli oggetti mantenuti nel contesto di persistenza possono essere modifica= ti, " +"cosa di cui il gestore di persistenza tiene traccia. Quando un oggetto vi= ene " +"modificato, viene considerato \"dirty\". Il gestore di persistenza migrer= =C3=A0 " +"questi cambiamenti al database usando una tecnica conosciuta come write-" +"behind (che significa solo quando necessario). Quindi il contesto di " +"persistenza mantiene un set di cambiamenti pendenti sul database." = #. Tag: para #: ClusteringAndEJBPassivation.xml:299 #, no-c-format -msgid "Database-oriented applications do much more than just read from and= write to the database. They capture transactional bits of information that= need to be tranfered into the database atomically (at once). It's not alwa= ys possible to capture this information all on one screen. Additionally, th= e user might need to make a judgement call about whether to approve or reje= ct the pending changes." -msgstr "Le applicazioni orientate ai database fanno molto di pi=C3=B9 che = leggere e scrivere nel database. Esse catturano bit transazionali di inform= azione che devono essere trasferiti nel database in modo atomico (in una so= lo volta). Non =C3=A8 sempre possibile catturare queste informazioni in una= sola volta. In aggiunta l'utente potrebbe decidere se approvare o disappro= vare le modifiche pendenti." +msgid "" +"Database-oriented applications do much more than just read from and write= to " +"the database. They capture transactional bits of information that need to= be " +"tranfered into the database atomically (at once). It's not always possibl= e " +"to capture this information all on one screen. Additionally, the user mig= ht " +"need to make a judgement call about whether to approve or reject the pend= ing " +"changes." +msgstr "" +"Le applicazioni orientate ai database fanno molto di pi=C3=B9 che leggere= e " +"scrivere nel database. Esse catturano bit transazionali di informazione c= he " +"devono essere trasferiti nel database in modo atomico (in una solo volta)= . " +"Non =C3=A8 sempre possibile catturare queste informazioni in una sola vol= ta. In " +"aggiunta l'utente potrebbe decidere se approvare o disapprovare le modifi= che " +"pendenti." = #. Tag: para #: ClusteringAndEJBPassivation.xml:306 #, no-c-format -msgid "What we are getting at here is that the idea of a transaction from = the user's perspective needs to be extended. And that is why the extended p= ersistence context fits so perfectly with this requirement. It can hold suc= h changes for as long as the application can keep it open and then use the = built-in capabilities of the persistence manager to push these pending chan= ges to the database without requiring the application developer to worry ab= out the low-level details (a simple call to EntityManager#flush()<= /literal> does the trick)." -msgstr "Ci=C3=B2 che vogliamo dire =C3=A8 che l'idea di transazione dal pu= nto di vista dell'utente deve essere estesa. E questo =C3=A8 il motivo per = cui il contesto di persistenza esteso risponde perfettamente a questo requi= sito. Pu=C3=B2 mantenere i cambiamenti tanto a lungo quanto viene mantenuta= aperta l'applicazione e poi usare le capacit=C3=A0 predefinite del gestore= di persistenza per apportare nel database questi cambiamenti senza richied= ere allo sviluppatore di preoccuparsi dei dettagli di basso livello (una se= mplice chiamata a EntityManager#flush() fa tutto il lavo= ro)." +msgid "" +"What we are getting at here is that the idea of a transaction from the " +"user's perspective needs to be extended. And that is why the extended " +"persistence context fits so perfectly with this requirement. It can hold " +"such changes for as long as the application can keep it open and then use= " +"the built-in capabilities of the persistence manager to push these pendin= g " +"changes to the database without requiring the application developer to wo= rry " +"about the low-level details (a simple call to EntityManager#flus= h()" +" does the trick)." +msgstr "" +"Ci=C3=B2 che vogliamo dire =C3=A8 che l'idea di transazione dal punto di = vista " +"dell'utente deve essere estesa. E questo =C3=A8 il motivo per cui il cont= esto di " +"persistenza esteso risponde perfettamente a questo requisito. Pu=C3=B2 ma= ntenere " +"i cambiamenti tanto a lungo quanto viene mantenuta aperta l'applicazione = e " +"poi usare le capacit=C3=A0 predefinite del gestore di persistenza per app= ortare " +"nel database questi cambiamenti senza richiedere allo sviluppatore di " +"preoccuparsi dei dettagli di basso livello (una semplice chiamata a " +"EntityManager#flush() fa tutto il lavoro)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:315 #, no-c-format -msgid "The link between the persistence manager and the entity instances i= s maintained using object references. The entity instances are serializable= , but the persistence manager (and in turn its persistence context) is not.= Therefore, the process of serialization works against this design. Seriali= zation can occur either when a SFSB or the HTTP session is passivated. In o= rder to sustain the activity in the application, the persistence manager an= d the entity instances it manages must weather serialization without losing= their relationship. That's the aid that the MEI provides." -msgstr "Il collegamento tra il gestore della persistenza e le istanze degl= i entity viene mantenuto usando i riferimenti oggetto. Le istanze entity so= no serializzabili, ma il gestore della persistenza non lo =C3=A8 (e quindi = il suo contesto di persistenza). Quindi il processo di serializzazione funz= iona contro questo design. La serializzazione avviene anche quando un SFSB = o sessione HTTP sono passivati. Per sostenere l'attivit=C3=A0 nell'applicaz= ione, il gestore della persistenza e le istanze entity che gestisce devono = esporre la serializzazione senza perdere la loro relazione. E' questo l'aiu= to che viene fornito da MEI." +msgid "" +"The link between the persistence manager and the entity instances is " +"maintained using object references. The entity instances are serializable= , " +"but the persistence manager (and in turn its persistence context) is not.= " +"Therefore, the process of serialization works against this design. " +"Serialization can occur either when a SFSB or the HTTP session is " +"passivated. In order to sustain the activity in the application, the " +"persistence manager and the entity instances it manages must weather " +"serialization without losing their relationship. That's the aid that the = MEI " +"provides." +msgstr "" +"Il collegamento tra il gestore della persistenza e le istanze degli entit= y " +"viene mantenuto usando i riferimenti oggetto. Le istanze entity sono " +"serializzabili, ma il gestore della persistenza non lo =C3=A8 (e quindi i= l suo " +"contesto di persistenza). Quindi il processo di serializzazione funziona " +"contro questo design. La serializzazione avviene anche quando un SFSB o " +"sessione HTTP sono passivati. Per sostenere l'attivit=C3=A0 nell'applicaz= ione, il " +"gestore della persistenza e le istanze entity che gestisce devono esporre= la " +"serializzazione senza perdere la loro relazione. E' questo l'aiuto che vi= ene " +"fornito da MEI." = #. Tag: title #: ClusteringAndEJBPassivation.xml:327 @@ -423,33 +841,114 @@ = #. Tag: para #: ClusteringAndEJBPassivation.xml:329 -#, no-c-format -msgid "Conversations were initially designed with stateful session beans (= SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs = as hosts of the extended persistence context. Seam introduces a compliment = to the extended persistence context, known as a Seam-managed persistence co= ntext, which works around a number of limitations in the specification (com= plex propagation rules and lack of manual flushing). Both can be used with = a SFSB." -msgstr "Le conversazioni sono state inizialmente progettate avendo in ment= e gli stateful session bean (SFSB), in primo luogo poich=C3=A9 la specifica= EJB3 indica gli SFSB come host del contesto di persistenza esteso. Seam in= troduce un complemento al contesto di persistenza esteso, conosciuto col no= me di contesto di persistenza gestito da Seam, il quale risolve un certo nu= mero di limitazioni presenti nella specifica (le regole complesse di propag= azione e la mancanza di flush manuale). Entrambi possono essere usati con i= SFSB." +#, fuzzy, no-c-format +msgid "" +"Conversations were initially designed with stateful session beans (SFSBs)= in " +"mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " +"the extended persistence context. Seam introduces a complement to the " +"extended persistence context, known as a Seam-managed persistence context= , " +"which works around a number of limitations in the specification (complex " +"propagation rules and lack of manual flushing). Both can be used with a S= FSB." +msgstr "" +"Le conversazioni sono state inizialmente progettate avendo in mente gli " +"stateful session bean (SFSB), in primo luogo poich=C3=A9 la specifica EJB= 3 indica " +"gli SFSB come host del contesto di persistenza esteso. Seam introduce un " +"complemento al contesto di persistenza esteso, conosciuto col nome di " +"contesto di persistenza gestito da Seam, il quale risolve un certo numero= di " +"limitazioni presenti nella specifica (le regole complesse di propagazione= e " +"la mancanza di flush manuale). Entrambi possono essere usati con i SFSB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:337 #, no-c-format -msgid "A SFSB relies on a client to hold a reference to it in order to kee= p it active. Seam has provided an ideal place for this reference in the con= versation context. Thus, for as long as the conversation context is active,= the SFSB is active. If an EntityManager is injected into that SFSB using t= he annotation @PersistenceContext(EXTENDED), then that EntityManager will b= e bound to the SFSB and remain open throughout its lifetime, the lifetime o= f the conversation. If an EntityManager is injected using @In, then that En= tityManager is maintained by Seam and stored directly in the conversation c= ontext, thus living for the lifetime of the conversation independent of the= lifetime of the SFSB." -msgstr "Un SFSB si affida al client per mantenere un riferimento ad esso e= per mantenerlo attivo. Seam ha fornito un posto ideal per questo riferimen= to al contesto di conversazione. Quindi fintantoch=C3=A9 il contesto di con= versazione rimane attivo, il SFSB =C3=A8 attivo. Se un EntityManager viene = iniettato in questo SFSB usando l'annotazione @PersistenceContext(EXTENDED)= , allora tale EntityManager verr=C3=A0 associato al SFSB e rimarr=C3=A0 ape= rto lungo tutto il ciclo di vita della conversazione. Se un EntityManager v= iene iniettato usano @In, allora tale EntityManager verr=C3=A0 mantenuto da= Seam e memorizzato direttamente nel contesto conversazione, quindi vivr=C3= =A0 per tutto il ciclo di vita della conversazione indipendente dal ciclo d= i vita del SFSB." +msgid "" +"A SFSB relies on a client to hold a reference to it in order to keep it " +"active. Seam has provided an ideal place for this reference in the " +"conversation context. Thus, for as long as the conversation context is " +"active, the SFSB is active. If an EntityManager is injected into that SFS= B " +"using the annotation @PersistenceContext(EXTENDED), then that EntityManag= er " +"will be bound to the SFSB and remain open throughout its lifetime, the " +"lifetime of the conversation. If an EntityManager is injected using @In, " +"then that EntityManager is maintained by Seam and stored directly in the " +"conversation context, thus living for the lifetime of the conversation " +"independent of the lifetime of the SFSB." +msgstr "" +"Un SFSB si affida al client per mantenere un riferimento ad esso e per " +"mantenerlo attivo. Seam ha fornito un posto ideal per questo riferimento = al " +"contesto di conversazione. Quindi fintantoch=C3=A9 il contesto di convers= azione " +"rimane attivo, il SFSB =C3=A8 attivo. Se un EntityManager viene iniettato= in " +"questo SFSB usando l'annotazione @PersistenceContext(EXTENDED), allora ta= le " +"EntityManager verr=C3=A0 associato al SFSB e rimarr=C3=A0 aperto lungo tu= tto il ciclo " +"di vita della conversazione. Se un EntityManager viene iniettato usano @I= n, " +"allora tale EntityManager verr=C3=A0 mantenuto da Seam e memorizzato dire= ttamente " +"nel contesto conversazione, quindi vivr=C3=A0 per tutto il ciclo di vita = della " +"conversazione indipendente dal ciclo di vita del SFSB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:347 -#, no-c-format -msgid "With all of that said, the Java EE container can passivate a SFSB, = which means it will serialize the object to an area of storage external to = the JVM. When this happens depends on the settings of the individual SFSB. = This process can even be disabled. However, the persistence context is not = serialized (is this only true of SMPC?). In fact, what happens depends high= ly on the Java EE container. The spec is not very clear about this situatio= n. Many vendors just tell you not to let it happen if you need the guarnate= es of the extended persistence context. Seam's approach is more conservativ= e. Seam basically doesn't trust the SFSB with the persistence context or th= e entity instances. After each invocation of the SFSB, Seam moves the refer= ence to entity instance held by the SFSB into the current conversation (and= therefore into the HTTP session), nullifying those fields on the SFSB. It = then restores this references at the beginning of the next invocation. Of c= ourse, Seam is! already storing the persistence manager in the conversation. Thus, when t= he SFSB passivates and later activates, it has absolutely no averse affect = on the application." -msgstr "Con tutto ci=C3=B2 detto, il container Java EE pu=C3=B2 passivare = un SFSB, il che significa che verr=C3=A0 serializzato l'oggetto in un area = di memorizzazione esterna alla JVM. Quando questo avviene dipende dalle imp= ostazione del singolo SFSB. Questo processo pu=C3=B2 anche essere disabilit= ato. Comunque il contesto di persistenza non =C3=A8 serializzato (questo = =C3=A8 vero solo per SMPC?). Infatti cosa succede dipende fortemente dal co= ntainer Java EE. La specifica non =C3=A8 molto chiara in proposito. Molti v= endor dicono di non fare avvenire questo se servono le garanzie del contest= o di persistenza esteso. L'approccio di Seam pi=C3=B9 conservativo. Seam no= n si fida del SFSB con il contesto di persistenza o delle istanze entity. D= opo ogni invocazione del SFSB, Seam sposta il riferimento all'istanza entit= y mantenuta dal SFSB dentro l'attuale conversazione (e quindi nella session= e HTTP). mettendo a null questi campi nel SFSB. Poi ripristina questi rifer= imenri all'inizio di ogni invocazione. Certament! e Seam sta gi=C3=A0 memorizzando il gestore della persistenza nella conver= sazione. Perci=C3=B2 quando il SFSB passiva e poi si riattiva, non c'=C3=A8= alcun effetto negativo sull'applicazione." +#, fuzzy, no-c-format +msgid "" +"With all of that said, the Java EE container can passivate a SFSB, which " +"means it will serialize the object to an area of storage external to the " +"JVM. When this happens depends on the settings of the individual SFSB. Th= is " +"process can even be disabled. However, the persistence context is not " +"serialized (is this only true of SMPC?). In fact, what happens depends " +"highly on the Java EE container. The spec is not very clear about this " +"situation. Many vendors just tell you not to let it happen if you need th= e " +"guarantees of the extended persistence context. Seam's approach is more " +"conservative. Seam basically doesn't trust the SFSB with the persistence " +"context or the entity instances. After each invocation of the SFSB, Seam " +"moves the reference to entity instance held by the SFSB into the current " +"conversation (and therefore into the HTTP session), nullifying those fiel= ds " +"on the SFSB. It then restores this references at the beginning of the nex= t " +"invocation. Of course, Seam is already storing the persistence manager in= " +"the conversation. Thus, when the SFSB passivates and later activates, it = has " +"absolutely no averse affect on the application." +msgstr "" +"Con tutto ci=C3=B2 detto, il container Java EE pu=C3=B2 passivare un SFSB= , il che " +"significa che verr=C3=A0 serializzato l'oggetto in un area di memorizzazi= one " +"esterna alla JVM. Quando questo avviene dipende dalle impostazione del " +"singolo SFSB. Questo processo pu=C3=B2 anche essere disabilitato. Comunqu= e il " +"contesto di persistenza non =C3=A8 serializzato (questo =C3=A8 vero solo = per SMPC?). " +"Infatti cosa succede dipende fortemente dal container Java EE. La specifi= ca " +"non =C3=A8 molto chiara in proposito. Molti vendor dicono di non fare avv= enire " +"questo se servono le garanzie del contesto di persistenza esteso. " +"L'approccio di Seam pi=C3=B9 conservativo. Seam non si fida del SFSB con = il " +"contesto di persistenza o delle istanze entity. Dopo ogni invocazione del= " +"SFSB, Seam sposta il riferimento all'istanza entity mantenuta dal SFSB " +"dentro l'attuale conversazione (e quindi nella sessione HTTP). mettendo a= " +"null questi campi nel SFSB. Poi ripristina questi riferimenri all'inizio = di " +"ogni invocazione. Certamente Seam sta gi=C3=A0 memorizzando il gestore de= lla " +"persistenza nella conversazione. Perci=C3=B2 quando il SFSB passiva e poi= si " +"riattiva, non c'=C3=A8 alcun effetto negativo sull'applicazione." = #. Tag: para #: ClusteringAndEJBPassivation.xml:363 #, no-c-format -msgid "If you are using SFSBs in your application that hold references to = extended persistence contexts, and those SFSBs can passivate, then you must= use the MEI. This requirement holds even if you are using a single instanc= e (not a cluster). However, if you are using clustered SFSB, then this requ= irement also applies." -msgstr "Se si stanno usando degl SFSB che mantengono riferimenti a contest= i di persistenza estesi, e questi SFSB possono essere passivati, allora occ= orre usare un MEI. Questo requisisto esiste anche se si adopera una singola= istanza (non un cluster). Comunque se si usa un SFSB clustered, questo req= uisito permane comunque." +msgid "" +"If you are using SFSBs in your application that hold references to extend= ed " +"persistence contexts, and those SFSBs can passivate, then you must use th= e " +"MEI. This requirement holds even if you are using a single instance (not = a " +"cluster). However, if you are using clustered SFSB, then this requirement= " +"also applies." +msgstr "" +"Se si stanno usando degl SFSB che mantengono riferimenti a contesti di " +"persistenza estesi, e questi SFSB possono essere passivati, allora occorr= e " +"usare un MEI. Questo requisisto esiste anche se si adopera una singola " +"istanza (non un cluster). Comunque se si usa un SFSB clustered, questo " +"requisito permane comunque." = #. Tag: para #: ClusteringAndEJBPassivation.xml:371 #, no-c-format -msgid "It is possible to disable passivation on a SFSB. See the Ejb3DisableSfsbPassivat= ion page on the JBoss Wiki for details." -msgstr "E' possibile disabilitare la passivazione su un SFSB. Si veda la p= agina Ejb3Dis= ableSfsbPassivation su JBoss Wiki." +msgid "" +"It is possible to disable passivation on a SFSB. See the Ejb3DisableSfsbPassivation " +"page on the JBoss Wiki for details." +msgstr "" +"E' possibile disabilitare la passivazione su un SFSB. Si veda la pagina " +"Ejb3DisableSfsbPassivation su JBoss Wiki." = #. Tag: title #: ClusteringAndEJBPassivation.xml:379 @@ -460,14 +959,51 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:381 #, no-c-format -msgid "Dealing with passivation of a SFSB works by leveraging the HTTP ses= sion. But what happens when the HTTP session passivates? This happens in a = clustered environment with session replication enabled. This case is much t= ricker to deal with and is where a bulk of the MEI infrastructure comes int= o play. In thise case, the persistence manager is going to be destroyed bec= ause it cannot be serialized. Seam handles this deconstruction (hence ensur= ing that the HTTP session serializes properly). But what happens on the oth= er end. Well, when the MEI sticks an entity instance into the conversation,= it embeds the instance in a wrapper that provides information on how to re= associate the instance with a persistence manager post-serialization. So wh= en the application jumps to another node in the cluster (presumably because= the target node went down) the MEI infrastruture essentially reconstructs = the persistence context. The huge drawback here is that since the persisten= ce context is ! being reconstructed (from the database), pending changes are dropped. Howe= ver, what Seam does do is ensure that if the entity instance is versioned, = that the guarantees of optimistic locking are upheld. (why isn't the dirty = state transfered?)" -msgstr "La passivazione di un SFSB funziona facendo leva sulla sessione HT= TP. Ma cosa succede quando la sessione HTTP passiva? Questo capita in un am= biente clusteres cone la replica della sessioneattivata. Questo caso =C3=A8= pi=C3=B9 problematico da gestire ed avviene quando entra in gioco una part= e dell'infrastruttura MEI. In questo caso il gestore della persistenza sta = per essere distrutto, poich=C3=A9 non pu=C3=B2 essere serializzato. Seam ge= stisce questa decostruzione (che assicura che la sessione HTTP serializzi i= n modo corretto). Ma cosa avviene dall'altro lato? Quando MEI colloca un'is= tanza entity in un conversazione, incorpora l'istanza in un wrapper che for= nisce informazioni su come riassociare l'istanza col gestore di persistenza= dopo la serializzazione. Perci=C3=B2 quando l'applicazione passa su un alt= ro nodo del cluster (presumibilmente poich=C3=A9 il nodo target =C3=A8 sces= o) l'infrastruttura MEI verr=C3=A0 ricostruita (dal database), i cambiament= i pendenti verranno abbandonati. Comunque quel! lo che Seam fa =C3=A8 assicurare che se l'istanza entity viene versionata,= le garanzie di lock ottimistico vengono mantenute. (Perche lo stato dirty = non viene trasferito?)" +msgid "" +"Dealing with passivation of a SFSB works by leveraging the HTTP session. = But " +"what happens when the HTTP session passivates? This happens in a clustere= d " +"environment with session replication enabled. This case is much tricker t= o " +"deal with and is where a bulk of the MEI infrastructure comes into play. = In " +"thise case, the persistence manager is going to be destroyed because it " +"cannot be serialized. Seam handles this deconstruction (hence ensuring th= at " +"the HTTP session serializes properly). But what happens on the other end.= " +"Well, when the MEI sticks an entity instance into the conversation, it " +"embeds the instance in a wrapper that provides information on how to " +"reassociate the instance with a persistence manager post-serialization. S= o " +"when the application jumps to another node in the cluster (presumably " +"because the target node went down) the MEI infrastruture essentially " +"reconstructs the persistence context. The huge drawback here is that sinc= e " +"the persistence context is being reconstructed (from the database), pendi= ng " +"changes are dropped. However, what Seam does do is ensure that if the ent= ity " +"instance is versioned, that the guarantees of optimistic locking are uphe= ld. " +"(why isn't the dirty state transfered?)" +msgstr "" +"La passivazione di un SFSB funziona facendo leva sulla sessione HTTP. Ma " +"cosa succede quando la sessione HTTP passiva? Questo capita in un ambient= e " +"clusteres cone la replica della sessioneattivata. Questo caso =C3=A8 pi= =C3=B9 " +"problematico da gestire ed avviene quando entra in gioco una parte " +"dell'infrastruttura MEI. In questo caso il gestore della persistenza sta = per " +"essere distrutto, poich=C3=A9 non pu=C3=B2 essere serializzato. Seam gest= isce questa " +"decostruzione (che assicura che la sessione HTTP serializzi in modo " +"corretto). Ma cosa avviene dall'altro lato? Quando MEI colloca un'istanza= " +"entity in un conversazione, incorpora l'istanza in un wrapper che fornisc= e " +"informazioni su come riassociare l'istanza col gestore di persistenza dop= o " +"la serializzazione. Perci=C3=B2 quando l'applicazione passa su un altro n= odo del " +"cluster (presumibilmente poich=C3=A9 il nodo target =C3=A8 sceso) l'infra= struttura MEI " +"verr=C3=A0 ricostruita (dal database), i cambiamenti pendenti verranno " +"abbandonati. Comunque quello che Seam fa =C3=A8 assicurare che se l'istan= za " +"entity viene versionata, le garanzie di lock ottimistico vengono mantenut= e. " +"(Perche lo stato dirty non viene trasferito?)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:397 #, no-c-format -msgid "If you are deploying your application in a cluster and using HTTP s= ession replication, you must use the MEI." -msgstr "Se si esegue il deploy dell'applicazione in un cluster e si usa la= replica della sessione HTTP, occorre usare MEI." +msgid "" +"If you are deploying your application in a cluster and using HTTP session= " +"replication, you must use the MEI." +msgstr "" +"Se si esegue il deploy dell'applicazione in un cluster e si usa la replic= a " +"della sessione HTTP, occorre usare MEI." = #. Tag: title #: ClusteringAndEJBPassivation.xml:404 @@ -478,6 +1014,16 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:406 #, no-c-format -msgid "The important point of this section is that the MEI is there for a = reason. It's there to ensure that the extended persistence context can reta= in intact in the face of passivation (of either a SFSB or the HTTP session)= . This matters because the natural design of Seam applications (and convers= ational state in general) revolve around the state of this resource." -msgstr "Il punto importante di questa sezione =C3=A8 che il MEI esiste per= una ragione. Per assicurare che il contesto di persistenza esteso possa ri= manenre integro anche con la passivazione (sia di un SFSB sia di una sessio= ne HTTP). Questo =C3=A8 importante poich=C3=A9 il progetto originale delle = applicazione Seam (ed in generale dello stato conversazione) ruota attorno = allo stato di questa risorsa." - +msgid "" +"The important point of this section is that the MEI is there for a reason= . " +"It's there to ensure that the extended persistence context can retain int= act " +"in the face of passivation (of either a SFSB or the HTTP session). This " +"matters because the natural design of Seam applications (and conversation= al " +"state in general) revolve around the state of this resource." +msgstr "" +"Il punto importante di questa sezione =C3=A8 che il MEI esiste per una ra= gione. " +"Per assicurare che il contesto di persistenza esteso possa rimanenre inte= gro " +"anche con la passivazione (sia di un SFSB sia di una sessione HTTP). Ques= to " +"=C3=A8 importante poich=C3=A9 il progetto originale delle applicazione Se= am (ed in " +"generale dello stato conversazione) ruota attorno allo stato di questa " +"risorsa." Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotati= ons.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.po= t 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.po= t 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_G= roup.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Inf= o.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Clusteri= ngAndEJBPassivation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -95,7 +95,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -121,9 +121,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -159,7 +159,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -518,7 +518,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -628,7 +628,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -661,7 +661,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Componen= ts.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configur= ation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversa= tions.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependen= cies.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhanc= ements.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framewor= k.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_= Started_With_JBoss_Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettings= tarted.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfis= h.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performa= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persiste= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision= _History.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validati= on.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservi= ces.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webspher= e.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-01 18:46:43 UTC (rev 11065) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/ClusteringAn= dEJBPassivation.po 2009-06-01 17:17:12 UTC (rev 11064) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " --===============1461173129376088931==-- From seam-commits at lists.jboss.org Mon Jun 1 15:02:00 2009 Content-Type: multipart/mixed; boundary="===============4293364434955955939==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11066 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Mon, 01 Jun 2009 14:53:15 -0400 Message-ID: --===============4293364434955955939== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-01 14:53:15 -0400 (Mon, 01 Jun 2009) New Revision: 11066 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/ClusteringAnd= EJBPassivation.po Log: JBSEAM-3767: Italian translation of Seam guide Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Cluste= ringAndEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/ClusteringAn= dEJBPassivation.po 2009-06-01 18:46:43 UTC (rev 11065) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/ClusteringAn= dEJBPassivation.po 2009-06-01 18:53:15 UTC (rev 11066) @@ -6,7 +6,7 @@ "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-06-01 18:34+0000\n" -"PO-Revision-Date: 2009-05-30 15:23+0100\n" +"PO-Revision-Date: 2009-06-01 20:52+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -23,45 +23,19 @@ #: ClusteringAndEJBPassivation.xml:7 #, no-c-format msgid "Please note that this chapter is still being reviewed. Tread carefu= lly." -msgstr "" -"Si noti che questo capitolo =C3=A8 ancora sotto revisione. Maneggiare con= cura." +msgstr "Si noti che questo capitolo =C3=A8 ancora sotto revisione. Maneggi= are con cura." = #. Tag: para #: ClusteringAndEJBPassivation.xml:10 #, no-c-format -msgid "" -"This chapter covers two distinct topics that happen share a common soluti= on " -"in Seam, (web) clustering and EJB passivation. Therefore, they are addres= sed " -"together in this reference manual. Although performance tends to be group= ed " -"in this category as well, it's kept separate because the focus of this " -"chapter is on the programming model and how it's affected by the use of t= he " -"aforementioned features." -msgstr "" -"Questo capitolo copre due distinti argomenti che condividono un soluzione= " -"comune in Seam, (web) clustering e passivazione EJB. Quindi, sono trattat= i " -"assieme in questo manuale. Sebbene anche la performance tende ad essere " -"raggruppata in questa categoria, essa viene mantenuta separata poich=C3= =A9 il " -"focus di questo capitolo =C3=A8 sul modello di programmazione e su come q= uesto =C3=A8 " -"influenzato dall'uso delle funzionalit=C3=A0 sopracitate." +msgid "This chapter covers two distinct topics that happen share a common = solution in Seam, (web) clustering and EJB passivation. Therefore, they are= addressed together in this reference manual. Although performance tends to= be grouped in this category as well, it's kept separate because the focus = of this chapter is on the programming model and how it's affected by the us= e of the aforementioned features." +msgstr "Questo capitolo copre due distinti argomenti che condividono un so= luzione comune in Seam, (web) clustering e passivazione EJB. Quindi, sono t= rattati assieme in questo manuale. Sebbene anche la performance tende ad es= sere raggruppata in questa categoria, essa viene mantenuta separata poich= =C3=A9 il focus di questo capitolo =C3=A8 sul modello di programmazione e s= u come questo =C3=A8 influenzato dall'uso delle funzionalit=C3=A0 sopracita= te." = #. Tag: para #: ClusteringAndEJBPassivation.xml:17 #, no-c-format -msgid "" -"In this chapter you will learn how Seam manages the passivation of Seam " -"components and entity instances, how to activate this feature, and how th= is " -"feature is related to clustering. You will also learn how to deploy a Sea= m " -"application into a cluster and verify that HTTP session replication is " -"working properly. Let's start with a little background on clustering and = see " -"an example of how you deploy a Seam application to a JBoss AS cluster." -msgstr "" -"In questo capitolo si apprender=C3=A0 come Seam gestisce la passivazione = dei " -"componenti Seam e degli entity, come attivare questa funzionalit=C3=A0 e = come " -"questa funzionalit=C3=A0 =C3=A8 collegata al clustering. Inoltre si appre= nder=C3=A0 come " -"eseguire il deploy di un'applicazione Seam in un cluster e verificare che= la " -"replica della sessione HTTP funzioni correttamente. Iniziamo con un p=C3= =B2 di " -"background sul clustering e vediamo come fare il deploy di un'applicazion= e " -"Seam in un cluster JBoss AS." +msgid "In this chapter you will learn how Seam manages the passivation of = Seam components and entity instances, how to activate this feature, and how= this feature is related to clustering. You will also learn how to deploy a= Seam application into a cluster and verify that HTTP session replication i= s working properly. Let's start with a little background on clustering and = see an example of how you deploy a Seam application to a JBoss AS cluster." +msgstr "In questo capitolo si apprender=C3=A0 come Seam gestisce la passiv= azione dei componenti Seam e degli entity, come attivare questa funzionalit= =C3=A0 e come questa funzionalit=C3=A0 =C3=A8 collegata al clustering. Inol= tre si apprender=C3=A0 come eseguire il deploy di un'applicazione Seam in u= n cluster e verificare che la replica della sessione HTTP funzioni corretta= mente. Iniziamo con un p=C3=B2 di background sul clustering e vediamo come = fare il deploy di un'applicazione Seam in un cluster JBoss AS." = #. Tag: title #: ClusteringAndEJBPassivation.xml:25 @@ -72,87 +46,26 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:27 #, no-c-format -msgid "" -"Clustering (more formally web clustering) allows an application to run on= " -"two or more parallel servers (i.e., nodes) while providing a uniform view= of " -"the application to clients. Load is distributed across the servers in suc= h a " -"way that if one or more of the servers fails, the application is still " -"accessible via any of the surviving nodes. This topology is crucial for " -"building scalable enterprise applications as performance and availability= " -"can be improved simply by adding nodes. But it brings up an important " -"question. What happens to the state that was on the server that= " -"failed?" -msgstr "" -"Il clustering (pi=C3=B9 formalmente web clustering) consente ad un'applic= azione " -"di girare su due o pi=C3=B9 server paralleli (cio=C3=A8, nodi) mentre vie= ne fornita ai " -"client una vista uniforme dell'applicazione. Il carico =C3=A8 distribuito= sui " -"server in modo tale che se uno o pi=C3=B9 server fallisce, l'applicazione= " -"continua ad essere accessibile tramite gli altri nodi. Questa tipologia = =C3=A8 " -"cruciale per la costruzione di applicazioni enterprise scalabili in " -"performance e la disponibilit=C3=A0 pu=C3=B2 essere migliorata sempliceme= nte " -"aggiungendo nodi. Ma si giunge ad una domanda importante. Cosa " -"succede allo stato presente su un server che ha fallito?" +msgid "Clustering (more formally web clustering) allows an application to = run on two or more parallel servers (i.e., nodes) while providing a uniform= view of the application to clients. Load is distributed across the servers= in such a way that if one or more of the servers fails, the application is= still accessible via any of the surviving nodes. This topology is crucial = for building scalable enterprise applications as performance and availabili= ty can be improved simply by adding nodes. But it brings up an important qu= estion. What happens to the state that was on the server that fai= led?" +msgstr "Il clustering (pi=C3=B9 formalmente web clustering) consente ad un= 'applicazione di girare su due o pi=C3=B9 server paralleli (cio=C3=A8, nodi= ) mentre viene fornita ai client una vista uniforme dell'applicazione. Il c= arico =C3=A8 distribuito sui server in modo tale che se uno o pi=C3=B9 serv= er fallisce, l'applicazione continua ad essere accessibile tramite gli altr= i nodi. Questa tipologia =C3=A8 cruciale per la costruzione di applicazioni= enterprise scalabili in performance e la disponibilit=C3=A0 pu=C3=B2 esser= e migliorata semplicemente aggiungendo nodi. Ma si giunge ad una domanda im= portante. Cosa succede allo stato presente su un server che ha fa= llito?" = #. Tag: para #: ClusteringAndEJBPassivation.xml:36 #, no-c-format -msgid "" -"Since day one, Seam has always provided support for stateful applications= " -"running in a cluster. Up to this point, you have learned that Seam provid= es " -"state management in the form of additional scopes and by governing the li= fe " -"cycle of stateful (scoped) components. But state management in Seam goes " -"beyond creating, storing and destroying instances. Seam tracks changes to= " -"JavaBean components and stores the changes at strategic points during the= " -"request so that the changes can be restored when the request shifts to a " -"secondary node in the cluster. Fortunately, monitoring and replication of= " -"stateful EJB components is already handled by the EJB server, so this " -"feature of Seam is intended to put stateful JavaBeans on par with their E= JB " -"cohorts." -msgstr "" -"Sin dal primo giorno Seam ha sempre fornito il supporto alle applicazioni= " -"stateful in azione dentro un cluster. Fino ad ora si =C3=A8 appreso che S= eam " -"fornisce la gestione dello stato aggiungendo degli scope e governando il " -"ciclo di vita dei componenti stateful (con scope). Ma la gestione dello " -"stato in Seam va oltre alla creazione, memorizzazione e distruzione di " -"istanze. Seam traccia i cambiamenti ai componenti JavaBean e memorizza i " -"cambiamenti in punti strategici durante la richiesta, affinch=C3=A9 i cam= biamenti " -"vengano ripristinati quando la richiesta passa su un nodo secondario del " -"cluster. Fortunatamente il monitoraggio e la replica di componenti EJB " -"stateful viene gi=C3=A0 gestita dal server EJB, quindi tale funzionalit= =C3=A0 di Seam " -"serve per mettere i JavaBean a fianco dei suoi compagni EJB." +msgid "Since day one, Seam has always provided support for stateful applic= ations running in a cluster. Up to this point, you have learned that Seam p= rovides state management in the form of additional scopes and by governing = the life cycle of stateful (scoped) components. But state management in Sea= m goes beyond creating, storing and destroying instances. Seam tracks chang= es to JavaBean components and stores the changes at strategic points during= the request so that the changes can be restored when the request shifts to= a secondary node in the cluster. Fortunately, monitoring and replication o= f stateful EJB components is already handled by the EJB server, so this fea= ture of Seam is intended to put stateful JavaBeans on par with their EJB co= horts." +msgstr "Sin dal primo giorno Seam ha sempre fornito il supporto alle appli= cazioni stateful in azione dentro un cluster. Fino ad ora si =C3=A8 appreso= che Seam fornisce la gestione dello stato aggiungendo degli scope e govern= ando il ciclo di vita dei componenti stateful (con scope). Ma la gestione d= ello stato in Seam va oltre alla creazione, memorizzazione e distruzione di= istanze. Seam traccia i cambiamenti ai componenti JavaBean e memorizza i c= ambiamenti in punti strategici durante la richiesta, affinch=C3=A9 i cambia= menti vengano ripristinati quando la richiesta passa su un nodo secondario = del cluster. Fortunatamente il monitoraggio e la replica di componenti EJB = stateful viene gi=C3=A0 gestita dal server EJB, quindi tale funzionalit=C3= =A0 di Seam serve per mettere i JavaBean a fianco dei suoi compagni EJB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:46 -#, fuzzy, no-c-format -msgid "" -"But wait, there's more! Seam also offers an incredibly unique feature for= " -"clustered applications. In addition to monitoring JavaBean components, Se= am " -"ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detached during replication. Seam keeps a record of the " -"entities that are loaded and automatically loads them on the secondary no= de. " -"You must, however, be using a Seam-managed persistence context to get thi= s " -"feature. More in depth information about this feature is provided in the " -"second half of this chapter." -msgstr "" -"Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibile ed u= nica " -"caratteristica per le applicazioni cluster. In aggiunta al monitoraggio d= ei " -"componenti JavaBean, Seam assicura che le istanze entity gestite (cio=C3= =A8 " -"entity JPA e Hibernate) non divengano detached durante la replica. Seam " -"mantiene un record di entity che sono caricati e li carica automaticament= e " -"nel nodo secondario. Occorre comunque usare un contesto di persistenza " -"gestito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3=B9 d= ettagliate " -"informazioni su questa funzionalit=C3=A0 vengono fornite nella seconda pa= rte del " -"capitolo." +#, no-c-format +msgid "But wait, there's more! Seam also offers an incredibly unique featu= re for clustered applications. In addition to monitoring JavaBean component= s, Seam ensures that managed entity instances (i.e. JPA and Hibernate entit= ies) don't become detached during replication. Seam keeps a record of the e= ntities that are loaded and automatically loads them on the secondary node.= You must, however, be using a Seam-managed persistence context to get this= feature. More in depth information about this feature is provided in the s= econd half of this chapter." +msgstr "Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibi= le ed unica caratteristica per le applicazioni cluster. In aggiunta al moni= toraggio dei componenti JavaBean, Seam assicura che le istanze entity gesti= te (cio=C3=A8 entity JPA e Hibernate) non divengano detached durante la rep= lica. Seam mantiene un record di entity caricati e li carica automaticament= e nel nodo secondario. Occorre comunque usare un contesto di persistenza ge= stito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3=B9 detta= gliate informazioni su questa funzionalit=C3=A0 vengono fornite nella secon= da parte del capitolo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:55 #, no-c-format -msgid "" -"Now that you understand what features Seam offers to support a clustered " -"environment, let's look at how you program for clustering." -msgstr "" -"Ora che si =C3=A8 capito quali funzionalit=C3=A0 offre Seam per supportar= e l'ambiente " -"clustered, guardiamo come si programma un cluster." +msgid "Now that you understand what features Seam offers to support a clus= tered environment, let's look at how you program for clustering." +msgstr "Ora che si =C3=A8 capito quali funzionalit=C3=A0 offre Seam per su= pportare l'ambiente clustered, guardiamo come si programma un cluster." = #. Tag: title #: ClusteringAndEJBPassivation.xml:61 @@ -162,137 +75,57 @@ = #. Tag: para #: ClusteringAndEJBPassivation.xml:62 -#, fuzzy, no-c-format -msgid "" -"Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the org.jboss.sea= m." -"core.Mutable interface from the Seam API. As part of the contra= ct, " -"the component must maintain a dirty flag that is reported and reset by th= e " -"clearDirty() method. Seam calls this method to determi= ne " -"if it is necessary to replicate the component. This avoids having to use = the " -"more cumbersome Servlet API to add and remove the session attribute on ev= ery " -"change of the object." -msgstr "" -"Un componente JavaBean mutabile con scope sessione o conversazione che ve= rr=C3=A0 " -"usato in un ambiente clustered deve implementare l'interfaccia " -"Mutable dell'API Seam. Come parte del contratto, il " -"contratto deve mantenere un dirty flag che viene segnato e resettato dal " -"metodo clearDirty(). Seam chiama questo metodo per " -"determinare se =C3=A8 necessario replicare il componente. Questo evita di= dover " -"usare la pi=C3=B9 problematica API dei Servlet per aggiungere e rimuovere= " -"l'attributo sessione ad ogni cambiamento dell'oggetto." +#, no-c-format +msgid "Any session- or conversation-scoped mutable JavaBean component that= will be used in a clustered environment must implement the org.jb= oss.seam.core.Mutable interface from the Seam API. As part of the= contract, the component must maintain a dirty flag that is reported and re= set by the clearDirty() method. Seam calls this method t= o determine if it is necessary to replicate the component. This avoids havi= ng to use the more cumbersome Servlet API to add and remove the session att= ribute on every change of the object." +msgstr "Un componente JavaBean mutabile con scope sessione o conversazione= che verr=C3=A0 usato in un ambiente clustered deve implementare l'interfac= cia org.jboss.seam.core.Mutable dell'API Seam. Come part= e del contratto, il contratto deve mantenere un dirty flag che viene segnat= o e resettato dal metodo clearDirty(). Seam chiama quest= o metodo per determinare se =C3=A8 necessario replicare il componente. Ques= to evita di dover usare la pi=C3=B9 problematica API dei Servlet per aggiun= gere e rimuovere l'attributo sessione ad ogni cambiamento dell'oggetto." = #. Tag: para #: ClusteringAndEJBPassivation.xml:70 #, no-c-format -msgid "" -"You also must ensure that all session- and conversation-scoped JavaBean " -"components are Serializable. Additional, all fields of a stateful compone= nt " -"(EJB or JavaBean) must Serializable unless the field is marked transient = or " -"set to null in a @PrePassivate method. You can restore= " -"the value of a transient or nullified field in a @PostActivate method." -msgstr "" -"Bisogna assicurarsi che tutti i componenti JavaBean con scope sessione e " -"conversazione siano Serializable. Inoltre tutti i campi di un componente " -"stateful (EJB o JavaBean) devono essere Serializable amenoch=C3=A9 siano = marcati " -"come transient o impostati a null in un metodo @PrePassivate. Si pu=C3=B2 ripristinare il valore di un campo transient o null= in un " -"metodo @PostActivate." +msgid "You also must ensure that all session- and conversation-scoped Java= Bean components are Serializable. Additional, all fields of a stateful comp= onent (EJB or JavaBean) must Serializable unless the field is marked transi= ent or set to null in a @PrePassivate method. You can re= store the value of a transient or nullified field in a @PostActiva= te method." +msgstr "Bisogna assicurarsi che tutti i componenti JavaBean con scope sess= ione e conversazione siano Serializable. Inoltre tutti i campi di un compon= ente stateful (EJB o JavaBean) devono essere Serializable amenoch=C3=A9 sia= no marcati come transient o impostati a null in un metodo @PrePass= ivate. Si pu=C3=B2 ripristinare il valore di un campo transient o= null in un metodo @PostActivate." = #. Tag: para #: ClusteringAndEJBPassivation.xml:76 #, no-c-format -msgid "" -"One area where people often get bitten is by using List.subList<= /" -"literal> to create a list. The resulting list is not Serializable. So wat= ch " -"out for situations like that. If hit a java.io." -"NotSerializableException and cannot locate the culprit at first= " -"glance, you can put a breakpoint on this exception, run the application " -"server in debug mode and attach a debugger (such as Eclipse) to see what " -"deserialization is choking on." -msgstr "" -"Un'area in cui spesso le persone hanno problemi =C3=A8 con l'uso di List." -"subList per creare una lista. La lista risultante non =C3=A8 " -"Serializable. Quindi attenzione a queste situazioni. Se ci si imbatte in = una " -"java.io.NotSerializableException e non si riescead " -"individuare subito il colpevole, si pu=C3=B2 mettere un breakpoint su " -"quest'eccezione, avviare l'application server in modalit=C3=A0 debug ed a= ttaccare " -"il debugger (come in Eclipse) per vedere quale deserializzazione causa il= " -"problema." +msgid "One area where people often get bitten is by using List.su= bList to create a list. The resulting list is not Serializable. S= o watch out for situations like that. If hit a java.io.NotSerializ= ableException and cannot locate the culprit at first glance, you = can put a breakpoint on this exception, run the application server in debug= mode and attach a debugger (such as Eclipse) to see what deserialization i= s choking on." +msgstr "Un'area in cui spesso le persone hanno problemi =C3=A8 con l'uso d= i List.subList per creare una lista. La lista risultante= non =C3=A8 Serializable. Quindi attenzione a queste situazioni. Se ci si i= mbatte in una java.io.NotSerializableException e non si = riescead individuare subito il colpevole, si pu=C3=B2 mettere un breakpoint= su quest'eccezione, avviare l'application server in modalit=C3=A0 debug ed= attaccare il debugger (come in Eclipse) per vedere quale deserializzazione= causa il problema." = #. Tag: para #: ClusteringAndEJBPassivation.xml:84 -#, fuzzy, no-c-format -msgid "" -"Please note that clustering does not work with hot deployable components.= " -"But then again, you shouldn't be using hot deployable components in a non= -" -"development environment anyway." -msgstr "" -"Si noti che il clustering non funziona con componenti hot deployable. Ma " -"comunque non si dovrebbero usare i componenti hot deployable in un ambien= te " -"non di sviluppo." +#, no-c-format +msgid "Please note that clustering does not work with hot deployable compo= nents. But then again, you shouldn't be using hot deployable components in = a non-development environment anyway." +msgstr "Si noti che il clustering non funziona con componenti hot deployab= le. Ma comunque non si dovrebbero usare i componenti hot deployable in un a= mbiente non di sviluppo." = #. Tag: title #: ClusteringAndEJBPassivation.xml:92 #, no-c-format -msgid "" -"Deploying a Seam application to a JBoss AS cluster with session replicati= on" -msgstr "" -"Deploy di un'applicazione Seam in un cluster JBoss AS con replica di sess= ione" +msgid "Deploying a Seam application to a JBoss AS cluster with session rep= lication" +msgstr "Deploy di un'applicazione Seam in un cluster JBoss AS con replica = di sessione" = #. Tag: para #: ClusteringAndEJBPassivation.xml:94 #, no-c-format -msgid "" -"The procedure outlined in this tutorial has been validated with an seam-g= en " -"application and the Seam booking example." -msgstr "" -"Questa procedura descritta nel tutorial =C3=A8 stata validata con un'appl= icazione " -"seam-gen e nell'esempio Prenotazione." +msgid "The procedure outlined in this tutorial has been validated with an = seam-gen application and the Seam booking example." +msgstr "Questa procedura descritta nel tutorial =C3=A8 stata validata con = un'applicazione seam-gen e nell'esempio Prenotazione." = #. Tag: para #: ClusteringAndEJBPassivation.xml:99 #, no-c-format -msgid "" -"In the tutorial, I assume that the IP addresses of the master and slave " -"servers are 192.168.1.2 and 192.168.1.3, respectively. I am intentionally= " -"not using the mod_jk load balancer so that it's easier to validate that b= oth " -"nodes are responding to requests and can share sessions." -msgstr "" -"In questo tutorial si assume che gli indirizzi IP dei server master e sla= ve " -"siano rispettivamente 192.168.1.2 e 192.168.1.3. Intenzionalmente non vie= ne " -"usato il bilanciatore di carico mod_jk, quindi =C3=A8 pi=C3=B9 facile val= idate che " -"entrambi i nodi stiano rispondendo alle richieste e possano condividere l= e " -"sessioni." +msgid "In the tutorial, I assume that the IP addresses of the master and s= lave servers are 192.168.1.2 and 192.168.1.3, respectively. I am intentiona= lly not using the mod_jk load balancer so that it's easier to validate that= both nodes are responding to requests and can share sessions." +msgstr "In questo tutorial si assume che gli indirizzi IP dei server maste= r e slave siano rispettivamente 192.168.1.2 e 192.168.1.3. Intenzionalmente= non viene usato il bilanciatore di carico mod_jk, quindi =C3=A8 pi=C3=B9 f= acile validate che entrambi i nodi stiano rispondendo alle richieste e poss= ano condividere le sessioni." = #. Tag: para #: ClusteringAndEJBPassivation.xml:105 #, no-c-format -msgid "" -"I'm using the farm deployment method in these instructions, though you co= uld " -"also deploy the application normally and allow the two servers to negotia= te " -"a master/slave relationship based on startup order." -msgstr "" -"In queste istruzioni si sta usando il metodo di sviluppo farm, sebbene si= " -"possa fare normalmente il deploy dell'applicazione e consentire ai due " -"server di negoziare una relazione master/slave basata sull'ordine di avvi= o." +msgid "I'm using the farm deployment method in these instructions, though = you could also deploy the application normally and allow the two servers to= negotiate a master/slave relationship based on startup order." +msgstr "In queste istruzioni si sta usando il metodo di sviluppo farm, seb= bene si possa fare normalmente il deploy dell'applicazione e consentire ai = due server di negoziare una relazione master/slave basata sull'ordine di av= vio." = #. Tag: para #: ClusteringAndEJBPassivation.xml:111 #, no-c-format -msgid "" -"JBoss AS clustering relies on UDP multicasting provided by jGroups. The " -"SELinux configuration that ships with RHEL/Fedora blocks these packets by= " -"default. You can allow them to pass by modifying the iptables rules (as " -"root). The following commands apply to an IP address that matches 192.168= .1." -"x." -msgstr "" -"JBoss AS clustering si basa sul multicasting UDP fornito da jGroups. La " -"configurazione SELinux che =C3=A8 inclusa in RHEL/Fedora di default blocc= a questi " -"pacchetti. Si pu=C3=B2 consentire di lasciarli passare modificando le reg= ole " -"iptables (come root). I seguenti comandi si applicano ad un indirizzo IP = che " -"corrisponde a 192.168.1.x." +msgid "JBoss AS clustering relies on UDP multicasting provided by jGroups.= The SELinux configuration that ships with RHEL/Fedora blocks these packets= by default. You can allow them to pass by modifying the iptables rules (as= root). The following commands apply to an IP address that matches 192.168.= 1.x." +msgstr "JBoss AS clustering si basa sul multicasting UDP fornito da jGroup= s. La configurazione SELinux che =C3=A8 inclusa in RHEL/Fedora di default b= locca questi pacchetti. Si pu=C3=B2 consentire di lasciarli passare modific= ando le regole iptables (come root). I seguenti comandi si applicano ad un = indirizzo IP che corrisponde a 192.168.1.x." = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:116 @@ -311,12 +144,8 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:117 #, no-c-format -msgid "" -"Detailed information can be found on this page on the JBoss Wiki." -msgstr "" -"Maggiori dettagli possono essere trovati nella pagina del JBoss Wiki." +msgid "Detailed information can be found on this page on the JBoss Wiki." +msgstr "Maggiori dettagli possono essere trovati nella pagina del JBoss Wiki." = #. Tag: para #: ClusteringAndEJBPassivation.xml:122 @@ -327,47 +156,26 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:125 #, no-c-format -msgid "" -"Deploy the JDBC driver to server/all/lib/ on both instances if not using " -"HSQLDB" -msgstr "" -"Fare il deploy del driver JDBC in server/all/lib/ su entrambe le istanze = se " -"non si usa HSQLDB" +msgid "Deploy the JDBC driver to server/all/lib/ on both instances if not = using HSQLDB" +msgstr "Fare il deploy del driver JDBC in server/all/lib/ su entrambe le i= stanze se non si usa HSQLDB" = #. Tag: para #: ClusteringAndEJBPassivation.xml:128 #, no-c-format -msgid "" -"Add <distributable/> as the first child element in = WEB-" -"INF/web.xml" -msgstr "" -"Aggiungere <distributable/> come primo elemento fig= lio " -"in WEB-INF/web.xml" +msgid "Add <distributable/> as the first child eleme= nt in WEB-INF/web.xml" +msgstr "Aggiungere <distributable/> come primo eleme= nto figlio in WEB-INF/web.xml" = #. Tag: para #: ClusteringAndEJBPassivation.xml:131 #, no-c-format -msgid "" -"Set the distributable property on org.jboss.s= eam." -"core.init to true to enable the ManagedEntityInterceptor (i.e.,= " -"]]>)" -msgstr "" -"Impostare la propriet=C3=A0 distributable su = org." -"jboss.seam.core.init a true per abilitare il " -"ManagedEntityInterceptor (cio=C3=A8, ]]>)" +msgid "Set the distributable property on org.j= boss.seam.core.init to true to enable the ManagedEntityIntercepto= r (i.e., ]]>)" +msgstr "Impostare la propriet=C3=A0 distributable su org.jboss.seam.core.init a true per abilitare il ManagedEn= tityInterceptor (cio=C3=A8, ]]>)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:136 #, no-c-format -msgid "" -"Ensure you have two IP addresses available (two computers, two network " -"cards, or two IP addressses bound to the same interface). I'll assume the= " -"two IP address are 192.168.1.2 and 192.168.1.3" -msgstr "" -"Assicurarsi di avere disponibili due indirizzi IP (due computer, due sche= de " -"di rete oppure due indirizzi IP sulla stessa interfaccia). Si assume che = i " -"due indirizzi IP siano 192.168.1.2 e 192.168.1.3" +msgid "Ensure you have two IP addresses available (two computers, two netw= ork cards, or two IP addressses bound to the same interface). I'll assume t= he two IP address are 192.168.1.2 and 192.168.1.3" +msgstr "Assicurarsi di avere disponibili due indirizzi IP (due computer, d= ue schede di rete oppure due indirizzi IP sulla stessa interfaccia). Si ass= ume che i due indirizzi IP siano 192.168.1.2 e 192.168.1.3" = #. Tag: para #: ClusteringAndEJBPassivation.xml:141 @@ -384,19 +192,14 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:143 #, no-c-format -msgid "" -"The log should report that there are 1 cluster members and 0 other member= s." +msgid "The log should report that there are 1 cluster members and 0 other = members." msgstr "Il log dovrebbe riportare che c'=C3=A8 1 membro cluster e 0 altri = membri." = #. Tag: para #: ClusteringAndEJBPassivation.xml:146 #, no-c-format -msgid "" -"Verify that the server/all/farm directory is empty in the slave JBoss AS " -"instance" -msgstr "" -"Verificare che la directory server/all/farm sia vuota nell'istanza slave = di " -"JBoss AS" +msgid "Verify that the server/all/farm directory is empty in the slave JBo= ss AS instance" +msgstr "Verificare che la directory server/all/farm sia vuota nell'istanza= slave di JBoss AS" = #. Tag: para #: ClusteringAndEJBPassivation.xml:149 @@ -413,12 +216,8 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:151 #, no-c-format -msgid "" -"The log should report that there are 2 cluster members and 1 other member= s. " -"It should also show the state being retrieved from the master." -msgstr "" -"Il log dovrebbe riportare che ci sono 2 membri cluster e 1 altro membro. " -"Dovrebbe anche mostrare che lo stato viene recuperato dal master." +msgid "The log should report that there are 2 cluster members and 1 other = members. It should also show the state being retrieved from the master." +msgstr "Il log dovrebbe riportare che ci sono 2 membri cluster e 1 altro m= embro. Dovrebbe anche mostrare che lo stato viene recuperato dal master." = #. Tag: para #: ClusteringAndEJBPassivation.xml:155 @@ -429,14 +228,8 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:156 #, no-c-format -msgid "" -"In the log of the master you should see acknowledgement of the deployment= . " -"In the log of the slave you should see a corresponding message acknowledg= ing " -"the deployment to the slave." -msgstr "" -"Nel log del master si dovrebbe vedere l'acknowledgement del deploy. Nel l= og " -"dello slave si dovrebbe vedere il corrispondente messaggio di " -"acknowledgement del deploy per lo slave." +msgid "In the log of the master you should see acknowledgement of the depl= oyment. In the log of the slave you should see a corresponding message ackn= owledging the deployment to the slave." +msgstr "Nel log del master si dovrebbe vedere l'acknowledgement del deploy= . Nel log dello slave si dovrebbe vedere il corrispondente messaggio di ack= nowledgement del deploy per lo slave." = #. Tag: para #: ClusteringAndEJBPassivation.xml:160 @@ -447,63 +240,32 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:161 #, no-c-format -msgid "" -"In the log of the master you should see acknowledgement of the deployment= . " -"In the log of the slave you should see a corresponding message acknowledg= ing " -"the deployment to the slave. Note that you may have to wait up to 3 minut= es " -"for the deployed archive to be transfered." -msgstr "" -"Nel log del master si dovrebbe vedere l'acknowledgement del deploy. Nel l= og " -"dello slave si dovrebbe vedere il corrispondente messaggio di " -"acknowledgement del deploy per lo slave. Si noti che si potrebbe dover " -"attendere fino a 3 minuti perch=C3=A9 venga trasferito l'archivio deploya= to." +msgid "In the log of the master you should see acknowledgement of the depl= oyment. In the log of the slave you should see a corresponding message ackn= owledging the deployment to the slave. Note that you may have to wait up to= 3 minutes for the deployed archive to be transfered." +msgstr "Nel log del master si dovrebbe vedere l'acknowledgement del deploy= . Nel log dello slave si dovrebbe vedere il corrispondente messaggio di ack= nowledgement del deploy per lo slave. Si noti che si potrebbe dover attende= re fino a 3 minuti perch=C3=A9 venga trasferito l'archivio deployato." = #. Tag: para #: ClusteringAndEJBPassivation.xml:166 #, no-c-format -msgid "" -"You're application is now running in a cluster with HTTP session " -"replication! But, of course, you are going to want to validate that the " -"clustering actually works." -msgstr "" -"La vostra applicazione sta girando in un cluster con replica della sessio= ne " -"HTTP! Ma certamente si vuole validate il fatto che il clustering sta " -"funzionando." +msgid "You're application is now running in a cluster with HTTP session re= plication! But, of course, you are going to want to validate that the clust= ering actually works." +msgstr "La vostra applicazione sta girando in un cluster con replica della= sessione HTTP! Ma certamente si vuole validate il fatto che il clustering = sta funzionando." = #. Tag: title #: ClusteringAndEJBPassivation.xml:172 #, no-c-format -msgid "" -"Validating the distributable services of an application running in a JBos= s " -"AS cluster" -msgstr "" -"Validazione dei servizi distribuiti di un'applicazione su un cluster JBos= s AS" +msgid "Validating the distributable services of an application running in = a JBoss AS cluster" +msgstr "Validazione dei servizi distribuiti di un'applicazione su un clust= er JBoss AS" = #. Tag: para #: ClusteringAndEJBPassivation.xml:173 #, no-c-format -msgid "" -"It's all well and fine to see the application start successfully on two " -"different JBoss AS servers, but seeing is believing. You likely want to " -"validate that the two instances are exchanging HTTP sessions to allow the= " -"slave to take over when the master instance is stopped." -msgstr "" -"E' sempre bello vedere che l'applicazione si avvia con successo su due " -"diversi server JBoss AS, ma vedere =C3=A8 credere! Probabilmente si vuole= " -"validare che le due istanze si stiano scambiando le sessioni HTTP per " -"consentire allo slave di entrare in azione quando l'istanza master si fer= ma." +msgid "It's all well and fine to see the application start successfully on= two different JBoss AS servers, but seeing is believing. You likely want t= o validate that the two instances are exchanging HTTP sessions to allow the= slave to take over when the master instance is stopped." +msgstr "E' sempre bello vedere che l'applicazione si avvia con successo su= due diversi server JBoss AS, ma vedere =C3=A8 credere! Probabilmente si vu= ole validare che le due istanze si stiano scambiando le sessioni HTTP per c= onsentire allo slave di entrare in azione quando l'istanza master si ferma." = #. Tag: para #: ClusteringAndEJBPassivation.xml:179 #, no-c-format -msgid "" -"Start off by visiting the application running on the master instance in y= our " -"browser. That will produce the first HTTP session. Now, open up the JBoss= AS " -"JMX console on that instance and navigate to the following MBean:" -msgstr "" -"Avviare e visitare sul browser l'applicazione che gira sull'istanza maste= r. " -"Questo produrr=C3=A0 la prima sessione HTTP. Ora si apra la console JMX d= i JBoss " -"AS su tale istanza e si vada al seguente MBean:" +msgid "Start off by visiting the application running on the master instanc= e in your browser. That will produce the first HTTP session. Now, open up t= he JBoss AS JMX console on that instance and navigate to the following MBea= n:" +msgstr "Avviare e visitare sul browser l'applicazione che gira sull'istanz= a master. Questo produrr=C3=A0 la prima sessione HTTP. Ora si apra la conso= le JMX di JBoss AS su tale istanza e si vada al seguente MBean:" = #. Tag: para #: ClusteringAndEJBPassivation.xml:187 @@ -526,76 +288,32 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:197 #, no-c-format -msgid "" -"Invoke the printDetails() method. You will see a tree of active HTTP " -"sessions. Verify that the session your browser is using corresponds to on= e " -"of the sessions in this tree." -msgstr "" -"Invocare il metodo printDetails(). Si vedr=C3=A0 un albero con le session= i HTTP " -"attive. Verificare che la sessione del browser in uso corrisponda ad una " -"delle sessioni in questo albero." +msgid "Invoke the printDetails() method. You will see a tree of active HTT= P sessions. Verify that the session your browser is using corresponds to on= e of the sessions in this tree." +msgstr "Invocare il metodo printDetails(). Si vedr=C3=A0 un albero con le = sessioni HTTP attive. Verificare che la sessione del browser in uso corrisp= onda ad una delle sessioni in questo albero." = #. Tag: para #: ClusteringAndEJBPassivation.xml:202 #, no-c-format -msgid "" -"Now switch over to the slave instance and invoke the same method in the J= MX " -"console. You should see an identical list (at least underneath this " -"application's context path)." -msgstr "" -"Ora si passi all'istanza slave e si invochi lo stesso metodo nella consol= e " -"JMX. Si dovrebbe vedere la stessa lista (almeno sotto il context path " -"dell'applicazione)" +msgid "Now switch over to the slave instance and invoke the same method in= the JMX console. You should see an identical list (at least underneath thi= s application's context path)." +msgstr "Ora si passi all'istanza slave e si invochi lo stesso metodo nella= console JMX. Si dovrebbe vedere la stessa lista (almeno sotto il context p= ath dell'applicazione)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:207 #, no-c-format -msgid "" -"So you can see that at least both servers claim to have identical session= s. " -"Now, time to test that the data is serializing and unserializing properly= ." -msgstr "" -"Quindi si pu=C3=B2 vedere che entrambi i server hanno le stesse identiche= " -"sessioni. Ora occorre testare che i dati vengano serializzati e " -"deserializzati correttamente." +msgid "So you can see that at least both servers claim to have identical s= essions. Now, time to test that the data is serializing and unserializing p= roperly." +msgstr "Quindi si pu=C3=B2 vedere che entrambi i server hanno le stesse id= entiche sessioni. Ora occorre testare che i dati vengano serializzati e des= erializzati correttamente." = #. Tag: para #: ClusteringAndEJBPassivation.xml:212 #, no-c-format -msgid "" -"Sign in using using the URL of the master instance. Then, construct a URL= " -"for the second instance by putting the ;jsessionid=3DXXXX immediately aft= er " -"the servlet path and changing the IP address. You should see that the " -"session has carried over to the other instance. Now kill the master insta= nce " -"and see that you can continue to use the application from the slave " -"instance. Remove the deployments from the server/all/farm directory and " -"start the instance again. Switch the IP in the URL back to that of the " -"master instance and visit the URL. You'll see that the original session i= s " -"still being used." -msgstr "" -"Fare il login usando l'URL dell'istanza master. Poi scrivere l'URL per la= " -"seconda istanza mettendo ;jsessionid=3DXXXX immediatamente dopo il path d= el " -"servlet e cambiando l'indirizzo IP. Si dovrebbe vedere che la sessione vi= ene " -"trasportata nell'altra istanza. Ora uccidere il processo dell'istanza mas= ter " -"e verificare che si possa continuare ad usare l'applicazione dall'istanza= " -"slave. Rimuovere i deploy dalla directory server/all/farm ed avviare di " -"nuovo l'istanza. Cambiare nell'URL l'IP a quello dell'istanza master e " -"visitare l'URL. Si vedr=C3=A0 che viene usata ancora la sessione original= e." +msgid "Sign in using using the URL of the master instance. Then, construct= a URL for the second instance by putting the ;jsessionid=3DXXXX immediatel= y after the servlet path and changing the IP address. You should see that t= he session has carried over to the other instance. Now kill the master inst= ance and see that you can continue to use the application from the slave in= stance. Remove the deployments from the server/all/farm directory and start= the instance again. Switch the IP in the URL back to that of the master in= stance and visit the URL. You'll see that the original session is still bei= ng used." +msgstr "Fare il login usando l'URL dell'istanza master. Poi scrivere l'URL= per la seconda istanza mettendo ;jsessionid=3DXXXX immediatamente dopo il = path del servlet e cambiando l'indirizzo IP. Si dovrebbe vedere che la sess= ione viene trasportata nell'altra istanza. Ora uccidere il processo dell'is= tanza master e verificare che si possa continuare ad usare l'applicazione d= all'istanza slave. Rimuovere i deploy dalla directory server/all/farm ed av= viare di nuovo l'istanza. Cambiare nell'URL l'IP a quello dell'istanza mast= er e visitare l'URL. Si vedr=C3=A0 che viene usata ancora la sessione origi= nale." = #. Tag: para #: ClusteringAndEJBPassivation.xml:221 #, no-c-format -msgid "" -"One way to watch objects passivate and activate is to create a session- o= r " -"conversation-scoped Seam component and implement the appropriate life-cyc= le " -"methods. You can either use methods from the HttpSessionActivationListene= r " -"interface (Seam automatically registers this interface on all non-EJB " -"components):" -msgstr "" -"Un modo per vedere passivare ed attivare gli oggetti =C3=A8 create un com= ponente " -"Seam con scope conversazione o sessione ed implementare i metodi del cicl= o " -"di vita in modo appropriato. Si possono usare i metodi dell'interfaccia " -"HttpSessionActivationListener (Seam automaticamente registra " -"quest'interfaccia per tutti i componenti non-EJB):" +msgid "One way to watch objects passivate and activate is to create a sess= ion- or conversation-scoped Seam component and implement the appropriate li= fe-cycle methods. You can either use methods from the HttpSessionActivation= Listener interface (Seam automatically registers this interface on all non-= EJB components):" +msgstr "Un modo per vedere passivare ed attivare gli oggetti =C3=A8 create= un componente Seam con scope conversazione o sessione ed implementare i me= todi del ciclo di vita in modo appropriato. Si possono usare i metodi dell'= interfaccia HttpSessionActivationListener (Seam automaticamente registra qu= est'interfaccia per tutti i componenti non-EJB):" = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:228 @@ -610,28 +328,14 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:230 #, no-c-format -msgid "" -"Or you can simply mark two no-argument public void methods with " -"@PrePassivate and @PostActivate, " -"respectively. Note that the passivation step occurs at the end of every " -"request, while the activation step occurs when a node is called upon." -msgstr "" -"O semplicemente si possono marcare due metodi senza argomenti public void= " -"rispettivamente con @PrePassivate e " -"@PostActivate. Si noti che il passo di passivazione " -"avviene alla fine di ogni richiesta, mentre quello di attivazione avviene= " -"quando viene chiamato un nodo." +msgid "Or you can simply mark two no-argument public void methods with @PrePassivate and @PostActivate, respect= ively. Note that the passivation step occurs at the end of every request, w= hile the activation step occurs when a node is called upon." +msgstr "O semplicemente si possono marcare due metodi senza argomenti publ= ic void rispettivamente con @PrePassivate e @Po= stActivate. Si noti che il passo di passivazione avviene alla fin= e di ogni richiesta, mentre quello di attivazione avviene quando viene chia= mato un nodo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:237 #, no-c-format -msgid "" -"Now that you understand the big picture of running Seam in a cluster, it'= s " -"time to address Seam's most mysterious, yet remarkable agent, the " -"ManagedEntityInterceptor." -msgstr "" -"Ora che si ha il quadro generale del funzionamento di un cluster con Seam= , =C3=A8 " -"tempo di indirizzarsi verso il misterioso ManagedEntityInterceptor." +msgid "Now that you understand the big picture of running Seam in a cluste= r, it's time to address Seam's most mysterious, yet remarkable agent, the M= anagedEntityInterceptor." +msgstr "Ora che si ha il quadro generale del funzionamento di un cluster c= on Seam, =C3=A8 tempo di indirizzarsi verso il misterioso ManagedEntityInte= rceptor." = #. Tag: title #: ClusteringAndEJBPassivation.xml:244 @@ -642,19 +346,8 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:246 #, no-c-format -msgid "" -"The ManagedEntityInterceptor (MEI) is an optional interceptor in Seam tha= t " -"gets applied to conversation-scoped components when enabled. Enabling it = is " -"simple. You just set the distributable property on the org.jboss.seam.ini= t." -"core component to true. More simply put, you add (or update) the followin= g " -"component declaration in the component descriptor (i.e., components.xml)." -msgstr "" -"Il ManagedEntityInterceptor (MEI) =C3=A8 un interceptor opzionale di Seam= che " -"viene applicato, se abilitato, ai componenti con scope conversazione. " -"L'abilitazione =C3=A8 semplice. Occorre impostare a true la propriet=C3= =A0 " -"distributable nel componente org.jboss.seam.init.core. Pi=C3=B9 semplicem= ente " -"aggiungere (o aggiornare) la seguente dichiarazione di componente in " -"components.xml:" +msgid "The ManagedEntityInterceptor (MEI) is an optional interceptor in Se= am that gets applied to conversation-scoped components when enabled. Enabli= ng it is simple. You just set the distributable property on the org.jboss.s= eam.init.core component to true. More simply put, you add (or update) the f= ollowing component declaration in the component descriptor (i.e., component= s.xml)." +msgstr "Il ManagedEntityInterceptor (MEI) =C3=A8 un interceptor opzionale = di Seam che viene applicato, se abilitato, ai componenti con scope conversa= zione. L'abilitazione =C3=A8 semplice. Occorre impostare a true la propriet= =C3=A0 distributable nel componente org.jboss.seam.init.core. Pi=C3=B9 semp= licemente aggiungere (o aggiornare) la seguente dichiarazione di componente= in components.xml:" = #. Tag: programlisting #: ClusteringAndEJBPassivation.xml:253 @@ -665,62 +358,26 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:255 #, no-c-format -msgid "" -"Note that this doesn't enable replication of HTTP sessions, but it does " -"prepare Seam to be able to deal with passivation of either EJB components= or " -"components in the HTTP session." -msgstr "" -"Si noti che questo non abilita la replica delle sessioni HTTP, ma prepara= " -"Seam a poter gestire la passivazione dei componenti EJB o dei componenti " -"nelle sessioni HTTP." +msgid "Note that this doesn't enable replication of HTTP sessions, but it = does prepare Seam to be able to deal with passivation of either EJB compone= nts or components in the HTTP session." +msgstr "Si noti che questo non abilita la replica delle sessioni HTTP, ma = prepara Seam a poter gestire la passivazione dei componenti EJB o dei compo= nenti nelle sessioni HTTP." = #. Tag: para #: ClusteringAndEJBPassivation.xml:260 -#, fuzzy, no-c-format -msgid "" -"The MEI serves two distinct scenarios (EJB passivation and HTTP session " -"passivation), although to accomplish the same overall goal. It ensures th= at " -"throughout the life of a conversation using at least one extended " -"persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detached prematurally by a " -"passivation event). In short, it ensures the integrity of the extended " -"persistence context (and therefore its guarantees)." -msgstr "" -"MEI serve per due scenari distinti (passivazione EJB e passivazione della= " -"sessione HTTP), sebbene raggiunge lo stesso obiettivo generale. Assicura = che " -"lungo la vita di una conversazione con l'uso di almeno un contesto di " -"persistenza esteso, le istanze dell'entity caricate dal contesto di " -"persistenza rimangano gestite (non divengano detached in modo prematuro d= a " -"un evento passivation). In breve, assicura l'integrit=C3=A0 del contesto = di " -"persistenza esteso (e quindi delle sue garanzie)." +#, no-c-format +msgid "The MEI serves two distinct scenarios (EJB passivation and HTTP ses= sion passivation), although to accomplish the same overall goal. It ensures= that throughout the life of a conversation using at least one extended per= sistence context, the entity instances loaded by the persistence context(s)= remain managed (they do not become detached prematurally by a passivation = event). In short, it ensures the integrity of the extended persistence cont= ext (and therefore its guarantees)." +msgstr "MEI serve per due scenari distinti (passivazione EJB e passivazion= e della sessione HTTP), sebbene raggiunge lo stesso obiettivo generale. Ass= icura che lungo la vita di una conversazione con l'uso di almeno un contest= o di persistenza esteso, le istanze dell'entity caricate dal contesto di pe= rsistenza rimangano gestite (non divengano detached in modo prematuro da un= evento passivation). In breve, assicura l'integrit=C3=A0 del contesto di p= ersistenza esteso (e quindi delle sue garanzie)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:268 #, no-c-format -msgid "" -"The previous statement implies that there is a challenge that threatens t= his " -"contract. In fact, there are two. One case is when a stateful session bea= n " -"(SFSB) that hosts an extended persistence context is passivated (to save " -"memory or to migrate it to another node in the cluster) and the second is= " -"when the HTTP session is passivated (to prepare it to be migrated to anot= her " -"node in the cluster)." -msgstr "" -"La precedente affermazione implica che ci sia una minaccia al contratto. " -"Infatti ce ne sono due. Un caso =C3=A8 quando lo stateful session bean (S= FSB) che " -"ospita un contesto di persistenza esteso viene passivato (per risparmiare= " -"memoria o migrarlo in un altro nodo del cluster) ed il secondo quando la " -"sessione HTTP viene passivata (per prepararla alla migrazione in un altro= " -"nodo del cluster)." +msgid "The previous statement implies that there is a challenge that threa= tens this contract. In fact, there are two. One case is when a stateful ses= sion bean (SFSB) that hosts an extended persistence context is passivated (= to save memory or to migrate it to another node in the cluster) and the sec= ond is when the HTTP session is passivated (to prepare it to be migrated to= another node in the cluster)." +msgstr "La precedente affermazione implica che ci sia una minaccia al cont= ratto. Infatti ce ne sono due. Un caso =C3=A8 quando lo stateful session be= an (SFSB) che ospita un contesto di persistenza esteso viene passivato (per= risparmiare memoria o migrarlo in un altro nodo del cluster) ed il secondo= quando la sessione HTTP viene passivata (per prepararla alla migrazione in= un altro nodo del cluster)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:275 #, no-c-format -msgid "" -"I first want to discuss the general problem of passivation and then look = at " -"the two challenges cited individually." -msgstr "" -"Vogliamo discutere per primo il problema generale della passivazione e po= i " -"guardare singolarmente le due minacce." +msgid "I first want to discuss the general problem of passivation and then= look at the two challenges cited individually." +msgstr "Vogliamo discutere per primo il problema generale della passivazio= ne e poi guardare singolarmente le due minacce." = #. Tag: title #: ClusteringAndEJBPassivation.xml:281 @@ -731,107 +388,32 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:283 #, no-c-format -msgid "" -"The persistence context is where the persistence manager (i.e., JPA " -"EntityManager or Hibernate Session) stores entity instances (i.e., object= s) " -"it has loaded from the database (via the object-relational mappings). Wit= hin " -"a persistence context, there is no more than one object per unique databa= se " -"record. The persistence context is often referred to as the first-level " -"cache because if the application asks for a record by its unique identifi= er " -"that has already been loaded into the persistence context, a call to the " -"database is avoided. But it's about more than just caching." -msgstr "" -"Il contesto di persistenza =C3=A8 il posto in cui il gestore di persisten= za (cio=C3=A8 " -"EntityManager JPA o Hibernate Session) memorizza le istanze degli entity " -"(cio=C3=A8 gli oggetti) che ha caricato dal database (tramite mappature " -"relazionali degli oggetti). Dentro un contesto di persistenza, c'=C3=A8 a= lpi=C3=B9 un " -"oggetto per record di database. Il contesto di persistenza =C3=A8 spesso " -"considerato il primo livello di cache, poich=C3=A9 se l'applicazione chie= de un " -"record attraverso il suo identificatore unico che =C3=A8 gi=C3=A0 stato c= aricato nel " -"contesto di persistenza, viene evitata una chiamata al database. Ma quest= o =C3=A8 " -"pi=C3=B9 che una cache." +msgid "The persistence context is where the persistence manager (i.e., JPA= EntityManager or Hibernate Session) stores entity instances (i.e., objects= ) it has loaded from the database (via the object-relational mappings). Wit= hin a persistence context, there is no more than one object per unique data= base record. The persistence context is often referred to as the first-leve= l cache because if the application asks for a record by its unique identifi= er that has already been loaded into the persistence context, a call to the= database is avoided. But it's about more than just caching." +msgstr "Il contesto di persistenza =C3=A8 il posto in cui il gestore di pe= rsistenza (cio=C3=A8 EntityManager JPA o Hibernate Session) memorizza le is= tanze degli entity (cio=C3=A8 gli oggetti) che ha caricato dal database (tr= amite mappature relazionali degli oggetti). Dentro un contesto di persisten= za, c'=C3=A8 alpi=C3=B9 un oggetto per record di database. Il contesto di p= ersistenza =C3=A8 spesso considerato il primo livello di cache, poich=C3=A9= se l'applicazione chiede un record attraverso il suo identificatore unico = che =C3=A8 gi=C3=A0 stato caricato nel contesto di persistenza, viene evita= ta una chiamata al database. Ma questo =C3=A8 pi=C3=B9 che una cache." = #. Tag: para #: ClusteringAndEJBPassivation.xml:292 #, no-c-format -msgid "" -"Objects held in the persistence context can be modified, which the " -"persistence manager tracks. When an object is modified, it's considered " -"\"dirty\". The persistence manager will migrate these changes to the " -"database using a technique known as write-behind (which basically means o= nly " -"when necessary). Thus, the persistence context maintains a set of pending= " -"changes to the database." -msgstr "" -"Gli oggetti mantenuti nel contesto di persistenza possono essere modifica= ti, " -"cosa di cui il gestore di persistenza tiene traccia. Quando un oggetto vi= ene " -"modificato, viene considerato \"dirty\". Il gestore di persistenza migrer= =C3=A0 " -"questi cambiamenti al database usando una tecnica conosciuta come write-" -"behind (che significa solo quando necessario). Quindi il contesto di " -"persistenza mantiene un set di cambiamenti pendenti sul database." +msgid "Objects held in the persistence context can be modified, which the = persistence manager tracks. When an object is modified, it's considered \"d= irty\". The persistence manager will migrate these changes to the database = using a technique known as write-behind (which basically means only when ne= cessary). Thus, the persistence context maintains a set of pending changes = to the database." +msgstr "Gli oggetti mantenuti nel contesto di persistenza possono essere m= odificati, cosa di cui il gestore di persistenza tiene traccia. Quando un o= ggetto viene modificato, viene considerato \"dirty\". Il gestore di persist= enza migrer=C3=A0 questi cambiamenti al database usando una tecnica conosci= uta come write-behind (che significa solo quando necessario). Quindi il con= testo di persistenza mantiene un set di cambiamenti pendenti sul database." = #. Tag: para #: ClusteringAndEJBPassivation.xml:299 #, no-c-format -msgid "" -"Database-oriented applications do much more than just read from and write= to " -"the database. They capture transactional bits of information that need to= be " -"tranfered into the database atomically (at once). It's not always possibl= e " -"to capture this information all on one screen. Additionally, the user mig= ht " -"need to make a judgement call about whether to approve or reject the pend= ing " -"changes." -msgstr "" -"Le applicazioni orientate ai database fanno molto di pi=C3=B9 che leggere= e " -"scrivere nel database. Esse catturano bit transazionali di informazione c= he " -"devono essere trasferiti nel database in modo atomico (in una solo volta)= . " -"Non =C3=A8 sempre possibile catturare queste informazioni in una sola vol= ta. In " -"aggiunta l'utente potrebbe decidere se approvare o disapprovare le modifi= che " -"pendenti." +msgid "Database-oriented applications do much more than just read from and= write to the database. They capture transactional bits of information that= need to be tranfered into the database atomically (at once). It's not alwa= ys possible to capture this information all on one screen. Additionally, th= e user might need to make a judgement call about whether to approve or reje= ct the pending changes." +msgstr "Le applicazioni orientate ai database fanno molto di pi=C3=B9 che = leggere e scrivere nel database. Esse catturano bit transazionali di inform= azione che devono essere trasferiti nel database in modo atomico (in una so= lo volta). Non =C3=A8 sempre possibile catturare queste informazioni in una= sola volta. In aggiunta l'utente potrebbe decidere se approvare o disappro= vare le modifiche pendenti." = #. Tag: para #: ClusteringAndEJBPassivation.xml:306 #, no-c-format -msgid "" -"What we are getting at here is that the idea of a transaction from the " -"user's perspective needs to be extended. And that is why the extended " -"persistence context fits so perfectly with this requirement. It can hold " -"such changes for as long as the application can keep it open and then use= " -"the built-in capabilities of the persistence manager to push these pendin= g " -"changes to the database without requiring the application developer to wo= rry " -"about the low-level details (a simple call to EntityManager#flus= h()" -" does the trick)." -msgstr "" -"Ci=C3=B2 che vogliamo dire =C3=A8 che l'idea di transazione dal punto di = vista " -"dell'utente deve essere estesa. E questo =C3=A8 il motivo per cui il cont= esto di " -"persistenza esteso risponde perfettamente a questo requisito. Pu=C3=B2 ma= ntenere " -"i cambiamenti tanto a lungo quanto viene mantenuta aperta l'applicazione = e " -"poi usare le capacit=C3=A0 predefinite del gestore di persistenza per app= ortare " -"nel database questi cambiamenti senza richiedere allo sviluppatore di " -"preoccuparsi dei dettagli di basso livello (una semplice chiamata a " -"EntityManager#flush() fa tutto il lavoro)." +msgid "What we are getting at here is that the idea of a transaction from = the user's perspective needs to be extended. And that is why the extended p= ersistence context fits so perfectly with this requirement. It can hold suc= h changes for as long as the application can keep it open and then use the = built-in capabilities of the persistence manager to push these pending chan= ges to the database without requiring the application developer to worry ab= out the low-level details (a simple call to EntityManager#flush()<= /literal> does the trick)." +msgstr "Ci=C3=B2 che vogliamo dire =C3=A8 che l'idea di transazione dal pu= nto di vista dell'utente deve essere estesa. E questo =C3=A8 il motivo per = cui il contesto di persistenza esteso risponde perfettamente a questo requi= sito. Pu=C3=B2 mantenere i cambiamenti tanto a lungo quanto viene mantenuta= aperta l'applicazione e poi usare le capacit=C3=A0 predefinite del gestore= di persistenza per apportare nel database questi cambiamenti senza richied= ere allo sviluppatore di preoccuparsi dei dettagli di basso livello (una se= mplice chiamata a EntityManager#flush() fa tutto il lavo= ro)." = #. Tag: para #: ClusteringAndEJBPassivation.xml:315 #, no-c-format -msgid "" -"The link between the persistence manager and the entity instances is " -"maintained using object references. The entity instances are serializable= , " -"but the persistence manager (and in turn its persistence context) is not.= " -"Therefore, the process of serialization works against this design. " -"Serialization can occur either when a SFSB or the HTTP session is " -"passivated. In order to sustain the activity in the application, the " -"persistence manager and the entity instances it manages must weather " -"serialization without losing their relationship. That's the aid that the = MEI " -"provides." -msgstr "" -"Il collegamento tra il gestore della persistenza e le istanze degli entit= y " -"viene mantenuto usando i riferimenti oggetto. Le istanze entity sono " -"serializzabili, ma il gestore della persistenza non lo =C3=A8 (e quindi i= l suo " -"contesto di persistenza). Quindi il processo di serializzazione funziona " -"contro questo design. La serializzazione avviene anche quando un SFSB o " -"sessione HTTP sono passivati. Per sostenere l'attivit=C3=A0 nell'applicaz= ione, il " -"gestore della persistenza e le istanze entity che gestisce devono esporre= la " -"serializzazione senza perdere la loro relazione. E' questo l'aiuto che vi= ene " -"fornito da MEI." +msgid "The link between the persistence manager and the entity instances i= s maintained using object references. The entity instances are serializable= , but the persistence manager (and in turn its persistence context) is not.= Therefore, the process of serialization works against this design. Seriali= zation can occur either when a SFSB or the HTTP session is passivated. In o= rder to sustain the activity in the application, the persistence manager an= d the entity instances it manages must weather serialization without losing= their relationship. That's the aid that the MEI provides." +msgstr "Il collegamento tra il gestore della persistenza e le istanze degl= i entity viene mantenuto usando i riferimenti oggetto. Le istanze entity so= no serializzabili, ma il gestore della persistenza non lo =C3=A8 (e quindi = il suo contesto di persistenza). Quindi il processo di serializzazione funz= iona contro questo design. La serializzazione avviene anche quando un SFSB = o sessione HTTP sono passivati. Per sostenere l'attivit=C3=A0 nell'applicaz= ione, il gestore della persistenza e le istanze entity che gestisce devono = esporre la serializzazione senza perdere la loro relazione. E' questo l'aiu= to che viene fornito da MEI." = #. Tag: title #: ClusteringAndEJBPassivation.xml:327 @@ -841,114 +423,33 @@ = #. Tag: para #: ClusteringAndEJBPassivation.xml:329 -#, fuzzy, no-c-format -msgid "" -"Conversations were initially designed with stateful session beans (SFSBs)= in " -"mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a complement to the " -"extended persistence context, known as a Seam-managed persistence context= , " -"which works around a number of limitations in the specification (complex " -"propagation rules and lack of manual flushing). Both can be used with a S= FSB." -msgstr "" -"Le conversazioni sono state inizialmente progettate avendo in mente gli " -"stateful session bean (SFSB), in primo luogo poich=C3=A9 la specifica EJB= 3 indica " -"gli SFSB come host del contesto di persistenza esteso. Seam introduce un " -"complemento al contesto di persistenza esteso, conosciuto col nome di " -"contesto di persistenza gestito da Seam, il quale risolve un certo numero= di " -"limitazioni presenti nella specifica (le regole complesse di propagazione= e " -"la mancanza di flush manuale). Entrambi possono essere usati con i SFSB." +#, no-c-format +msgid "Conversations were initially designed with stateful session beans (= SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs = as hosts of the extended persistence context. Seam introduces a complement = to the extended persistence context, known as a Seam-managed persistence co= ntext, which works around a number of limitations in the specification (com= plex propagation rules and lack of manual flushing). Both can be used with = a SFSB." +msgstr "Le conversazioni sono state inizialmente progettate avendo in ment= e gli stateful session bean (SFSB), in primo luogo poich=C3=A9 la specifica= EJB3 indica gli SFSB come host del contesto di persistenza esteso. Seam in= troduce un complemento al contesto di persistenza esteso, conosciuto col no= me di contesto di persistenza gestito da Seam, il quale risolve un certo nu= mero di limitazioni presenti nella specifica (le regole complesse di propag= azione e la mancanza di flush manuale). Entrambi possono essere usati con i= SFSB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:337 #, no-c-format -msgid "" -"A SFSB relies on a client to hold a reference to it in order to keep it " -"active. Seam has provided an ideal place for this reference in the " -"conversation context. Thus, for as long as the conversation context is " -"active, the SFSB is active. If an EntityManager is injected into that SFS= B " -"using the annotation @PersistenceContext(EXTENDED), then that EntityManag= er " -"will be bound to the SFSB and remain open throughout its lifetime, the " -"lifetime of the conversation. If an EntityManager is injected using @In, " -"then that EntityManager is maintained by Seam and stored directly in the " -"conversation context, thus living for the lifetime of the conversation " -"independent of the lifetime of the SFSB." -msgstr "" -"Un SFSB si affida al client per mantenere un riferimento ad esso e per " -"mantenerlo attivo. Seam ha fornito un posto ideal per questo riferimento = al " -"contesto di conversazione. Quindi fintantoch=C3=A9 il contesto di convers= azione " -"rimane attivo, il SFSB =C3=A8 attivo. Se un EntityManager viene iniettato= in " -"questo SFSB usando l'annotazione @PersistenceContext(EXTENDED), allora ta= le " -"EntityManager verr=C3=A0 associato al SFSB e rimarr=C3=A0 aperto lungo tu= tto il ciclo " -"di vita della conversazione. Se un EntityManager viene iniettato usano @I= n, " -"allora tale EntityManager verr=C3=A0 mantenuto da Seam e memorizzato dire= ttamente " -"nel contesto conversazione, quindi vivr=C3=A0 per tutto il ciclo di vita = della " -"conversazione indipendente dal ciclo di vita del SFSB." +msgid "A SFSB relies on a client to hold a reference to it in order to kee= p it active. Seam has provided an ideal place for this reference in the con= versation context. Thus, for as long as the conversation context is active,= the SFSB is active. If an EntityManager is injected into that SFSB using t= he annotation @PersistenceContext(EXTENDED), then that EntityManager will b= e bound to the SFSB and remain open throughout its lifetime, the lifetime o= f the conversation. If an EntityManager is injected using @In, then that En= tityManager is maintained by Seam and stored directly in the conversation c= ontext, thus living for the lifetime of the conversation independent of the= lifetime of the SFSB." +msgstr "Un SFSB si affida al client per mantenere un riferimento ad esso e= per mantenerlo attivo. Seam ha fornito un posto ideal per questo riferimen= to al contesto di conversazione. Quindi fintantoch=C3=A9 il contesto di con= versazione rimane attivo, il SFSB =C3=A8 attivo. Se un EntityManager viene = iniettato in questo SFSB usando l'annotazione @PersistenceContext(EXTENDED)= , allora tale EntityManager verr=C3=A0 associato al SFSB e rimarr=C3=A0 ape= rto lungo tutto il ciclo di vita della conversazione. Se un EntityManager v= iene iniettato usano @In, allora tale EntityManager verr=C3=A0 mantenuto da= Seam e memorizzato direttamente nel contesto conversazione, quindi vivr=C3= =A0 per tutto il ciclo di vita della conversazione indipendente dal ciclo d= i vita del SFSB." = #. Tag: para #: ClusteringAndEJBPassivation.xml:347 -#, fuzzy, no-c-format -msgid "" -"With all of that said, the Java EE container can passivate a SFSB, which " -"means it will serialize the object to an area of storage external to the " -"JVM. When this happens depends on the settings of the individual SFSB. Th= is " -"process can even be disabled. However, the persistence context is not " -"serialized (is this only true of SMPC?). In fact, what happens depends " -"highly on the Java EE container. The spec is not very clear about this " -"situation. Many vendors just tell you not to let it happen if you need th= e " -"guarantees of the extended persistence context. Seam's approach is more " -"conservative. Seam basically doesn't trust the SFSB with the persistence " -"context or the entity instances. After each invocation of the SFSB, Seam " -"moves the reference to entity instance held by the SFSB into the current " -"conversation (and therefore into the HTTP session), nullifying those fiel= ds " -"on the SFSB. It then restores this references at the beginning of the nex= t " -"invocation. Of course, Seam is already storing the persistence manager in= " -"the conversation. Thus, when the SFSB passivates and later activates, it = has " -"absolutely no averse affect on the application." -msgstr "" -"Con tutto ci=C3=B2 detto, il container Java EE pu=C3=B2 passivare un SFSB= , il che " -"significa che verr=C3=A0 serializzato l'oggetto in un area di memorizzazi= one " -"esterna alla JVM. Quando questo avviene dipende dalle impostazione del " -"singolo SFSB. Questo processo pu=C3=B2 anche essere disabilitato. Comunqu= e il " -"contesto di persistenza non =C3=A8 serializzato (questo =C3=A8 vero solo = per SMPC?). " -"Infatti cosa succede dipende fortemente dal container Java EE. La specifi= ca " -"non =C3=A8 molto chiara in proposito. Molti vendor dicono di non fare avv= enire " -"questo se servono le garanzie del contesto di persistenza esteso. " -"L'approccio di Seam pi=C3=B9 conservativo. Seam non si fida del SFSB con = il " -"contesto di persistenza o delle istanze entity. Dopo ogni invocazione del= " -"SFSB, Seam sposta il riferimento all'istanza entity mantenuta dal SFSB " -"dentro l'attuale conversazione (e quindi nella sessione HTTP). mettendo a= " -"null questi campi nel SFSB. Poi ripristina questi riferimenri all'inizio = di " -"ogni invocazione. Certamente Seam sta gi=C3=A0 memorizzando il gestore de= lla " -"persistenza nella conversazione. Perci=C3=B2 quando il SFSB passiva e poi= si " -"riattiva, non c'=C3=A8 alcun effetto negativo sull'applicazione." +#, no-c-format +msgid "With all of that said, the Java EE container can passivate a SFSB, = which means it will serialize the object to an area of storage external to = the JVM. When this happens depends on the settings of the individual SFSB. = This process can even be disabled. However, the persistence context is not = serialized (is this only true of SMPC?). In fact, what happens depends high= ly on the Java EE container. The spec is not very clear about this situatio= n. Many vendors just tell you not to let it happen if you need the guarante= es of the extended persistence context. Seam's approach is more conservativ= e. Seam basically doesn't trust the SFSB with the persistence context or th= e entity instances. After each invocation of the SFSB, Seam moves the refer= ence to entity instance held by the SFSB into the current conversation (and= therefore into the HTTP session), nullifying those fields on the SFSB. It = then restores this references at the beginning of the next invocation. Of c= ourse, Seam is! already storing the persistence manager in the conversation. Thus, when t= he SFSB passivates and later activates, it has absolutely no averse affect = on the application." +msgstr "Con tutto ci=C3=B2 detto, il container Java EE pu=C3=B2 passivare = un SFSB, il che significa che verr=C3=A0 serializzato l'oggetto in un area = di memorizzazione esterna alla JVM. Quando questo avviene dipende dalle imp= ostazione del singolo SFSB. Questo processo pu=C3=B2 anche essere disabilit= ato. Comunque il contesto di persistenza non =C3=A8 serializzato (questo = =C3=A8 vero solo per SMPC?). Infatti cosa succede dipende fortemente dal co= ntainer Java EE. La specifica non =C3=A8 molto chiara in proposito. Molti v= endor dicono di non fare avvenire questo se servono le garanzie del contest= o di persistenza esteso. L'approccio di Seam pi=C3=B9 conservativo. Seam no= n si fida del SFSB con il contesto di persistenza o delle istanze entity. D= opo ogni invocazione del SFSB, Seam sposta il riferimento all'istanza entit= y mantenuta dal SFSB dentro l'attuale conversazione (e quindi nella session= e HTTP). mettendo a null questi campi nel SFSB. Poi ripristina questi rifer= imenri all'inizio di ogni invocazione. Certament! e Seam sta gi=C3=A0 memorizzando il gestore della persistenza nella conver= sazione. Perci=C3=B2 quando il SFSB passiva e poi si riattiva, non c'=C3=A8= alcun effetto negativo sull'applicazione." = #. Tag: para #: ClusteringAndEJBPassivation.xml:363 #, no-c-format -msgid "" -"If you are using SFSBs in your application that hold references to extend= ed " -"persistence contexts, and those SFSBs can passivate, then you must use th= e " -"MEI. This requirement holds even if you are using a single instance (not = a " -"cluster). However, if you are using clustered SFSB, then this requirement= " -"also applies." -msgstr "" -"Se si stanno usando degl SFSB che mantengono riferimenti a contesti di " -"persistenza estesi, e questi SFSB possono essere passivati, allora occorr= e " -"usare un MEI. Questo requisisto esiste anche se si adopera una singola " -"istanza (non un cluster). Comunque se si usa un SFSB clustered, questo " -"requisito permane comunque." +msgid "If you are using SFSBs in your application that hold references to = extended persistence contexts, and those SFSBs can passivate, then you must= use the MEI. This requirement holds even if you are using a single instanc= e (not a cluster). However, if you are using clustered SFSB, then this requ= irement also applies." +msgstr "Se si stanno usando degl SFSB che mantengono riferimenti a contest= i di persistenza estesi, e questi SFSB possono essere passivati, allora occ= orre usare un MEI. Questo requisisto esiste anche se si adopera una singola= istanza (non un cluster). Comunque se si usa un SFSB clustered, questo req= uisito permane comunque." = #. Tag: para #: ClusteringAndEJBPassivation.xml:371 #, no-c-format -msgid "" -"It is possible to disable passivation on a SFSB. See the Ejb3DisableSfsbPassivation " -"page on the JBoss Wiki for details." -msgstr "" -"E' possibile disabilitare la passivazione su un SFSB. Si veda la pagina " -"Ejb3DisableSfsbPassivation su JBoss Wiki." +msgid "It is possible to disable passivation on a SFSB. See the Ejb3DisableSfsbPassivat= ion page on the JBoss Wiki for details." +msgstr "E' possibile disabilitare la passivazione su un SFSB. Si veda la p= agina Ejb3Dis= ableSfsbPassivation su JBoss Wiki." = #. Tag: title #: ClusteringAndEJBPassivation.xml:379 @@ -959,51 +460,14 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:381 #, no-c-format -msgid "" -"Dealing with passivation of a SFSB works by leveraging the HTTP session. = But " -"what happens when the HTTP session passivates? This happens in a clustere= d " -"environment with session replication enabled. This case is much tricker t= o " -"deal with and is where a bulk of the MEI infrastructure comes into play. = In " -"thise case, the persistence manager is going to be destroyed because it " -"cannot be serialized. Seam handles this deconstruction (hence ensuring th= at " -"the HTTP session serializes properly). But what happens on the other end.= " -"Well, when the MEI sticks an entity instance into the conversation, it " -"embeds the instance in a wrapper that provides information on how to " -"reassociate the instance with a persistence manager post-serialization. S= o " -"when the application jumps to another node in the cluster (presumably " -"because the target node went down) the MEI infrastruture essentially " -"reconstructs the persistence context. The huge drawback here is that sinc= e " -"the persistence context is being reconstructed (from the database), pendi= ng " -"changes are dropped. However, what Seam does do is ensure that if the ent= ity " -"instance is versioned, that the guarantees of optimistic locking are uphe= ld. " -"(why isn't the dirty state transfered?)" -msgstr "" -"La passivazione di un SFSB funziona facendo leva sulla sessione HTTP. Ma " -"cosa succede quando la sessione HTTP passiva? Questo capita in un ambient= e " -"clusteres cone la replica della sessioneattivata. Questo caso =C3=A8 pi= =C3=B9 " -"problematico da gestire ed avviene quando entra in gioco una parte " -"dell'infrastruttura MEI. In questo caso il gestore della persistenza sta = per " -"essere distrutto, poich=C3=A9 non pu=C3=B2 essere serializzato. Seam gest= isce questa " -"decostruzione (che assicura che la sessione HTTP serializzi in modo " -"corretto). Ma cosa avviene dall'altro lato? Quando MEI colloca un'istanza= " -"entity in un conversazione, incorpora l'istanza in un wrapper che fornisc= e " -"informazioni su come riassociare l'istanza col gestore di persistenza dop= o " -"la serializzazione. Perci=C3=B2 quando l'applicazione passa su un altro n= odo del " -"cluster (presumibilmente poich=C3=A9 il nodo target =C3=A8 sceso) l'infra= struttura MEI " -"verr=C3=A0 ricostruita (dal database), i cambiamenti pendenti verranno " -"abbandonati. Comunque quello che Seam fa =C3=A8 assicurare che se l'istan= za " -"entity viene versionata, le garanzie di lock ottimistico vengono mantenut= e. " -"(Perche lo stato dirty non viene trasferito?)" +msgid "Dealing with passivation of a SFSB works by leveraging the HTTP ses= sion. But what happens when the HTTP session passivates? This happens in a = clustered environment with session replication enabled. This case is much t= ricker to deal with and is where a bulk of the MEI infrastructure comes int= o play. In thise case, the persistence manager is going to be destroyed bec= ause it cannot be serialized. Seam handles this deconstruction (hence ensur= ing that the HTTP session serializes properly). But what happens on the oth= er end. Well, when the MEI sticks an entity instance into the conversation,= it embeds the instance in a wrapper that provides information on how to re= associate the instance with a persistence manager post-serialization. So wh= en the application jumps to another node in the cluster (presumably because= the target node went down) the MEI infrastruture essentially reconstructs = the persistence context. The huge drawback here is that since the persisten= ce context is ! being reconstructed (from the database), pending changes are dropped. Howe= ver, what Seam does do is ensure that if the entity instance is versioned, = that the guarantees of optimistic locking are upheld. (why isn't the dirty = state transfered?)" +msgstr "La passivazione di un SFSB funziona facendo leva sulla sessione HT= TP. Ma cosa succede quando la sessione HTTP passiva? Questo capita in un am= biente clusteres cone la replica della sessioneattivata. Questo caso =C3=A8= pi=C3=B9 problematico da gestire ed avviene quando entra in gioco una part= e dell'infrastruttura MEI. In questo caso il gestore della persistenza sta = per essere distrutto, poich=C3=A9 non pu=C3=B2 essere serializzato. Seam ge= stisce questa decostruzione (che assicura che la sessione HTTP serializzi i= n modo corretto). Ma cosa avviene dall'altro lato? Quando MEI colloca un'is= tanza entity in un conversazione, incorpora l'istanza in un wrapper che for= nisce informazioni su come riassociare l'istanza col gestore di persistenza= dopo la serializzazione. Perci=C3=B2 quando l'applicazione passa su un alt= ro nodo del cluster (presumibilmente poich=C3=A9 il nodo target =C3=A8 sces= o) l'infrastruttura MEI verr=C3=A0 ricostruita (dal database), i cambiament= i pendenti verranno abbandonati. Comunque quel! lo che Seam fa =C3=A8 assicurare che se l'istanza entity viene versionata,= le garanzie di lock ottimistico vengono mantenute. (Perche lo stato dirty = non viene trasferito?)" = #. Tag: para #: ClusteringAndEJBPassivation.xml:397 #, no-c-format -msgid "" -"If you are deploying your application in a cluster and using HTTP session= " -"replication, you must use the MEI." -msgstr "" -"Se si esegue il deploy dell'applicazione in un cluster e si usa la replic= a " -"della sessione HTTP, occorre usare MEI." +msgid "If you are deploying your application in a cluster and using HTTP s= ession replication, you must use the MEI." +msgstr "Se si esegue il deploy dell'applicazione in un cluster e si usa la= replica della sessione HTTP, occorre usare MEI." = #. Tag: title #: ClusteringAndEJBPassivation.xml:404 @@ -1014,16 +478,6 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:406 #, no-c-format -msgid "" -"The important point of this section is that the MEI is there for a reason= . " -"It's there to ensure that the extended persistence context can retain int= act " -"in the face of passivation (of either a SFSB or the HTTP session). This " -"matters because the natural design of Seam applications (and conversation= al " -"state in general) revolve around the state of this resource." -msgstr "" -"Il punto importante di questa sezione =C3=A8 che il MEI esiste per una ra= gione. " -"Per assicurare che il contesto di persistenza esteso possa rimanenre inte= gro " -"anche con la passivazione (sia di un SFSB sia di una sessione HTTP). Ques= to " -"=C3=A8 importante poich=C3=A9 il progetto originale delle applicazione Se= am (ed in " -"generale dello stato conversazione) ruota attorno allo stato di questa " -"risorsa." +msgid "The important point of this section is that the MEI is there for a = reason. It's there to ensure that the extended persistence context can reta= in intact in the face of passivation (of either a SFSB or the HTTP session)= . This matters because the natural design of Seam applications (and convers= ational state in general) revolve around the state of this resource." +msgstr "Il punto importante di questa sezione =C3=A8 che il MEI esiste per= una ragione. Per assicurare che il contesto di persistenza esteso possa ri= manenre integro anche con la passivazione (sia di un SFSB sia di una sessio= ne HTTP). Questo =C3=A8 importante poich=C3=A9 il progetto originale delle = applicazione Seam (ed in generale dello stato conversazione) ruota attorno = allo stato di questa risorsa." + --===============4293364434955955939==-- From seam-commits at lists.jboss.org Tue Jun 2 09:09:53 2009 Content-Type: multipart/mixed; boundary="===============5328155729325847437==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11067 - branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US. Date: Tue, 02 Jun 2009 09:00:58 -0400 Message-ID: --===============5328155729325847437== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-02 09:00:58 -0400 (Tue, 02 Jun 2009) New Revision: 11067 Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Compo= nents.xml Log: JBPAPP-2051 Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-U= S/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/doc/Seam_Reference_Guide/en-US/Comp= onents.xml 2009-06-01 18:53:15 UTC (rev 11066) +++ branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Comp= onents.xml 2009-06-02 13:00:58 UTC (rev 11067) @@ -1023,15 +1023,15 @@ errors if the system is placed under any load = and debug is enabled. + + + + + + + - org.jboss.seam.core.init.clientSideCo= nversations — = - if set to true, Seam will s= ave conversation context - variables in the client instead of in the HttpSession. - - - - org.jboss.seam.core.init.userTransact= ionName — the JNDI name to use when looking up the JTA U= serTransaction object. --===============5328155729325847437==-- From seam-commits at lists.jboss.org Tue Jun 2 14:46:34 2009 Content-Type: multipart/mixed; boundary="===============2357696963813544505==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11068 - in tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide: bn-IN and 23 other directories. Date: Tue, 02 Jun 2009 14:37:36 -0400 Message-ID: --===============2357696963813544505== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-02 14:37:36 -0400 (Tue, 02 Jun 2009) New Revision: 11068 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/as-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/bn-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/de-DE/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-ES/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-MX/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/fr-FR/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/gu-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/hi-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ja-JP/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/kn-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ko-KR/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ml-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/mr-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/or-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pa-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Annotations.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Author_Group.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Book_Info.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Cache.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPassi= vation.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Components.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Concepts.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Configuration.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Controls.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Conversations.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Dependencies.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Drools.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Elenhancements.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Events.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Excel.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Feedback.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Framework.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Getting_Started_With_= JBoss_Tools.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gettingstarted.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Glassfish.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Groovy.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Guice.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gwt.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Hsearch.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/I18n.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Itext.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jbpm.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jms.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Mail.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Performance.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Persistence.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Preface.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Remoting.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Revision_History.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Rss.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Security.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Spring.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Testing.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Text.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tools.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tutorial.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Validation.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Weblogic.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Webservices.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Websphere.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Wicket.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Xml.pot tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pt-BR/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ru-RU/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/si-LK/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/sl-SL/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ta-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/te-IN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-CN/ClusteringAndEJBPas= sivation.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-TW/ClusteringAndEJBPas= sivation.po Log: merge docs to 11066 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/as-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/as-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/as-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/bn-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/bn-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/bn-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/de-DE/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/de-DE/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/de-DE/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-ES/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-ES/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-ES/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-MX/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-MX/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/es-MX/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/fr-FR/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/fr-FR/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/fr-FR/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/gu-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/gu-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/gu-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/hi-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/hi-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/hi-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" -"PO-Revision-Date: 2009-05-30 15:23+0100\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"PO-Revision-Date: 2009-06-01 20:52+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -58,8 +58,8 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:46 #, no-c-format -msgid "But wait, there's more! Seam also offers an incredibly unique featu= re for clustered applications. In addition to monitoring JavaBean component= s, Seam ensures that managed entity instances (i.e. JPA and Hibernate entit= ies) don't become detatched during replication. Seam keeps a record of the = entities that are loaded and automatically loads them on the secondary node= . You must, however, be using a Seam-managed persistence context to get thi= s feature. More in depth information about this feature is provided in the = second half of this chapter." -msgstr "Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibi= le ed unica caratteristica per le applicazioni cluster. In aggiunta al moni= toraggio dei componenti JavaBean, Seam assicura che le istanze entity gesti= te (cio=C3=A8 entity JPA e Hibernate) non divengano detached durante la rep= lica. Seam mantiene un record di entity che sono caricati e li carica autom= aticamente nel nodo secondario. Occorre comunque usare un contesto di persi= stenza gestito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3= =B9 dettagliate informazioni su questa funzionalit=C3=A0 vengono fornite ne= lla seconda parte del capitolo." +msgid "But wait, there's more! Seam also offers an incredibly unique featu= re for clustered applications. In addition to monitoring JavaBean component= s, Seam ensures that managed entity instances (i.e. JPA and Hibernate entit= ies) don't become detached during replication. Seam keeps a record of the e= ntities that are loaded and automatically loads them on the secondary node.= You must, however, be using a Seam-managed persistence context to get this= feature. More in depth information about this feature is provided in the s= econd half of this chapter." +msgstr "Ma attenzione, c'=C3=A8 di pi=C3=B9! Seam offre anche un'incredibi= le ed unica caratteristica per le applicazioni cluster. In aggiunta al moni= toraggio dei componenti JavaBean, Seam assicura che le istanze entity gesti= te (cio=C3=A8 entity JPA e Hibernate) non divengano detached durante la rep= lica. Seam mantiene un record di entity caricati e li carica automaticament= e nel nodo secondario. Occorre comunque usare un contesto di persistenza ge= stito da Seam per avere questa funzionalit=C3=A0. Maggiori e pi=C3=B9 detta= gliate informazioni su questa funzionalit=C3=A0 vengono fornite nella secon= da parte del capitolo." = #. Tag: para #: ClusteringAndEJBPassivation.xml:55 @@ -76,8 +76,8 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:62 #, no-c-format -msgid "Any session- or conversation-scoped mutable JavaBean component that= will be used in a clustered environment must implement the Mutabl= e interface from the Seam API. As part of the contract, the compo= nent must maintain a dirty flag that is reported and reset by the = clearDirty() method. Seam calls this method to determine if it is= necessary to replicate the component. This avoids having to use the more c= umbersome Servlet API to add and remove the session attribute on every chan= ge of the object." -msgstr "Un componente JavaBean mutabile con scope sessione o conversazione= che verr=C3=A0 usato in un ambiente clustered deve implementare l'interfac= cia Mutable dell'API Seam. Come parte del contratto, il = contratto deve mantenere un dirty flag che viene segnato e resettato dal me= todo clearDirty(). Seam chiama questo metodo per determi= nare se =C3=A8 necessario replicare il componente. Questo evita di dover us= are la pi=C3=B9 problematica API dei Servlet per aggiungere e rimuovere l'a= ttributo sessione ad ogni cambiamento dell'oggetto." +msgid "Any session- or conversation-scoped mutable JavaBean component that= will be used in a clustered environment must implement the org.jb= oss.seam.core.Mutable interface from the Seam API. As part of the= contract, the component must maintain a dirty flag that is reported and re= set by the clearDirty() method. Seam calls this method t= o determine if it is necessary to replicate the component. This avoids havi= ng to use the more cumbersome Servlet API to add and remove the session att= ribute on every change of the object." +msgstr "Un componente JavaBean mutabile con scope sessione o conversazione= che verr=C3=A0 usato in un ambiente clustered deve implementare l'interfac= cia org.jboss.seam.core.Mutable dell'API Seam. Come part= e del contratto, il contratto deve mantenere un dirty flag che viene segnat= o e resettato dal metodo clearDirty(). Seam chiama quest= o metodo per determinare se =C3=A8 necessario replicare il componente. Ques= to evita di dover usare la pi=C3=B9 problematica API dei Servlet per aggiun= gere e rimuovere l'attributo sessione ad ogni cambiamento dell'oggetto." = #. Tag: para #: ClusteringAndEJBPassivation.xml:70 @@ -94,7 +94,7 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:84 #, no-c-format -msgid "Please note that clustering does not work with hot deployable compo= ennts. But then again, you shouldn't be using hot deployable components in = a non-development environment anyway." +msgid "Please note that clustering does not work with hot deployable compo= nents. But then again, you shouldn't be using hot deployable components in = a non-development environment anyway." msgstr "Si noti che il clustering non funziona con componenti hot deployab= le. Ma comunque non si dovrebbero usare i componenti hot deployable in un a= mbiente non di sviluppo." = #. Tag: title @@ -364,7 +364,7 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:260 #, no-c-format -msgid "The MEI serves two distinct scenarios (EJB passivation and HTTP ses= sion passivation), although to accomplish the same overall goal. It ensures= that throughout the life of a conversation using at least one extended per= sistence context, the entity instances loaded by the persistence context(s)= remain managed (they do not become detatched prematurally by a passivation= event). In short, it ensures the integrity of the extended persistence con= text (and therefore its guarantees)." +msgid "The MEI serves two distinct scenarios (EJB passivation and HTTP ses= sion passivation), although to accomplish the same overall goal. It ensures= that throughout the life of a conversation using at least one extended per= sistence context, the entity instances loaded by the persistence context(s)= remain managed (they do not become detached prematurally by a passivation = event). In short, it ensures the integrity of the extended persistence cont= ext (and therefore its guarantees)." msgstr "MEI serve per due scenari distinti (passivazione EJB e passivazion= e della sessione HTTP), sebbene raggiunge lo stesso obiettivo generale. Ass= icura che lungo la vita di una conversazione con l'uso di almeno un contest= o di persistenza esteso, le istanze dell'entity caricate dal contesto di pe= rsistenza rimangano gestite (non divengano detached in modo prematuro da un= evento passivation). In breve, assicura l'integrit=C3=A0 del contesto di p= ersistenza esteso (e quindi delle sue garanzie)." = #. Tag: para @@ -424,7 +424,7 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:329 #, no-c-format -msgid "Conversations were initially designed with stateful session beans (= SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs = as hosts of the extended persistence context. Seam introduces a compliment = to the extended persistence context, known as a Seam-managed persistence co= ntext, which works around a number of limitations in the specification (com= plex propagation rules and lack of manual flushing). Both can be used with = a SFSB." +msgid "Conversations were initially designed with stateful session beans (= SFSBs) in mind, primarily because the EJB 3 specification designates SFSBs = as hosts of the extended persistence context. Seam introduces a complement = to the extended persistence context, known as a Seam-managed persistence co= ntext, which works around a number of limitations in the specification (com= plex propagation rules and lack of manual flushing). Both can be used with = a SFSB." msgstr "Le conversazioni sono state inizialmente progettate avendo in ment= e gli stateful session bean (SFSB), in primo luogo poich=C3=A9 la specifica= EJB3 indica gli SFSB come host del contesto di persistenza esteso. Seam in= troduce un complemento al contesto di persistenza esteso, conosciuto col no= me di contesto di persistenza gestito da Seam, il quale risolve un certo nu= mero di limitazioni presenti nella specifica (le regole complesse di propag= azione e la mancanza di flush manuale). Entrambi possono essere usati con i= SFSB." = #. Tag: para @@ -436,7 +436,7 @@ #. Tag: para #: ClusteringAndEJBPassivation.xml:347 #, no-c-format -msgid "With all of that said, the Java EE container can passivate a SFSB, = which means it will serialize the object to an area of storage external to = the JVM. When this happens depends on the settings of the individual SFSB. = This process can even be disabled. However, the persistence context is not = serialized (is this only true of SMPC?). In fact, what happens depends high= ly on the Java EE container. The spec is not very clear about this situatio= n. Many vendors just tell you not to let it happen if you need the guarnate= es of the extended persistence context. Seam's approach is more conservativ= e. Seam basically doesn't trust the SFSB with the persistence context or th= e entity instances. After each invocation of the SFSB, Seam moves the refer= ence to entity instance held by the SFSB into the current conversation (and= therefore into the HTTP session), nullifying those fields on the SFSB. It = then restores this references at the beginning of the next invocation. Of c= ourse, Seam is! already storing the persistence manager in the conversation. Thus, when t= he SFSB passivates and later activates, it has absolutely no averse affect = on the application." +msgid "With all of that said, the Java EE container can passivate a SFSB, = which means it will serialize the object to an area of storage external to = the JVM. When this happens depends on the settings of the individual SFSB. = This process can even be disabled. However, the persistence context is not = serialized (is this only true of SMPC?). In fact, what happens depends high= ly on the Java EE container. The spec is not very clear about this situatio= n. Many vendors just tell you not to let it happen if you need the guarante= es of the extended persistence context. Seam's approach is more conservativ= e. Seam basically doesn't trust the SFSB with the persistence context or th= e entity instances. After each invocation of the SFSB, Seam moves the refer= ence to entity instance held by the SFSB into the current conversation (and= therefore into the HTTP session), nullifying those fields on the SFSB. It = then restores this references at the beginning of the next invocation. Of c= ourse, Seam is! already storing the persistence manager in the conversation. Thus, when t= he SFSB passivates and later activates, it has absolutely no averse affect = on the application." msgstr "Con tutto ci=C3=B2 detto, il container Java EE pu=C3=B2 passivare = un SFSB, il che significa che verr=C3=A0 serializzato l'oggetto in un area = di memorizzazione esterna alla JVM. Quando questo avviene dipende dalle imp= ostazione del singolo SFSB. Questo processo pu=C3=B2 anche essere disabilit= ato. Comunque il contesto di persistenza non =C3=A8 serializzato (questo = =C3=A8 vero solo per SMPC?). Infatti cosa succede dipende fortemente dal co= ntainer Java EE. La specifica non =C3=A8 molto chiara in proposito. Molti v= endor dicono di non fare avvenire questo se servono le garanzie del contest= o di persistenza esteso. L'approccio di Seam pi=C3=B9 conservativo. Seam no= n si fida del SFSB con il contesto di persistenza o delle istanze entity. D= opo ogni invocazione del SFSB, Seam sposta il riferimento all'istanza entit= y mantenuta dal SFSB dentro l'attuale conversazione (e quindi nella session= e HTTP). mettendo a null questi campi nel SFSB. Poi ripristina questi rifer= imenri all'inizio di ogni invocazione. Certament! e Seam sta gi=C3=A0 memorizzando il gestore della persistenza nella conver= sazione. Perci=C3=B2 quando il SFSB passiva e poi si riattiva, non c'=C3=A8= alcun effetto negativo sull'applicazione." = #. Tag: para Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ja-JP/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ja-JP/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ja-JP/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/kn-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/kn-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/kn-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ko-KR/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ko-KR/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ko-KR/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ml-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ml-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ml-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/mr-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/mr-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/mr-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/or-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/or-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/or-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pa-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pa-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pa-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Annotations.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Annotations.pot 2009= -06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Annotations.pot 2009= -06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Author_Group.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Author_Group.pot 200= 9-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Author_Group.pot 200= 9-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Book_Info.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-0= 6-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-0= 6-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Cache.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Cache.pot 2009-06-02= 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Cache.pot 2009-06-02= 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPass= ivation.pot 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPass= ivation.pot 2009-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -95,7 +95,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -121,9 +121,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -159,7 +159,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -518,7 +518,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -628,7 +628,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -661,7 +661,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Components.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Components.pot 2009-= 06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Components.pot 2009-= 06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Concepts.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Configuration.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Configuration.pot 20= 09-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Configuration.pot 20= 09-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Controls.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Controls.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Controls.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Conversations.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Conversations.pot 20= 09-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Conversations.pot 20= 09-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Dependencies.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Dependencies.pot 200= 9-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Dependencies.pot 200= 9-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Drools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Drools.pot 2009-06-0= 2 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Drools.pot 2009-06-0= 2 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Elenhancements= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2= 009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2= 009-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Events.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Events.pot 2009-06-0= 2 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Events.pot 2009-06-0= 2 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Excel.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Excel.pot 2009-06-02= 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Excel.pot 2009-06-02= 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Feedback.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Framework.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Framework.pot 2009-0= 6-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Framework.pot 2009-0= 6-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Getting_Started_With= _JBoss_Tools.pot 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Getting_Started_With= _JBoss_Tools.pot 2009-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2= 009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2= 009-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Glassfish.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-0= 6-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-0= 6-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Groovy.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-06-0= 2 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-06-0= 2 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Guice.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Guice.pot 2009-06-02= 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Guice.pot 2009-06-02= 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gwt.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-06-02 1= 3:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-06-02 1= 8:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Hsearch.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-06-= 02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-06-= 02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/I18n.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/I18n.pot 2009-06-02 = 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/I18n.pot 2009-06-02 = 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Itext.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Itext.pot 2009-06-02= 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Itext.pot 2009-06-02= 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jbpm.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-06-02 = 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-06-02 = 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jms.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jms.pot 2009-06-02 1= 3:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Jms.pot 2009-06-02 1= 8:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Mail.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Mail.pot 2009-06-02 = 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Mail.pot 2009-06-02 = 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Performance.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Performance.pot 2009= -06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Performance.pot 2009= -06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Persistence.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Persistence.pot 2009= -06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Persistence.pot 2009= -06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Preface.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Preface.pot 2009-06-= 02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Preface.pot 2009-06-= 02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Remoting.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Revision_History.pot= 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Revision_History.pot= 2009-06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Rss.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Rss.pot 2009-06-02 1= 3:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Rss.pot 2009-06-02 1= 8:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Security.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Security.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Security.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Spring.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Spring.pot 2009-06-0= 2 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Spring.pot 2009-06-0= 2 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Testing.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Testing.pot 2009-06-= 02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Testing.pot 2009-06-= 02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Text.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Text.pot 2009-06-02 = 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Text.pot 2009-06-02 = 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tools.pot 2009-06-02= 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tools.pot 2009-06-02= 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tutorial.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Validation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Validation.pot 2009-= 06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Validation.pot 2009-= 06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Weblogic.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-06= -02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-06= -02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Webservices.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Webservices.pot 2009= -06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Webservices.pot 2009= -06-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Websphere.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-0= 6-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-0= 6-02 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Wicket.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-06-0= 2 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-06-0= 2 18:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Xml.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Xml.pot 2009-06-02 1= 3:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pot/Xml.pot 2009-06-02 1= 8:37:36 UTC (rev 11068) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pt-BR/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pt-BR/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/pt-BR/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ru-RU/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ru-RU/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ru-RU/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/si-LK/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/si-LK/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/si-LK/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/sl-SL/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/sl-SL/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/sl-SL/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ta-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ta-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/ta-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/te-IN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/te-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/te-IN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-CN/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-CN/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-CN/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-TW/ClusteringAn= dEJBPassivation.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-TW/ClusteringAndEJBPa= ssivation.po 2009-06-02 13:00:58 UTC (rev 11067) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/zh-TW/ClusteringAndEJBPa= ssivation.po 2009-06-02 18:37:36 UTC (rev 11068) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" +"POT-Creation-Date: 2009-06-01 18:34+0000\n" "PO-Revision-Date: 2009-05-29 06:39+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,7 +94,7 @@ "But wait, there's more! Seam also offers an incredibly unique feature for= " "clustered applications. In addition to monitoring JavaBean components, Se= am " "ensures that managed entity instances (i.e. JPA and Hibernate entities) " -"don't become detatched during replication. Seam keeps a record of the " +"don't become detached during replication. Seam keeps a record of the " "entities that are loaded and automatically loads them on the secondary no= de. " "You must, however, be using a Seam-managed persistence context to get thi= s " "feature. More in depth information about this feature is provided in the " @@ -120,9 +120,9 @@ #, no-c-format msgid "" "Any session- or conversation-scoped mutable JavaBean component that will = be " -"used in a clustered environment must implement the Mutable interface from the Seam API. As part of the contract, the compon= ent " -"must maintain a dirty flag that is reported and reset by the " +"used in a clustered environment must implement the org.jboss.sea= m." +"core.Mutable interface from the Seam API. As part of the contra= ct, " +"the component must maintain a dirty flag that is reported and reset by th= e " "clearDirty() method. Seam calls this method to determi= ne " "if it is necessary to replicate the component. This avoids having to use = the " "more cumbersome Servlet API to add and remove the session attribute on ev= ery " @@ -158,7 +158,7 @@ #: ClusteringAndEJBPassivation.xml:84 #, no-c-format msgid "" -"Please note that clustering does not work with hot deployable compoennts.= " +"Please note that clustering does not work with hot deployable components.= " "But then again, you shouldn't be using hot deployable components in a non= -" "development environment anyway." msgstr "" @@ -517,7 +517,7 @@ "passivation), although to accomplish the same overall goal. It ensures th= at " "throughout the life of a conversation using at least one extended " "persistence context, the entity instances loaded by the persistence conte= xt" -"(s) remain managed (they do not become detatched prematurally by a " +"(s) remain managed (they do not become detached prematurally by a " "passivation event). In short, it ensures the integrity of the extended " "persistence context (and therefore its guarantees)." msgstr "" @@ -627,7 +627,7 @@ msgid "" "Conversations were initially designed with stateful session beans (SFSBs)= in " "mind, primarily because the EJB 3 specification designates SFSBs as hosts= of " -"the extended persistence context. Seam introduces a compliment to the " +"the extended persistence context. Seam introduces a complement to the " "extended persistence context, known as a Seam-managed persistence context= , " "which works around a number of limitations in the specification (complex " "propagation rules and lack of manual flushing). Both can be used with a S= FSB." @@ -660,7 +660,7 @@ "serialized (is this only true of SMPC?). In fact, what happens depends " "highly on the Java EE container. The spec is not very clear about this " "situation. Many vendors just tell you not to let it happen if you need th= e " -"guarnatees of the extended persistence context. Seam's approach is more " +"guarantees of the extended persistence context. Seam's approach is more " "conservative. Seam basically doesn't trust the SFSB with the persistence " "context or the entity instances. After each invocation of the SFSB, Seam " "moves the reference to entity instance held by the SFSB into the current " --===============2357696963813544505==-- From seam-commits at lists.jboss.org Wed Jun 3 19:09:04 2009 Content-Type: multipart/mixed; boundary="===============0187086589254832094==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11070 - in examples/trunk: servlet-booking and 1 other directory. Date: Wed, 03 Jun 2009 18:59:50 -0400 Message-ID: --===============0187086589254832094== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jbalunas(a)redhat.com Date: 2009-06-03 18:59:50 -0400 (Wed, 03 Jun 2009) New Revision: 11070 Modified: examples/trunk/booking/pom.xml examples/trunk/servlet-booking/pom.xml Log: Fixed seam-examples-parent reference in example poms Modified: examples/trunk/booking/pom.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 --- examples/trunk/booking/pom.xml 2009-06-03 10:12:52 UTC (rev 11069) +++ examples/trunk/booking/pom.xml 2009-06-03 22:59:50 UTC (rev 11070) @@ -6,7 +6,7 @@ = org.jboss.seam.examples - parent + seam-examples-parent 3.0.0-SNAPSHOT = Modified: examples/trunk/servlet-booking/pom.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 --- examples/trunk/servlet-booking/pom.xml 2009-06-03 10:12:52 UTC (rev 110= 69) +++ examples/trunk/servlet-booking/pom.xml 2009-06-03 22:59:50 UTC (rev 110= 70) @@ -6,7 +6,7 @@ = org.jboss.seam.examples - parent + seam-examples-parent 3.0.0-SNAPSHOT = --===============0187086589254832094==-- From seam-commits at lists.jboss.org Thu Jun 4 08:43:49 2009 Content-Type: multipart/mixed; boundary="===============4450108118401888898==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11071 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US. Date: Thu, 04 Jun 2009 08:34:29 -0400 Message-ID: --===============4450108118401888898== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-04 08:34:28 -0400 (Thu, 04 Jun 2009) New Revision: 11071 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml Log: added Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testin= g.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/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml = 2009-06-03 22:59:50 UTC (rev 11070) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml = 2009-06-04 12:34:28 UTC (rev 11071) @@ -538,7 +538,7 @@ If you need to insert or clean data in your database before ea= ch = test you can use Seam's integration with DBUnit. To do this, = extend = - DBUnitSeamTest rather than SeamTest. + DBUnitSeamTest rather than SeamTest. = @@ -547,7 +547,7 @@ = DBUnit supports two formats for dataset files, flat and XML. = Seam's - DBUnitSeamTest assumes the flat format is used, so make sure t= hat = + DBUnitSeamTest assumes the flat format is u= sed, so make sure that = your dataset is in this format. = --===============4450108118401888898==-- From seam-commits at lists.jboss.org Thu Jun 4 08:47:15 2009 Content-Type: multipart/mixed; boundary="===============8048483885598027472==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11072 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Thu, 04 Jun 2009 08:37:54 -0400 Message-ID: --===============8048483885598027472== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-04 08:37:54 -0400 (Thu, 04 Jun 2009) New Revision: 11072 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po Log: JBSEAM-3767: Italian translation of Seam guide Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2= 009-06-04 12:34:28 UTC (rev 11071) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2= 009-06-04 12:37:54 UTC (rev 11072) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-01-05 00:19+0000\n" -"PO-Revision-Date: 2009-01-05 01:35+0100\n" +"PO-Revision-Date: 2009-06-04 14:37+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ #: Testing.xml:16 #, no-c-format msgid "All Seam components are POJOs. This is a great place to start if yo= u want easy unit testing. And since Seam emphasises the use of bijection fo= r inter-component interactions and access to contextual objects, it's very = easy to test a Seam component outside of its normal runtime environment." -msgstr "Tutti i componenti Seam sono POJO. Questo =C3=A8 un buon punto per= partire se si vogliono eseguire dei test di unit=C3=A0 facili. E poich=C3= =A9 Seam enfatizza l'uso della bujection per le interazioni tra componenti = e l'accesso ad oggetti contestuali, =C3=A8 molto facile testare un componen= te Seam fuori dal suo normale ambiente di runtime." +msgstr "Tutti i componenti Seam sono POJO. Questo =C3=A8 un buon punto per= partire se si vogliono eseguire dei facili test di unit=C3=A0. E poich=C3= =A9 Seam enfatizza l'uso della bijection per le interazioni tra componenti = e l'accesso ad oggetti contestuali, =C3=A8 molto facile testare un componen= te Seam fuori dal suo normale ambiente di runtime." = #. Tag: para #: Testing.xml:23 @@ -181,7 +181,7 @@ #: Testing.xml:62 #, no-c-format msgid "The approach taken by Seam is to let you write tests that exercise = your components while running inside a pruned down container environment (S= eam, together with the JBoss Embedded container; see for configuration details)" -msgstr "L'approccio preso da Seam =C3=A8 quello di consentire di scrivere = test che possano provare i componenti mentre girano dentro un ambiente di c= ontainer ridotto (Seam assieme al container JBoss Embedded; vedere per i dettagli di configurazione)" +msgstr "L'approccio adottato da Seam =C3=A8 quello di consentire di scrive= re test che possano provare i componenti mentre girano dentro un ambiente d= i container ridotto (Seam assieme al container JBoss Embedded; vedere per i dettagli di configurazione)" = #. Tag: programlisting #: Testing.xml:69 @@ -253,7 +253,7 @@ #: Testing.xml:75 #, no-c-format msgid "Occasionally, we need to be able to replace the implementation of s= ome Seam component that depends upon resources which are not available in t= he integration test environment. For example, suppose we have some Seam com= ponent which is a facade to some payment processing system:" -msgstr "Occasionalmente occorre essere in grado di sostituire l'implementa= zione di alcuni componenti Seam che dipendono da risorse non disponibili in= ambiente di test. Per esempio, si supponga di avere dei componenti Seam ch= e sono una facade di un qualche sistema di elaborazione pagamenti:" +msgstr "Occasionalmente occorre essere in grado di sostituire l'implementa= zione di alcuni componenti Seam che dipendono da risorse non disponibili in= ambiente di test. Per esempio, si supponga di avere dei componenti Seam ch= e sono una fa=C3=A7ade di un qualche sistema di elaborazione pagamenti:" = #. Tag: programlisting #: Testing.xml:82 @@ -318,7 +318,7 @@ #: Testing.xml:112 #, no-c-format msgid "SeamTest lets you write scripted tests, in a simulated JSF environment. The role of a scripted test is= to reproduce the interaction between the view and the Seam components. In = other words, you get to pretend you are the JSF implementation!" -msgstr "\"SeamTest consente di scrivere test = sotto forma di script (scripted), in un ambiente JSF simulato. I= l ruolo di un test scripted =C3=A8 quello di riprodurre l'interazione tra l= a vista ed i componenti Seam. In altre parole si pretende di essere l'imple= mentazione JSF!" +msgstr "SeamTest consente di scrivere test so= tto forma di script (scripted), in un ambiente JSF simulato. Il = ruolo di un test scripted =C3=A8 quello di riprodurre l'interazione tra la = vista ed i componenti Seam. In altre parole si pretende di essere l'impleme= ntazione JSF!" = #. Tag: para #: Testing.xml:119 @@ -396,7 +396,7 @@ #: Testing.xml:129 #, no-c-format msgid "We want to test the registration functionality of our application (= the stuff that happens when the user clicks the Register button). We'll rep= roduce the JSF request lifecycle in an automated TestNG test:" -msgstr "Si vuole testare la funzionalit=C3=A0 di registrazione dell'applic= azione (la cosa che succede quando l'utente clicca il pulsante Registra). S= i riprodurr=C3=A0 ilciclo di vita della richiesta JSF in un test TestNG aut= omatizzato:" +msgstr "Si vuole testare la funzionalit=C3=A0 di registrazione dell'applic= azione (la cosa che succede quando l'utente clicca il pulsante Registra). S= i riprodurr=C3=A0 il ciclo di vita della richiesta JSF in un test TestNG au= tomatizzato:" = #. Tag: programlisting #: Testing.xml:135 @@ -502,7 +502,7 @@ #: Testing.xml:137 #, no-c-format msgid "Notice that we've extended SeamTest, which provi= des a Seam environment for our components, and written our test script as a= n anonymous class that extends SeamTest.FacesRequest, wh= ich provides an emulated JSF request lifecycle. (There is also a S= eamTest.NonFacesRequest for testing GET requests.) We've written = our code in methods which are named for the various JSF phases, to emulate = the calls that JSF would make to our components. Then we've thrown in vario= us assertions." -msgstr "Si noti che si =C3=A8 esteso SeamTest, che forn= isce un ambiente Seam ai componenti, e si =C3=A8 scritto uno script di test= come classe anonima che estende SeamTest.FacesRequest, = la quale fornisce un ciclo di vita emulato della richiesta JSF. (C'=C3=A8 a= nche SeamTest.NonFacesRequest per testare le richieste G= ET). Si =C3=A8 scritto codice in metodi che vengono chiamati per le varie f= asi JSF, per emulare le chiamate che JSF farebbe ai componenti. Infine si s= ono scritte le asserzioni." +msgstr "Si noti che si =C3=A8 esteso SeamTest, il quale= fornisce un ambiente Seam ai componenti, e si =C3=A8 scritto uno script di= test come classe anonima che estende SeamTest.FacesRequest, la quale fornisce un ciclo di vita emulato della richiesta JSF. (C'=C3= =A8 anche SeamTest.NonFacesRequest per testare le richie= ste GET). Si =C3=A8 scritto codice in metodi che vengono chiamati in varie = fasi JSF, per emulare le chiamate che JSF farebbe ai componenti. Infine son= o state scritte le asserzioni." = #. Tag: para #: Testing.xml:148 @@ -692,13 +692,13 @@ #: Testing.xml:297 #, no-c-format msgid "It's very important you don't put the compile time JBoss AS depende= ncies from lib/ (e.g. jboss-system.jar) on the classpath, these will cause Embedded JBoss to not boot. So, just = add the dependencies (e.g. Drools, jBPM)you need as you go." -msgstr "E' molto importante non inserire nel classpath le dipendenze di JB= oss AS a compile time da lib/ (es. jboss-system= .jar), altrimenti questo causer=C3=A0 il non avvio di JBoss Embed= ded. Quindi si aggiungano solo le dipendenze necessarie per partire (es.Dro= ols, jBPM)." +msgstr "E' molto importante non inserire nel classpath le dipendenze di JB= oss AS a compile time da lib/ (es. jboss-system= .jar), altrimenti questo causer=C3=A0 il non avvio di JBoss Embed= ded. Quindi si aggiungano solo le dipendenze necessarie per partire (es. Dr= ools, jBPM)." = #. Tag: para #: Testing.xml:305 #, no-c-format msgid "You also need to include the bootstrap/ director= y on the classpath; bootstrap/ contains the configuratio= n for Embedded JBoss." -msgstr "Occorre includere nel classpath la directory bootstrap/; bootstrap/ contiene la configurazione per JBos= s Embedded." +msgstr "Occorre includere nel classpath la directory bootstrap/ che contiene la configurazione per JBoss Embedded." = #. Tag: para #: Testing.xml:311 @@ -722,7 +722,7 @@ #: Testing.xml:336 #, no-c-format msgid "Seam provides TestNG support out of the box, but you can also use a= nother test framework, such as JUnit, if you want." -msgstr "Seam include il supporto TestNG, ma a piacimento =C3=A8 possibile = usare un altro framewrok di test quale JUnit." +msgstr "Seam include il supporto TestNG, ma =C3=A8 possibile usare un qual= sivoglia altro framework di test quale JUnit." = #. Tag: para #: Testing.xml:341 @@ -776,7 +776,7 @@ #: Testing.xml:390 #, no-c-format msgid "If you need to insert or clean data in your database before each te= st you can use Seam's integration with DBUnit. To do this, extend DBUnitSea= mTest rather than SeamTest." -msgstr "Se occorre inserire o pulire i dati nel database prima di ogni tes= t, si pu=C3=B2 usare l'integrazione di Seam con DBUnit. Per fare questo si = estenda DBUnitSeamTest piuttosto che SeamTest." +msgstr "Se occorre inserire o pulire i dati nel database prima di ogni tes= t, si pu=C3=B2 usare l'integrazione di Seam con DBUnit. Per fare questo si = estenda DBUnitSeamTest piuttosto che SeamTest." = #. Tag: para #: Testing.xml:396 @@ -788,7 +788,7 @@ #: Testing.xml:400 #, no-c-format msgid "DBUnit supports two formats for dataset files, flat and XML. Seam's= DBUnitSeamTest assumes the flat format is used, so make sure that your dat= aset is in this format." -msgstr "DBUnit supporta due formati per i file di dataset, flat e XML. DBU= nitSeamTest di Seam assume che venga usato il formato flat, e quindi accert= arsi che il dataset sia in questo formato." +msgstr "DBUnit supporta due formati per i file di dataset, flat e XML. DBUnitSeamTest di Seam assume che venga usato il formato fl= at, e quindi accertarsi che il dataset sia in questo formato." = #. Tag: programlisting #: Testing.xml:406 @@ -848,7 +848,7 @@ #: Testing.xml:414 #, no-c-format msgid "DataSetOperation defaults to DatabaseOp= eration.CLEAN_INSERT if no other operation is specified as a cons= tructor argument. The above example cleans all tables defined Base= Data.xml, then inserts all rows declared in BaseData.xml= before each @Test method is invoked." -msgstr "DataSetOperation =C3=A8 impostato di default a = DatabaseOperation.CLEAN_INSERT se non viene specificata = qualchealtra operazione come argomento del costruttore. L'esempio di cui so= pra pulisce tutte le tabelle definite in BaseData.xml e = quindi inserisce tutte le richedichiarate in BaseData.xml prima che ogni metodo @Test venga invocato." +msgstr "DataSetOperation =C3=A8 impostato di default a = DatabaseOperation.CLEAN_INSERT se non viene specificata = qualche altra operazione come argomento del costruttore. L'esempio di cui s= opra pulisce tutte le tabelle definite in BaseData.xml e= quindi inserisce tutte le righe dichiarate in BaseData.xml prima che venga invocato ogni metodo @Test." = #. Tag: para #: Testing.xml:422 @@ -884,7 +884,7 @@ #: Testing.xml:441 #, no-c-format msgid "It also allows you to insert binary data into the test data set (n.= b. this is untested on Windows). You need to tell it where to locate these = resources:" -msgstr "Questo consente anche di inserire dati binari nel set dei dati di = test (N.B. questo non =C3=A8 stato testato sotto Windows). Occorre dire dov= e si trovano queste risorse:" +msgstr "Questo consente anche di inserire dati binari nel set dei dati di = test (N.B. non =C3=A8 stato testato sotto Windows). Occorre dire dove si tr= ovano queste risorse:" = #. Tag: programlisting #: Testing.xml:447 @@ -982,7 +982,7 @@ #: Testing.xml:475 #, no-c-format msgid "We create a new FacesRequest as normal. Inside t= he invokeApplication hook we render the message using getRenderedM= ailMessage(viewId);, passing the viewId of the message to render.= The method returns the rendered message on which you can do your tests. Yo= u can of course also use any of the standard JSF lifecycle methods." -msgstr "Viene creata una nuova FacesRequest comenormale= . Dentro la sezione invokeApplication mostriamo il messaggio usando getRenderedMailMessage(viewId);, passando il viewId del messagg= io da generare. Il metodo restituisce il messaggio sul quale =C3=A8 possibi= le fare i test. Si pu=C3=B2 anche usare ogni altro metodo standard del cicl= o di vita JSF." +msgstr "Viene creata una nuova FacesRequest come normal= e. Dentro la sezione invokeApplication mostriamo il messaggio usando getRenderedMailMessage(viewId);, passando il viewId del messag= gio da generare. Il metodo restituisce il messaggio sul quale =C3=A8 possib= ile fare i test. Si pu=C3=B2 anche usare ogni altro metodo standard del cic= lo di vita JSF." = #. Tag: para #: Testing.xml:484 --===============8048483885598027472==-- From seam-commits at lists.jboss.org Fri Jun 5 04:44:20 2009 Content-Type: multipart/mixed; boundary="===============2881638015973600693==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11073 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Fri, 05 Jun 2009 04:34:49 -0400 Message-ID: --===============2881638015973600693== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-05 04:34:49 -0400 (Fri, 05 Jun 2009) New Revision: 11073 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassfish.po Log: JBSEAM-3767: Italian translation of Seam guide Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassf= ish.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassfish.po= 2009-06-04 12:37:54 UTC (rev 11072) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassfish.po= 2009-06-05 08:34:49 UTC (rev 11073) @@ -1,41 +1,43 @@ # Language it-IT translations for Seam_Reference_Guide package. -# Automatically generated, 2008. # +# Automatically generated, 2008, 2009. msgid "" msgstr "" "Project-Id-Version: Seam_Reference_Guide\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2008-12-27 11:29+0000\n" -"PO-Revision-Date: 2009-04-23 20:44+0100\n" +"PO-Revision-Date: 2009-06-05 10:26+0100\n" "Last-Translator: Nicola Benaglia \n" -"Language-Team: none\n" +"Language-Team: it \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" = #. Tag: title #: Glassfish.xml:3 #, no-c-format msgid "Seam on GlassFish application server" -msgstr "" +msgstr "Seam sull'application server GlassFish" = #. Tag: para #: Glassfish.xml:5 #, no-c-format msgid "GlassFish is an open source application server which fully implemen= ts Java EE 5. The latest stable release is v2 UR2." -msgstr "" +msgstr "GlassFish =C3=A8 un application server open source che implementa = in maniera completa le specifiche Java EE 5. L'ultima versione stabile rila= sciata =C3=A8 la v2 UR2." = #. Tag: para #: Glassfish.xml:10 #, no-c-format msgid "First, we'll discuss the GlassFish environment. Then we will go ove= r the how you deploy the jee5 example. Next, we will deploy the JPA example= application. Finally we show how to get a seam-gen's generated application= running on GlassFish." -msgstr "" +msgstr "Anzitutto vedremo l'ambiente GlassFish. Quindi proseguiremo su com= e eseguire l'esempio JEE5. Poi eseguiremo l'aplicazione di esempio JPA. Inf= ine mostreremo come si pu=C3=B2 ottenere un'applicazione generata con seam-= gen che funzioni su GlassFish." = #. Tag: title #: Glassfish.xml:18 #, no-c-format msgid "GlassFish environment and deployment information" -msgstr "" +msgstr "L'ambiente e l'esecuzione di applicazioni su GlassFish" = #. Tag: title #: Glassfish.xml:21 @@ -47,19 +49,19 @@ #: Glassfish.xml:23 #, no-c-format msgid "All of the examples and information in this chapter are based on th= e the latest version of GlassFish at the time of this writing." -msgstr "" +msgstr "Tutte le informazioni e gli esempi in questo capitolo sono basati = sull'ultima versione di GlassFish al momento in cui =C3=A8 stato scritto." = #. Tag: ulink #: Glassfish.xml:30 #, no-c-format msgid "GlassFish v2 UR2 - download page" -msgstr "" +msgstr "GlassFish v2 UR2 - pagina di download" = #. Tag: para #: Glassfish.xml:37 #, no-c-format msgid "After downloading GlassFish, install it:" -msgstr "" +msgstr "Dopo aver scaricato GlassFish occorre installarlo:" = #. Tag: programlisting #: Glassfish.xml:41 @@ -71,7 +73,7 @@ #: Glassfish.xml:43 #, no-c-format msgid "After installing, setup GlassFish:" -msgstr "" +msgstr "Dopo averlo installato, occorre configurarlo:" = #. Tag: programlisting #: Glassfish.xml:47 @@ -83,13 +85,13 @@ #: Glassfish.xml:49 #, no-c-format msgid "The created domain's name is domain1." -msgstr "" +msgstr "Il nome del dominio creato =C3=A8 domain1." = #. Tag: para #: Glassfish.xml:53 #, no-c-format msgid "Next, we start the embedded JavaDB server:" -msgstr "" +msgstr "Ora facciamo partire il server JavaDB interno:" = #. Tag: programlisting #: Glassfish.xml:57 @@ -101,13 +103,13 @@ #: Glassfish.xml:60 #, no-c-format msgid "JavaDB is an embedded database that is included with GlassFish, jus= t as HSQLDB is included in JBoss AS." -msgstr "" +msgstr "JavaDB =C3=A8 un database interno che =C3=A8 incluso in GlassFish,= cos=C3=AC come HSQLDB =C3=A8 incluso in JBoss AS." = #. Tag: para #: Glassfish.xml:66 #, no-c-format msgid "Now, start the GlassFish server:" -msgstr "" +msgstr "Ora facciamo partire il server GlassFish:" = #. Tag: programlisting #: Glassfish.xml:70 @@ -119,13 +121,13 @@ #: Glassfish.xml:72 #, no-c-format msgid "The web administration console is available at http://loca= lhost:4848/. You can access the web admin console with the defaul= t username (admin) and password (adminadmin). We will be using the the admin console to deploy our examples. You= can also copy EAR/WAR files to the glassfish/domains/domain1/auto= deploy directory to deploy them, although we are not going to cov= er that." -msgstr "" +msgstr "La console di amministrazione web =C3=A8 disponibile all'indirizzo= http://localhost:4848/. E' possibile accedere alla cons= ole di amministrazione web con il nome utente e la password di default (admin e adminadmin rispettivamente). Use= remo la console di amministrazione per mettere in esecuzione i nostri esemp= i. E' anche possibile copiare i file EAR/WAR nella cartella glassf= ish/domains/domain1/autodeploy per metterli in esecuzione, ma non= ci occuperemo di questo." = #. Tag: para #: Glassfish.xml:82 #, no-c-format msgid "You can stop the server and database using:" -msgstr "" +msgstr "E' possibile fermare il server e il database usando:" = #. Tag: programlisting #: Glassfish.xml:86 @@ -137,25 +139,25 @@ #: Glassfish.xml:91 #, no-c-format msgid "The jee5/booking example" -msgstr "" +msgstr "L'esempio jee5/booking" = #. Tag: para #: Glassfish.xml:93 #, no-c-format msgid "The jee5/booking example is based on the Hotel B= ooking example (which runs on JBoss AS). Out of the box it is also designed= to run on GlassFish. It is located in $SEAM_DIST/examples/jee5/bo= oking." -msgstr "" +msgstr "L'esempio jee5/booking =C3=A8 basato sull'esemp= io Hotel Booking (che gira su JBoss AS). Cos=C3=AC com'=C3=A8, =C3=A8 fatto= per girare su GlassFish. Si trova in $SEAM_DIST/examples/jee5/boo= king." = #. Tag: title #: Glassfish.xml:101 #, no-c-format msgid "Building the jee5/booking example" -msgstr "" +msgstr "Compilare l'esempio jee5/booking" = #. Tag: para #: Glassfish.xml:103 #, no-c-format msgid "To build the example, simply execute the default ant target:" -msgstr "" +msgstr "Per compilare l'esempio, eseguire semplicemente il target ant di default:" = #. Tag: programlisting #: Glassfish.xml:108 @@ -167,50 +169,50 @@ #: Glassfish.xml:110 #, no-c-format msgid "in the examples/jee5/booking directory. This wil= l create the dist and exploded-archives directories." -msgstr "" +msgstr "nella cartella examples/jee5/booking. Questo cr= eer=C3=A0 le cartelle dist e exploded-archives<= /literal>." = #. Tag: title #: Glassfish.xml:117 #, no-c-format msgid "Deploying the application to GlassFish" -msgstr "" +msgstr "Mettere in esecuzione l'applicazione su GlassFish" = #. Tag: para #: Glassfish.xml:119 #, no-c-format msgid "We will deploy the application on GlassFish using the GlassFish adm= in console." -msgstr "" +msgstr "Metteremo in esecuzione l'applicazione su GlassFish usando la cons= ole di amministrazione GlassFish." = #. Tag: para #: Glassfish.xml:126 #, no-c-format msgid "Log in to the admin console at http://localhost:4848" -msgstr "" +msgstr "Accedere alla console di amministrazione all'indirizzo ht= tp://localhost:4848" = #. Tag: para #: Glassfish.xml:131 #, no-c-format msgid "Access the Enterprise Applications in the menu o= ption under the Applications left side menu." -msgstr "" +msgstr "Accedere all'opzione di menu Enterprise Applications sotto il menu Applications che si trova a sinistra= ." = #. Tag: para #: Glassfish.xml:138 #, no-c-format msgid "At the top of the Enterprise Application table s= elect Deploy. Follow through the wizard, using these hin= ts:" -msgstr "" +msgstr "In cima alla tabella delle Enterprise Applications selezionare Deploy. Seguire la procedura guidata usa= ndo questi suggerimenti:" = #. Tag: literal #: Glassfish.xml:146 #: Glassfish.xml:227 #, no-c-format msgid "Preparing for the application installation" -msgstr "" +msgstr "Preparazione dell'installazione dell'applicazione" = #. Tag: para #: Glassfish.xml:150 #, no-c-format msgid "Browse to examples/jee5/booking/dist/jboss-seam-jee5.ear." -msgstr "" +msgstr "Navigare su examples/jee5/booking/dist/jboss-seam-jee5.ea= r." = #. Tag: para #: Glassfish.xml:155 @@ -223,37 +225,37 @@ #: Glassfish.xml:164 #, no-c-format msgid "You can now access the application at http://localhost:808= 1/seam-jee5/." -msgstr "" +msgstr "Ora =C3=A8 possibile accedere all'applicazione all'indirizzo http://localhost:8081/seam-jee5/." = #. Tag: title #: Glassfish.xml:174 #, no-c-format msgid "The jpa booking example" -msgstr "" +msgstr "L'esempio booking jpa" = #. Tag: para #: Glassfish.xml:176 #, no-c-format msgid "This is the Hotel Booking example implemented in Seam POJOs and usi= ng Hibernate JPA with JPA transactions. It does not require EJB3 support to= run on application server." -msgstr "" +msgstr "Si tratta dell'esempio Hotel Booking implementato con componente S= eam POJO e usando Hibernate JPA con transazioni JPA. Non richiede che il su= pporto EJB3 sia in funzione sull'application server." = #. Tag: para #: Glassfish.xml:182 #, no-c-format msgid "The example already has a break-out of configurations and build scr= ipts for many of the common containers including GlassFish." -msgstr "" +msgstr "L'esempio ha numerose configurazioni e script per compilare per mo= lti dei pi=C3=B9 comuni application server, incluso GlassFish." = #. Tag: title #: Glassfish.xml:188 #, no-c-format msgid "Building the jpa example" -msgstr "" +msgstr "Compilazione dell'esempio jpa" = #. Tag: para #: Glassfish.xml:190 #, no-c-format msgid "To build the example, use the glassfish target:" -msgstr "" +msgstr "Per compilare l'esempio usare il target glassfish:" = #. Tag: programlisting #: Glassfish.xml:194 @@ -265,25 +267,25 @@ #: Glassfish.xml:196 #, no-c-format msgid "This will create the container specific dist-glassfish and exploded-archives-glasfish directories." -msgstr "" +msgstr "Questo creer=C3=A0 le cartelle specifiche per l'application server= dist-glassfish e exploded-archives-glassfish." = #. Tag: title #: Glassfish.xml:203 #, no-c-format msgid "Deploying the jpa example" -msgstr "" +msgstr "Deploy dell'esempio jpa" = #. Tag: para #: Glassfish.xml:205 #, no-c-format msgid "This is very similar to the jee5 example at except that this is a war<= /literal> and not an ear." -msgstr "" +msgstr "Questo =C3=A8 molto simile all'esempio jee5 des= critto in eccetto che questo = =C3=A8 un war e non un ear." = #. Tag: para #: Glassfish.xml:213 #, no-c-format msgid "Log in to the administration console:" -msgstr "" +msgstr "Accedere alla console di amministrazione" = #. Tag: programlisting #: Glassfish.xml:216 @@ -295,37 +297,37 @@ #: Glassfish.xml:219 #, no-c-format msgid "Access the Web Applications in the menu option u= nder the Applications left side menu." -msgstr "" +msgstr "Accedere all'opzione di menu Web Applications s= otto il menu Applications che si trova a sinistra." = #. Tag: para #: Glassfish.xml:233 #, no-c-format msgid "Browse to examples/jpa/dist-glassfish/jboss-seam-jpa.war." -msgstr "" +msgstr "Navigare su examples/jpa/dist-glassfish/jboss-seam-jpa.wa= r." = #. Tag: para #: Glassfish.xml:245 #, no-c-format msgid "You can now access the application at http://localhost:808= 1/jboss-seam-jpa/." -msgstr "" +msgstr "Ora =C3=A8 possibile accedere all'applicazione all'indirizzo http://localhost:8081/jboss-seam-jpa/." = #. Tag: title #: Glassfish.xml:255 #, no-c-format msgid "Using Derby instead of Hypersonic SQL DB" -msgstr "" +msgstr "Usare Derby anzich=C3=A9 Hypersonic SQL DB" = #. Tag: note #: Glassfish.xml:255 #, no-c-format msgid "In order for the app to work out of the box with GlassFish, we have= used the Derby (aka JavaDB) database in GlassFish. However, we strongly re= commend that you use another database (e.g. HSQL). examples/jpa/re= sources-glassfish/WEB-INF/classes/GlassfishDerbyDialect.class is = a hack to get around a Derby bug in GlassFish server. You must use it as yo= ur Hibernate dialect if you use Derby with GlassFish." -msgstr "" +msgstr "Per fare funzionare l'applicazione cos=C3=AC com'=C3=A8 con GlassF= ish abbiamo usato il database Derby (detto anche JavaDB) in GlassFish. Comu= nque =C3=A8 fortemente raccomandato che venga usato un altro database (ad e= sempio HSQL). examples/jpa/resources-glassfish/WEB-INF/classes/Gla= ssfishDerbyDialect.class =C3=A8 un accorgimento per aggirare un p= roblema di Derby nel server GlassFish. Va usato come dialect per Hibernate = se si usa Derby con GlassFish." = #. Tag: title #: Glassfish.xml:267 #, no-c-format msgid "What's different for GlassFish v2 UR2" -msgstr "" +msgstr "Quali sono le differenze in GlassFish v2 UR2" = #. Tag: para #: Glassfish.xml:271 @@ -337,43 +339,43 @@ #: Glassfish.xml:276 #, no-c-format msgid "META-INF/persistence.xml =E2=80=94 the main chan= ges needed are the datasource JNDI, switching to the GlassFish transaction = manager lookup class, and changing the hibernate dialect to be Gla= ssfishDerbyDialect." -msgstr "" +msgstr "META-INF/persistence.xml - i principali cambiam= enti necessari sono la datasource JNDI, il passaggio alla classe che esegue= la risoluzione del gestore delle transazioni di GlassFish e il cambiamento= del dialect Hibernate che deve essere GlassfishDerbyDialect." = #. Tag: para #: Glassfish.xml:285 #, no-c-format msgid "WEB-INF/classes/GlassfishDerbyDialect.class =E2= =80=94 this class is needed for the Hibernate dialect change to Gl= assfishDerbyDialect" -msgstr "" +msgstr "WEB-INF/classes/GlassFishDerbyDialect.class =E2= =80=94 questa classe =C3=A8 necessaria per cambiare il dialect Hibernate in= GlassfishDerbyDialect" = #. Tag: para #: Glassfish.xml:292 #, no-c-format msgid "import.sql =E2=80=94 either for the dialect or D= erby DB the ID column can not be populated by this file = and was removed." -msgstr "" +msgstr "import.sql =E2=80=94 sia per il diverso dialect= che per il database Derby le colonne ID non possono ess= ere popolate da questo file sono state rimosse." = #. Tag: title #: Glassfish.xml:305 #, no-c-format msgid "Deploying an application generated by seam-gen o= n GlassFish v2 UR2" -msgstr "" +msgstr "Mettere in esecuzione un'applicazione generata con seam-g= en su GlassFish v2 UR2" = #. Tag: para #: Glassfish.xml:307 #, no-c-format msgid "seam-gen is a very useful tool for developers to= quickly get an application up and running, and provides a foundation to ad= d your own functionality. Out of box seam-gen will produ= ce applications configured to run on JBoss AS. These instructions will show= the steps needed to get it to run on GlassFish." -msgstr "" +msgstr "seam-gen =C3=A8 uno strumento molto utile per i= programmatori per avere velocemente un'applicazione pronta e funzionante, = e fornisce la base su cui aggiungere le proprie funzionalit=C3=A0. Cos=C3= =AC com'=C3=A8 seam-gen produrr=C3=A0 un'applicazione co= nfigurata per girare su JBoss AS. Le seguenti istruzioni mostrano i passi n= ecessari per farla girare su GlassFish." = #. Tag: title #: Glassfish.xml:316 #, no-c-format msgid "Running seam-gen Setup" -msgstr "Eseguire il setup in seam-gen" +msgstr "Eseguire il setup di seam-gen" = #. Tag: para #: Glassfish.xml:318 #, no-c-format msgid "The first step is setting up seam-gen to constru= ct the base project. There are several choices made below, specifically the= datasource and hibernate values that we will adjust once the project is cr= eated." -msgstr "" +msgstr "Il primo passo =C3=A8 configurare seam-gen per = costruire il progetto base. Ci sono diverse scelte fatte qui sotto, e in pa= rticolare i valori della datasource e di Hibernate che metteremo a posto un= a volta che il progetto =C3=A8 stato creato." = #. Tag: programlisting #: Glassfish.xml:325 @@ -541,19 +543,19 @@ #: Glassfish.xml:327 #, no-c-format msgid "Type $ ./seam new-project to create your project= and then cd /projects/seamgen_example to the newly crea= ted structure." -msgstr "" +msgstr "Scrivere $./seam new-project per creare il prog= etto e poi fare cd /projects/seamgen_example sulla nuova= struttura che =C3=A8 stata creata." = #. Tag: title #: Glassfish.xml:335 #, no-c-format msgid "Changes needed for deployment to GlassFish" -msgstr "" +msgstr "Modifiche necessarie per l'esecuzione su GlassFish" = #. Tag: para #: Glassfish.xml:337 #, no-c-format msgid "We now need to make some changes to the generated project." -msgstr "" +msgstr "Ora dobbiamo fare alcune modifiche al progetto generato." = #. Tag: title #: Glassfish.xml:342 @@ -571,13 +573,13 @@ #: Glassfish.xml:353 #, no-c-format msgid "Alter the jta-data-source to be jdbc/__= default. We are going to be using the integrated GlassFish Derby = DB." -msgstr "" +msgstr "Alterare il jta-data-source in modo che sia jdbc/__default. Useremo il database Derby integrato in Glas= sFish." = #. Tag: para #: Glassfish.xml:360 #, no-c-format msgid "Replace all of the properties with the following. The key differenc= es are briefly described in :" -msgstr "" +msgstr "Sostituire tutte le propriet=C3=A0 con con quello che segue. Le di= fferenze chiave sono descritte brevemente in :" = #. Tag: programlisting #: Glassfish.xml:365 @@ -601,7 +603,7 @@ #: Glassfish.xml:368 #, no-c-format msgid "You'll need to alter persistence-prod.xml as wel= l if you want to deploy to GlassFish using the prod profile." -msgstr "" +msgstr "Sar=C3=A0 necessario alterare anche persistence-prod.xml<= /literal> se si vuole mettere in esecuzione in GlassFish usando il profilo = prod." = #. Tag: literal #: Glassfish.xml:380 @@ -613,7 +615,7 @@ #: Glassfish.xml:383 #, no-c-format msgid "As with other examples we need to include this class for DB support= . It can be copied from the jpa example into the seamgen_example/resources directory." -msgstr "" +msgstr "Come per altri esempi =C3=A8 necessario includere questa classe pe= r il supporto del database. Pu=C3=B2 essere copiata dall'esempio j= pa nella cartella seamgen_example/resources." = #. Tag: programlisting #: Glassfish.xml:389 @@ -637,7 +639,7 @@ #: Glassfish.xml:397 #, no-c-format msgid "You can delete this file as we aren't deploying to JBoss AS (jboss-app.xml is used to enable classloading isolation in JBos= s AS)" -msgstr "" +msgstr "E' possibile cancellare questo file dato che non si sta mettendo i= n esecuzione su JBoss AS (jboss-app.xml =C3=A8 usato per= abilitare l'isolamento del classloader in JBoss AS)" = #. Tag: literal #: Glassfish.xml:406 @@ -649,7 +651,7 @@ #: Glassfish.xml:409 #, no-c-format msgid "You can delete these file as we aren't deploying to JBoss AS (these= files define data sources in JBoss AS, we are using GlassFish's default da= ta source)" -msgstr "" +msgstr "E' possibile cancellare questi file dato che non si sta mettendo i= n esecuzione in JBoss AS (questi file definiscono le data source in JBoss A= S, mentre qui stiamo usando la data source di default di GlassFish)" = #. Tag: literal #: Glassfish.xml:418 @@ -661,13 +663,13 @@ #: Glassfish.xml:423 #, no-c-format msgid "Enable container managed transaction integration - add the ]]> component, and it's n= amespace declaration xmlns:transaction=3D\"http://jboss.com/produc= ts/seam/transaction\"" -msgstr "" +msgstr "Abilitare l'integrazione con le transazioni gestite dal container = - aggiungere il componente = ]] e la sua dichiarazione di namespace xmlns:transaction= =3D\"http://jboss.com/products/seam/transaction\"" = #. Tag: para #: Glassfish.xml:431 #, no-c-format msgid "Alter the jndi-pattern to java:comp/env= /seamgen_example/#{ejbName}" -msgstr "" +msgstr "Modificare il jndi-pattern in java:com= p/env/seamgen_example/#{ejbName}" = #. Tag: literal #: Glassfish.xml:441 @@ -679,7 +681,7 @@ #: Glassfish.xml:444 #, no-c-format msgid "As with the jee5/booking example, we need to add= EJB references to web.xml. Technically, the reference type is not required= , but we add it here for good measure. Note that these references require t= he presence of an empty local-home element to retain com= patibility with a JBoss AS 4.x deployment." -msgstr "" +msgstr "Come per l'esempio jee5/booking, occorre aggiun= gere un riferimento EJB a web.xml. Tecnicamente il tipo di riferimento non = =C3=A8 necessario, ma lo aggiungiamo qui come buona pratica. Notare che que= sti riferimenti richiedono la presenza di un elemento local-home vuoto per mantenere la compatibilit=C3=A0 con l'esecuzione in JBos= s 4.x." = #. Tag: programlisting #: Glassfish.xml:453 @@ -717,7 +719,7 @@ #: Glassfish.xml:454 #, no-c-format msgid "Keep in mind that if you are deploying to JBoss AS 4.x, and have de= fined the EJB references shown above in your web.xml, you will need to also= define local JNDI names for each of them in jboss-web.xml, as shown below.= This step is not required when deploying to GlassFish, but it's mentioned = here in case you are also deploying the application to JBoss AS 4.x (not re= quired for JBoss AS 5)." -msgstr "" +msgstr "Tenere presente che se si esegue in JBoss AS 4.x e si sono definit= i i riferimenti EJB mostrati sopra nel web.xml, sar=C3=A0 necessario anche = definire i nome JNDI locali in jboss-web.xml per ciascuno di essi, come mos= trato sotto. Questo passo non =C3=A8 richiesto quando si esegue in GlassFis= h, ma viene riportato qui nel caso si esegua anche in JBoss AS 4.x (non =C3= =A8 richiesto invece per JBoss AS 5)." = #. Tag: programlisting #: Glassfish.xml:463 @@ -747,31 +749,31 @@ #: Glassfish.xml:470 #, no-c-format msgid "Creating the AuthenticatorAction EJB" -msgstr "" +msgstr "Creazione dell'EJB AuthenticatorAction" = #. Tag: para #: Glassfish.xml:472 #, no-c-format msgid "We want to take the existing Authenticator Seam = POJO component and create an EJB3 out of it." -msgstr "" +msgstr "Vogliamo prendere il componente Seam POJO Authenticator e creare da questo un EJB3." = #. Tag: para #: Glassfish.xml:481 #, no-c-format msgid "Rename the class to AuthenticatorAction" -msgstr "" +msgstr "Rinominare la classe in AuthenticatorAction" = #. Tag: para #: Glassfish.xml:488 #, no-c-format msgid "Add the @Stateless annotation to the new AuthenticatorAction class." -msgstr "" +msgstr "Aggiungere l'annotazione @Stateless alla nuova = classe AuthenticatorAction." = #. Tag: para #: Glassfish.xml:495 #, no-c-format msgid "Create an interface called Authenticator which <= literal>AuthenticatorAction implements (EJB3 requires session bea= ns to have a local interface). Annotate the interface with @Local<= /literal>, and add a single method with same signature as the auth= enticate in AuthenticatorAction." -msgstr "" +msgstr "Creare un'interfaccia chiamata Authenticator ch= e AuthenticatorAction implementa (EJB3 richiede che i se= ssion bean abbiano una interfaccia local). Annotare l'interfaccia con @Local e aggiungere un singolo metodo uguale al metodo authenticate in AuthenticateAction." = #. Tag: programlisting #: Glassfish.xml:508 @@ -805,25 +807,25 @@ #: Glassfish.xml:514 #, no-c-format msgid "We've already added its reference to the web.xml= file so we are good to go." -msgstr "" +msgstr "Abbiamo gi=C3=A0 aggiunto il suo riferimento nel file web= .xml quindi siamo pronti per partire." = #. Tag: title #: Glassfish.xml:523 #, no-c-format msgid "Extra jar dependencies and other changes to the build.xml<= /literal>" -msgstr "" +msgstr "Ulteriori dipendenze di jar e altri cambiamenti al build.= xml." = #. Tag: para #: Glassfish.xml:528 #, no-c-format msgid "This application has similar requirements as the jee5/book= ing example." -msgstr "" +msgstr "Questa applicazione ha dei requisiti simili a quelli dell'esempio = jee5/booking." = #. Tag: para #: Glassfish.xml:534 #, no-c-format msgid "Change the default target to archive (we aren't = going to cover automatic deployment to GlassFish)." -msgstr "" +msgstr "Modificare il target di default in archive (non= tratteremo la messa in esecuzione automatica in GlassFish)." = #. Tag: programlisting #: Glassfish.xml:539 @@ -835,7 +837,7 @@ #: Glassfish.xml:542 #, no-c-format msgid "We need to get the GlassfishDerbyDialect.class i= nto our application jar. To do that find the jar task an= d add the GlassfishDerbyDialect.class line as shown belo= w:" -msgstr "" +msgstr "Occorre avere GlassfishDerbyDialect.class nella= nostra applicazione. Per fare questo trovare il task jar e aggiungere la riga con GlassFishDerbyDialect.class c= ome mostrato qui sotto:" = #. Tag: programlisting #: Glassfish.xml:549 @@ -865,13 +867,13 @@ #: Glassfish.xml:552 #, no-c-format msgid "Now we need to get extra jars into the ear file.= Look for the ]]> section of the ear target. Add the following to the = child ]]> element= ." -msgstr "" +msgstr "A questo punto occorre mettere i jar supplementari nel file ear. Individuare la sezione ]] del target ear. Aggiungere= il seguente brano all'elemento contenuto ]]." = #. Tag: para #: Glassfish.xml:565 #, no-c-format msgid "Add Hibernate dependencies" -msgstr "Aggiungere dipendenze Hibernate" +msgstr "Aggiungere le dipendenze Hibernate" = #. Tag: programlisting #: Glassfish.xml:566 @@ -927,7 +929,7 @@ #: Glassfish.xml:574 #, no-c-format msgid "You should end up with something like:" -msgstr "" +msgstr "Alla fine dovrebbe diventare qualcosa di questo genere:" = #. Tag: programlisting #: Glassfish.xml:576 @@ -981,19 +983,19 @@ #: Glassfish.xml:582 #, no-c-format msgid "Building and deploying the seam-gen'd application to GlassFish" -msgstr "" +msgstr "Compilare ed eseguire l'applicazione fatta con seam-gen in GlassFi= sh" = #. Tag: para #: Glassfish.xml:586 #, no-c-format msgid "Build your application by calling ant in the bas= e directory of your project (for example /projects/seamgen-example= ). The target of the build will be dist/seamgen-example.= ear." -msgstr "" +msgstr "Compilare l'applicazione chiamando ant nella ca= rtella principale del progetto (ad esempio /projects/seamgen-examp= le). Il risultato della compilazione sar=C3=A0 dist/seam= gen-example.ear." = #. Tag: para #: Glassfish.xml:595 #, no-c-format msgid "To deploy the application follow the instructions here but use references to this project seamgen-example instead of jboss-seam-jee5." -msgstr "" +msgstr "Per eseguire l'applicazione seguire le istruzioni indicate qui ma usare i riferimenti a questo pro= getto seamgen-example anzich=C3=A9 jboss-seam-j= ee5." = #. Tag: para #: Glassfish.xml:604 --===============2881638015973600693==-- From seam-commits at lists.jboss.org Fri Jun 5 05:02:41 2009 Content-Type: multipart/mixed; boundary="===============1394662743781665859==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11074 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Fri, 05 Jun 2009 04:53:10 -0400 Message-ID: --===============1394662743781665859== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-05 04:53:10 -0400 (Fri, 05 Jun 2009) New Revision: 11074 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassfish.po Log: JBSEAM-3767: Italian translation of Seam guide ---> COMPLETED! Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassf= ish.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassfish.po= 2009-06-05 08:34:49 UTC (rev 11073) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Glassfish.po= 2009-06-05 08:53:10 UTC (rev 11074) @@ -6,7 +6,7 @@ "Project-Id-Version: Seam_Reference_Guide\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2008-12-27 11:29+0000\n" -"PO-Revision-Date: 2009-06-05 10:26+0100\n" +"PO-Revision-Date: 2009-06-05 10:50+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: it \n" "MIME-Version: 1.0\n" @@ -663,7 +663,7 @@ #: Glassfish.xml:423 #, no-c-format msgid "Enable container managed transaction integration - add the ]]> component, and it's n= amespace declaration xmlns:transaction=3D\"http://jboss.com/produc= ts/seam/transaction\"" -msgstr "Abilitare l'integrazione con le transazioni gestite dal container = - aggiungere il componente = ]] e la sua dichiarazione di namespace xmlns:transaction= =3D\"http://jboss.com/products/seam/transaction\"" +msgstr "Abilitare l'integrazione con le transazioni gestite dal container = - aggiungere il componente = ]]> e la sua dichiarazione di namespace xmlns:transactio= n=3D\"http://jboss.com/products/seam/transaction\"" = #. Tag: para #: Glassfish.xml:431 @@ -867,7 +867,7 @@ #: Glassfish.xml:552 #, no-c-format msgid "Now we need to get extra jars into the ear file.= Look for the ]]> section of the ear target. Add the following to the = child ]]> element= ." -msgstr "A questo punto occorre mettere i jar supplementari nel file ear. Individuare la sezione ]] del target ear. Aggiungere= il seguente brano all'elemento contenuto ]]." +msgstr "A questo punto occorre mettere i jar supplementari nel file ear. Individuare la sezione ]]> del target ear. Aggiunger= e il seguente brano all'elemento contenuto ]]>." = #. Tag: para #: Glassfish.xml:565 @@ -995,7 +995,7 @@ #: Glassfish.xml:595 #, no-c-format msgid "To deploy the application follow the instructions here but use references to this project seamgen-example instead of jboss-seam-jee5." -msgstr "Per eseguire l'applicazione seguire le istruzioni indicate qui ma usare i riferimenti a questo pro= getto seamgen-example anzich=C3=A9 jboss-seam-j= ee5." +msgstr "Per eseguire l'applicazione seguire le istruzioni indicate qui ma usare i riferimenti a questo pr= ogetto seamgen-example anzich=C3=A9 jboss-seam-= jee5." = #. Tag: para #: Glassfish.xml:604 --===============1394662743781665859==-- From seam-commits at lists.jboss.org Fri Jun 5 10:22:38 2009 Content-Type: multipart/mixed; boundary="===============5054403679255892516==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11075 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Fri, 05 Jun 2009 10:12:44 -0400 Message-ID: --===============5054403679255892516== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-05 10:12:44 -0400 (Fri, 05 Jun 2009) New Revision: 11075 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Jms.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-= 06-05 08:53:10 UTC (rev 11074) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-= 06-05 14:12:44 UTC (rev 11075) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-01-18 15:00+0000\n" -"PO-Revision-Date: 2009-04-13 22:31+0100\n" +"PO-Revision-Date: 2009-06-05 16:10+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -23,7 +23,7 @@ #: Jms.xml:3 #, no-c-format msgid "Seam makes it very easy to perform work asynchronously from a web r= equest. When most people think of asynchronicity in Java EE, they think of = using JMS. This is certainly one way to approach the problem in Seam, and i= s the right way when you have strict and well-defined quality of service re= quirements. Seam makes it easy to send and receive JMS messages using Seam = components." -msgstr "Seam semplifica molto l'esecuzione di lavori asincroni da richiest= a web. Quando la maggior parte delle persone pensa all'asincronicit=C3=A0 i= n Java EE, pensano all'uso di JMS. Questo =C3=A8 certamente un modo per app= rocciare il problema in Seam, ed =C3=A8 quello giusto quando si hanno dei r= equisiti di qualit=C3=A0 di servizio molto stringenti e ben definiti. Seam = semplifica l'invio e la ricezione di messaggi JMS usando i componenti Seam." +msgstr "Seam semplifica molto l'esecuzione di lavori asincroni da una rich= iesta web. Quando la maggior parte delle persone pensa all'asincronicit=C3= =A0 in Java EE, pensa all'uso di JMS. Questo =C3=A8 certamente un modo per = approcciare il problema in Seam, ed =C3=A8 quello giusto quando si hanno de= i requisiti di qualit=C3=A0 di servizio molto stringenti e ben definiti. Se= am semplifica l'invio e la ricezione di messaggi JMS usando i componenti Se= am." = #. Tag: para #: Jms.xml:11 @@ -159,7 +159,7 @@ "{\n" " public void processPayment(Payment payment)\n" " {\n" -" //do some work!\n" +" //fai qualche lavoro!\n" " }\n" "}]]>" = @@ -338,9 +338,9 @@ " \n" " public Timer processScheduledPayment(Payment payment, @Expiration Dat= e date)\n" " {\n" -" //do some work!\n" +" //fai qualche lavoro!\n" " \n" -" return timer; //note that return value is completely ignored\n" +" return timer; //notare che il valore di ritorno viene completamen= te ignorato\n" " }\n" "\n" "}]]>" @@ -432,20 +432,20 @@ "QuartzTriggerHandle object, which you can use later to stop, pause, and resume the schedul= er. The QuartzTriggerHandle object is serializable, so y= ou can save it into the database if you need to keep it around for extended= period of time." -msgstr "Si noti che il metodo restituisce l'oggetto QuartzTrigger= Handle, che si pu=C3=B2 usare per arrestare, mettere in pausa e r= ipristinare lo scheduler. L'oggetto QuartzTriggerHandle = =C3=A8 serializzabile, e quindi puoi salvarlo nel database se deve essere p= resente per un periodo di tempo esteso." +msgstr "Si noti che il metodo restituisce l'oggetto QuartzTrigger= Handle, che si pu=C3=B2 usare per arrestare, mettere in pausa e r= ipristinare lo scheduler. L'oggetto QuartzTriggerHandle = =C3=A8 serializzabile, e quindi pu=C3=B2 essere salvato nel database se dev= e essere presente per un periodo di tempo esteso." = #. Tag: programlisting #: Jms.xml:154 @@ -480,12 +480,12 @@ " payment.getPaymentCron(), \n" " payment);\n" " payment.setQuartzTriggerHandle( handle );\n" -" // Save payment to DB\n" +" // Salva il pagamento nel DB\n" " \n" -" // later ...\n" +" // pi=C3=B9 tardi ...\n" " \n" -" // Retrieve payment from DB\n" -" // Cancel the remaining scheduled tasks\n" +" // Recupera il pagamento dal DB\n" +" // Cancella i rimanenti task schedulati\n" " payment.getQuartzTriggerHandle().cancel();\n" "]]>" = @@ -523,12 +523,12 @@ " @IntervalCron String cron, \n" " Payment payment) \n" " { \n" -" // do the repeating or long running task\n" +" // esegui il task ripetitivo o long running\n" " }\n" " \n" " ... ...\n" " \n" -" // Schedule the task in the business logic processing code\n" +" // Schedula il task nel codice che processa la business logic\n" " QuartzTriggerHandle handle =3D \n" " processor.schedulePayment(new Date(), \"0 10,44 14 ? 3 WED\", payme= nt);\n" "]]>" @@ -568,12 +568,12 @@ " @IntervalBusinessDay NthBusinessDay nth,= \n" " Payment payment) \n" " { \n" -" // do the repeating or long running task\n" +" // esegui il task ripetitivo o long running\n" " }\n" " \n" " ... ...\n" " \n" -" // Schedule the task in the business logic processing code\n" +" // Schedula il task nel codice che processa la business logic\n" " QuartzTriggerHandle handle =3D \n" " processor.schedulePayment(new Date(), \n" " new NthBusinessDay(2, \"14:00\", WEEKLY), payment);\n" @@ -655,7 +655,7 @@ #: Jms.xml:176 #, no-c-format msgid "Component-driven events may also be asynchronous. To raise an event= for asynchronous processing, simply call the raiseAsynchronousEve= nt() method of the Events class. To schedule a= timed event, call the raiseTimedEvent() method, passing= a schedule object (for the default dispatcher or time= r service dispatcher, use TimerSchedule). Components may= observe asynchronous events in the usual way, but remember that only the b= usiness process context is propagated to the asynchronous thread." -msgstr "Eventi guidati dai componenti possono essere asincroni. Per sollev= are un evento da processare in modo asincrono, occorre semplicemente chiama= re il metodo raiseAsynchronousEvent() della classe Events. Per schedulare un evento a tempo, chiamare il metodo = raiseTimedEvent() passando un oggetto schedule= (per il dispatcher di default o il dispatcher delservizio timer= , usare TimerSchedule). I componenti possono osservare e= venti asincroni nel solito modo, ma si tenga presente che solo il contesto = business process viene propagato nel thread asincrono." +msgstr "Gli eventi guidati dai componenti possono essere asincroni. Per so= llevare un evento da processare in modo asincrono, occorre semplicemente ch= iamare il metodo raiseAsynchronousEvent() della classe <= literal>Events. Per schedulare un evento a tempo, chiamare il met= odo raiseTimedEvent() passando un oggetto sche= dule (per il dispatcher di default o il dispatcher del servizio = timer, usare TimerSchedule). I componenti possono osserv= are eventi asincroni nel solito modo, ma si tenga presente che solo il cont= esto business process viene propagato nel thread asincrono." = #. Tag: title #: Jms.xml:188 --===============5054403679255892516==-- From seam-commits at lists.jboss.org Fri Jun 5 12:46:58 2009 Content-Type: multipart/mixed; boundary="===============8012627092638084781==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11076 - branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/example/tasks. Date: Fri, 05 Jun 2009 12:37:23 -0400 Message-ID: --===============8012627092638084781== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jharting Date: 2009-06-05 12:37:23 -0400 (Fri, 05 Jun 2009) New Revision: 11076 Removed: branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/examp= le/tasks/ContextHome.java branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/examp= le/tasks/TaskHome.java Log: Ooops Deleted: branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam= /example/tasks/ContextHome.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/exam= ple/tasks/ContextHome.java 2009-06-05 14:12:44 UTC (rev 11075) +++ branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/exam= ple/tasks/ContextHome.java 2009-06-05 16:37:23 UTC (rev 11076) @@ -1,45 +0,0 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2008, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ -package org.jboss.seam.example.tasks; - -import org.jboss.seam.annotations.AutoCreate; -import org.jboss.seam.annotations.Name; -import org.jboss.seam.example.tasks.entity.Context; -import org.jboss.seam.framework.EntityHome; - -/** - * = - * @author Jozef Hartinger - * - */ -(a)Name("contextHome") -(a)AutoCreate -public class ContextHome extends EntityHome -{ - - public Context findByUsernameAndContext(String username, String context) - { - setInstance((Context) getEntityManager().createNamedQuery("contextBy= NameAndUser").setParameter("username", username).setParameter("context", co= ntext).getSingleResult()); - return getInstance(); - } - -} Deleted: branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam= /example/tasks/TaskHome.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/exam= ple/tasks/TaskHome.java 2009-06-05 14:12:44 UTC (rev 11075) +++ branches/community/Seam_2_1/examples/tasks/src/main/org/jboss/seam/exam= ple/tasks/TaskHome.java 2009-06-05 16:37:23 UTC (rev 11076) @@ -1,43 +0,0 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2008, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ -package org.jboss.seam.example.tasks; - -import org.jboss.seam.annotations.AutoCreate; -import org.jboss.seam.annotations.Name; -import org.jboss.seam.example.tasks.entity.Task; -import org.jboss.seam.framework.EntityHome; - -/** - * = - * @author Jozef Hartinger - * - */ -(a)Name("taskHome") -(a)AutoCreate -public class TaskHome extends EntityHome -{ - public Task findTask(Long context, String task) { - setInstance((Task) getEntityManager().createNamedQuery("taskByNameAn= dContext").setParameter("task", task).setParameter("context", context).getS= ingleResult()); - return getInstance(); - } - = -} --===============8012627092638084781==-- From seam-commits at lists.jboss.org Fri Jun 5 14:14:46 2009 Content-Type: multipart/mixed; boundary="===============4278024912067859514==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11077 - in tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide: it-IT and 1 other directory. Date: Fri, 05 Jun 2009 14:05:09 -0400 Message-ID: --===============4278024912067859514== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 14:05:09 -0400 (Fri, 05 Jun 2009) New Revision: 11077 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/Testing.xml tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Glassfish.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jms.po tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Testing.po Log: merge docs to 11076 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/Testing.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 --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/Testing.xml 2009-0= 6-05 16:37:23 UTC (rev 11076) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/en-US/Testing.xml 2009-0= 6-05 18:05:09 UTC (rev 11077) @@ -538,7 +538,7 @@ If you need to insert or clean data in your database before ea= ch = test you can use Seam's integration with DBUnit. To do this, = extend = - DBUnitSeamTest rather than SeamTest. + DBUnitSeamTest rather than SeamTest. = @@ -547,7 +547,7 @@ = DBUnit supports two formats for dataset files, flat and XML. = Seam's - DBUnitSeamTest assumes the flat format is used, so make sure t= hat = + DBUnitSeamTest assumes the flat format is u= sed, so make sure that = your dataset is in this format. = Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Glassfish.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Glassfish.po 2009-= 06-05 16:37:23 UTC (rev 11076) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Glassfish.po 2009-= 06-05 18:05:09 UTC (rev 11077) @@ -1,41 +1,43 @@ # Language it-IT translations for Seam_Reference_Guide package. -# Automatically generated, 2008. # +# Automatically generated, 2008, 2009. msgid "" msgstr "" "Project-Id-Version: Seam_Reference_Guide\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2008-12-27 11:29+0000\n" -"PO-Revision-Date: 2009-04-23 20:44+0100\n" +"PO-Revision-Date: 2009-06-05 10:50+0100\n" "Last-Translator: Nicola Benaglia \n" -"Language-Team: none\n" +"Language-Team: it \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" = #. Tag: title #: Glassfish.xml:3 #, no-c-format msgid "Seam on GlassFish application server" -msgstr "" +msgstr "Seam sull'application server GlassFish" = #. Tag: para #: Glassfish.xml:5 #, no-c-format msgid "GlassFish is an open source application server which fully implemen= ts Java EE 5. The latest stable release is v2 UR2." -msgstr "" +msgstr "GlassFish =C3=A8 un application server open source che implementa = in maniera completa le specifiche Java EE 5. L'ultima versione stabile rila= sciata =C3=A8 la v2 UR2." = #. Tag: para #: Glassfish.xml:10 #, no-c-format msgid "First, we'll discuss the GlassFish environment. Then we will go ove= r the how you deploy the jee5 example. Next, we will deploy the JPA example= application. Finally we show how to get a seam-gen's generated application= running on GlassFish." -msgstr "" +msgstr "Anzitutto vedremo l'ambiente GlassFish. Quindi proseguiremo su com= e eseguire l'esempio JEE5. Poi eseguiremo l'aplicazione di esempio JPA. Inf= ine mostreremo come si pu=C3=B2 ottenere un'applicazione generata con seam-= gen che funzioni su GlassFish." = #. Tag: title #: Glassfish.xml:18 #, no-c-format msgid "GlassFish environment and deployment information" -msgstr "" +msgstr "L'ambiente e l'esecuzione di applicazioni su GlassFish" = #. Tag: title #: Glassfish.xml:21 @@ -47,19 +49,19 @@ #: Glassfish.xml:23 #, no-c-format msgid "All of the examples and information in this chapter are based on th= e the latest version of GlassFish at the time of this writing." -msgstr "" +msgstr "Tutte le informazioni e gli esempi in questo capitolo sono basati = sull'ultima versione di GlassFish al momento in cui =C3=A8 stato scritto." = #. Tag: ulink #: Glassfish.xml:30 #, no-c-format msgid "GlassFish v2 UR2 - download page" -msgstr "" +msgstr "GlassFish v2 UR2 - pagina di download" = #. Tag: para #: Glassfish.xml:37 #, no-c-format msgid "After downloading GlassFish, install it:" -msgstr "" +msgstr "Dopo aver scaricato GlassFish occorre installarlo:" = #. Tag: programlisting #: Glassfish.xml:41 @@ -71,7 +73,7 @@ #: Glassfish.xml:43 #, no-c-format msgid "After installing, setup GlassFish:" -msgstr "" +msgstr "Dopo averlo installato, occorre configurarlo:" = #. Tag: programlisting #: Glassfish.xml:47 @@ -83,13 +85,13 @@ #: Glassfish.xml:49 #, no-c-format msgid "The created domain's name is domain1." -msgstr "" +msgstr "Il nome del dominio creato =C3=A8 domain1." = #. Tag: para #: Glassfish.xml:53 #, no-c-format msgid "Next, we start the embedded JavaDB server:" -msgstr "" +msgstr "Ora facciamo partire il server JavaDB interno:" = #. Tag: programlisting #: Glassfish.xml:57 @@ -101,13 +103,13 @@ #: Glassfish.xml:60 #, no-c-format msgid "JavaDB is an embedded database that is included with GlassFish, jus= t as HSQLDB is included in JBoss AS." -msgstr "" +msgstr "JavaDB =C3=A8 un database interno che =C3=A8 incluso in GlassFish,= cos=C3=AC come HSQLDB =C3=A8 incluso in JBoss AS." = #. Tag: para #: Glassfish.xml:66 #, no-c-format msgid "Now, start the GlassFish server:" -msgstr "" +msgstr "Ora facciamo partire il server GlassFish:" = #. Tag: programlisting #: Glassfish.xml:70 @@ -119,13 +121,13 @@ #: Glassfish.xml:72 #, no-c-format msgid "The web administration console is available at http://loca= lhost:4848/. You can access the web admin console with the defaul= t username (admin) and password (adminadmin). We will be using the the admin console to deploy our examples. You= can also copy EAR/WAR files to the glassfish/domains/domain1/auto= deploy directory to deploy them, although we are not going to cov= er that." -msgstr "" +msgstr "La console di amministrazione web =C3=A8 disponibile all'indirizzo= http://localhost:4848/. E' possibile accedere alla cons= ole di amministrazione web con il nome utente e la password di default (admin e adminadmin rispettivamente). Use= remo la console di amministrazione per mettere in esecuzione i nostri esemp= i. E' anche possibile copiare i file EAR/WAR nella cartella glassf= ish/domains/domain1/autodeploy per metterli in esecuzione, ma non= ci occuperemo di questo." = #. Tag: para #: Glassfish.xml:82 #, no-c-format msgid "You can stop the server and database using:" -msgstr "" +msgstr "E' possibile fermare il server e il database usando:" = #. Tag: programlisting #: Glassfish.xml:86 @@ -137,25 +139,25 @@ #: Glassfish.xml:91 #, no-c-format msgid "The jee5/booking example" -msgstr "" +msgstr "L'esempio jee5/booking" = #. Tag: para #: Glassfish.xml:93 #, no-c-format msgid "The jee5/booking example is based on the Hotel B= ooking example (which runs on JBoss AS). Out of the box it is also designed= to run on GlassFish. It is located in $SEAM_DIST/examples/jee5/bo= oking." -msgstr "" +msgstr "L'esempio jee5/booking =C3=A8 basato sull'esemp= io Hotel Booking (che gira su JBoss AS). Cos=C3=AC com'=C3=A8, =C3=A8 fatto= per girare su GlassFish. Si trova in $SEAM_DIST/examples/jee5/boo= king." = #. Tag: title #: Glassfish.xml:101 #, no-c-format msgid "Building the jee5/booking example" -msgstr "" +msgstr "Compilare l'esempio jee5/booking" = #. Tag: para #: Glassfish.xml:103 #, no-c-format msgid "To build the example, simply execute the default ant target:" -msgstr "" +msgstr "Per compilare l'esempio, eseguire semplicemente il target ant di default:" = #. Tag: programlisting #: Glassfish.xml:108 @@ -167,50 +169,50 @@ #: Glassfish.xml:110 #, no-c-format msgid "in the examples/jee5/booking directory. This wil= l create the dist and exploded-archives directories." -msgstr "" +msgstr "nella cartella examples/jee5/booking. Questo cr= eer=C3=A0 le cartelle dist e exploded-archives<= /literal>." = #. Tag: title #: Glassfish.xml:117 #, no-c-format msgid "Deploying the application to GlassFish" -msgstr "" +msgstr "Mettere in esecuzione l'applicazione su GlassFish" = #. Tag: para #: Glassfish.xml:119 #, no-c-format msgid "We will deploy the application on GlassFish using the GlassFish adm= in console." -msgstr "" +msgstr "Metteremo in esecuzione l'applicazione su GlassFish usando la cons= ole di amministrazione GlassFish." = #. Tag: para #: Glassfish.xml:126 #, no-c-format msgid "Log in to the admin console at http://localhost:4848" -msgstr "" +msgstr "Accedere alla console di amministrazione all'indirizzo ht= tp://localhost:4848" = #. Tag: para #: Glassfish.xml:131 #, no-c-format msgid "Access the Enterprise Applications in the menu o= ption under the Applications left side menu." -msgstr "" +msgstr "Accedere all'opzione di menu Enterprise Applications sotto il menu Applications che si trova a sinistra= ." = #. Tag: para #: Glassfish.xml:138 #, no-c-format msgid "At the top of the Enterprise Application table s= elect Deploy. Follow through the wizard, using these hin= ts:" -msgstr "" +msgstr "In cima alla tabella delle Enterprise Applications selezionare Deploy. Seguire la procedura guidata usa= ndo questi suggerimenti:" = #. Tag: literal #: Glassfish.xml:146 #: Glassfish.xml:227 #, no-c-format msgid "Preparing for the application installation" -msgstr "" +msgstr "Preparazione dell'installazione dell'applicazione" = #. Tag: para #: Glassfish.xml:150 #, no-c-format msgid "Browse to examples/jee5/booking/dist/jboss-seam-jee5.ear." -msgstr "" +msgstr "Navigare su examples/jee5/booking/dist/jboss-seam-jee5.ea= r." = #. Tag: para #: Glassfish.xml:155 @@ -223,37 +225,37 @@ #: Glassfish.xml:164 #, no-c-format msgid "You can now access the application at http://localhost:808= 1/seam-jee5/." -msgstr "" +msgstr "Ora =C3=A8 possibile accedere all'applicazione all'indirizzo http://localhost:8081/seam-jee5/." = #. Tag: title #: Glassfish.xml:174 #, no-c-format msgid "The jpa booking example" -msgstr "" +msgstr "L'esempio booking jpa" = #. Tag: para #: Glassfish.xml:176 #, no-c-format msgid "This is the Hotel Booking example implemented in Seam POJOs and usi= ng Hibernate JPA with JPA transactions. It does not require EJB3 support to= run on application server." -msgstr "" +msgstr "Si tratta dell'esempio Hotel Booking implementato con componente S= eam POJO e usando Hibernate JPA con transazioni JPA. Non richiede che il su= pporto EJB3 sia in funzione sull'application server." = #. Tag: para #: Glassfish.xml:182 #, no-c-format msgid "The example already has a break-out of configurations and build scr= ipts for many of the common containers including GlassFish." -msgstr "" +msgstr "L'esempio ha numerose configurazioni e script per compilare per mo= lti dei pi=C3=B9 comuni application server, incluso GlassFish." = #. Tag: title #: Glassfish.xml:188 #, no-c-format msgid "Building the jpa example" -msgstr "" +msgstr "Compilazione dell'esempio jpa" = #. Tag: para #: Glassfish.xml:190 #, no-c-format msgid "To build the example, use the glassfish target:" -msgstr "" +msgstr "Per compilare l'esempio usare il target glassfish:" = #. Tag: programlisting #: Glassfish.xml:194 @@ -265,25 +267,25 @@ #: Glassfish.xml:196 #, no-c-format msgid "This will create the container specific dist-glassfish and exploded-archives-glasfish directories." -msgstr "" +msgstr "Questo creer=C3=A0 le cartelle specifiche per l'application server= dist-glassfish e exploded-archives-glassfish." = #. Tag: title #: Glassfish.xml:203 #, no-c-format msgid "Deploying the jpa example" -msgstr "" +msgstr "Deploy dell'esempio jpa" = #. Tag: para #: Glassfish.xml:205 #, no-c-format msgid "This is very similar to the jee5 example at except that this is a war<= /literal> and not an ear." -msgstr "" +msgstr "Questo =C3=A8 molto simile all'esempio jee5 des= critto in eccetto che questo = =C3=A8 un war e non un ear." = #. Tag: para #: Glassfish.xml:213 #, no-c-format msgid "Log in to the administration console:" -msgstr "" +msgstr "Accedere alla console di amministrazione" = #. Tag: programlisting #: Glassfish.xml:216 @@ -295,37 +297,37 @@ #: Glassfish.xml:219 #, no-c-format msgid "Access the Web Applications in the menu option u= nder the Applications left side menu." -msgstr "" +msgstr "Accedere all'opzione di menu Web Applications s= otto il menu Applications che si trova a sinistra." = #. Tag: para #: Glassfish.xml:233 #, no-c-format msgid "Browse to examples/jpa/dist-glassfish/jboss-seam-jpa.war." -msgstr "" +msgstr "Navigare su examples/jpa/dist-glassfish/jboss-seam-jpa.wa= r." = #. Tag: para #: Glassfish.xml:245 #, no-c-format msgid "You can now access the application at http://localhost:808= 1/jboss-seam-jpa/." -msgstr "" +msgstr "Ora =C3=A8 possibile accedere all'applicazione all'indirizzo http://localhost:8081/jboss-seam-jpa/." = #. Tag: title #: Glassfish.xml:255 #, no-c-format msgid "Using Derby instead of Hypersonic SQL DB" -msgstr "" +msgstr "Usare Derby anzich=C3=A9 Hypersonic SQL DB" = #. Tag: note #: Glassfish.xml:255 #, no-c-format msgid "In order for the app to work out of the box with GlassFish, we have= used the Derby (aka JavaDB) database in GlassFish. However, we strongly re= commend that you use another database (e.g. HSQL). examples/jpa/re= sources-glassfish/WEB-INF/classes/GlassfishDerbyDialect.class is = a hack to get around a Derby bug in GlassFish server. You must use it as yo= ur Hibernate dialect if you use Derby with GlassFish." -msgstr "" +msgstr "Per fare funzionare l'applicazione cos=C3=AC com'=C3=A8 con GlassF= ish abbiamo usato il database Derby (detto anche JavaDB) in GlassFish. Comu= nque =C3=A8 fortemente raccomandato che venga usato un altro database (ad e= sempio HSQL). examples/jpa/resources-glassfish/WEB-INF/classes/Gla= ssfishDerbyDialect.class =C3=A8 un accorgimento per aggirare un p= roblema di Derby nel server GlassFish. Va usato come dialect per Hibernate = se si usa Derby con GlassFish." = #. Tag: title #: Glassfish.xml:267 #, no-c-format msgid "What's different for GlassFish v2 UR2" -msgstr "" +msgstr "Quali sono le differenze in GlassFish v2 UR2" = #. Tag: para #: Glassfish.xml:271 @@ -337,43 +339,43 @@ #: Glassfish.xml:276 #, no-c-format msgid "META-INF/persistence.xml =E2=80=94 the main chan= ges needed are the datasource JNDI, switching to the GlassFish transaction = manager lookup class, and changing the hibernate dialect to be Gla= ssfishDerbyDialect." -msgstr "" +msgstr "META-INF/persistence.xml - i principali cambiam= enti necessari sono la datasource JNDI, il passaggio alla classe che esegue= la risoluzione del gestore delle transazioni di GlassFish e il cambiamento= del dialect Hibernate che deve essere GlassfishDerbyDialect." = #. Tag: para #: Glassfish.xml:285 #, no-c-format msgid "WEB-INF/classes/GlassfishDerbyDialect.class =E2= =80=94 this class is needed for the Hibernate dialect change to Gl= assfishDerbyDialect" -msgstr "" +msgstr "WEB-INF/classes/GlassFishDerbyDialect.class =E2= =80=94 questa classe =C3=A8 necessaria per cambiare il dialect Hibernate in= GlassfishDerbyDialect" = #. Tag: para #: Glassfish.xml:292 #, no-c-format msgid "import.sql =E2=80=94 either for the dialect or D= erby DB the ID column can not be populated by this file = and was removed." -msgstr "" +msgstr "import.sql =E2=80=94 sia per il diverso dialect= che per il database Derby le colonne ID non possono ess= ere popolate da questo file sono state rimosse." = #. Tag: title #: Glassfish.xml:305 #, no-c-format msgid "Deploying an application generated by seam-gen o= n GlassFish v2 UR2" -msgstr "" +msgstr "Mettere in esecuzione un'applicazione generata con seam-g= en su GlassFish v2 UR2" = #. Tag: para #: Glassfish.xml:307 #, no-c-format msgid "seam-gen is a very useful tool for developers to= quickly get an application up and running, and provides a foundation to ad= d your own functionality. Out of box seam-gen will produ= ce applications configured to run on JBoss AS. These instructions will show= the steps needed to get it to run on GlassFish." -msgstr "" +msgstr "seam-gen =C3=A8 uno strumento molto utile per i= programmatori per avere velocemente un'applicazione pronta e funzionante, = e fornisce la base su cui aggiungere le proprie funzionalit=C3=A0. Cos=C3= =AC com'=C3=A8 seam-gen produrr=C3=A0 un'applicazione co= nfigurata per girare su JBoss AS. Le seguenti istruzioni mostrano i passi n= ecessari per farla girare su GlassFish." = #. Tag: title #: Glassfish.xml:316 #, no-c-format msgid "Running seam-gen Setup" -msgstr "Eseguire il setup in seam-gen" +msgstr "Eseguire il setup di seam-gen" = #. Tag: para #: Glassfish.xml:318 #, no-c-format msgid "The first step is setting up seam-gen to constru= ct the base project. There are several choices made below, specifically the= datasource and hibernate values that we will adjust once the project is cr= eated." -msgstr "" +msgstr "Il primo passo =C3=A8 configurare seam-gen per = costruire il progetto base. Ci sono diverse scelte fatte qui sotto, e in pa= rticolare i valori della datasource e di Hibernate che metteremo a posto un= a volta che il progetto =C3=A8 stato creato." = #. Tag: programlisting #: Glassfish.xml:325 @@ -541,19 +543,19 @@ #: Glassfish.xml:327 #, no-c-format msgid "Type $ ./seam new-project to create your project= and then cd /projects/seamgen_example to the newly crea= ted structure." -msgstr "" +msgstr "Scrivere $./seam new-project per creare il prog= etto e poi fare cd /projects/seamgen_example sulla nuova= struttura che =C3=A8 stata creata." = #. Tag: title #: Glassfish.xml:335 #, no-c-format msgid "Changes needed for deployment to GlassFish" -msgstr "" +msgstr "Modifiche necessarie per l'esecuzione su GlassFish" = #. Tag: para #: Glassfish.xml:337 #, no-c-format msgid "We now need to make some changes to the generated project." -msgstr "" +msgstr "Ora dobbiamo fare alcune modifiche al progetto generato." = #. Tag: title #: Glassfish.xml:342 @@ -571,13 +573,13 @@ #: Glassfish.xml:353 #, no-c-format msgid "Alter the jta-data-source to be jdbc/__= default. We are going to be using the integrated GlassFish Derby = DB." -msgstr "" +msgstr "Alterare il jta-data-source in modo che sia jdbc/__default. Useremo il database Derby integrato in Glas= sFish." = #. Tag: para #: Glassfish.xml:360 #, no-c-format msgid "Replace all of the properties with the following. The key differenc= es are briefly described in :" -msgstr "" +msgstr "Sostituire tutte le propriet=C3=A0 con con quello che segue. Le di= fferenze chiave sono descritte brevemente in :" = #. Tag: programlisting #: Glassfish.xml:365 @@ -601,7 +603,7 @@ #: Glassfish.xml:368 #, no-c-format msgid "You'll need to alter persistence-prod.xml as wel= l if you want to deploy to GlassFish using the prod profile." -msgstr "" +msgstr "Sar=C3=A0 necessario alterare anche persistence-prod.xml<= /literal> se si vuole mettere in esecuzione in GlassFish usando il profilo = prod." = #. Tag: literal #: Glassfish.xml:380 @@ -613,7 +615,7 @@ #: Glassfish.xml:383 #, no-c-format msgid "As with other examples we need to include this class for DB support= . It can be copied from the jpa example into the seamgen_example/resources directory." -msgstr "" +msgstr "Come per altri esempi =C3=A8 necessario includere questa classe pe= r il supporto del database. Pu=C3=B2 essere copiata dall'esempio j= pa nella cartella seamgen_example/resources." = #. Tag: programlisting #: Glassfish.xml:389 @@ -637,7 +639,7 @@ #: Glassfish.xml:397 #, no-c-format msgid "You can delete this file as we aren't deploying to JBoss AS (jboss-app.xml is used to enable classloading isolation in JBos= s AS)" -msgstr "" +msgstr "E' possibile cancellare questo file dato che non si sta mettendo i= n esecuzione su JBoss AS (jboss-app.xml =C3=A8 usato per= abilitare l'isolamento del classloader in JBoss AS)" = #. Tag: literal #: Glassfish.xml:406 @@ -649,7 +651,7 @@ #: Glassfish.xml:409 #, no-c-format msgid "You can delete these file as we aren't deploying to JBoss AS (these= files define data sources in JBoss AS, we are using GlassFish's default da= ta source)" -msgstr "" +msgstr "E' possibile cancellare questi file dato che non si sta mettendo i= n esecuzione in JBoss AS (questi file definiscono le data source in JBoss A= S, mentre qui stiamo usando la data source di default di GlassFish)" = #. Tag: literal #: Glassfish.xml:418 @@ -661,13 +663,13 @@ #: Glassfish.xml:423 #, no-c-format msgid "Enable container managed transaction integration - add the ]]> component, and it's n= amespace declaration xmlns:transaction=3D\"http://jboss.com/produc= ts/seam/transaction\"" -msgstr "" +msgstr "Abilitare l'integrazione con le transazioni gestite dal container = - aggiungere il componente = ]]> e la sua dichiarazione di namespace xmlns:transactio= n=3D\"http://jboss.com/products/seam/transaction\"" = #. Tag: para #: Glassfish.xml:431 #, no-c-format msgid "Alter the jndi-pattern to java:comp/env= /seamgen_example/#{ejbName}" -msgstr "" +msgstr "Modificare il jndi-pattern in java:com= p/env/seamgen_example/#{ejbName}" = #. Tag: literal #: Glassfish.xml:441 @@ -679,7 +681,7 @@ #: Glassfish.xml:444 #, no-c-format msgid "As with the jee5/booking example, we need to add= EJB references to web.xml. Technically, the reference type is not required= , but we add it here for good measure. Note that these references require t= he presence of an empty local-home element to retain com= patibility with a JBoss AS 4.x deployment." -msgstr "" +msgstr "Come per l'esempio jee5/booking, occorre aggiun= gere un riferimento EJB a web.xml. Tecnicamente il tipo di riferimento non = =C3=A8 necessario, ma lo aggiungiamo qui come buona pratica. Notare che que= sti riferimenti richiedono la presenza di un elemento local-home vuoto per mantenere la compatibilit=C3=A0 con l'esecuzione in JBos= s 4.x." = #. Tag: programlisting #: Glassfish.xml:453 @@ -717,7 +719,7 @@ #: Glassfish.xml:454 #, no-c-format msgid "Keep in mind that if you are deploying to JBoss AS 4.x, and have de= fined the EJB references shown above in your web.xml, you will need to also= define local JNDI names for each of them in jboss-web.xml, as shown below.= This step is not required when deploying to GlassFish, but it's mentioned = here in case you are also deploying the application to JBoss AS 4.x (not re= quired for JBoss AS 5)." -msgstr "" +msgstr "Tenere presente che se si esegue in JBoss AS 4.x e si sono definit= i i riferimenti EJB mostrati sopra nel web.xml, sar=C3=A0 necessario anche = definire i nome JNDI locali in jboss-web.xml per ciascuno di essi, come mos= trato sotto. Questo passo non =C3=A8 richiesto quando si esegue in GlassFis= h, ma viene riportato qui nel caso si esegua anche in JBoss AS 4.x (non =C3= =A8 richiesto invece per JBoss AS 5)." = #. Tag: programlisting #: Glassfish.xml:463 @@ -747,31 +749,31 @@ #: Glassfish.xml:470 #, no-c-format msgid "Creating the AuthenticatorAction EJB" -msgstr "" +msgstr "Creazione dell'EJB AuthenticatorAction" = #. Tag: para #: Glassfish.xml:472 #, no-c-format msgid "We want to take the existing Authenticator Seam = POJO component and create an EJB3 out of it." -msgstr "" +msgstr "Vogliamo prendere il componente Seam POJO Authenticator e creare da questo un EJB3." = #. Tag: para #: Glassfish.xml:481 #, no-c-format msgid "Rename the class to AuthenticatorAction" -msgstr "" +msgstr "Rinominare la classe in AuthenticatorAction" = #. Tag: para #: Glassfish.xml:488 #, no-c-format msgid "Add the @Stateless annotation to the new AuthenticatorAction class." -msgstr "" +msgstr "Aggiungere l'annotazione @Stateless alla nuova = classe AuthenticatorAction." = #. Tag: para #: Glassfish.xml:495 #, no-c-format msgid "Create an interface called Authenticator which <= literal>AuthenticatorAction implements (EJB3 requires session bea= ns to have a local interface). Annotate the interface with @Local<= /literal>, and add a single method with same signature as the auth= enticate in AuthenticatorAction." -msgstr "" +msgstr "Creare un'interfaccia chiamata Authenticator ch= e AuthenticatorAction implementa (EJB3 richiede che i se= ssion bean abbiano una interfaccia local). Annotare l'interfaccia con @Local e aggiungere un singolo metodo uguale al metodo authenticate in AuthenticateAction." = #. Tag: programlisting #: Glassfish.xml:508 @@ -805,25 +807,25 @@ #: Glassfish.xml:514 #, no-c-format msgid "We've already added its reference to the web.xml= file so we are good to go." -msgstr "" +msgstr "Abbiamo gi=C3=A0 aggiunto il suo riferimento nel file web= .xml quindi siamo pronti per partire." = #. Tag: title #: Glassfish.xml:523 #, no-c-format msgid "Extra jar dependencies and other changes to the build.xml<= /literal>" -msgstr "" +msgstr "Ulteriori dipendenze di jar e altri cambiamenti al build.= xml." = #. Tag: para #: Glassfish.xml:528 #, no-c-format msgid "This application has similar requirements as the jee5/book= ing example." -msgstr "" +msgstr "Questa applicazione ha dei requisiti simili a quelli dell'esempio = jee5/booking." = #. Tag: para #: Glassfish.xml:534 #, no-c-format msgid "Change the default target to archive (we aren't = going to cover automatic deployment to GlassFish)." -msgstr "" +msgstr "Modificare il target di default in archive (non= tratteremo la messa in esecuzione automatica in GlassFish)." = #. Tag: programlisting #: Glassfish.xml:539 @@ -835,7 +837,7 @@ #: Glassfish.xml:542 #, no-c-format msgid "We need to get the GlassfishDerbyDialect.class i= nto our application jar. To do that find the jar task an= d add the GlassfishDerbyDialect.class line as shown belo= w:" -msgstr "" +msgstr "Occorre avere GlassfishDerbyDialect.class nella= nostra applicazione. Per fare questo trovare il task jar e aggiungere la riga con GlassFishDerbyDialect.class c= ome mostrato qui sotto:" = #. Tag: programlisting #: Glassfish.xml:549 @@ -865,13 +867,13 @@ #: Glassfish.xml:552 #, no-c-format msgid "Now we need to get extra jars into the ear file.= Look for the ]]> section of the ear target. Add the following to the = child ]]> element= ." -msgstr "" +msgstr "A questo punto occorre mettere i jar supplementari nel file ear. Individuare la sezione ]]> del target ear. Aggiunger= e il seguente brano all'elemento contenuto ]]>." = #. Tag: para #: Glassfish.xml:565 #, no-c-format msgid "Add Hibernate dependencies" -msgstr "Aggiungere dipendenze Hibernate" +msgstr "Aggiungere le dipendenze Hibernate" = #. Tag: programlisting #: Glassfish.xml:566 @@ -927,7 +929,7 @@ #: Glassfish.xml:574 #, no-c-format msgid "You should end up with something like:" -msgstr "" +msgstr "Alla fine dovrebbe diventare qualcosa di questo genere:" = #. Tag: programlisting #: Glassfish.xml:576 @@ -981,19 +983,19 @@ #: Glassfish.xml:582 #, no-c-format msgid "Building and deploying the seam-gen'd application to GlassFish" -msgstr "" +msgstr "Compilare ed eseguire l'applicazione fatta con seam-gen in GlassFi= sh" = #. Tag: para #: Glassfish.xml:586 #, no-c-format msgid "Build your application by calling ant in the bas= e directory of your project (for example /projects/seamgen-example= ). The target of the build will be dist/seamgen-example.= ear." -msgstr "" +msgstr "Compilare l'applicazione chiamando ant nella ca= rtella principale del progetto (ad esempio /projects/seamgen-examp= le). Il risultato della compilazione sar=C3=A0 dist/seam= gen-example.ear." = #. Tag: para #: Glassfish.xml:595 #, no-c-format msgid "To deploy the application follow the instructions here but use references to this project seamgen-example instead of jboss-seam-jee5." -msgstr "" +msgstr "Per eseguire l'applicazione seguire le istruzioni indicate qui ma usare i riferimenti a questo pr= ogetto seamgen-example anzich=C3=A9 jboss-seam-= jee5." = #. Tag: para #: Glassfish.xml:604 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-06-05 = 16:37:23 UTC (rev 11076) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-06-05 = 18:05:09 UTC (rev 11077) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-01-18 15:00+0000\n" -"PO-Revision-Date: 2009-04-13 22:31+0100\n" +"PO-Revision-Date: 2009-06-05 16:10+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -23,7 +23,7 @@ #: Jms.xml:3 #, no-c-format msgid "Seam makes it very easy to perform work asynchronously from a web r= equest. When most people think of asynchronicity in Java EE, they think of = using JMS. This is certainly one way to approach the problem in Seam, and i= s the right way when you have strict and well-defined quality of service re= quirements. Seam makes it easy to send and receive JMS messages using Seam = components." -msgstr "Seam semplifica molto l'esecuzione di lavori asincroni da richiest= a web. Quando la maggior parte delle persone pensa all'asincronicit=C3=A0 i= n Java EE, pensano all'uso di JMS. Questo =C3=A8 certamente un modo per app= rocciare il problema in Seam, ed =C3=A8 quello giusto quando si hanno dei r= equisiti di qualit=C3=A0 di servizio molto stringenti e ben definiti. Seam = semplifica l'invio e la ricezione di messaggi JMS usando i componenti Seam." +msgstr "Seam semplifica molto l'esecuzione di lavori asincroni da una rich= iesta web. Quando la maggior parte delle persone pensa all'asincronicit=C3= =A0 in Java EE, pensa all'uso di JMS. Questo =C3=A8 certamente un modo per = approcciare il problema in Seam, ed =C3=A8 quello giusto quando si hanno de= i requisiti di qualit=C3=A0 di servizio molto stringenti e ben definiti. Se= am semplifica l'invio e la ricezione di messaggi JMS usando i componenti Se= am." = #. Tag: para #: Jms.xml:11 @@ -159,7 +159,7 @@ "{\n" " public void processPayment(Payment payment)\n" " {\n" -" //do some work!\n" +" //fai qualche lavoro!\n" " }\n" "}]]>" = @@ -338,9 +338,9 @@ " \n" " public Timer processScheduledPayment(Payment payment, @Expiration Dat= e date)\n" " {\n" -" //do some work!\n" +" //fai qualche lavoro!\n" " \n" -" return timer; //note that return value is completely ignored\n" +" return timer; //notare che il valore di ritorno viene completamen= te ignorato\n" " }\n" "\n" "}]]>" @@ -432,20 +432,20 @@ "QuartzTriggerHandle object, which you can use later to stop, pause, and resume the schedul= er. The QuartzTriggerHandle object is serializable, so y= ou can save it into the database if you need to keep it around for extended= period of time." -msgstr "Si noti che il metodo restituisce l'oggetto QuartzTrigger= Handle, che si pu=C3=B2 usare per arrestare, mettere in pausa e r= ipristinare lo scheduler. L'oggetto QuartzTriggerHandle = =C3=A8 serializzabile, e quindi puoi salvarlo nel database se deve essere p= resente per un periodo di tempo esteso." +msgstr "Si noti che il metodo restituisce l'oggetto QuartzTrigger= Handle, che si pu=C3=B2 usare per arrestare, mettere in pausa e r= ipristinare lo scheduler. L'oggetto QuartzTriggerHandle = =C3=A8 serializzabile, e quindi pu=C3=B2 essere salvato nel database se dev= e essere presente per un periodo di tempo esteso." = #. Tag: programlisting #: Jms.xml:154 @@ -480,12 +480,12 @@ " payment.getPaymentCron(), \n" " payment);\n" " payment.setQuartzTriggerHandle( handle );\n" -" // Save payment to DB\n" +" // Salva il pagamento nel DB\n" " \n" -" // later ...\n" +" // pi=C3=B9 tardi ...\n" " \n" -" // Retrieve payment from DB\n" -" // Cancel the remaining scheduled tasks\n" +" // Recupera il pagamento dal DB\n" +" // Cancella i rimanenti task schedulati\n" " payment.getQuartzTriggerHandle().cancel();\n" "]]>" = @@ -523,12 +523,12 @@ " @IntervalCron String cron, \n" " Payment payment) \n" " { \n" -" // do the repeating or long running task\n" +" // esegui il task ripetitivo o long running\n" " }\n" " \n" " ... ...\n" " \n" -" // Schedule the task in the business logic processing code\n" +" // Schedula il task nel codice che processa la business logic\n" " QuartzTriggerHandle handle =3D \n" " processor.schedulePayment(new Date(), \"0 10,44 14 ? 3 WED\", payme= nt);\n" "]]>" @@ -568,12 +568,12 @@ " @IntervalBusinessDay NthBusinessDay nth,= \n" " Payment payment) \n" " { \n" -" // do the repeating or long running task\n" +" // esegui il task ripetitivo o long running\n" " }\n" " \n" " ... ...\n" " \n" -" // Schedule the task in the business logic processing code\n" +" // Schedula il task nel codice che processa la business logic\n" " QuartzTriggerHandle handle =3D \n" " processor.schedulePayment(new Date(), \n" " new NthBusinessDay(2, \"14:00\", WEEKLY), payment);\n" @@ -655,7 +655,7 @@ #: Jms.xml:176 #, no-c-format msgid "Component-driven events may also be asynchronous. To raise an event= for asynchronous processing, simply call the raiseAsynchronousEve= nt() method of the Events class. To schedule a= timed event, call the raiseTimedEvent() method, passing= a schedule object (for the default dispatcher or time= r service dispatcher, use TimerSchedule). Components may= observe asynchronous events in the usual way, but remember that only the b= usiness process context is propagated to the asynchronous thread." -msgstr "Eventi guidati dai componenti possono essere asincroni. Per sollev= are un evento da processare in modo asincrono, occorre semplicemente chiama= re il metodo raiseAsynchronousEvent() della classe Events. Per schedulare un evento a tempo, chiamare il metodo = raiseTimedEvent() passando un oggetto schedule= (per il dispatcher di default o il dispatcher delservizio timer= , usare TimerSchedule). I componenti possono osservare e= venti asincroni nel solito modo, ma si tenga presente che solo il contesto = business process viene propagato nel thread asincrono." +msgstr "Gli eventi guidati dai componenti possono essere asincroni. Per so= llevare un evento da processare in modo asincrono, occorre semplicemente ch= iamare il metodo raiseAsynchronousEvent() della classe <= literal>Events. Per schedulare un evento a tempo, chiamare il met= odo raiseTimedEvent() passando un oggetto sche= dule (per il dispatcher di default o il dispatcher del servizio = timer, usare TimerSchedule). I componenti possono osserv= are eventi asincroni nel solito modo, ma si tenga presente che solo il cont= esto business process viene propagato nel thread asincrono." = #. Tag: title #: Jms.xml:188 Modified: tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Testing.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Testing.po 2009-06= -05 16:37:23 UTC (rev 11076) +++ tags/JBoss_Seam_2_1_2/doc/Seam_Reference_Guide/it-IT/Testing.po 2009-06= -05 18:05:09 UTC (rev 11077) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-01-05 00:19+0000\n" -"PO-Revision-Date: 2009-01-05 01:35+0100\n" +"PO-Revision-Date: 2009-06-04 14:37+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -41,7 +41,7 @@ #: Testing.xml:16 #, no-c-format msgid "All Seam components are POJOs. This is a great place to start if yo= u want easy unit testing. And since Seam emphasises the use of bijection fo= r inter-component interactions and access to contextual objects, it's very = easy to test a Seam component outside of its normal runtime environment." -msgstr "Tutti i componenti Seam sono POJO. Questo =C3=A8 un buon punto per= partire se si vogliono eseguire dei test di unit=C3=A0 facili. E poich=C3= =A9 Seam enfatizza l'uso della bujection per le interazioni tra componenti = e l'accesso ad oggetti contestuali, =C3=A8 molto facile testare un componen= te Seam fuori dal suo normale ambiente di runtime." +msgstr "Tutti i componenti Seam sono POJO. Questo =C3=A8 un buon punto per= partire se si vogliono eseguire dei facili test di unit=C3=A0. E poich=C3= =A9 Seam enfatizza l'uso della bijection per le interazioni tra componenti = e l'accesso ad oggetti contestuali, =C3=A8 molto facile testare un componen= te Seam fuori dal suo normale ambiente di runtime." = #. Tag: para #: Testing.xml:23 @@ -181,7 +181,7 @@ #: Testing.xml:62 #, no-c-format msgid "The approach taken by Seam is to let you write tests that exercise = your components while running inside a pruned down container environment (S= eam, together with the JBoss Embedded container; see for configuration details)" -msgstr "L'approccio preso da Seam =C3=A8 quello di consentire di scrivere = test che possano provare i componenti mentre girano dentro un ambiente di c= ontainer ridotto (Seam assieme al container JBoss Embedded; vedere per i dettagli di configurazione)" +msgstr "L'approccio adottato da Seam =C3=A8 quello di consentire di scrive= re test che possano provare i componenti mentre girano dentro un ambiente d= i container ridotto (Seam assieme al container JBoss Embedded; vedere per i dettagli di configurazione)" = #. Tag: programlisting #: Testing.xml:69 @@ -253,7 +253,7 @@ #: Testing.xml:75 #, no-c-format msgid "Occasionally, we need to be able to replace the implementation of s= ome Seam component that depends upon resources which are not available in t= he integration test environment. For example, suppose we have some Seam com= ponent which is a facade to some payment processing system:" -msgstr "Occasionalmente occorre essere in grado di sostituire l'implementa= zione di alcuni componenti Seam che dipendono da risorse non disponibili in= ambiente di test. Per esempio, si supponga di avere dei componenti Seam ch= e sono una facade di un qualche sistema di elaborazione pagamenti:" +msgstr "Occasionalmente occorre essere in grado di sostituire l'implementa= zione di alcuni componenti Seam che dipendono da risorse non disponibili in= ambiente di test. Per esempio, si supponga di avere dei componenti Seam ch= e sono una fa=C3=A7ade di un qualche sistema di elaborazione pagamenti:" = #. Tag: programlisting #: Testing.xml:82 @@ -318,7 +318,7 @@ #: Testing.xml:112 #, no-c-format msgid "SeamTest lets you write scripted tests, in a simulated JSF environment. The role of a scripted test is= to reproduce the interaction between the view and the Seam components. In = other words, you get to pretend you are the JSF implementation!" -msgstr "\"SeamTest consente di scrivere test = sotto forma di script (scripted), in un ambiente JSF simulato. I= l ruolo di un test scripted =C3=A8 quello di riprodurre l'interazione tra l= a vista ed i componenti Seam. In altre parole si pretende di essere l'imple= mentazione JSF!" +msgstr "SeamTest consente di scrivere test so= tto forma di script (scripted), in un ambiente JSF simulato. Il = ruolo di un test scripted =C3=A8 quello di riprodurre l'interazione tra la = vista ed i componenti Seam. In altre parole si pretende di essere l'impleme= ntazione JSF!" = #. Tag: para #: Testing.xml:119 @@ -396,7 +396,7 @@ #: Testing.xml:129 #, no-c-format msgid "We want to test the registration functionality of our application (= the stuff that happens when the user clicks the Register button). We'll rep= roduce the JSF request lifecycle in an automated TestNG test:" -msgstr "Si vuole testare la funzionalit=C3=A0 di registrazione dell'applic= azione (la cosa che succede quando l'utente clicca il pulsante Registra). S= i riprodurr=C3=A0 ilciclo di vita della richiesta JSF in un test TestNG aut= omatizzato:" +msgstr "Si vuole testare la funzionalit=C3=A0 di registrazione dell'applic= azione (la cosa che succede quando l'utente clicca il pulsante Registra). S= i riprodurr=C3=A0 il ciclo di vita della richiesta JSF in un test TestNG au= tomatizzato:" = #. Tag: programlisting #: Testing.xml:135 @@ -502,7 +502,7 @@ #: Testing.xml:137 #, no-c-format msgid "Notice that we've extended SeamTest, which provi= des a Seam environment for our components, and written our test script as a= n anonymous class that extends SeamTest.FacesRequest, wh= ich provides an emulated JSF request lifecycle. (There is also a S= eamTest.NonFacesRequest for testing GET requests.) We've written = our code in methods which are named for the various JSF phases, to emulate = the calls that JSF would make to our components. Then we've thrown in vario= us assertions." -msgstr "Si noti che si =C3=A8 esteso SeamTest, che forn= isce un ambiente Seam ai componenti, e si =C3=A8 scritto uno script di test= come classe anonima che estende SeamTest.FacesRequest, = la quale fornisce un ciclo di vita emulato della richiesta JSF. (C'=C3=A8 a= nche SeamTest.NonFacesRequest per testare le richieste G= ET). Si =C3=A8 scritto codice in metodi che vengono chiamati per le varie f= asi JSF, per emulare le chiamate che JSF farebbe ai componenti. Infine si s= ono scritte le asserzioni." +msgstr "Si noti che si =C3=A8 esteso SeamTest, il quale= fornisce un ambiente Seam ai componenti, e si =C3=A8 scritto uno script di= test come classe anonima che estende SeamTest.FacesRequest, la quale fornisce un ciclo di vita emulato della richiesta JSF. (C'=C3= =A8 anche SeamTest.NonFacesRequest per testare le richie= ste GET). Si =C3=A8 scritto codice in metodi che vengono chiamati in varie = fasi JSF, per emulare le chiamate che JSF farebbe ai componenti. Infine son= o state scritte le asserzioni." = #. Tag: para #: Testing.xml:148 @@ -692,13 +692,13 @@ #: Testing.xml:297 #, no-c-format msgid "It's very important you don't put the compile time JBoss AS depende= ncies from lib/ (e.g. jboss-system.jar) on the classpath, these will cause Embedded JBoss to not boot. So, just = add the dependencies (e.g. Drools, jBPM)you need as you go." -msgstr "E' molto importante non inserire nel classpath le dipendenze di JB= oss AS a compile time da lib/ (es. jboss-system= .jar), altrimenti questo causer=C3=A0 il non avvio di JBoss Embed= ded. Quindi si aggiungano solo le dipendenze necessarie per partire (es.Dro= ols, jBPM)." +msgstr "E' molto importante non inserire nel classpath le dipendenze di JB= oss AS a compile time da lib/ (es. jboss-system= .jar), altrimenti questo causer=C3=A0 il non avvio di JBoss Embed= ded. Quindi si aggiungano solo le dipendenze necessarie per partire (es. Dr= ools, jBPM)." = #. Tag: para #: Testing.xml:305 #, no-c-format msgid "You also need to include the bootstrap/ director= y on the classpath; bootstrap/ contains the configuratio= n for Embedded JBoss." -msgstr "Occorre includere nel classpath la directory bootstrap/; bootstrap/ contiene la configurazione per JBos= s Embedded." +msgstr "Occorre includere nel classpath la directory bootstrap/ che contiene la configurazione per JBoss Embedded." = #. Tag: para #: Testing.xml:311 @@ -722,7 +722,7 @@ #: Testing.xml:336 #, no-c-format msgid "Seam provides TestNG support out of the box, but you can also use a= nother test framework, such as JUnit, if you want." -msgstr "Seam include il supporto TestNG, ma a piacimento =C3=A8 possibile = usare un altro framewrok di test quale JUnit." +msgstr "Seam include il supporto TestNG, ma =C3=A8 possibile usare un qual= sivoglia altro framework di test quale JUnit." = #. Tag: para #: Testing.xml:341 @@ -776,7 +776,7 @@ #: Testing.xml:390 #, no-c-format msgid "If you need to insert or clean data in your database before each te= st you can use Seam's integration with DBUnit. To do this, extend DBUnitSea= mTest rather than SeamTest." -msgstr "Se occorre inserire o pulire i dati nel database prima di ogni tes= t, si pu=C3=B2 usare l'integrazione di Seam con DBUnit. Per fare questo si = estenda DBUnitSeamTest piuttosto che SeamTest." +msgstr "Se occorre inserire o pulire i dati nel database prima di ogni tes= t, si pu=C3=B2 usare l'integrazione di Seam con DBUnit. Per fare questo si = estenda DBUnitSeamTest piuttosto che SeamTest." = #. Tag: para #: Testing.xml:396 @@ -788,7 +788,7 @@ #: Testing.xml:400 #, no-c-format msgid "DBUnit supports two formats for dataset files, flat and XML. Seam's= DBUnitSeamTest assumes the flat format is used, so make sure that your dat= aset is in this format." -msgstr "DBUnit supporta due formati per i file di dataset, flat e XML. DBU= nitSeamTest di Seam assume che venga usato il formato flat, e quindi accert= arsi che il dataset sia in questo formato." +msgstr "DBUnit supporta due formati per i file di dataset, flat e XML. DBUnitSeamTest di Seam assume che venga usato il formato fl= at, e quindi accertarsi che il dataset sia in questo formato." = #. Tag: programlisting #: Testing.xml:406 @@ -848,7 +848,7 @@ #: Testing.xml:414 #, no-c-format msgid "DataSetOperation defaults to DatabaseOp= eration.CLEAN_INSERT if no other operation is specified as a cons= tructor argument. The above example cleans all tables defined Base= Data.xml, then inserts all rows declared in BaseData.xml= before each @Test method is invoked." -msgstr "DataSetOperation =C3=A8 impostato di default a = DatabaseOperation.CLEAN_INSERT se non viene specificata = qualchealtra operazione come argomento del costruttore. L'esempio di cui so= pra pulisce tutte le tabelle definite in BaseData.xml e = quindi inserisce tutte le richedichiarate in BaseData.xml prima che ogni metodo @Test venga invocato." +msgstr "DataSetOperation =C3=A8 impostato di default a = DatabaseOperation.CLEAN_INSERT se non viene specificata = qualche altra operazione come argomento del costruttore. L'esempio di cui s= opra pulisce tutte le tabelle definite in BaseData.xml e= quindi inserisce tutte le righe dichiarate in BaseData.xml prima che venga invocato ogni metodo @Test." = #. Tag: para #: Testing.xml:422 @@ -884,7 +884,7 @@ #: Testing.xml:441 #, no-c-format msgid "It also allows you to insert binary data into the test data set (n.= b. this is untested on Windows). You need to tell it where to locate these = resources:" -msgstr "Questo consente anche di inserire dati binari nel set dei dati di = test (N.B. questo non =C3=A8 stato testato sotto Windows). Occorre dire dov= e si trovano queste risorse:" +msgstr "Questo consente anche di inserire dati binari nel set dei dati di = test (N.B. non =C3=A8 stato testato sotto Windows). Occorre dire dove si tr= ovano queste risorse:" = #. Tag: programlisting #: Testing.xml:447 @@ -982,7 +982,7 @@ #: Testing.xml:475 #, no-c-format msgid "We create a new FacesRequest as normal. Inside t= he invokeApplication hook we render the message using getRenderedM= ailMessage(viewId);, passing the viewId of the message to render.= The method returns the rendered message on which you can do your tests. Yo= u can of course also use any of the standard JSF lifecycle methods." -msgstr "Viene creata una nuova FacesRequest comenormale= . Dentro la sezione invokeApplication mostriamo il messaggio usando getRenderedMailMessage(viewId);, passando il viewId del messagg= io da generare. Il metodo restituisce il messaggio sul quale =C3=A8 possibi= le fare i test. Si pu=C3=B2 anche usare ogni altro metodo standard del cicl= o di vita JSF." +msgstr "Viene creata una nuova FacesRequest come normal= e. Dentro la sezione invokeApplication mostriamo il messaggio usando getRenderedMailMessage(viewId);, passando il viewId del messag= gio da generare. Il metodo restituisce il messaggio sul quale =C3=A8 possib= ile fare i test. Si pu=C3=B2 anche usare ogni altro metodo standard del cic= lo di vita JSF." = #. Tag: para #: Testing.xml:484 --===============4278024912067859514==-- From seam-commits at lists.jboss.org Fri Jun 5 14:56:20 2009 Content-Type: multipart/mixed; boundary="===============6379867268860598194==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11078 - tags/JBoss_Seam_2_1_2/seam-gen. Date: Fri, 05 Jun 2009 14:46:43 -0400 Message-ID: --===============6379867268860598194== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 14:46:43 -0400 (Fri, 05 Jun 2009) New Revision: 11078 Modified: tags/JBoss_Seam_2_1_2/seam-gen/build.xml Log: JBSEAM-4222 Modified: tags/JBoss_Seam_2_1_2/seam-gen/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 --- tags/JBoss_Seam_2_1_2/seam-gen/build.xml 2009-06-05 18:05:09 UTC (rev 1= 1077) +++ tags/JBoss_Seam_2_1_2/seam-gen/build.xml 2009-06-05 18:46:43 UTC (rev 1= 1078) @@ -802,6 +802,11 @@ + + + + + = --===============6379867268860598194==-- From seam-commits at lists.jboss.org Fri Jun 5 14:57:42 2009 Content-Type: multipart/mixed; boundary="===============0724429115837684748==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11079 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Fri, 05 Jun 2009 14:48:05 -0400 Message-ID: --===============0724429115837684748== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-05 14:48:05 -0400 (Fri, 05 Jun 2009) New Revision: 11079 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2= 009-06-05 18:46:43 UTC (rev 11078) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" -"PO-Revision-Date: 2009-06-04 14:37+0100\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"PO-Revision-Date: 2009-06-05 20:47+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -775,7 +775,7 @@ #. Tag: para #: Testing.xml:390 #, no-c-format -msgid "If you need to insert or clean data in your database before each te= st you can use Seam's integration with DBUnit. To do this, extend DBUnitSea= mTest rather than SeamTest." +msgid "If you need to insert or clean data in your database before each te= st you can use Seam's integration with DBUnit. To do this, extend = DBUnitSeamTest rather than SeamTest." msgstr "Se occorre inserire o pulire i dati nel database prima di ogni tes= t, si pu=C3=B2 usare l'integrazione di Seam con DBUnit. Per fare questo si = estenda DBUnitSeamTest piuttosto che SeamTest." = #. Tag: para @@ -787,8 +787,8 @@ #. Tag: caution #: Testing.xml:400 #, no-c-format -msgid "DBUnit supports two formats for dataset files, flat and XML. Seam's= DBUnitSeamTest assumes the flat format is used, so make sure that your dat= aset is in this format." -msgstr "DBUnit supporta due formati per i file di dataset, flat e XML. DBUnitSeamTest di Seam assume che venga usato il formato fl= at, e quindi accertarsi che il dataset sia in questo formato." +msgid "DBUnit supports two formats for dataset files, flat and XML. Seam's= DBUnitSeamTest assumes the flat format is used, so make= sure that your dataset is in this format." +msgstr "DBUnit supporta due formati per i file di dataset, flat e XML. DBUnitSeamTest di Seam assume che venga usato il formato fl= at, e quindi occorre accertarsi che il dataset sia in questo formato." = #. Tag: programlisting #: Testing.xml:406 --===============0724429115837684748==-- From seam-commits at lists.jboss.org Fri Jun 5 14:58:25 2009 Content-Type: multipart/mixed; boundary="===============8863632982769644360==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11080 - in branches/community/Seam_2_1/doc/Seam_Reference_Guide: bn-IN and 22 other directories. Date: Fri, 05 Jun 2009 14:48:48 -0400 Message-ID: --===============8863632982769644360== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-05 14:48:47 -0400 (Fri, 05 Jun 2009) New Revision: 11080 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJ= BPassivation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started= _With_JBoss_Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histor= y.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Testing.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Testing.po Log: Regenerated POT and updated all POs Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-11-06 00:10+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: Tools\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-03-22 12:51+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2009-02-27 23:02+0900\n" "Last-Translator: rto \n" "Language-Team: Japanese \n" @@ -962,11 +962,11 @@ = #. Tag: para #: Testing.xml:390 -#, no-c-format +#, fuzzy, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" "=E5=90=84=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE=E5=89=8D=E3=81=AB=E3=83=87= =E3=83=BC=E3=82=BF=E3=83=99=E3=83=BC=E3=82=B9=E3=81=AB=E3=83=87=E3=83=BC=E3= =82=BF=E3=82=92=E6=8C=BF=E5=85=A5=E3=81=97=E3=81=9F=E3=82=8A=E3=80=81=E6=B6= =88=E5=8E=BB=E3=81=97=E3=81=9F=E3=82=8A=E3=81=97=E3=81=9F=E3=81=84=E5=A0=B4= =E5=90=88=E3=81=AFDBUnit" "=E3=81=A8=E9=80=A3=E6=90=BA=E3=81=97=E3=81=BE=E3=81=99=E3=80=82SeamTest= =E3=81=AE=E6=9B=BF=E3=82=8F=E3=82=8A=E3=81=ABDBUnitSeamTest=E3=82=92=E7=B6= =99=E6=89=BF=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82" @@ -979,11 +979,11 @@ = #. Tag: caution #: Testing.xml:400 -#, no-c-format +#, fuzzy, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" "DBUnit=E3=81=AF=E5=B9=B3=E6=96=87=E3=81=A8XML=E3=81=AE2=E7=A8=AE=E9=A1=9E= =E3=81=AE=E5=BD=A2=E5=BC=8F=E3=81=AE=E3=83=87=E3=83=BC=E3=82=BF=E3=82=BB=E3= =83=83=E3=83=88=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E3=82=B5=E3=83= =9D=E3=83=BC=E3=83=88=E3=81=97=E3=81=BE=E3=81=99=E3=80=82Seam=E3=81=AE" "DBUnitSeamTest=E3=81=AF=E5=B9=B3=E6=96=87=E3=83=95=E3=82=A9=E3=83=BC=E3= =83=9E=E3=83=83=E3=83=88=E3=82=92=E5=89=8D=E6=8F=90=E3=81=A8=E3=81=97=E3=81= =A6=E3=81=84=E3=81=BE=E3=81=99=E3=81=AE=E3=81=A7=E3=81=93=E3=81=A1=E3=82=89= =E3=81=AE=E5=BD=A2=E5=BC=8F=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=A6" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotati= ons.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.po= t 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.po= t 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_G= roup.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Inf= o.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Clusteri= ngAndEJBPassivation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Componen= ts.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configur= ation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversa= tions.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependen= cies.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhanc= ements.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framewor= k.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_= Started_With_JBoss_Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettings= tarted.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfis= h.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performa= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persiste= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision= _History.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -719,8 +719,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -734,8 +734,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validati= on.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservi= ces.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webspher= e.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-05 18:48:47 UTC (rev 11080) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-01 18:34+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-21 00:37+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Testing.po 2= 009-06-05 18:48:05 UTC (rev 11079) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Testing.po 2= 009-06-05 18:48:47 UTC (rev 11080) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-05 00:19+0000\n" +"POT-Creation-Date: 2009-06-05 18:37+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -718,8 +718,8 @@ #, no-c-format msgid "" "If you need to insert or clean data in your database before each test you= " -"can use Seam's integration with DBUnit. To do this, extend DBUnitSeamTest= " -"rather than SeamTest." +"can use Seam's integration with DBUnit. To do this, extend " +"DBUnitSeamTest rather than SeamTest." msgstr "" = #. Tag: para @@ -733,8 +733,8 @@ #, no-c-format msgid "" "DBUnit supports two formats for dataset files, flat and XML. Seam's " -"DBUnitSeamTest assumes the flat format is used, so make sure that your " -"dataset is in this format." +"DBUnitSeamTest assumes the flat format is used, so mak= e " +"sure that your dataset is in this format." msgstr "" = #. Tag: programlisting --===============8863632982769644360==-- From seam-commits at lists.jboss.org Fri Jun 5 15:05:08 2009 Content-Type: multipart/mixed; boundary="===============0704937623520295441==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11081 - tags/JBoss_Seam_2_1_2. Date: Fri, 05 Jun 2009 14:55:31 -0400 Message-ID: --===============0704937623520295441== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 14:55:30 -0400 (Fri, 05 Jun 2009) New Revision: 11081 Modified: tags/JBoss_Seam_2_1_2/changelog.txt Log: update changelog Modified: tags/JBoss_Seam_2_1_2/changelog.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 --- tags/JBoss_Seam_2_1_2/changelog.txt 2009-06-05 18:48:47 UTC (rev 11080) +++ tags/JBoss_Seam_2_1_2/changelog.txt 2009-06-05 18:55:30 UTC (rev 11081) @@ -11,10 +11,14 @@ * [JBSEAM-4169] - Enum converter does not handle inner anonymous enums * [JBSEAM-4173] - Wicket instrumentation results in incorrect disinjec= tion when invoking superclass methods from a subclass constructor * [JBSEAM-4199] - Blog directory plugin shows duplicate attachments + * [JBSEAM-4222] - RichFaces themes not copied to seam-gen project = ** Feature Request * [JBSEAM-4090] - EntityTest testStale failing = +** Release + * [JBSEAM-3767] - Italian translation of Seam manual + ** Task * [JBSEAM-2232] - Full review of Seam's log levels * [JBSEAM-2399] - Document no-conversation-view-id and conversation-re= quired --===============0704937623520295441==-- From seam-commits at lists.jboss.org Fri Jun 5 15:05:54 2009 Content-Type: multipart/mixed; boundary="===============3954582771814208065==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11082 - branches/community/Seam_2_1. Date: Fri, 05 Jun 2009 14:55:59 -0400 Message-ID: --===============3954582771814208065== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 14:55:59 -0400 (Fri, 05 Jun 2009) New Revision: 11082 Modified: branches/community/Seam_2_1/changelog.txt Log: update changelog Modified: branches/community/Seam_2_1/changelog.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/community/Seam_2_1/changelog.txt 2009-06-05 18:55:30 UTC (rev = 11081) +++ branches/community/Seam_2_1/changelog.txt 2009-06-05 18:55:59 UTC (rev = 11082) @@ -11,10 +11,14 @@ * [JBSEAM-4169] - Enum converter does not handle inner anonymous enums * [JBSEAM-4173] - Wicket instrumentation results in incorrect disinjec= tion when invoking superclass methods from a subclass constructor * [JBSEAM-4199] - Blog directory plugin shows duplicate attachments + * [JBSEAM-4222] - RichFaces themes not copied to seam-gen project = ** Feature Request * [JBSEAM-4090] - EntityTest testStale failing = +** Release + * [JBSEAM-3767] - Italian translation of Seam manual + ** Task * [JBSEAM-2232] - Full review of Seam's log levels * [JBSEAM-2399] - Document no-conversation-view-id and conversation-re= quired --===============3954582771814208065==-- From seam-commits at lists.jboss.org Fri Jun 5 17:12:51 2009 Content-Type: multipart/mixed; boundary="===============6144130220793678775==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11083 - tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/tasks. Date: Fri, 05 Jun 2009 17:03:13 -0400 Message-ID: --===============6144130220793678775== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 17:03:13 -0400 (Fri, 05 Jun 2009) New Revision: 11083 Removed: tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/tas= ks/ContextHome.java tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/tas= ks/TaskHome.java Log: changes from 11076 Deleted: tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/examp= le/tasks/ContextHome.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/ta= sks/ContextHome.java 2009-06-05 18:55:59 UTC (rev 11082) +++ tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/ta= sks/ContextHome.java 2009-06-05 21:03:13 UTC (rev 11083) @@ -1,45 +0,0 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2008, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ -package org.jboss.seam.example.tasks; - -import org.jboss.seam.annotations.AutoCreate; -import org.jboss.seam.annotations.Name; -import org.jboss.seam.example.tasks.entity.Context; -import org.jboss.seam.framework.EntityHome; - -/** - * = - * @author Jozef Hartinger - * - */ -(a)Name("contextHome") -(a)AutoCreate -public class ContextHome extends EntityHome -{ - - public Context findByUsernameAndContext(String username, String context) - { - setInstance((Context) getEntityManager().createNamedQuery("contextBy= NameAndUser").setParameter("username", username).setParameter("context", co= ntext).getSingleResult()); - return getInstance(); - } - -} Deleted: tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/examp= le/tasks/TaskHome.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/ta= sks/TaskHome.java 2009-06-05 18:55:59 UTC (rev 11082) +++ tags/JBoss_Seam_2_1_2/examples/tasks/src/main/org/jboss/seam/example/ta= sks/TaskHome.java 2009-06-05 21:03:13 UTC (rev 11083) @@ -1,43 +0,0 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2008, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ -package org.jboss.seam.example.tasks; - -import org.jboss.seam.annotations.AutoCreate; -import org.jboss.seam.annotations.Name; -import org.jboss.seam.example.tasks.entity.Task; -import org.jboss.seam.framework.EntityHome; - -/** - * = - * @author Jozef Hartinger - * - */ -(a)Name("taskHome") -(a)AutoCreate -public class TaskHome extends EntityHome -{ - public Task findTask(Long context, String task) { - setInstance((Task) getEntityManager().createNamedQuery("taskByNameAn= dContext").setParameter("task", task).setParameter("context", context).getS= ingleResult()); - return getInstance(); - } - = -} --===============6144130220793678775==-- From seam-commits at lists.jboss.org Fri Jun 5 18:32:58 2009 Content-Type: multipart/mixed; boundary="===============7191372925300714673==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11084 - branches/community. Date: Fri, 05 Jun 2009 18:23:19 -0400 Message-ID: --===============7191372925300714673== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 18:23:19 -0400 (Fri, 05 Jun 2009) New Revision: 11084 Added: branches/community/Seam_2_2/ Log: 2.2 branch Copied: branches/community/Seam_2_2 (from rev 11083, branches/community/Sea= m_2_1) --===============7191372925300714673==-- From seam-commits at lists.jboss.org Fri Jun 5 19:13:09 2009 Content-Type: multipart/mixed; boundary="===============7163583260491594441==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11085 - branches/community/Seam_2_2/build. Date: Fri, 05 Jun 2009 19:03:30 -0400 Message-ID: --===============7163583260491594441== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 19:03:29 -0400 (Fri, 05 Jun 2009) New Revision: 11085 Modified: branches/community/Seam_2_2/build/default.build.properties Log: version number Modified: branches/community/Seam_2_2/build/default.build.properties =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/build/default.build.properties 2009-06-05 2= 2:23:19 UTC (rev 11084) +++ branches/community/Seam_2_2/build/default.build.properties 2009-06-05 2= 3:03:29 UTC (rev 11085) @@ -6,11 +6,11 @@ # Seam Version # ------------ major.version 2 -minor.version .1 -patchlevel .2 +minor.version .2 +patchlevel .0 qualifier -SNAPSHOT # # Other program locations # ----------------------- -jboss.home /Applications/jboss-4.2.3.GA +jboss.home /Applications/jboss-5.1.0.GA tomcat.home /Applications/apache-tomcat-6.0 --===============7163583260491594441==-- From seam-commits at lists.jboss.org Fri Jun 5 19:20:36 2009 Content-Type: multipart/mixed; boundary="===============6915989449830299785==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11086 - in branches/community/Seam_2_2: src/ioc/org/jboss/seam/ioc/guice and 5 other directories. Date: Fri, 05 Jun 2009 19:10:55 -0400 Message-ID: --===============6915989449830299785== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 19:10:55 -0400 (Fri, 05 Jun 2009) New Revision: 11086 Added: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xsd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.x= sd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.2= .xsd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-sea= m-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/async-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/cache-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/components-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/core-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/document-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/framework-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/international-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/jms-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/mail-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/pages-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/theme-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/ui-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/web-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.2.xsd branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteas= y-2.2.xsd Removed: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.1.xsd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.1.x= sd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.1= .xsd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-sea= m-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/async-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/cache-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/components-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/core-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/document-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/framework-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/international-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/jms-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/mail-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/pages-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/theme-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/ui-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/web-2.1.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.1.xsd branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteas= y-2.1.xsd Modified: branches/community/Seam_2_2/ui/src/main/resources/META-INF/components.xml Log: bump schema versions Deleted: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2= .1.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/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.1.xs= d 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.1.xs= d 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,21 +0,0 @@ - - - - - - - - Factory creating excel workbook instances - - - - - - - - - - - Added: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2= .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/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xs= d (rev 0) +++ branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xs= d 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,21 @@ + + + + + + + + Factory creating excel workbook instances + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice= -2.1.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.1.= xsd 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.1.= xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,39 +0,0 @@ - - - - - - - - Guice Support Configuration - - - - - - - - - - - - Guice Injector - - - - - - A list of modules - - - - - - - - - - Added: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2= .2.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.= xsd (rev 0) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.= xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,39 @@ + + + + + + + + Guice Support Configuration + + + + + + + + + + + + Guice Injector + + + + + + A list of modules + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spri= ng-2.1.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.= 1.xsd 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.= 1.xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,88 +0,0 @@ - - - = - = - - - - Loads a spring context file - - - - - - Allows you to specify many confi= g-locations in nested value elements. - - = - - = - - - - A single application context config = location. - - - - - = - - - Configures the Spring TaskExecuritor for asy= nchronous calls - - - - - - - = - - - - - = - - - Configure the use of Spring transactions - - - - - - - An expression evalutating to the spring platform t= ransaction manager - - - - - - - A spring bean name of a PlatformTransactionManager= obtained from a BeanFactory instead of EL. - - - - - - - Specify if this transaction manager requires a con= versation context to be available or not. - Set to true if you're using a JpaTransactionManage= r with a conversation scoped persistence - context. - - - - - - - Should this transaction manager participate in req= uest to join a transaction. For JTA - transactions set to true. - - - - - - Added: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring= -2.2.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.= 2.xsd (rev 0) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.= 2.xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,88 @@ + + + = + = + + + + Loads a spring context file + + + + + + Allows you to specify many confi= g-locations in nested value elements. + + = + + = + + + + A single application context config = location. + + + + + = + + + Configures the Spring TaskExecuritor for asy= nchronous calls + + + + + + + = + + + + + = + + + Configure the use of Spring transactions + + + + + + + An expression evalutating to the spring platform t= ransaction manager + + + + + + + A spring bean name of a PlatformTransactionManager= obtained from a BeanFactory instead of EL. + + + + + + + Specify if this transaction manager requires a con= versation context to be available or not. + Set to true if you're using a JpaTransactionManage= r with a conversation scoped persistence + context. + + + + + + + Should this transaction manager participate in req= uest to join a transaction. For JTA + transactions set to true. + + + + + + Deleted: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spri= ng-seam-2.1.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-se= am-2.1.xsd 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-se= am-2.1.xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,210 +0,0 @@ - - - - - - - - - Makes all the seam scopes available in spri= ng. - - - - - - - - - - - - - - - - - - - - - - - - - - - Make an instance of a seam component available to spring b= eans for spring injection. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , etc= .). - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring= -seam-2.2.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-se= am-2.2.xsd (rev 0) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-se= am-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,210 @@ + + + + + + + + + Makes all the seam scopes available in spri= ng. + + + + + + + + + + + + + + + + + + + + + + + + + + + Make an instance of a seam component available to spring b= eans for spring injection. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + , etc= .). + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/async-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/async-2.1.xsd 2009-= 06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/async-2.1.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/async-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/async-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/async-2.2.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.1.xsd 2009-06= -05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.1.xsd 2009-06= -05 23:10:55 UTC (rev 11086) @@ -1,46 +0,0 @@ - - - - - - - The jbpm actor id - - - - - - - - - - - - - - - - - - - Configuration for jbpm - - - - - - A list of jbpm process files - - - = - - - - - - = - = - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/bpm-2.2.xsd 2009-06= -05 23:10:55 UTC (rev 11086) @@ -0,0 +1,46 @@ + + + + + + + The jbpm actor id + + + + + + + + + + + + + + + + + + + Configuration for jbpm + + + + + + A list of jbpm process files + + + = + + + + + + = + = + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/cache-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/cache-2.1.xsd 2009-= 06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/cache-2.1.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -1,56 +0,0 @@ - - - - = - - - The EHCache provider - - - - - - - = - - - The JBoss 1.x Cache provider - - - - - - - = - - - The JBoss 2.x cache provider - - - - - - - - - - The JBoss 1.x POJOCache provider - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/cache-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/cache-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/cache-2.2.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,56 @@ + + + + = + + + The EHCache provider + + + + + + + = + + + The JBoss 1.x Cache provider + + + + + + + = + + + The JBoss 2.x cache provider + + + + + + + + + + The JBoss 1.x POJOCache provider + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/components-2.1= .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/community/Seam_2_2/src/main/org/jboss/seam/components-2.1.xsd = 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/components-2.1.xsd = 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,371 +0,0 @@ - - - - = - The top-level schema for a Seam components.xml. For more infor= mation on Seam, see - http://www.seamframework.org. = - - - - - - The components tag is a the root element fo= r a components.xml containing multiples - component definitions. - - - - - - - - - - - - - - - The component tag defines a single Seam com= ponent. It may serve as to the root element of - a fine-grained *.component.xml file. - - - - - - - - - - - - - - The import tag declares additional global component namesp= aces that will be in effect for - all components. = - - - - - - - - = - The JNDI name used to lookup the component. This value= is only used with EJB - components that don't follow the global JNDI pattern. = - - - - - - - - - The name of component - - - = - - - The Java class of the component implemen= tation - - - - - - The scope of the component - - = - - = - - - - - - - The precedence of the component, expressed as a positi= ve integer. Higher - precedence components override lower precedence compon= ents. The pre-definied precedence - values are: = - = - BUILT_IN =3D 0, = - FRAMEWORK =3D 10, - APPLICATION =3D 20, - DEPLOYMENT =3D 30, - MOCK =3D 40 - - - - - - - = - - - - The installed value indicates whether or not the compo= nent definition should be installed. - - - - = - - - - Indicates whether or not a components instance should = be created when - one doesn't exist and when the component is requested = using a method that = - would not normally instantiate a new instance. (such = as basic injection) - - - - = - - - - Indicates that an instance of the component should be = created when the = - the component's controlling scope starts. This is onl= y used for application and - session scope. - - - - = - - - - A list of component names that this component depends = on and that should be created before - this component is started. - - - - = - - - - Factories are like a component instances except their valu= es are = - determined by computing a value or calling a method on ano= ther = - component. - - - - - - - = - - - - The name of the factory component - - = - - - - The method binding used to evauluate the factory valu= e. A factory should have either - a method binding or a value binding, but not both. - - - - = - - - - The value binding used to evauluate the factory value= . A factory should have either - a method binding or a value binding, but not both. - - - - = - - - The scope of the factory value - - = - - = - - - = - - - - Indicates whether or not the factory value should be c= reated when - one doesn't exist and when the component is requested = using a method that = - would not normally instantiate a new instance. (such = as basic injection) - - - - - = - = - - - - A generic property. The body contains the value or values. - - - - - - - - - - - = - - - - The property name - - - - - Concrete type to use if the property is = multi-valued - - - - = - - - - For map values, the key for the following va= lue - - - = - - - - For list values, the value to be added. - For map values, the value for the preceding key - - - - - - - - - - - - - - - - - - - - An event handler definition - - - - - - - - - = - - - - The event type to handle - - - - - - - The action to be taken when the event occurs= - - - - - - = - - - - An EL expression to be invoked when the = event is invoked - - - - - - - - - - - - - - - - - - - - = - - - = - - - - - - - - - = - - - - = - - - - = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/components-2.2.x= sd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/components-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/components-2.2.xsd = 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,371 @@ + + + + = + The top-level schema for a Seam components.xml. For more infor= mation on Seam, see + http://www.seamframework.org. = + + + + + + The components tag is a the root element fo= r a components.xml containing multiples + component definitions. + + + + + + + + + + + + + + + The component tag defines a single Seam com= ponent. It may serve as to the root element of + a fine-grained *.component.xml file. + + + + + + + + + + + + + + The import tag declares additional global component namesp= aces that will be in effect for + all components. = + + + + + + + + = + The JNDI name used to lookup the component. This value= is only used with EJB + components that don't follow the global JNDI pattern. = + + + + + + + + + The name of component + + + = + + + The Java class of the component implemen= tation + + + + + + The scope of the component + + = + + = + + + + + + + The precedence of the component, expressed as a positi= ve integer. Higher + precedence components override lower precedence compon= ents. The pre-definied precedence + values are: = + = + BUILT_IN =3D 0, = + FRAMEWORK =3D 10, + APPLICATION =3D 20, + DEPLOYMENT =3D 30, + MOCK =3D 40 + + + + + + + = + + + + The installed value indicates whether or not the compo= nent definition should be installed. + + + + = + + + + Indicates whether or not a components instance should = be created when + one doesn't exist and when the component is requested = using a method that = + would not normally instantiate a new instance. (such = as basic injection) + + + + = + + + + Indicates that an instance of the component should be = created when the = + the component's controlling scope starts. This is onl= y used for application and + session scope. + + + + = + + + + A list of component names that this component depends = on and that should be created before + this component is started. + + + + = + + + + Factories are like a component instances except their valu= es are = + determined by computing a value or calling a method on ano= ther = + component. + + + + + + + = + + + + The name of the factory component + + = + + + + The method binding used to evauluate the factory valu= e. A factory should have either + a method binding or a value binding, but not both. + + + + = + + + + The value binding used to evauluate the factory value= . A factory should have either + a method binding or a value binding, but not both. + + + + = + + + The scope of the factory value + + = + + = + + + = + + + + Indicates whether or not the factory value should be c= reated when + one doesn't exist and when the component is requested = using a method that = + would not normally instantiate a new instance. (such = as basic injection) + + + + + = + = + + + + A generic property. The body contains the value or values. + + + + + + + + + + + = + + + + The property name + + + + + Concrete type to use if the property is = multi-valued + + + + = + + + + For map values, the key for the following va= lue + + + = + + + + For list values, the value to be added. + For map values, the value for the preceding key + + + + + + + + + + + + + + + + + + + + An event handler definition + + + + + + + + + = + + + + The event type to handle + + + + + + + The action to be taken when the event occurs= + + + + + + = + + + + An EL expression to be invoked when the = event is invoked + + + + + + + + + + + + + + + + + + + + = + + + = + + + + + + + + + = + + + + = + + + + = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/core-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/core-2.1.xsd 2009-0= 6-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/core-2.1.xsd 2009-0= 6-05 23:10:55 UTC (rev 11086) @@ -1,115 +0,0 @@ - - - = - - - - The core Seam components - - = - - - A Seam component that holds Seam configurati= on settings - - - - - - A list of interceptors that shou= ld be enabled for all components. You must specify all built-in interceptor= s as well as any additional interceptors. Execution order is determined by = the around and within attributes on the @Interceptor annotation. - = -These interceptors are enabled by default: - org.jboss.seam.core.SynchronizationInterceptor - org.jboss.seam.async.AsynchronousInterceptor - org.jboss.seam.ejb.RemoveInterceptor - org.jboss.seam.persistence.HibernateSessionProxyInterceptor - org.jboss.seam.persistence.EntityManagerProxyInterceptor - org.jboss.seam.core.MethodContextInterceptor - org.jboss.seam.core.EventInterceptor - org.jboss.seam.core.ConversationalInterceptor - org.jboss.seam.bpm.BusinessProcessInterceptor - org.jboss.seam.core.ConversationInterceptor - org.jboss.seam.core.BijectionInterceptor - org.jboss.seam.transaction.RollbackInterceptor - org.jboss.seam.transaction.TransactionInterceptor - org.jboss.seam.webservice.WSSecurityInterceptor - org.jboss.seam.security.SecurityInterceptor - = -The distributable flag appends the ManagedEntityInterceptor to this list (= applies only to conversation-scoped components). - - - - - - - - = - - - - - - - - - - - The Seam conversation manager - - - - - - - = - - - - - - - - - - - - - - - - - = - - - Access to application resources and resource= bundles - - - - - - A list of resource bundle names<= /xs:documentation> - - - - - - - - - = - - - - - Integration with JBoss Cache - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/core-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/core-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/core-2.2.xsd 2009-0= 6-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,115 @@ + + + = + + + + The core Seam components + + = + + + A Seam component that holds Seam configurati= on settings + + + + + + A list of interceptors that shou= ld be enabled for all components. You must specify all built-in interceptor= s as well as any additional interceptors. Execution order is determined by = the around and within attributes on the @Interceptor annotation. + = +These interceptors are enabled by default: + org.jboss.seam.core.SynchronizationInterceptor + org.jboss.seam.async.AsynchronousInterceptor + org.jboss.seam.ejb.RemoveInterceptor + org.jboss.seam.persistence.HibernateSessionProxyInterceptor + org.jboss.seam.persistence.EntityManagerProxyInterceptor + org.jboss.seam.core.MethodContextInterceptor + org.jboss.seam.core.EventInterceptor + org.jboss.seam.core.ConversationalInterceptor + org.jboss.seam.bpm.BusinessProcessInterceptor + org.jboss.seam.core.ConversationInterceptor + org.jboss.seam.core.BijectionInterceptor + org.jboss.seam.transaction.RollbackInterceptor + org.jboss.seam.transaction.TransactionInterceptor + org.jboss.seam.webservice.WSSecurityInterceptor + org.jboss.seam.security.SecurityInterceptor + = +The distributable flag appends the ManagedEntityInterceptor to this list (= applies only to conversation-scoped components). + + + + + + + + = + + + + + + + + + + + The Seam conversation manager + + + + + + + = + + + + + + + + + + + + + + + + + = + + + Access to application resources and resource= bundles + + + + + + A list of resource bundle names<= /xs:documentation> + + + + + + + + + = + + + + + Integration with JBoss Cache + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/document-2.1.x= sd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/document-2.1.xsd 20= 09-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/document-2.1.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -1,41 +0,0 @@ - - = - - - - - - - The document store is used to store rendered documents fo= r download on a later request. - - - - - - - - - - - - - When a document had expired or otherwise cannot be lo= aded, this page is displayed. - - - - - - - Controls whether or not the URLs for documents should = contain their correct file name - extensions. Using file name extensions requires additi= onal configuration in web.xml. - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/document-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/document-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/document-2.2.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,41 @@ + + = + + + + + + + The document store is used to store rendered documents fo= r download on a later request. + + + + + + + + + + + + + When a document had expired or otherwise cannot be lo= aded, this page is displayed. + + + + + + + Controls whether or not the URLs for documents should = contain their correct file name + extensions. Using file name extensions requires additi= onal configuration in web.xml. + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/drools-2.1.xsd 2009= -06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.1.xsd 2009= -06-05 23:10:55 UTC (rev 11086) @@ -1,58 +0,0 @@ - - - = - - - - - A drools rule base - - - - - - - - - - - - - = = - - - - - A drools BRMS configuration - - = - - - - - - - - - - - - = - - - - - A working memory for rules calculations - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.xsd 2009= -06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,58 @@ + + + = + + + + + A drools rule base + + + + + + + + + + + + + = = + + + + + A drools BRMS configuration + + = + + + + + + + + + + + + = + + + + + A working memory for rules calculations + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/framework-2.1.= 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/community/Seam_2_2/src/main/org/jboss/seam/framework-2.1.xsd 2= 009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/framework-2.1.xsd 2= 009-06-05 23:10:55 UTC (rev 11086) @@ -1,171 +0,0 @@ - - - = - - - - - A query controller for JPA queries - - - - - - - - - - - - - - - - - - - - - A query controller for Hibernate queries - - - - - - - - - - - - - - - - - - - - = - - - - The base query - - - - - The query page size - - - - - The property to order results by - - - - - The group-by clause - - - - = - - - The base query - - - - - The property to order results by - - - - - The group-by clause - - - = - - - Query restrictions (the WHERE clause) - - - = - = - - - - A home controller for JPA entities - - - - - - - - - - - - - - - - - - - - - A home controller for Hibernate entities - - - - - - - - - - - - - - - - - - = - - - - - - - - - - - A faces message added when the home controll= er creates a new instance - - - - - A faces message added when the home controll= er updates an instance - - - - - A faces message added when the home controll= er deletes an instance - - - - - The new instance managed by a home controlle= r - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/framework-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/framework-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/framework-2.2.xsd 2= 009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,171 @@ + + + = + + + + + A query controller for JPA queries + + + + + + + + + + + + + + + + + + + + + A query controller for Hibernate queries + + + + + + + + + + + + + + + + + + + + = + + + + The base query + + + + + The query page size + + + + + The property to order results by + + + + + The group-by clause + + + + = + + + The base query + + + + + The property to order results by + + + + + The group-by clause + + + = + + + Query restrictions (the WHERE clause) + + + = + = + + + + A home controller for JPA entities + + + + + + + + + + + + + + + + + + + + + A home controller for Hibernate entities + + + + + + + + + + + + + + + + + + = + + + + + + + + + + + A faces message added when the home controll= er creates a new instance + + + + + A faces message added when the home controll= er updates an instance + + + + + A faces message added when the home controll= er deletes an instance + + + + + The new instance managed by a home controlle= r + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/international-= 2.1.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/community/Seam_2_2/src/main/org/jboss/seam/international-2.1.x= sd 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/international-2.1.x= sd 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,72 +0,0 @@ - - - - - - - - Locale configuration component. An alternative to configur= ing - the locale in the JSF configuration file. - - - - - - - - - - - - - - - - - - - The locale selector component - - - - - - - = - - - - - - - - - The time zone selector component - - - - - - - - - - - - - - - The time zones provider component - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/international-2.= 2.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/community/Seam_2_2/src/main/org/jboss/seam/international-2.2.x= sd (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/international-2.2.x= sd 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,72 @@ + + + + + + + + Locale configuration component. An alternative to configur= ing + the locale in the JSF configuration file. + + + + + + + + + + + + + + + + + + + The locale selector component + + + + + + + = + + + + + + + + + The time zone selector component + + + + + + + + + + + + + + + The time zones provider component + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/jms-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/jms-2.1.xsd 2009-06= -05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/jms-2.1.xsd 2009-06= -05 23:10:55 UTC (rev 11086) @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/jms-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/jms-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/jms-2.2.xsd 2009-06= -05 23:10:55 UTC (rev 11086) @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/mail-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/mail-2.1.xsd 2009-0= 6-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/mail-2.1.xsd 2009-0= 6-05 23:10:55 UTC (rev 11086) @@ -1,61 +0,0 @@ - - - = - - = - - - - - - - - - - = - - - - - - - - - - - - = - - - - - - - = - - - - - = - - - - - - - - - - - - - = - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/mail-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/mail-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/mail-2.2.xsd 2009-0= 6-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,61 @@ + + + = + + = + + + + + + + + + + = + + + + + + + + + + + + = + + + + + + + = + + + + + = + + + + + + + + + + + + + = + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.1= .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/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.1.xsd = 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.1.xsd = 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,35 +0,0 @@ - - - = - - - - - The pages component - - - - - - - A list of pages configuration files. Setting = this value overrides the = - default /WEB-INF/pages.xml. - - - - - - - - - = - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.2.x= sd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/navigation-2.2.xsd = 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,35 @@ + + + = + + + + + The pages component + + + + + + + A list of pages configuration files. Setting = this value overrides the = + default /WEB-INF/pages.xml. + + + + + + + + + = + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.1.x= sd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.1.xsd 20= 09-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.1.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/pageflow-2.2.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/pages-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/pages-2.1.xsd 2009-= 06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/pages-2.1.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -1,643 +0,0 @@ - - - - - About this format ... - - = - - - The root of a pages.xml file - - - - - - - - - - - -

You can read this as:

-

The pages element has a bunch of conversation element= s, and for each of those conversation elements, they must have a unique nam= e within this document.

-
-
- - -
-
- = - - - - - - - = - - - A Seam exception handler - - - - - - - - - - - - - - - - - = - - - - = - - - Natural conversation configuration - - - - - - - - - - - = - - - Configuration for a specific page or set up = pages - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Requests to conversations are serialized by default, a= nd if - a lock cannot be acquired in time, the request will be = - dropped. You can set the timeout on a page-by-page bas= is = - here. - - - - - - = - - - = - - - A page parameter - - - - - - - - - - - - - - - - - = - - - HTTP headers to be added - - - - - - = - - - - - = - - - URL rewriting pattern for this view - - - - - - = - - - - = - - - Page action - - - - - - - - - - - = - - - Security restrictions - - - = - - - Page navigation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = - - - - - - - - - - - - - - - - - - - - - - - - - - - = - - - Event to be raised - - - - - - - - - = - - - This page begins a new conversation - - - - - - - - - - - - - - = - - - This page ends a conversation - - - - - - - - - - - = - - - Begin a BPM task - - - - - - - - - - - = - - - Start a BPM task - - - - - - - - - - - = - - - Add a BPM task - - - - - - - - - - = - - - Create a BPM process - - - - - - - - - = - - - Resume a BPM process instance - - - - - - - - - = - - - A page input - - - - - - - - - - - = - - - A contextual output for a navigation rule - - - - - - - - - - - = - - - Render a view - - - - - - - - - - - - = - - - Redirect to another view or URL - - - - - - - = - = - - - - - - - - = - - - Send an HTTP error code - - - - - - - - - - - - = - - - Add a message to the faces messages - - - - - - - - - - - - - - = - - - A page description for workflow switching - - - - - - - - - = - - - - - - - - - - - - - - - - - = - - - - - - = - - - - - - - - - - - - - - - - - - - - - - -

Allows for the following values:

-
    -
  • true
  • -
  • false
  • -
-
-
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Note: These do not include the HTT= P extensions.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - = - - - - - - = - - - - - - -
Added: branches/community/Seam_2_2/src/main/org/jboss/seam/pages-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/pages-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/pages-2.2.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,643 @@ + + + + + About this format ... + + = + + + The root of a pages.xml file + + + + + + + + + + + +

You can read this as:

+

The pages element has a bunch of conversation element= s, and for each of those conversation elements, they must have a unique nam= e within this document.

+
+
+ + +
+
+ = + + + + + + + = + + + A Seam exception handler + + + + + + + + + + + + + + + + + = + + + + = + + + Natural conversation configuration + + + + + + + + + + + = + + + Configuration for a specific page or set up = pages + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Requests to conversations are serialized by default, a= nd if + a lock cannot be acquired in time, the request will be = + dropped. You can set the timeout on a page-by-page bas= is = + here. + + + + + + = + + + = + + + A page parameter + + + + + + + + + + + + + + + + + = + + + HTTP headers to be added + + + + + + = + + + + + = + + + URL rewriting pattern for this view + + + + + + = + + + + = + + + Page action + + + + + + + + + + + = + + + Security restrictions + + + = + + + Page navigation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + Event to be raised + + + + + + + + + = + + + This page begins a new conversation + + + + + + + + + + + + + + = + + + This page ends a conversation + + + + + + + + + + + = + + + Begin a BPM task + + + + + + + + + + + = + + + Start a BPM task + + + + + + + + + + + = + + + Add a BPM task + + + + + + + + + + = + + + Create a BPM process + + + + + + + + + = + + + Resume a BPM process instance + + + + + + + + + = + + + A page input + + + + + + + + + + + = + + + A contextual output for a navigation rule + + + + + + + + + + + = + + + Render a view + + + + + + + + + + + + = + + + Redirect to another view or URL + + + + + + + = + = + + + + + + + + = + + + Send an HTTP error code + + + + + + + + + + + + = + + + Add a message to the faces messages + + + + + + + + + + + + + + = + + + A page description for workflow switching + + + + + + + + + = + + + + + + + + + + + + + + + + + = + + + + + + = + + + + + + + + + + + + + + + + + + + + + + +

Allows for the following values:

+
    +
  • true
  • +
  • false
  • +
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Note: These do not include the HTT= P extensions.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + = + + + + + + = + + + + + + +
Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.= 1.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/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.1.xsd= 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.1.xsd= 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,88 +0,0 @@ - - - = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = - - - = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.2.= 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/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.2.xsd= (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/persistence-2.2.xsd= 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,88 @@ + + + = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.1.x= sd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.1.xsd 20= 09-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.1.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -1,20 +0,0 @@ - - - = - - - - - - - - - - - - - - = - \ No newline at end of file Added: branches/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/remoting-2.2.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,20 @@ + + + = + + + + + + + + + + + + + + = + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.1.x= sd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/security-2.1.xsd 20= 09-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.1.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -1,136 +0,0 @@ - - - = - - - - - - - - - = - - - - - - = - - - - - = - - = - - - - - = - - - - - - - = - - - - - - - = - - - - - - - = - - - - - - - = - - - - - - - = - - - - = - - - = - - - - - - - = - - - - - = - - - - - - = - = - - - - - - - - - - - - - - - - - - - - - - - - = - - - - = - - - - - - = - - - - - - - - = - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 20= 09-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,136 @@ + + + = + + + + + + + + + = + + + + + + = + + + + + = + + = + + + + + = + + + + + + + = + + + + + + + = + + + + + + + = + + + + + + + = + + + + + + + = + + + + = + + + = + + + + + + + = + + + + + = + + + + + + = + = + + + + + + + + + + + + + + + + + + + + + + + + = + + + + = + + + + + + = + + + + + + + + = + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/theme-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/theme-2.1.xsd 2009-= 06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/theme-2.1.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -1,26 +0,0 @@ - - - - - - - Theme selector component - - - - - - - - - - = - - - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/theme-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/theme-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/theme-2.2.xsd 2009-= 06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,26 @@ + + + + + + + Theme selector component + + + + + + + + + + = + + + + + + + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.= 1.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/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.1.xsd= 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.1.xsd= 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = - - - - - - - - - - - - - = - - - - - - - - - = - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.2.= 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/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.2.xsd= (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/transaction-2.2.xsd= 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + + + + + + + + + + + = + + + + + + + + + = + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/ui-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/ui-2.1.xsd 2009-06-= 05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/ui-2.1.xsd 2009-06-= 05 23:10:55 UTC (rev 11086) @@ -1,36 +0,0 @@ - - - - = - - - - - - - = - - - - - - - = - - - - - - - - - - - - - - = - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/ui-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/ui-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/ui-2.2.xsd 2009-06-= 05 23:10:55 UTC (rev 11086) @@ -0,0 +1,36 @@ + + + + = + + + + + + + = + + + + + + + = + + + + + + + + + + + + + + = + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/web-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/web-2.1.xsd 2009-06= -05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/web-2.1.xsd 2009-06= -05 23:10:55 UTC (rev 11086) @@ -1,188 +0,0 @@ - - - - - - - This filter triggers a scan for hot deployab= le components and descriptor files on each request. The URL pattern should = be set to the same pattern as used by the Faces Servlet. Note that this fil= ter is automatically disabled when Seam debug mode is disabled. - - - - - - - - - - This filter provides integration between Ser= vlet Security and the identity component. - - - - - - - - - - - Detects multipart form requests and processes them accordi= ng to the = - multipart/form-data specification (RFC-2388). - - - - - - - - - = - - - This filter allows Seam to propagate the con= versation context across browser redirects. It intercepts any = -browser redirects and adds a request parameter that specifies the Seam con= versation identifier. - - - - - = - = - = - - - This filter provides the exception mapping f= unctionality in pages.xml. - - - - - - - = - - - This filter allows custom servlets to intera= ct with the Seam contexts. It sets up the Seam contexts at the begin- = -ning of each request, and tears them down at the end of the request. - - - - - - - = - - - - - - - - - - = - = - - - Sets the character encoding of submitted for= m data. - - - - - - - - = - = - - - Although not recommended for use unless abso= lutely necessary, Seam provides means for authenticating using = -either HTTP Basic or HTTP Digest (RFC 2617) methods. - - - - - - - - - - - = - - - This filter adds the authenticated user name= to the log4j mapped diagnostic context so that it can be included in = -formatted log output if desired, by adding %X{username} to the pattern. - - - - - - - = - - - The ajax4jsf filter for RichFaces - - - - - - - = - = - - - This filter performs URL rewriting. - - - - - - - = - - - - - - = - - - - - - = - - = - - - = - - - - - - = - - - - - - - = - - - = - = - - - - - This is the servlet mapping. It should be set to the = same pattern as used by the - Faces Servlet. If no value is specified, a pattern of= *.seam will be assumed. - - - - - = - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/web-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/web-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/web-2.2.xsd 2009-06= -05 23:10:55 UTC (rev 11086) @@ -0,0 +1,188 @@ + + + + + + + This filter triggers a scan for hot deployab= le components and descriptor files on each request. The URL pattern should = be set to the same pattern as used by the Faces Servlet. Note that this fil= ter is automatically disabled when Seam debug mode is disabled. + + + + + + + + + + This filter provides integration between Ser= vlet Security and the identity component. + + + + + + + + + + + Detects multipart form requests and processes them accordi= ng to the = + multipart/form-data specification (RFC-2388). + + + + + + + + + = + + + This filter allows Seam to propagate the con= versation context across browser redirects. It intercepts any = +browser redirects and adds a request parameter that specifies the Seam con= versation identifier. + + + + + = + = + = + + + This filter provides the exception mapping f= unctionality in pages.xml. + + + + + + + = + + + This filter allows custom servlets to intera= ct with the Seam contexts. It sets up the Seam contexts at the begin- = +ning of each request, and tears them down at the end of the request. + + + + + + + = + + + + + + + + + + = + = + + + Sets the character encoding of submitted for= m data. + + + + + + + + = + = + + + Although not recommended for use unless abso= lutely necessary, Seam provides means for authenticating using = +either HTTP Basic or HTTP Digest (RFC 2617) methods. + + + + + + + + + + + = + + + This filter adds the authenticated user name= to the log4j mapped diagnostic context so that it can be included in = +formatted log output if desired, by adding %X{username} to the pattern. + + + + + + + = + + + The ajax4jsf filter for RichFaces + + + + + + + = + = + + + This filter performs URL rewriting. + + + + + + + = + + + + + + = + + + + + + = + + = + + + = + + + + + + = + + + + + + + = + + + = + = + + + + + This is the servlet mapping. It should be set to the = same pattern as used by the + Faces Servlet. If no value is specified, a pattern of= *.seam will be assumed. + + + + + = + Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.1.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/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.1.xsd 2009= -06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.1.xsd 2009= -06-05 23:10:55 UTC (rev 11086) @@ -1,23 +0,0 @@ - - - = - - = - - - - - - - - - - = - - - - - Added: branches/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/wicket-2.2.xsd 2009= -06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,23 @@ + + + = + + = + + + + + + + + + + = + + + + + Deleted: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.1.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/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd 2009= -06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd 2009= -06-05 23:10:55 UTC (rev 11086) @@ -1,29 +0,0 @@ - - - - - - - - The key stores holds the encryption keys for creating signed P= DF - documents - - - - - - - - - - - - - - Added: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.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/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd = (rev 0) +++ branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd 2009= -06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,29 @@ + + + + + + + + The key stores holds the encryption keys for creating signed P= DF + documents + + + + + + + + + + + + + + Deleted: branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/r= esteasy-2.1.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/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/restea= sy-2.1.xsd 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/restea= sy-2.1.xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,200 +0,0 @@ - - - - - - - - - An implementation of JAX-RS Application with additional pro= perties for RESTEasy. - - - - - - - - List of provider classes. - - - - - - - List of resource classes. - - - - - - - Maps media type URI extensions to Accept header, s= ee RESTEasy documentation and JAX-RS (JSR 311). - - - - - - - Maps language URI extension to Accept header, see = RESTEasy documentation and JAX-RS (JSR 311). - - - - - - - - - - - - - Allows you to expose an entity home component as a - REST resource. - - - - - - - - - - - - - - - - Allows you to expose an entity query component as a - REST resource. - - - - - - - - - - - - - - - - - Enable automatic discovery of classes annoated with JAX= -RS @Provider, defaults to 'true'. - - - - - - - Enable automatic discovery of classes annoated with JAX-= RS @Path, defaults to 'true'. - - - - - - - Enable RESTEasy built-in providers, defaults to 'true'. - - - - - - - Destroy the HttpSession after a REST request if it was = created for that request (it is a - new session), defaults to 'true'. - - - - - - - Append this prefix to any request path, after the SeamRes= ourceServlet - url-pattern prefix (configured in web.xml). Defaults to "= /rest". - - - - - - - Remove the "/<url-pattern-of-seam-resource-servlet>= /<resource-path-prefix>" part - of the request path before the request is mapped to a @P= ath resource. If disabled, - all @Path definitions must use the full prefix of the Sea= mResourceServlet as = - mapped with the url-pattern in web.xml, plus the resourc= ePathPrefix. - - - - - = - - - - - Location of the resource. For example /user - - - - - - - Media type this resource will operate on. Defaults to application/xml. - - - - - - - - - - Entity identifier class. - - - - - - - EntityHome component that will be used for operating database. - - - - - - - Disable "write" operations on this resource. Resource will only allow= GET - method. - - - - - - - - - - Entity class. - - - - - - - EntityQuery component that will be used for - listing operation (GET on path). If not set, it will be created - automatically. - - - - - Added: branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/res= teasy-2.2.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/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/restea= sy-2.2.xsd (rev 0) +++ branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/restea= sy-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086) @@ -0,0 +1,200 @@ + + + + + + + + + An implementation of JAX-RS Application with additional pro= perties for RESTEasy. + + + + + + + + List of provider classes. + + + + + + + List of resource classes. + + + + + + + Maps media type URI extensions to Accept header, s= ee RESTEasy documentation and JAX-RS (JSR 311). + + + + + + + Maps language URI extension to Accept header, see = RESTEasy documentation and JAX-RS (JSR 311). + + + + + + + + + + + + + Allows you to expose an entity home component as a + REST resource. + + + + + + + + + + + + + + + + Allows you to expose an entity query component as a + REST resource. + + + + + + + + + + + + + + + + + Enable automatic discovery of classes annoated with JAX= -RS @Provider, defaults to 'true'. + + + + + + + Enable automatic discovery of classes annoated with JAX-= RS @Path, defaults to 'true'. + + + + + + + Enable RESTEasy built-in providers, defaults to 'true'. + + + + + + + Destroy the HttpSession after a REST request if it was = created for that request (it is a + new session), defaults to 'true'. + + + + + + + Append this prefix to any request path, after the SeamRes= ourceServlet + url-pattern prefix (configured in web.xml). Defaults to "= /rest". + + + + + + + Remove the "/<url-pattern-of-seam-resource-servlet>= /<resource-path-prefix>" part + of the request path before the request is mapped to a @P= ath resource. If disabled, + all @Path definitions must use the full prefix of the Sea= mResourceServlet as = + mapped with the url-pattern in web.xml, plus the resourc= ePathPrefix. + + + + + = + + + + + Location of the resource. For example /user + + + + + + + Media type this resource will operate on. Defaults to application/xml. + + + + + + + + + + Entity identifier class. + + + + + + + EntityHome component that will be used for operating database. + + + + + + + Disable "write" operations on this resource. Resource will only allow= GET + method. + + + + + + + + + + Entity class. + + + + + + + EntityQuery component that will be used for + listing operation (GET on path). If not set, it will be created + automatically. + + + + + Modified: branches/community/Seam_2_2/ui/src/main/resources/META-INF/compon= ents.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/community/Seam_2_2/ui/src/main/resources/META-INF/components.x= ml 2009-06-05 23:03:29 UTC (rev 11085) +++ branches/community/Seam_2_2/ui/src/main/resources/META-INF/components.x= ml 2009-06-05 23:10:55 UTC (rev 11086) @@ -1,6 +1,6 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/component= s http://jboss.com/products/seam/components-2.2.xsd"> = --===============6915989449830299785==-- From seam-commits at lists.jboss.org Fri Jun 5 19:28:35 2009 Content-Type: multipart/mixed; boundary="===============2136747757469464590==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11087 - in branches/community/Seam_2_2/src: ioc/META-INF and 8 other directories. Date: Fri, 05 Jun 2009 19:18:56 -0400 Message-ID: --===============2136747757469464590== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 19:18:56 -0400 (Fri, 05 Jun 2009) New Revision: 11087 Modified: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xsd branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.x= sd branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.2= .xsd branches/community/Seam_2_2/src/main/META-INF/components.xml branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteas= y-2.2.xsd branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/compo= nents.xml branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/pages= .xml branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsTe= st.xml branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/compo= nent/MyEntityHome.component.xml Log: schema version numbers Modified: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-= 2.2.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/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xs= d 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xs= d 2009-06-05 23:18:56 UTC (rev 11087) @@ -3,7 +3,7 @@ xmlns:components=3D"http://jboss.com/products/seam/components" targetName= space=3D"http://jboss.com/products/seam/document" elementFormDefault=3D"qua= lified" attributeFormDefault=3D"unqualified"> = - + = Modified: branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/ioc/META-INF/spring.schemas 2009-06-05 = 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas 2009-06-05 = 23:18:56 UTC (rev 11087) @@ -1 +1 @@ -http\://jboss.com/products/seam/spring-seam-2.1.xsd=3Dorg/jboss/seam/ioc/s= pring/spring-seam-2.1.xsd +http\://jboss.com/products/seam/spring-seam-2.2.xsd=3Dorg/jboss/seam/ioc/s= pring/spring-seam-2.2.xsd Modified: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guic= e-2.2.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.= xsd 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.= xsd 2009-06-05 23:18:56 UTC (rev 11087) @@ -4,7 +4,7 @@ xmlns:components=3D"http://jboss.com/products/seam/components" attribu= teFormDefault=3D"unqualified"> = + schemaLocation=3D"http://jboss.com/products/seam/components-2.2.xs= d"/> = Modified: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spr= ing-2.2.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/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.= 2.xsd 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.= 2.xsd 2009-06-05 23:18:56 UTC (rev 11087) @@ -4,7 +4,7 @@ xmlns:components=3D"http://jboss.com/products/seam/components" attribu= teFormDefault=3D"unqualified"> = = + schemaLocation=3D"http://jboss.com/products/seam/components-2.2.xs= d" /> = = Modified: branches/community/Seam_2_2/src/main/META-INF/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/community/Seam_2_2/src/main/META-INF/components.xml 2009-06-05= 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/main/META-INF/components.xml 2009-06-05= 23:18:56 UTC (rev 11087) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/component= s http://jboss.com/products/seam/components-2.2.xsd"> = org.jboss.seam.core org.jboss.seam.cache Modified: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.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/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd 2009= -06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd 2009= -06-05 23:18:56 UTC (rev 11087) @@ -6,7 +6,7 @@ xmlns:components=3D"http://jboss.com/products/seam/components" = attributeFormDefault=3D"unqualified"> + schemaLocation=3D"components-2.2.xsd" /> = Modified: branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/= resteasy-2.2.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/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/restea= sy-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/restea= sy-2.2.xsd 2009-06-05 23:18:56 UTC (rev 11087) @@ -3,7 +3,7 @@ targetNamespace=3D"http://jboss.com/products/seam/resteasy" xmlns:rest= easy=3D"http://jboss.com/products/seam/resteasy" xmlns:components=3D"http://jboss.com/products/seam/components" attribu= teFormDefault=3D"unqualified"> = - + = Modified: branches/community/Seam_2_2/src/test/integration/resources/WEB-IN= F/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/community/Seam_2_2/src/test/integration/resources/WEB-INF/comp= onents.xml 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/comp= onents.xml 2009-06-05 23:18:56 UTC (rev 11087) @@ -10,15 +10,15 @@ xmlns:jms=3D"http://jboss.com/products/seam/jms" = xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.1.xsd = - http://jboss.com/products/seam/international http://jboss= .com/products/seam/international-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd = - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd = - http://jboss.com/products/seam/jms http://jboss.com/produ= cts/seam/jms-2.1.xsd = - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.2.xsd = + http://jboss.com/products/seam/international http://jboss= .com/products/seam/international-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd = + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd = + http://jboss.com/products/seam/jms http://jboss.com/produ= cts/seam/jms-2.2.xsd = + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd"> = = Modified: branches/community/Seam_2_2/src/test/integration/resources/WEB-IN= F/pages.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/community/Seam_2_2/src/test/integration/resources/WEB-INF/page= s.xml 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/page= s.xml 2009-06-05 23:18:56 UTC (rev 11087) @@ -1,7 +1,7 @@ = Modified: branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageAc= tionsTest.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/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsT= est.xml 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsT= est.xml 2009-06-05 23:18:56 UTC (rev 11087) @@ -2,7 +2,7 @@ + http://jboss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/uni= t/component/MyEntityHome.component.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/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/comp= onent/MyEntityHome.component.xml 2009-06-05 23:10:55 UTC (rev 11086) +++ branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/comp= onent/MyEntityHome.component.xml 2009-06-05 23:18:56 UTC (rev 11087) @@ -3,8 +3,8 @@ xmlns:framework=3D"http://jboss.com/products/seam/framework" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D" - http://jboss.com/products/seam/components http://jboss.com/products/seam= /components-2.1.xsd = - http://jboss.com/products/seam/framework http://jboss.com/products/seam/= framework-2.1.xsd"> + http://jboss.com/products/seam/components http://jboss.com/products/seam= /components-2.2.xsd = + http://jboss.com/products/seam/framework http://jboss.com/products/seam/= framework-2.2.xsd"> = - - + + + + + + Modified: branches/community/Seam_2_2/examples/groovybooking/resources/WEB-= INF/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/community/Seam_2_2/examples/groovybooking/resources/WEB-INF/co= mponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/groovybooking/resources/WEB-INF/co= mponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -7,12 +7,12 @@ xmlns:mail=3D"http://jboss.com/products/seam/mail" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/groovybooking/resources/WEB-= INF/pages.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/community/Seam_2_2/examples/groovybooking/resources/WEB-INF/pa= ges.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/groovybooking/resources/WEB-INF/pa= ges.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/guice/resources/WEB-INF/comp= onents.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/community/Seam_2_2/examples/guice/resources/WEB-INF/components= .xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/guice/resources/WEB-INF/components= .xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -4,9 +4,9 @@ xmlns:core=3D"http://jboss.com/products/seam/core" xmlns:guice=3D"http://jboss.com/products/seam/guice" xsi:schemaLocation=3D" - http://jboss.com/products/seam/core http://jboss.com/products/seam/c= ore-2.1.xsd - http://jboss.com/products/seam/guice http://jboss.com/products/seam/= guice-2.1.xsd - http://jboss.com/products/seam/components http://jboss.com/products/= seam/components-2.1.xsd"> + http://jboss.com/products/seam/core http://jboss.com/products/seam/c= ore-2.2.xsd + http://jboss.com/products/seam/guice http://jboss.com/products/seam/= guice-2.2.xsd + http://jboss.com/products/seam/components http://jboss.com/products/= seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/hibernate/resources-glassfis= h/WEB-INF/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/community/Seam_2_2/examples/hibernate/resources-glassfish/WEB-= INF/components.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-glassfish/WEB-= INF/components.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = = Modified: branches/community/Seam_2_2/examples/hibernate/resources-glassfis= h/WEB-INF/pages.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/community/Seam_2_2/examples/hibernate/resources-glassfish/WEB-= INF/pages.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-glassfish/WEB-= INF/pages.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/hibernate/resources-jboss/WE= B-INF/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/community/Seam_2_2/examples/hibernate/resources-jboss/WEB-INF/= components.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-jboss/WEB-INF/= components.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/hibernate/resources-tomcat/W= EB-INF/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/community/Seam_2_2/examples/hibernate/resources-tomcat/WEB-INF= /components.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-tomcat/WEB-INF= /components.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/hibernate/resources-weblogic= 92/WEB-INF/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/community/Seam_2_2/examples/hibernate/resources-weblogic92/WEB= -INF/components.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-weblogic92/WEB= -INF/components.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = = Modified: branches/community/Seam_2_2/examples/hibernate/resources-weblogic= 92/WEB-INF/pages.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/community/Seam_2_2/examples/hibernate/resources-weblogic92/WEB= -INF/pages.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-weblogic92/WEB= -INF/pages.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/hibernate/resources-webspher= e61/WEB-INF/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/community/Seam_2_2/examples/hibernate/resources-websphere61/WE= B-INF/components.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-websphere61/WE= B-INF/components.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = = Modified: branches/community/Seam_2_2/examples/hibernate/resources-webspher= e61/WEB-INF/pages.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/community/Seam_2_2/examples/hibernate/resources-websphere61/WE= B-INF/pages.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/hibernate/resources-websphere61/WE= B-INF/pages.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/c= omponents.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/community/Seam_2_2/examples/icefaces/resources/WEB-INF/compone= nts.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/compone= nts.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/p= ages.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/community/Seam_2_2/examples/icefaces/resources/WEB-INF/pages.x= ml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/icefaces/resources/WEB-INF/pages.x= ml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/itext/resources/WEB-INF/comp= onents.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/community/Seam_2_2/examples/itext/resources/WEB-INF/components= .xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/itext/resources/WEB-INF/components= .xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -4,11 +4,11 @@ xmlns:framework=3D"http://jboss.com/products/seam/framework" xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core http= ://jboss.com/products/seam/core-2.1.xsd = - http://jboss.com/products/seam/framework h= ttp://jboss.com/products/seam/framework-2.1.xsd - http://jboss.com/products/seam/pdf http://= jboss.com/products/seam/pdf-2.1.xsd = - http://jboss.com/products/seam/web /Users= /orb/proj/jboss/seam/trunk/src/main/org/jboss/seam/web-2.1.xsd = - http://jboss.com/products/seam/components = http://jboss.com/products/seam/components-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core http= ://jboss.com/products/seam/core-2.2.xsd = + http://jboss.com/products/seam/framework h= ttp://jboss.com/products/seam/framework-2.2.xsd + http://jboss.com/products/seam/pdf http://= jboss.com/products/seam/pdf-2.2.xsd = + http://jboss.com/products/seam/web /Users= /orb/proj/jboss/seam/trunk/src/main/org/jboss/seam/web-2.2.xsd = + http://jboss.com/products/seam/components = http://jboss.com/products/seam/components-2.2.xsd"> = = true Modified: branches/community/Seam_2_2/examples/itext/resources/WEB-INF/page= s.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/community/Seam_2_2/examples/itext/resources/WEB-INF/pages.xml = 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/itext/resources/WEB-INF/pages.xml = 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jbos= s.com/products/seam/pages-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/jee5/booking/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/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/com= ponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/com= ponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = = Modified: branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-I= NF/pages.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/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/pag= es.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/pag= es.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/jee5/remoting/resources/WEB-= INF/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/community/Seam_2_2/examples/jee5/remoting/resources/WEB-INF/co= mponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jee5/remoting/resources/WEB-INF/co= mponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = = Modified: branches/community/Seam_2_2/examples/jpa/resources-glassfish/WEB-= INF/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/community/Seam_2_2/examples/jpa/resources-glassfish/WEB-INF/co= mponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-glassfish/WEB-INF/co= mponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/jpa/resources-jboss/WEB-INF/= 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/community/Seam_2_2/examples/jpa/resources-jboss/WEB-INF/compon= ents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-jboss/WEB-INF/compon= ents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/jpa/resources-tomcat/WEB-INF= /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/community/Seam_2_2/examples/jpa/resources-tomcat/WEB-INF/compo= nents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-tomcat/WEB-INF/compo= nents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/jpa/resources-weblogic10/WEB= -INF/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/community/Seam_2_2/examples/jpa/resources-weblogic10/WEB-INF/c= omponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-weblogic10/WEB-INF/c= omponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,11 +6,11 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/jpa/resources-weblogic92/WEB= -INF/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/community/Seam_2_2/examples/jpa/resources-weblogic92/WEB-INF/c= omponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-weblogic92/WEB-INF/c= omponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,10 +6,10 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/jpa/resources-websphere61/WE= B-INF/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/community/Seam_2_2/examples/jpa/resources-websphere61/WEB-INF/= components.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-websphere61/WEB-INF/= components.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,12 +6,12 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.= com/products/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.= com/products/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/jpa/resources-websphere7/WEB= -INF/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/community/Seam_2_2/examples/jpa/resources-websphere7/WEB-INF/c= omponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/jpa/resources-websphere7/WEB-INF/c= omponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,12 +6,12 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.= com/products/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.= com/products/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/mail/resources/WEB-INF/compo= nents.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/community/Seam_2_2/examples/mail/resources/WEB-INF/components.= xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/mail/resources/WEB-INF/components.= xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -4,10 +4,10 @@ xmlns:mail=3D"http://jboss.com/products/seam/mail" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.1.xsd - http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.2.xsd + http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/mail/resources/WEB-INF/pages= .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/community/Seam_2_2/examples/mail/resources/WEB-INF/pages.xml 2= 009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/mail/resources/WEB-INF/pages.xml 2= 009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/messages/resources/WEB-INF/c= omponents.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/community/Seam_2_2/examples/messages/resources/WEB-INF/compone= nts.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/messages/resources/WEB-INF/compone= nts.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/component= s http://jboss.com/products/seam/components-2.2.xsd"> = @jndiPattern@ Modified: branches/community/Seam_2_2/examples/nestedbooking/resources/WEB-= INF/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/community/Seam_2_2/examples/nestedbooking/resources/WEB-INF/co= mponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/nestedbooking/resources/WEB-INF/co= mponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/numberguess/resources/WEB-IN= F/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/community/Seam_2_2/examples/numberguess/resources/WEB-INF/comp= onents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/numberguess/resources/WEB-INF/comp= onents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -2,8 +2,8 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/bpm http://jboss.c= om/products/seam/bpm-2.2.xsd = + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = 10 Modified: branches/community/Seam_2_2/examples/numberguess/resources/WEB-IN= F/pages.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/community/Seam_2_2/examples/numberguess/resources/WEB-INF/page= s.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/numberguess/resources/WEB-INF/page= s.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/numberguess/resources/cheat.= jpdl.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/community/Seam_2_2/examples/numberguess/resources/cheat.jpdl.x= ml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/numberguess/resources/cheat.jpdl.x= ml 2009-06-05 23:35:50 UTC (rev 11089) @@ -12,7 +12,7 @@ = Modified: branches/community/Seam_2_2/examples/numberguess/resources/pagefl= ow.jpdl.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/community/Seam_2_2/examples/numberguess/resources/pageflow.jpd= l.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/numberguess/resources/pageflow.jpd= l.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -13,7 +13,7 @@ xmlns=3D"http://jboss.com/products/seam/pageflow" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/pageflow http://jboss.com/products/se= am/pageflow-2.1.xsd" + "http://jboss.com/products/seam/pageflow http://jboss.com/products/se= am/pageflow-2.2.xsd" name=3D"numberGuess"> = Modified: branches/community/Seam_2_2/examples/openid/resources/WEB-INF/com= ponents.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/community/Seam_2_2/examples/openid/resources/WEB-INF/component= s.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/openid/resources/WEB-INF/component= s.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,12 +6,12 @@ xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:international=3D"http://jboss.com/products/seam/international" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core /Users/orb/p= roj/jboss/seam/trunk/src/main/org/jboss/seam/core-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core /Users/orb/p= roj/jboss/seam/trunk/src/main/org/jboss/seam/core-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/openid/resources/WEB-INF/pag= es.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/community/Seam_2_2/examples/openid/resources/WEB-INF/pages.xml= 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/openid/resources/WEB-INF/pages.xml= 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ = Modified: branches/community/Seam_2_2/examples/quartz/resources/WEB-INF/com= ponents.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/community/Seam_2_2/examples/quartz/resources/WEB-INF/component= s.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/quartz/resources/WEB-INF/component= s.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -7,11 +7,11 @@ xmlns:persistence=3D"http://jboss.com/products/seam/persistenc= e" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.1.xsd - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.2.xsd + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/registration/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/community/Seam_2_2/examples/registration/resources/WEB-INF/com= ponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/registration/resources/WEB-INF/com= ponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -3,8 +3,8 @@ xmlns:core=3D"http://jboss.com/products/seam/core" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/remoting/gwt/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/community/Seam_2_2/examples/remoting/gwt/resources/WEB-INF/com= ponents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/remoting/gwt/resources/WEB-INF/com= ponents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -4,9 +4,9 @@ xmlns:remoting=3D"http://jboss.com/products/seam/remoting" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd - http://jboss.com/products/seam/remoting http://jboss.com/= products/seam/remoting-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd + http://jboss.com/products/seam/remoting http://jboss.com/= products/seam/remoting-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/restbay/resources/WEB-INF/co= mponents.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/community/Seam_2_2/examples/restbay/resources/WEB-INF/componen= ts.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/restbay/resources/WEB-INF/componen= ts.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -10,15 +10,15 @@ xmlns:framework=3D"http://jboss.com/products/seam/framework" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd - http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/resteasy http://jboss.com/= products/seam/resteasy-2.1.xsd - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd + http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/resteasy http://jboss.com/= products/seam/resteasy-2.2.xsd + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/restbay/resources/WEB-INF/pa= ges.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/community/Seam_2_2/examples/restbay/resources/WEB-INF/pages.xm= l 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/restbay/resources/WEB-INF/pages.xm= l 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/rss/resources/WEB-INF/compon= ents.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/community/Seam_2_2/examples/rss/resources/WEB-INF/components.x= ml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/rss/resources/WEB-INF/components.x= ml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,16 +1,16 @@ - + = = - - + + Modified: branches/community/Seam_2_2/examples/seambay/resources/META-INF/s= tandard-jaxws-endpoint-config.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/community/Seam_2_2/examples/seambay/resources/META-INF/standar= d-jaxws-endpoint-config.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seambay/resources/META-INF/standar= d-jaxws-endpoint-config.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"urn:jboss:jaxws-config:2.0 jaxws-config_2.0.xs= d"> Seam WebService Endpoint Modified: branches/community/Seam_2_2/examples/seambay/resources/WEB-INF/co= mponents.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/community/Seam_2_2/examples/seambay/resources/WEB-INF/componen= ts.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seambay/resources/WEB-INF/componen= ts.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -8,13 +8,13 @@ xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/seambay/resources/WEB-INF/pa= ges.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/community/Seam_2_2/examples/seambay/resources/WEB-INF/pages.xm= l 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seambay/resources/WEB-INF/pages.xm= l 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/seamdiscs/resources/WEB-INF/= 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/community/Seam_2_2/examples/seamdiscs/resources/WEB-INF/compon= ents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/resources/WEB-INF/compon= ents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -6,12 +6,12 @@ xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:framework=3D"http://jboss.com/products/seam/framework" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.co= m/products/seam/core-2.1.xsd = - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd = - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd = - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.co= m/products/seam/core-2.2.xsd = + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd = + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd = + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/seamdiscs/resources/WEB-INF/= pages.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/community/Seam_2_2/examples/seamdiscs/resources/WEB-INF/pages.= xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/resources/WEB-INF/pages.= xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ Modified: branches/community/Seam_2_2/examples/seamdiscs/view/artist.page.x= ml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/examples/seamdiscs/view/artist.page.xml 200= 9-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/view/artist.page.xml 200= 9-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jboss= .com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/seamdiscs/view/artists.page.= 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/community/Seam_2_2/examples/seamdiscs/view/artists.page.xml 20= 09-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/view/artists.page.xml 20= 09-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jboss= .com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/seamdiscs/view/disc.page.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/community/Seam_2_2/examples/seamdiscs/view/disc.page.xml 2009-= 06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/view/disc.page.xml 2009-= 06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jboss= .com/products/seam/pages-2.2.xsd"> = = + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jboss= .com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/seamdiscs/view/home.page.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/community/Seam_2_2/examples/seamdiscs/view/home.page.xml 2009-= 06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/view/home.page.xml 2009-= 06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jboss= .com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/seamdiscs/view/login.page.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/community/Seam_2_2/examples/seamdiscs/view/login.page.xml 2009= -06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamdiscs/view/login.page.xml 2009= -06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jboss= .com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/seampay/resources/WEB-INF/co= mponents.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/community/Seam_2_2/examples/seampay/resources/WEB-INF/componen= ts.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seampay/resources/WEB-INF/componen= ts.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,10 +5,10 @@ xmlns:async=3D"http://jboss.com/products/seam/async" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.1.xsd - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd" > + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/async http://jboss.com/pro= ducts/seam/async-2.2.xsd + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd" > = + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/seamspace/resources/WEB-INF/= 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/community/Seam_2_2/examples/seamspace/resources/WEB-INF/compon= ents.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/resources/WEB-INF/compon= ents.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -7,12 +7,12 @@ xmlns:web=3D"http://jboss.com/products/seam/web" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/seamspace/resources/WEB-INF/= pages.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/community/Seam_2_2/examples/seamspace/resources/WEB-INF/pages.= xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/resources/WEB-INF/pages.= xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ = Modified: branches/community/Seam_2_2/examples/seamspace/view/imagepermissi= ondetail.page.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/community/Seam_2_2/examples/seamspace/view/imagepermissiondeta= il.page.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/view/imagepermissiondeta= il.page.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jbos= s.com/products/seam/pages-2.2.xsd"> Modified: branches/community/Seam_2_2/examples/seamspace/view/imagepermissi= ons.page.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/community/Seam_2_2/examples/seamspace/view/imagepermissions.pa= ge.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/view/imagepermissions.pa= ge.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ Modified: branches/community/Seam_2_2/examples/seamspace/view/roledetail.pa= ge.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/community/Seam_2_2/examples/seamspace/view/roledetail.page.xml= 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/view/roledetail.page.xml= 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jbos= s.com/products/seam/pages-2.2.xsd"> Modified: branches/community/Seam_2_2/examples/seamspace/view/rolemanager.p= age.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/community/Seam_2_2/examples/seamspace/view/rolemanager.page.xm= l 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/view/rolemanager.page.xm= l 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ #{s:hasPermission('seam.role', 'read')} = = Modified: branches/community/Seam_2_2/examples/seamspace/view/userdetail.pa= ge.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/community/Seam_2_2/examples/seamspace/view/userdetail.page.xml= 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/view/userdetail.page.xml= 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://jbos= s.com/products/seam/pages-2.2.xsd"> Modified: branches/community/Seam_2_2/examples/seamspace/view/usermanager.p= age.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/community/Seam_2_2/examples/seamspace/view/usermanager.page.xm= l 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/seamspace/view/usermanager.page.xm= l 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ #{s:hasPermission('seam.user', 'read')} = = Modified: branches/community/Seam_2_2/examples/spring/resources/WEB-INF/app= licationContext.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/community/Seam_2_2/examples/spring/resources/WEB-INF/applicati= onContext.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/spring/resources/WEB-INF/applicati= onContext.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -7,7 +7,7 @@ http://www.springframework.org/schema/aop http:= //www.springframework.org/schema/aop/spring-aop-2.0.xsd http://www.springframework.org/schema/jee http:= //www.springframework.org/schema/jee/spring-jee-2.0.xsd http://www.springframework.org/schema/util http= ://www.springframework.org/schema/util/spring-util-2.0.xsd - http://jboss.com/products/seam/spring-seam http= ://jboss.com/products/seam/spring-seam-2.1.xsd + http://jboss.com/products/seam/spring-seam http= ://jboss.com/products/seam/spring-seam-2.2.xsd http://www.springframework.org/schema/tx http:/= /www.springframework.org/schema/tx/spring-tx-2.0.xsd" default-lazy-init=3D"true"> = Modified: branches/community/Seam_2_2/examples/spring/resources/WEB-INF/com= ponents.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/community/Seam_2_2/examples/spring/resources/WEB-INF/component= s.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/spring/resources/WEB-INF/component= s.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,11 +5,11 @@ xmlns:spring=3D"http://jboss.com/products/seam/spring" xmlns:async=3D"http://jboss.com/products/seam/async" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core http= ://jboss.com/products/seam/core-2.1.xsd = - http://jboss.com/products/seam/persistence= http://jboss.com/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/components = http://jboss.com/products/seam/components-2.1.xsd - http://jboss.com/products/seam/spring http= ://jboss.com/products/seam/spring-2.1.xsd - http://jboss.com/products/seam/async http:= //jboss.com/products/seam/async-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core http= ://jboss.com/products/seam/core-2.2.xsd = + http://jboss.com/products/seam/persistence= http://jboss.com/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/components = http://jboss.com/products/seam/components-2.2.xsd + http://jboss.com/products/seam/spring http= ://jboss.com/products/seam/spring-2.2.xsd + http://jboss.com/products/seam/async http:= //jboss.com/products/seam/async-2.2.xsd"> = = = Modified: branches/community/Seam_2_2/examples/tasks/resources/WEB-INF/comp= onents.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/community/Seam_2_2/examples/tasks/resources/WEB-INF/components= .xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/tasks/resources/WEB-INF/components= .xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -5,14 +5,14 @@ xmlns:persistence=3D"http://jboss.com/products/seam/persistence" xmlns:framework=3D"http://jboss.com/products/seam/framework" xmlns:web=3D= "http://jboss.com/products/seam/web" xmlns:resteasy=3D"http://jboss.com/products/seam/resteasy" xmlns:xsi=3D"h= ttp://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/components http://jb= oss.com/products/seam/components-2.1.xsd - http://jboss.com/products/seam/core http://jboss.com/products/seam/core-= 2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.com/produc= ts/seam/transaction-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.com/produc= ts/seam/persistence-2.1.xsd - http://jboss.com/products/seam/framework http://jboss.com/products= /seam/framework-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/products/= seam/security-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/products/seam/= web-2.1.xsd - http://jboss.com/products/seam/resteasy http://jboss.com/products/= seam/resteasy-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/components http://jb= oss.com/products/seam/components-2.2.xsd + http://jboss.com/products/seam/core http://jboss.com/products/seam/core-= 2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.com/produc= ts/seam/transaction-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.com/produc= ts/seam/persistence-2.2.xsd + http://jboss.com/products/seam/framework http://jboss.com/products= /seam/framework-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/products/= seam/security-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/products/seam/= web-2.2.xsd + http://jboss.com/products/seam/resteasy http://jboss.com/products/= seam/resteasy-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/tasks/resources/WEB-INF/page= s.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/community/Seam_2_2/examples/tasks/resources/WEB-INF/pages.xml = 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/tasks/resources/WEB-INF/pages.xml = 2009-06-05 23:35:50 UTC (rev 11089) @@ -1,6 +1,6 @@ = Modified: branches/community/Seam_2_2/examples/todo/resources/WEB-INF/compo= nents.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/community/Seam_2_2/examples/todo/resources/WEB-INF/components.= xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/todo/resources/WEB-INF/components.= xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -3,8 +3,8 @@ xmlns:bpm=3D"http://jboss.com/products/seam/bpm" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/ui/resources/WEB-INF/compone= nts.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/community/Seam_2_2/examples/ui/resources/WEB-INF/components.xm= l 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/ui/resources/WEB-INF/components.xm= l 2009-06-05 23:35:50 UTC (rev 11089) @@ -4,10 +4,10 @@ xmlns:framework=3D"http://jboss.com/products/seam/framework" xmlns:persistence=3D"http://jboss.com/products/seam/persistence" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.co= m/products/seam/core-2.1.xsd = - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd = - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd = - http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.1.xsd"> + xsi:schemaLocation=3D"http://jboss.com/products/seam/core http://jboss.co= m/products/seam/core-2.2.xsd = + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd = + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd = + http://jboss.com/products/seam/framework http://jboss.com= /products/seam/framework-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.x= ml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.xml 200= 9-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.xml 200= 9-06-05 23:35:50 UTC (rev 11089) @@ -1,7 +1,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/examples/wicket/resources/WEB-INF/com= ponents.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/community/Seam_2_2/examples/wicket/resources/WEB-INF/component= s.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/wicket/resources/WEB-INF/component= s.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -7,12 +7,12 @@ xmlns:wicket=3D"http://jboss.com/products/seam/wicket" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/wicket http://jboss.com/pr= oducts/seam/wicket-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/wicket http://jboss.com/pr= oducts/seam/wicket-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/wiki/src/etc/META-INF/compon= ents-dev.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/community/Seam_2_2/examples/wiki/src/etc/META-INF/components-d= ev.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/wiki/src/etc/META-INF/components-d= ev.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -10,15 +10,15 @@ xmlns:resteasy=3D"http://jboss.com/products/seam/resteasy" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd - http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/resteasy http://jboss.com/= products/seam/resteasy-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd + http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/resteasy http://jboss.com/= products/seam/resteasy-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/wiki/src/etc/META-INF/compon= ents-prod.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/community/Seam_2_2/examples/wiki/src/etc/META-INF/components-p= rod.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/wiki/src/etc/META-INF/components-p= rod.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -9,14 +9,14 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd - http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd + http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/wiki/src/etc/META-INF/compon= ents-test.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/community/Seam_2_2/examples/wiki/src/etc/META-INF/components-t= est.xml 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/wiki/src/etc/META-INF/components-t= est.xml 2009-06-05 23:35:50 UTC (rev 11089) @@ -9,14 +9,14 @@ xmlns:transaction=3D"http://jboss.com/products/seam/transactio= n" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.1.xsd - http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/pr= oducts/seam/drools-2.2.xsd + http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/examples/wiki/src/etc/WEB-INF/compone= nts.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/community/Seam_2_2/examples/wiki/src/etc/WEB-INF/components.xm= l 2009-06-05 23:32:48 UTC (rev 11088) +++ branches/community/Seam_2_2/examples/wiki/src/etc/WEB-INF/components.xm= l 2009-06-05 23:35:50 UTC (rev 11089) @@ -9,13 +9,13 @@ xmlns:ui=3D"http://jboss.com/products/seam/ui" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd - http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd - http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.1.xsd - http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.1.xsd - http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.1.xsd - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd + http://jboss.com/products/seam/persistence http://jboss.c= om/products/seam/persistence-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd + http://jboss.com/products/seam/web http://jboss.com/produ= cts/seam/web-2.2.xsd + http://jboss.com/products/seam/mail http://jboss.com/prod= ucts/seam/mail-2.2.xsd + http://jboss.com/products/seam/transaction http://jboss.c= om/products/seam/transaction-2.2.xsd + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = --===============7769114651183077895==-- From seam-commits at lists.jboss.org Fri Jun 5 19:50:33 2009 Content-Type: multipart/mixed; boundary="===============7383138112641473231==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11090 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US. Date: Fri, 05 Jun 2009 19:40:53 -0400 Message-ID: --===============7383138112641473231== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-05 19:40:53 -0400 (Fri, 05 Jun 2009) New Revision: 11090 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.x= ml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml Log: fix version references in docs Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.= 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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml 20= 09-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml 20= 09-06-05 23:40:53 UTC (rev 11090) @@ -78,9 +78,9 @@ xmlns:guice=3D"http://jboss.org/products/seam/guice" xsi:schemaLocation=3D" http://jboss.com/products/seam/guice - http://jboss.com/products/seam/guice-2.1.xsd + http://jboss.com/products/seam/guice-2.2.xsd http://jboss.com/products/seam/components - http://jboss.com/products/seam/components-2.1.xsd"> + http://jboss.com/products/seam/components-2.2.xsd"> = = Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.= 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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml 20= 09-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml 20= 09-06-05 23:40:53 UTC (rev 11090) @@ -2632,8 +2632,8 @@ xmlns:document=3D"http://jboss.com/products/seam/document" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D" - http://jboss.com/products/seam/document http://jboss.com/products/= seam/document-2.1.xsd - http://jboss.com/products/seam/components http://jboss.com/product= s/seam/components-2.1.xsd"> + http://jboss.com/products/seam/document http://jboss.com/products/= seam/document-2.2.xsd + http://jboss.com/products/seam/components http://jboss.com/product= s/seam/components-2.2.xsd"> ]]> = Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Securi= ty.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml= 2009-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml= 2009-06-05 23:40:53 UTC (rev 11090) @@ -124,8 +124,8 @@ xmlns:security=3D"http://jboss.com/products/seam/security" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd - http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.1.xsd"> + "http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd + http://jboss.com/products/seam/security http://jboss.com/= products/seam/security-2.2.xsd"> = = @@ -3367,10 +3367,10 @@ xmlns:drools=3D"http://jboss.com/products/seam/drools" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/pr= oducts/seam/core-2.1.xsd - http://jboss.com/products/seam/components http://jboss.= com/products/seam/components-2.1.xsd - http://jboss.com/products/seam/drools http://jboss.com/= products/seam/drools-2.1.xsd" - http://jboss.com/products/seam/security http://jboss.co= m/products/seam/security-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/pr= oducts/seam/core-2.2.xsd + http://jboss.com/products/seam/components http://jboss.= com/products/seam/components-2.2.xsd + http://jboss.com/products/seam/drools http://jboss.com/= products/seam/drools-2.2.xsd + http://jboss.com/products/seam/security http://jboss.co= m/products/seam/security-2.2.xsd"> = @@ -4708,7 +4708,7 @@ ]]> + http://jboss.com/products/seam/spring-seam-2.2.xsd= ">]]> = Now any Seam component may be injected into any Spring bean= : = @@ -373,9 +373,9 @@ xmlns:spring=3D"http://jboss.com/products/seam/spring" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http://jboss.com/products/seam/components - http://jboss.com/products/seam/components-= 2.1.xsd + http://jboss.com/products/seam/components-= 2.2.xsd http://jboss.com/products/seam/spring - http://jboss.com/products/seam/spring-2.1.= xsd"> + http://jboss.com/products/seam/spring-2.2.= xsd"> = = Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutori= al.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml= 2009-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml= 2009-06-05 23:40:53 UTC (rev 11090) @@ -530,9 +530,9 @@ xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D" http://jboss.com/products/seam/core - http://jboss.com/products/seam/core-2.1.xsd = + http://jboss.com/products/seam/core-2.2.xsd = http://jboss.com/products/seam/components - http://jboss.com/products/seam/components-2.1.xsd"> + http://jboss.com/products/seam/components-2.2.xsd"> = = @@ -1554,7 +1554,7 @@ xmlns=3D"http://jboss.com/products/seam/pageflow" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http://jboss.com/products/seam/pageflow = - http://jboss.com/products/seam/pageflow-2.1.xs= d" + http://jboss.com/products/seam/pageflow-2.2.xs= d" name=3D"numberGuess"> = @@ -1889,7 +1889,7 @@ + xsi:schemaLocation=3D"http://jboss.com/products/seam/pages http://j= boss.com/products/seam/pages-2.2.xsd"> = Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblog= ic.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml= 2009-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml= 2009-06-05 23:40:53 UTC (rev 11090) @@ -1357,7 +1357,7 @@ the document. - + Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webser= vices.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.= xml 2009-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.= xml 2009-06-05 23:40:53 UTC (rev 11090) @@ -298,9 +298,9 @@ xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D http://jboss.com/products/seam/resteasy - http://jboss.com/products/seam/resteasy-2.1.xsd + http://jboss.com/products/seam/resteasy-2.2.xsd http://jboss.com/products/seam/components - http://jboss.com/products/seam/components-2.1.xsd">]]> + http://jboss.com/products/seam/components-2.2.xsd">]]> = You can then change the /rest prefix as men= tioned earlier: Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket= .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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml 2= 009-06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml 2= 009-06-05 23:40:53 UTC (rev 11090) @@ -296,7 +296,7 @@ org.jboss.seam seam-instrument-wicket - 2.1.2 + 2.2.0 true @@ -389,7 +389,7 @@ xmlns:wicket=3D"http://jboss.com/products/seam/wicket" xsi:schemaLocation=3D "http://jboss.com/products/seam/wicket - http://jboss.com/products/seam/wicket-2.1.xsd"> + http://jboss.com/products/seam/wicket-2.2.xsd"> = @@ -405,7 +405,7 @@ xmlns:wicket=3D"http://jboss.com/products/seam/wicket" xsi:schemaLocation=3D "http://jboss.com/products/seam/web - http://jboss.com/products/seam/web-2.1.xsd"> + http://jboss.com/products/seam/web-2.2.xsd"> = Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml 2009= -06-05 23:35:50 UTC (rev 11089) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml 2009= -06-05 23:40:53 UTC (rev 11090) @@ -414,7 +414,7 @@ = + xsi:schemaLocation=3D"http://jboss.com/products/seam/component= s http://jboss.com/products/seam/components-2.2.xsd"> = true @@ -435,8 +435,8 @@ xmlns:core=3D"http://jboss.com/products/seam/core" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D - "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.1.xsd = - http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.1.xsd"> + "http://jboss.com/products/seam/core http://jboss.com/prod= ucts/seam/core-2.2.xsd = + http://jboss.com/products/seam/components http://jboss.co= m/products/seam/components-2.2.xsd"> = = --===============7383138112641473231==-- From seam-commits at lists.jboss.org Sat Jun 6 07:02:21 2009 Content-Type: multipart/mixed; boundary="===============1390790768031812195==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11091 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US. Date: Sat, 06 Jun 2009 06:52:35 -0400 Message-ID: --===============1390790768031812195== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 06:52:35 -0400 (Sat, 06 Jun 2009) New Revision: 11091 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml Log: code layout in CDATA Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Securi= ty.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/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml= 2009-06-05 23:40:53 UTC (rev 11090) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml= 2009-06-06 10:52:35 UTC (rev 11091) @@ -242,7 +242,7 @@ org.jboss.seam.security.loginSuccessful event= , like this: = - = - + @@ -444,17 +444,15 @@ attribute: = - = - ]]> + ]]> = Once this is done, the last thing to do is to configure the RememberMe component in components.xml also. Its mode should be set to autoLogin: = - = - ]]> + ]]> = That is all that is required - automatic authentication will now= occur for users revisiting your site (as long as they @@ -466,7 +464,7 @@ should be placed in components.xml: = - + @@ -729,20 +727,17 @@ an LdapIdentityStore for both user-related and = role-related operations: = - - ]]> + ]]> = The following example configures identityManager to use an LdapIdentityStore for user-related operations, and JpaIdentityStore for role-related operations: = - - ]]> + ]]> = The following sections explain both of these identity store implem= entations in greater detail. @@ -1680,13 +1675,13 @@ component as follows: = - + = or by accessing it through its static instance() method: = - + = The following table describes IdentityManager's= API methods: @@ -3033,7 +3028,7 @@ following example: = - @@ -3050,7 +3045,7 @@ not required to specify a permission target (as the parameter valu= e itself will be the target of the permission check): = - = @@ -3601,7 +3596,7 @@ permission-store property as follows: = = - ]]> + ]]> = = @@ -3819,11 +3814,11 @@ = For example, to configure a single entity class to store bot= h user and role permissions: = - ]]> + ]]> = To configure separate entity classes for storing user and ro= le permissions: = - ]]> = = @@ -3957,7 +3952,7 @@ and role, the annotation would be= written like this: = - + = = @@ -4972,7 +4967,7 @@ code that will be executed with the elevated privileges. = - --===============7539960582742291982== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 06:55:18 -0400 (Sat, 06 Jun 2009) New Revision: 11092 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Securi= ty.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-06 10:52:35 UTC (rev 11091) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-06 10:55:18 UTC (rev 11092) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Security\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-29 12:40+0000\n" -"PO-Revision-Date: 2009-05-29 17:13+0100\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"PO-Revision-Date: 2009-06-06 12:54+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: it \n" "MIME-Version: 1.0\n" @@ -307,7 +307,7 @@ #: Security.xml:208 #, no-c-format msgid "" -"" msgstr "" -"\n" +"\n" " \n" " \n" " \n" @@ -472,8 +472,8 @@ " \n" " ]]>" msgstr "" -"\n" -" \n" +"\n" +" \n" " \n" " \n" " \n" @@ -483,7 +483,7 @@ " \n" " \n" "
\n" -" \n" +" \n" " \n" "
]]>" = @@ -593,13 +593,11 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" -" \n" -" ]]>" +"]]>" = #. Tag: para #: Security.xml:348 @@ -610,12 +608,8 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" -msgstr "" -" \n" -" ]]>" +msgid "]]>" +msgstr "]]>" = #. Tag: para #: Security.xml:355 @@ -633,7 +627,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -641,7 +635,7 @@ " \n" " ]]>" msgstr "" -"\n" +"\n" " \n" " \n" " \n" @@ -981,13 +975,11 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" -"\= n" -" ]]>" +"]]>" = #. Tag: para #: Security.xml:574 @@ -999,17 +991,13 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" -"\n" -" ]]>" +"]]>" = #. Tag: para #: Security.xml:581 @@ -2115,8 +2103,8 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" -msgstr "" +msgid "" +msgstr "" = #. Tag: para #: Security.xml:1392 @@ -2127,8 +2115,8 @@ #. Tag: programlisting #: Security.xml:1396 #, no-c-format -msgid "" -msgstr "" +msgid "" +msgstr "" = #. Tag: para #: Security.xml:1398 @@ -3415,12 +3403,12 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" msgstr "" -"" @@ -3441,11 +3429,11 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" -"" = @@ -4055,8 +4043,8 @@ #. Tag: programlisting #: Security.xml:3138 #, no-c-format -msgid "]]>" -msgstr "]]>" +msgid "]]>" +msgstr "]]>" = #. Tag: title #: Security.xml:3143 @@ -4222,8 +4210,8 @@ #. Tag: programlisting #: Security.xml:3356 #, no-c-format -msgid "]]>" -msgstr "]]>" +msgid "]]>" +msgstr "]]>" = #. Tag: para #: Security.xml:3358 @@ -4235,10 +4223,10 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" -"]]>" = #. Tag: title @@ -4339,8 +4327,8 @@ #. Tag: programlisting #: Security.xml:3493 #, no-c-format -msgid "" -msgstr "" +msgid "" +msgstr "" = #. Tag: title #: Security.xml:3504 @@ -5387,14 +5375,14 @@ #: Security.xml:4381 #, no-c-format msgid "" -"" msgstr "" -" --===============2163088090923176067== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 06:56:06 -0400 (Sat, 06 Jun 2009) New Revision: 11093 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJ= BPassivation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started= _With_JBoss_Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histor= y.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Security.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Security.po Log: Regenerated POT and updated all POs Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Securi= ty.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po = 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po = 2009-06-06 10:56:06 UTC (rev 11093) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-29 12:40+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -363,7 +363,7 @@ #: Security.xml:208 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" "Language-Team: Japanese \n" @@ -475,9 +475,9 @@ = #. Tag: programlisting #: Security.xml:208 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -905,12 +905,11 @@ = #. Tag: programlisting #: Security.xml:346 -#, no-c-format +#, fuzzy, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" " \n" -" ]]>" +#, fuzzy, no-c-format +msgid "]]>" msgstr "" " \n" " ]]>" @@ -964,9 +961,9 @@ = #. Tag: programlisting #: Security.xml:365 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1502,11 +1499,10 @@ = #. Tag: programlisting #: Security.xml:572 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" "\= n" @@ -1526,13 +1522,11 @@ = #. Tag: programlisting #: Security.xml:579 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" "" +#, fuzzy, no-c-format +msgid "" msgstr "" = #. Tag: para @@ -2884,9 +2878,9 @@ = #. Tag: programlisting #: Security.xml:1396 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"" +"" msgstr "" "" = @@ -4659,9 +4653,9 @@ = #. Tag: programlisting #: Security.xml:2634 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"" @@ -4703,9 +4697,9 @@ = #. Tag: programlisting #: Security.xml:2648 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"" msgstr "" @@ -5748,9 +5742,9 @@ = #. Tag: programlisting #: Security.xml:3138 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"]]>" msgstr "" "]]>" msgstr "" "]]>" msgstr "" @@ -6170,9 +6164,9 @@ = #. Tag: programlisting #: Security.xml:3493 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"" +"" msgstr "" "" = @@ -7609,9 +7603,9 @@ = #. Tag: programlisting #: Security.xml:4381 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_G= roup.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Inf= o.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Clusteri= ngAndEJBPassivation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Componen= ts.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configur= ation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:36+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversa= tions.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependen= cies.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhanc= ements.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framewor= k.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_= Started_With_JBoss_Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettings= tarted.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfis= h.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performa= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persiste= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision= _History.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -364,7 +364,7 @@ #: Security.xml:208 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -658,10 +658,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -677,9 +676,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -703,7 +700,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1089,9 +1086,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1107,11 +1103,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2197,7 +2191,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2211,7 +2205,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3607,7 +3601,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3639,7 +3633,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4418,7 +4412,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4621,7 +4615,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4636,7 +4630,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4764,7 +4758,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5876,7 +5870,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validati= on.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservi= ces.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webspher= e.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-06 10:56:06 UTC (rev 11093) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-05 18:37+0000\n" +"POT-Creation-Date: 2009-06-06 10:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Securi= ty.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po = 2009-06-06 10:55:18 UTC (rev 11092) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po = 2009-06-06 10:56:06 UTC (rev 11093) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-29 12:40+0000\n" +"POT-Creation-Date: 2009-06-06 10:19+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -363,7 +363,7 @@ #: Security.xml:208 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -657,10 +657,9 @@ #: Security.xml:346 #, no-c-format msgid "" -" \n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -676,9 +675,7 @@ #. Tag: programlisting #: Security.xml:353 #, no-c-format -msgid "" -" \n" -" ]]>" +msgid "]]>" msgstr "" = #. Tag: para @@ -702,7 +699,7 @@ #: Security.xml:365 #, no-c-format msgid "" -"\n" +"\n" " \n" " \n" " \n" @@ -1088,9 +1085,8 @@ #: Security.xml:572 #, no-c-format msgid "" -"\= n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -1106,11 +1102,9 @@ #: Security.xml:579 #, no-c-format msgid "" -"\n" -" ]]>" +"]]>" msgstr "" = #. Tag: para @@ -2196,7 +2190,7 @@ #. Tag: programlisting #: Security.xml:1390 #, no-c-format -msgid "" +msgid "" msgstr "" = #. Tag: para @@ -2210,7 +2204,7 @@ #: Security.xml:1396 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: para @@ -3606,7 +3600,7 @@ #: Security.xml:2634 #, no-c-format msgid "" -"" @@ -3638,7 +3632,7 @@ #: Security.xml:2648 #, no-c-format msgid "" -"" msgstr "" @@ -4417,7 +4411,7 @@ #: Security.xml:3138 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4620,7 +4614,7 @@ #: Security.xml:3356 #, no-c-format msgid "" -"]]>" msgstr "" = @@ -4635,7 +4629,7 @@ #: Security.xml:3360 #, no-c-format msgid "" -"]]>" msgstr "" @@ -4763,7 +4757,7 @@ #: Security.xml:3493 #, no-c-format msgid "" -"" +"" msgstr "" = #. Tag: title @@ -5875,7 +5869,7 @@ #: Security.xml:4381 #, no-c-format msgid "" -" --===============8792678435727495629== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 09:04:53 -0400 (Sat, 06 Jun 2009) New Revision: 11094 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po 2009= -06-06 10:56:06 UTC (rev 11093) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po 2009= -06-06 13:04:53 UTC (rev 11094) @@ -6,8 +6,8 @@ "Project-Id-Version: Text\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2008-04-04 01:24+0000\n" -"PO-Revision-Date: 2008-12-18 22:31+0100\n" -"Last-Translator: \n" +"PO-Revision-Date: 2009-06-06 15:03+0100\n" +"Last-Translator: Nicola Benaglia \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" @@ -24,21 +24,8 @@ #. Tag: para #: Text.xml:4 #, no-c-format -msgid "" -"Collaboration-oriented websites require a human-friendly markup language = for " -"easy entry of formatted text in forum posts, wiki pages, blogs, comments,= " -"etc. Seam provides the <s:formattedText/> contro= l " -"for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser.= " -"You don't need to know anything about ANTLR to use it, however." -msgstr "" -"I siti web orientati alla collaborazione tra utenti richiedono un linguag= gio " -"per marcare in modo comprensibile il testo formattato da inserire nei pos= t " -"di un forum, nelle pagine wiki, nei commenti, ecc. Seam fornisce il " -"controllo <s:formattedText/> per mostrare il tes= to " -"formattato in modo conforme con il linguaggio Seam Text." -" Seam Text =C3=A8 realizzato utilizzando un interprete basato su ANTLR. C= omunque " -"non c'=C3=A8 bisogno di sapere niente di ANTLR per utilizzarlo." +msgid "Collaboration-oriented websites require a human-friendly markup lan= guage for easy entry of formatted text in forum posts, wiki pages, blogs, c= omments, etc. Seam provides the <s:formattedText/>= control for display of formatted text that conforms to the Seam = Text language. Seam Text is implemented using an ANTLR-based par= ser. You don't need to know anything about ANTLR to use it, however." +msgstr "I siti web orientati alla collaborazione tra utenti richiedono un = linguaggio per marcare in modo comprensibile il testo formattato da inserir= e nei post di un forum, nelle pagine wiki, nei commenti, ecc. Seam fornisce= il controllo <s:formattedText/> per mostrare il t= esto formattato in modo conforme con il linguaggio Seam Text. Seam Text =C3=A8 realizzato utilizzando un interprete basato su ANT= LR. Comunque non c'=C3=A8 bisogno di sapere niente di ANTLR per utilizzarlo= ." = #. Tag: title #: Text.xml:13 @@ -65,12 +52,8 @@ #. Tag: para #: Text.xml:20 #, no-c-format -msgid "" -"If we display this using <s:formattedText/>, we " -"will get the following HTML produced:" -msgstr "" -"Se mostriamo questo testo usando <s:formattedText/>
" -", otteniamo il seguente codice HTML:" +msgid "If we display this using <s:formattedText/>, we will get the following HTML produced:" +msgstr "Se mostriamo questo testo usando <s:formattedText/>= , otteniamo il seguente codice HTML:" = #. Tag: programlisting #: Text.xml:25 @@ -81,18 +64,16 @@ "deleted text, superscripts or underlines.\n" "

]]>" msgstr "" -"" +"\n" +"It's easy to make emphasis, monospace\n" +"deleted text, superscripts or underlines.\n" +"

]]>" = #. Tag: para #: Text.xml:27 #, no-c-format -msgid "" -"We can use a blank line to indicate a new paragraph, and + to indicate a heading:" -msgstr "" -"E' possibile usare una riga vuota per indicare un nuovo paragrafo e un <" -"literal>+ per indicare un titolo:" +msgid "We can use a blank line to indicate a new paragraph, and += to indicate a heading:" +msgstr "E' possibile usare una riga vuota per indicare un nuovo paragrafo = e un + per indicare un titolo:" = #. Tag: programlisting #: Text.xml:32 @@ -119,13 +100,8 @@ #. Tag: para #: Text.xml:34 #, no-c-format -msgid "" -"(Note that a simple newline is ignored, you need an additional blank line= to " -"wrap text into a new paragraph.) This is the HTML that results:" -msgstr "" -"(Notare che un semplice a-capo viene ignorato, =C3=A8 necessaria una riga= vuota " -"per avere il testo in un nuovo paragrafo). Questo =C3=A8 il codice HTML " -"risultante:" +msgid "(Note that a simple newline is ignored, you need an additional blan= k line to wrap text into a new paragraph.) This is the HTML that results:" +msgstr "(Notare che un semplice a-capo viene ignorato, =C3=A8 necessaria u= na riga vuota per avere il testo in un nuovo paragrafo). Questo =C3=A8 il c= odice HTML risultante:" = #. Tag: programlisting #: Text.xml:39 @@ -164,12 +140,8 @@ #. Tag: para #: Text.xml:41 #, no-c-format -msgid "" -"Ordered lists are created using the # character. " -"Unordered lists use the =3D character:" -msgstr "" -"Le liste ordinate sono generate dal carattere #. Le li= ste " -"non ordinate dal carattere =3D:" +msgid "Ordered lists are created using the # character.= Unordered lists use the =3D character:" +msgstr "Le liste ordinate sono generate dal carattere #= . Le liste non ordinate dal carattere =3D:" = #. Tag: programlisting #: Text.xml:46 @@ -298,16 +270,8 @@ #. Tag: para #: Text.xml:62 #, no-c-format -msgid "" -"Special characters such as *, | and= " -"#, along with HTML characters such as <, > and & may be " -"escaped using \\:" -msgstr "" -"Caratteri speciali come *, | e <" -"literal>#, e anche i caratteri HTML come <, " -"> e & possono essere inserit= i " -"usando il carattere di escape\\:" +msgid "Special characters such as *, | and #, along with HTML characters such as &l= t;, > and & may be e= scaped using \\:" +msgstr "Caratteri speciali come *, |= , #, e anche i caratteri HTML come <, >, & possono essere inseri= ti usando il carattere di escape\\:" = #. Tag: programlisting #: Text.xml:69 @@ -337,9 +301,7 @@ #: Text.xml:73 #, no-c-format msgid "And we can quote code blocks using backticks:" -msgstr "" -"Ed =C3=A8 possibile citare blocchi di codice usando l'apice inverso (purt= roppo " -"l'apice inverso non c'=C3=A8 nella tastiera italiana, ndt):" +msgstr "Ed =C3=A8 possibile citare blocchi di codice usando l'apice invers= o (Ndt: purtroppo l'apice inverso non c'=C3=A8 nella tastiera italiana):" = #. Tag: programlisting #: Text.xml:77 @@ -396,15 +358,8 @@ #. Tag: para #: Text.xml:81 #, no-c-format -msgid "" -"Note that inline monospace formatting always escapes (most monospace " -"formatted text is in fact code or tags with many special characters). So = you " -"can, for example, write:" -msgstr "" -"Notare che la formattazione in linea a spaziatura fissa considera sempre = i " -"caratteri speciali (la maggior parte del testo formattato a spaziatura fi= ssa " -"in effetti =C3=A8 codice o tag con molti caratteri speciali). Cos=C3=AC, = ad esempio, =C3=A8 " -"possibile scrivere:" +msgid "Note that inline monospace formatting always escapes (most monospac= e formatted text is in fact code or tags with many special characters). So = you can, for example, write:" +msgstr "Notare che la formattazione in linea a spaziatura fissa considera = sempre i caratteri speciali (la maggior parte del testo formattato a spazia= tura fissa in effetti =C3=A8 codice o tag con molti caratteri speciali). Co= s=C3=AC, ad esempio, =C3=A8 possibile scrivere:" = #. Tag: programlisting #: Text.xml:86 @@ -415,15 +370,8 @@ #. Tag: para #: Text.xml:88 #, no-c-format -msgid "" -"without escaping any of the characters inside the monospace bars. The " -"downside is that you can't format inline monospace text in any other way " -"(italics, underscore, and so on)." -msgstr "" -"senza bisogno di usare il carattere di escape per i caratteri all'interno= " -"del brano formattato a spaziatura fissa. Lo svantaggio =C3=A8 che non =C3= =A8 possibile " -"formattare il testo in linea a spaziatura fissa in altri modi (corsivo, " -"sottolineato, e cos=C3=AC via)." +msgid "without escaping any of the characters inside the monospace bars. T= he downside is that you can't format inline monospace text in any other way= (italics, underscore, and so on)." +msgstr "senza bisogno di usare il carattere di escape per i caratteri all'= interno del brano formattato a spaziatura fissa. Lo svantaggio =C3=A8 che n= on =C3=A8 possibile formattare il testo in linea a spaziatura fissa in altr= i modi (corsivo, sottolineato, e cos=C3=AC via)." = #. Tag: title #: Text.xml:96 @@ -440,10 +388,8 @@ #. Tag: programlisting #: Text.xml:102 #, no-c-format -msgid "" -"http://jboss.com/products/seam].]= ]>" -msgstr "" -"http://jboss.com/products/seam].]]>" +msgid "http://jboss.com/products/s= eam].]]>" +msgstr "http://jboss.com/products/se= am].]]>" = #. Tag: para #: Text.xml:104 @@ -460,13 +406,8 @@ #. Tag: para #: Text.xml:110 #, no-c-format -msgid "" -"For advanced users, it is even possible to customize the Seam Text parser= to " -"understand wikiword links written using this syntax." -msgstr "" -"Per gli utenti esperti =C3=A8 possibile anche personalizzare l'interprete= Seam " -"Text in modo da comprendere i link in formato wiki scritti usando questa " -"sintassi." +msgid "For advanced users, it is even possible to customize the Seam Text = parser to understand wikiword links written using this syntax." +msgstr "Per gli utenti esperti =C3=A8 possibile anche personalizzare l'int= erprete Seam Text in modo da comprendere i link in formato wiki scritti usa= ndo questa sintassi." = #. Tag: title #: Text.xml:118 @@ -477,27 +418,17 @@ #. Tag: para #: Text.xml:120 #, no-c-format -msgid "" -"Text may even include a certain limited subset of HTML (don't worry, the " -"subset is chosen to be safe from cross-site scripting attacks). This is " -"useful for creating links:" -msgstr "" -"Il testo pu=C3=B2 anche includere un certo sottoinsieme limitato di HTML = (non c'=C3=A8 " -"da preoccuparsi, il sottoinsieme =C3=A8 stato scelto in modo da essere si= curo " -"rispetto alla possibilit=C3=A0 di attacchi di tipo cross-site scripting).= Questo " -"=C3=A8 utile per creare dei link:" +msgid "Text may even include a certain limited subset of HTML (don't worry= , the subset is chosen to be safe from cross-site scripting attacks). This = is useful for creating links:" +msgstr "Il testo pu=C3=B2 anche includere un certo sottoinsieme limitato d= i HTML (non c'=C3=A8 da preoccuparsi, il sottoinsieme =C3=A8 stato scelto i= n modo da essere sicuro rispetto alla possibilit=C3=A0 di attacchi di tipo = cross-site scripting). Questo =C3=A8 utile per creare dei link:" = #. Tag: programlisting #: Text.xml:125 #, no-c-format msgid "" -"something\n" +"something\n" "cool, or even include an image: ]]>" msgstr "" -"qualcosa di\n" +"qualcosa di\n" "forte, oppure includere un'immagine: ]]>" = #. Tag: para --===============8792678435727495629==-- From seam-commits at lists.jboss.org Sat Jun 6 14:33:59 2009 Content-Type: multipart/mixed; boundary="===============0046858443923568369==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11095 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Sat, 06 Jun 2009 14:24:09 -0400 Message-ID: --===============0046858443923568369== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 14:24:09 -0400 (Sat, 06 Jun 2009) New Revision: 11095 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancement= s.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenha= ncements.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancemen= ts.po 2009-06-06 13:04:53 UTC (rev 11094) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancemen= ts.po 2009-06-06 18:24:09 UTC (rev 11095) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2008-04-04 01:24+0000\n" -"PO-Revision-Date: 2008-12-15 06:59+0100\n" +"PO-Revision-Date: 2009-06-06 20:22+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -35,7 +35,7 @@ #: Elenhancements.xml:16 #, no-c-format msgid "Standard EL does not allow you to use a method with user defined pa= rameters — of course, JSF listener methods (e.g. a valueChan= geListener) take parameters provided by JSF." -msgstr "Lo standard EL non consente di utilizzare un metodo con parametri = definiti dall'utente — sicuramente metodi JSF listener (es. valueChangeListener) prende i parametri forniti da JSF." +msgstr "Lo standard EL non consente di utilizzare un metodo con parametri = definiti dall'utente — sicuramente i metodi JSF listener (es. valueChangeListener) prendono i parametri forniti da JSF." = #. Tag: para #: Elenhancements.xml:22 @@ -121,7 +121,7 @@ #: Elenhancements.xml:60 #, no-c-format msgid "You must ensure that the parameters are available not only when the= page is rendered, but also when it is submittedIf the arguments can not be= resolved when the page is submitted the action method will be called with = null arguments!" -msgstr "Devi assicurarti che i parametri siano disponibili non solo quando= la pagina viene generata, ma anche quando ne viene fatto il submit. Se gli= argomenti non possono essere risolti quando la pagina viene inviata, il me= todo d'azione verr=C3=A0 chiamato con argomenti null!" +msgstr "Occorre assicurarsi che i parametri siano disponibili non solo qua= ndo la pagina viene generata, ma anche quando ne viene fatto il submit. Se = gli argomenti non possono essere risolti quando la pagina viene inviata, il= metodo d'azione verr=C3=A0 chiamato con argomenti null!" = #. Tag: para #: Elenhancements.xml:67 @@ -140,7 +140,7 @@ #: Elenhancements.xml:73 #, no-c-format msgid "Unified EL also supports value expressions, used to bind a field to= a backing bean. Value expressions use JavaBean naming conventions and expe= ct a getter/setter pair. Often JSF expects a value expression where only re= trieval (get) is needed (e.g. the rendered attribute). M= any objects, however, don't have appropriately named property accessors or = require parameters." -msgstr "EL unificato supporta anche le espressioni di valore, usate per as= sociare un campo ad un bean. Le espressioni di valore utilizzano le convenz= ioni dei nomi di JavaBean e richiedono get e set. Spesso JSP si attende un'= espressione di valore dove solo un recupero (get) =C3=A8 richiesto (es. l'a= ttributo rendered). Molti oggetti, comunque, non hanno n= ominato in modo appropriato i metodi accessor alle propriet=C3=A0 o i param= etri richiesti." +msgstr "EL unificato supporta anche le espressioni di valore, usate per as= sociare un campo ad un bean. Le espressioni di valore utilizzano le convenz= ioni dei nomi di JavaBean e richiedono get e set. Spesso JSP si attende un'= espressione di valore dove solo un recupero (get) =C3=A8 richiesto (es. l'a= ttributo rendered). Molti oggetti, comunque, non hanno c= hiamato in modo appropriato i metodi accessor alle propriet=C3=A0 o i param= etri richiesti." = #. Tag: para #: Elenhancements.xml:82 @@ -194,7 +194,7 @@ #: Elenhancements.xml:112 #, no-c-format msgid "When using JBoss EL you should keep the following points in mind:" -msgstr "Nell'uso di JBoss EL dovresti tenere presente i seguenti punti:" +msgstr "Nell'uso di JBoss EL occorre tenere presente i seguenti punti:" = #. Tag: para #: Elenhancements.xml:118 @@ -206,7 +206,7 @@ #: Elenhancements.xml:127 #, no-c-format msgid "Use inside iterative components — Compon= ents like <c:forEach /> and <ui:repeat= />iterate over a List or array, exposing each item in the lis= t to nested components. This works great if you are selecting a row using a= <h:commandButton /> or <h:commandLink= />:" -msgstr "Utilizzo all'interno di componenti iterativi = — Componenti quali <c:forEach /> e = <ui:repeat />iterano su una lista o un array, esponendo ogn= i item della lista ai componenti innestati. Questo funziona bene selezionan= do una riga con <h:commandButton /> o <= ;h:commandLink />:" +msgstr "Utilizzo all'interno di componenti iterativi = — Componenti quali <c:forEach /> e = <ui:repeat /> iterano su una lista o un array, esponendo og= ni item della lista ai componenti innestati. Questo funziona bene seleziona= ndo una riga con <h:commandButton /> o &l= t;h:commandLink />:" = #. Tag: programlisting #: Elenhancements.xml:136 @@ -242,13 +242,13 @@ #: Elenhancements.xml:138 #, no-c-format msgid "However if you want to use <s:link /> or <= literal><s:button /> you must expose t= he items as a DataModel, and use a <dataTabl= e /> (or equivalent from a component set like <ric= h:dataTable /> ). Neither <s:link /> = or <s:button /> submit the form (and therefore pro= duce a bookmarkable link) so a \"magic\" parameter is needed to recreate th= e item when the action method is called. This magic parameter can only be a= dded when a data table backed by a DataModel is used." -msgstr "Comunque si voglia usare <s:link/> o <s:button/>
si deve esporre gli i= tem come DataModel e usare <dataTable />= (o equivalente da componente impostato come <rich:da= taTable /> ). N=C3=A9 <s:link /> n=C3= =A9 <s:button /> eseguono il submit della form (e = quindi producono un bookmarkable link) quindi serve un parametro \"magico\"= per ricreare l'item quando viene chiamato l'action method. Questo parametr= o magico pu=C3=B2 essere aggiunto soltanto quando viene usata una data tabl= e con dietro un DataModel." +msgstr "Comunque si voglia usare <s:link/> o <s:button/> si devono esporre gli= item come DataModel e usare <dataTable />= ; (o equivalente da componente impostato come <rich:d= ataTable /> ). N=C3=A9 <s:link /> n= =C3=A9 <s:button /> eseguono il submit della form = (e quindi producono un bookmarkable link) quindi serve un parametro \"magic= o\" per ricreare l'item quando viene chiamato l'action method. Questo param= etro magico pu=C3=B2 essere aggiunto soltanto quando viene usata una datata= ble con dietro un DataModel." = #. Tag: para #: Elenhancements.xml:154 #, no-c-format msgid "Calling a MethodExpression from Java c= ode — Normally, when a MethodExpression= is created, the parameter types are passed in by JSF. In the case of a met= hod binding, JSF assumes that there are no parameters to pass. With this ex= tension, we can't know the parameter types until after the expression has b= een evaluated. This has two minor consequences:" -msgstr "Chiamata di un MethodExpression da co= dice Java — normalmente quando una MethodExpressi= on viene creata, i tipi di parametro sono passati tramite JSF. Ne= l caso di un binding di metodo, JSF presume che non ci siano parametri da p= assare. Con quest'estensione non =C3=A8 possibile sapere il tipo di paramet= ro prima che l'espressione venga valutata. Ci=C3=B2 ha due conseguenze:" +msgstr "Chiamata di un MethodExpression da co= dice Java — normalmente quando una viene creata M= ethodExpression, i tipi di parametro sono passati tramite JSF. Ne= l caso di un binding di metodo, JSF presume che non ci siano parametri da p= assare. Con quest'estensione non =C3=A8 possibile sapere il tipo di paramet= ro prima che l'espressione venga valutata. Ci=C3=B2 ha due conseguenze:" = #. Tag: para #: Elenhancements.xml:167 --===============0046858443923568369==-- From seam-commits at lists.jboss.org Sat Jun 6 14:42:00 2009 Content-Type: multipart/mixed; boundary="===============6339590368724043472==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11096 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Sat, 06 Jun 2009 14:32:11 -0400 Message-ID: --===============6339590368724043472== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 14:32:10 -0400 (Sat, 06 Jun 2009) New Revision: 11096 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testin= g.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2= 009-06-06 18:24:09 UTC (rev 11095) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2= 009-06-06 18:32:10 UTC (rev 11096) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-06-05 18:37+0000\n" -"PO-Revision-Date: 2009-06-05 20:47+0100\n" +"PO-Revision-Date: 2009-06-06 20:31+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ " return total;\n" " }\n" " \n" -" // getter and setter for statementTotal\n" +" // getter e setter per statementTotal\n" " \n" "}]]>" = @@ -146,7 +146,7 @@ " \n" " @Test\n" " public testCalculateTotal {\n" -" List invoices =3D generateTestInvoices(); // A test data = generator\n" +" List invoices =3D generateTestInvoices(); // Un generator= e di dati per il test\n" " double statementTotal =3D new StatementOfAccount().calculateTotal(= invoices);\n" " assert statementTotal =3D 123.45;\n" " } \n" --===============6339590368724043472==-- From seam-commits at lists.jboss.org Sat Jun 6 14:52:45 2009 Content-Type: multipart/mixed; boundary="===============8394435006136540547==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11097 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Sat, 06 Jun 2009 14:42:55 -0400 Message-ID: --===============8394435006136540547== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 14:42:55 -0400 (Sat, 06 Jun 2009) New Revision: 11097 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies.= po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Depend= encies.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies= .po 2009-06-06 18:32:10 UTC (rev 11096) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies= .po 2009-06-06 18:42:55 UTC (rev 11097) @@ -6,7 +6,7 @@ "Project-Id-Version: JBoss Seam - Italian Version\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-04-15 13:51+0000\n" -"PO-Revision-Date: 2009-04-15 15:58+0100\n" +"PO-Revision-Date: 2009-06-06 20:42+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none \n" "MIME-Version: 1.0\n" @@ -43,13 +43,13 @@ #: Dependencies.xml:19 #, no-c-format msgid "Earlier versions of Sun's JDK 6 contained an incompatible version o= f JAXB and required overriding it using the \"endorsed\" directory. Sun's J= DK6 Update 4 release upgraded to JAXB 2.1 and removed this requirement. Whe= n building, testing, or executing be sure to use this version or higher." -msgstr "Le prime versioni di JDK 6 di Sun contenevano un versione incompat= ibile di JAXB e richiedevano l'override di questa usando la directory \"en= dorsed\". La release JDK6 Update 4 di SUn ha aggiornato JAXB 2.1 e rimosso = questo requisito. In fase di building, di testing o di esecuzione assicurar= si di utilizzare questa versione o successive." +msgstr "Le prime versioni di JDK 6 di Sun contenevano un versione incompat= ibile di JAXB e richiedevano l'override di questa usando la directory \"en= dorsed\". La release JDK6 Update 4 di Sun ha aggiornato JAXB 2.1 e rimosso = questo requisito. In fase di building, di testing o di esecuzione assicurar= si di utilizzare questa versione o successive." = #. Tag: para #: Dependencies.xml:27 #, no-c-format msgid "Seam used JBoss Embedded in its unit and integration testing. This = has an additional requirement when using JDK 6. In order to run JBoss Embed= ded with JDK 6 you need to set the following JVM argument: = -Dsun.lang.ClassLoader.allowArraySyntax=3Dtrue Seam's inte= rnal build system is setting this by default when it executes Seam's test s= uite. However if you are also using JBoss Embedded for your testing you wil= l need to set this value." -msgstr "Seam usa JBoss Embedded nei propri test di unit=C3=A0 e di integra= zione. JBoss Embedded ha un requisito aggiuntivo con JDK 6; occorre imposta= re il seguente argomento JVM: -Dsun.lang.ClassLoader.allowA= rraySyntax=3Dtrue. Il sistema di build interno a Seam impo= sta di default questo valore quando si esegue la suit di test. Comunque usa= ndo JBoss Embedded per i test va impostato questo valore." +msgstr "Seam usa JBoss Embedded nei propri test di unit=C3=A0 e di integra= zione. JBoss Embedded ha un requisito aggiuntivo con JDK 6; occorre imposta= re il seguente argomento JVM: -Dsun.lang.ClassLoader.allowA= rraySyntax=3Dtrue Il sistema di build interno a Seam impos= ta di default questo valore quando si esegue la suite di test. Per i test c= omunque usando JBoss Embedded va impostato questo valore." = #. Tag: title #: Dependencies.xml:42 @@ -61,7 +61,7 @@ #: Dependencies.xml:44 #, no-c-format msgid "This section both lists the compile-time and runtime dependencies f= or Seam. Where the type is listed as ear, the library sh= ould be included in the /lib directory of your application's ear file. Wher= e the type is listed as war, the library should be place= d in the /WEB-INF/lib directory of your application's wa= r file. The scope of the dependency is either all, runtime or provided (by = JBoss AS 4.2 or 5.0)." -msgstr "Questa sezione elenca le dipendenze di Seam sia a compile-time sia= a runtime. Laddove il tipo viene elencato come ear, la = libreria deve essere inclusa nella directory /lib del proprio ear dell'appl= icazione. Laddove il tipo viene elencato come war, la li= breria deve essere collocata nella directory /WEB-INF/lib del proprio file war. Lo scope della dipendenze =C3=A8 tutto, runtime o p= rovided (da JBoss AS 4.2 o 5.0)." +msgstr "Questa sezione elenca le dipendenze di Seam sia a compile-time sia= a runtime. Laddove il tipo viene elencato come ear, la = libreria deve essere inclusa nella directory /lib del proprio ear dell'appl= icazione. Laddove il tipo viene elencato come war, la li= breria deve essere collocata nella directory /WEB-INF/lib del proprio file war. Lo scope delle dipendenze =C3=A8 tutto, runtime o p= rovided (da JBoss AS 4.2 o 5.0)." = #. Tag: para #: Dependencies.xml:54 @@ -137,7 +137,7 @@ #: Dependencies.xml:1115 #, no-c-format msgid "Notes" -msgstr "NOte" +msgstr "Note" = #. Tag: literal #: Dependencies.xml:94 @@ -263,7 +263,7 @@ #: Dependencies.xml:118 #, no-c-format msgid "Include during development when enabling Seam's debug feature" -msgstr "I" +msgstr "Incluso durante lo sviluppo quando =C3=A8 abilitata la funzionalit= =C3=A0 debug di Seam" = #. Tag: literal #: Dependencies.xml:124 @@ -897,7 +897,7 @@ #: Dependencies.xml:1147 #, no-c-format msgid "Maven offers support for transitive dependency management and can b= e used to manage the dependencies of your Seam project. You can use Maven A= nt Tasks to integrate Maven into your Ant build, or can use Maven to build = and deploy your project." -msgstr "Maven offre un supporto per la gestione transitiva delle dipendenz= e e pu=C3=B2 essere usato per gestire le dipendenze nei progetti Seam. Mave= n Ant Tasks intergra Maven nel build di Ant, e Maven pu=C3=B2 essereimpiega= to per fare ilbuild ed il deploy dei propri progetti." +msgstr "Maven offre un supporto per la gestione transitiva delle dipendenz= e e pu=C3=B2 essere usato per gestire le dipendenze nei progetti Seam. Mave= n Ant Tasks integra Maven nel build di Ant, e Maven pu=C3=B2 essere impiega= to per fare il build ed il deploy dei progetti." = #. Tag: para #: Dependencies.xml:1154 --===============8394435006136540547==-- From seam-commits at lists.jboss.org Sat Jun 6 16:49:27 2009 Content-Type: multipart/mixed; boundary="===============3527136926530096648==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11098 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Sat, 06 Jun 2009 16:39:37 -0400 Message-ID: --===============3527136926530096648== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-06 16:39:36 -0400 (Sat, 06 Jun 2009) New Revision: 11098 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concep= ts.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po = 2009-06-06 18:42:55 UTC (rev 11097) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po = 2009-06-06 20:39:36 UTC (rev 11098) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-01-18 15:00+0000\n" -"PO-Revision-Date: 2009-05-25 14:18+0100\n" +"PO-Revision-Date: 2009-06-06 22:38+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -1016,7 +1016,7 @@ #: Concepts.xml:656 #, no-c-format msgid "By default, Seam will do a priority search of all contexts, using t= he name of the property or instance variable that is being injected. You ma= y wish to specify the context variable name explicitly, using, for example,= @In(\"currentUser\")." -msgstr "Di default Seam esegue una ricerca prioritaria di tutti i contesti= , usando il nome della propriet=C3=A0 o variabile d'istanza che viene iniet= tata. Si pu=C3=B2 specificare esplicitamente il nome della varibile di cont= esto, usando, per esempio, @In(\"currentUser\")." +msgstr "Di default Seam esegue una ricerca prioritaria di tutti i contesti= , usando il nome della propriet=C3=A0 o variabile d'istanza che viene iniet= tata. Si pu=C3=B2 specificare esplicitamente il nome della variabile di con= testo, usando, per esempio, @In(\"currentUser\")." = #. Tag: para #: Concepts.xml:662 @@ -1028,7 +1028,7 @@ #: Concepts.xml:668 #, no-c-format msgid "For some components, it can be repetitive to have to specify @In(create=3Dtrue) everywhere they are used. In such cases, yo= u can annotate the component @AutoCreate, and then it wi= ll always be created, whenever needed, even without the explicit use of create=3Dtrue." -msgstr "Per alcuni componenti pu=C3=B2 essere ripetitivo dove specificare = @In(create=3Dtrue) ogni volta che sono usati. In questi = casi si pu=C3=B2 annotare il componente con @AutoCreate,= e quindi questo verr=C3=A0 creato, quando necessario, senza dover escplici= tare create=3Dtrue." +msgstr "Per alcuni componenti pu=C3=B2 essere ripetitivo dove specificare = @In(create=3Dtrue) ogni volta che sono usati. In questi = casi si pu=C3=B2 annotare il componente con @AutoCreate,= e quindi questo verr=C3=A0 creato, quando necessario, senza dover esplicit= are create=3Dtrue." = #. Tag: para #: Concepts.xml:674 @@ -1224,7 +1224,7 @@ #: Concepts.xml:737 #, no-c-format msgid "In addition, stateful session bean components must define a method with no parameters annotated @Remove. This method is called by Seam when the context ends." -msgstr "In aggiunta, i componenti bean stateful session devono definire un metodo senza paramentri annotato con @Remove= . Questo metodo viene chiamato da Seam quando termina il contesto= ." +msgstr "In aggiunta, i componenti bean stateful session devono definire un metodo senza parametri annotato con @Remove<= /literal>. Questo metodo viene chiamato da Seam quando termina il contesto." = #. Tag: para #: Concepts.xml:742 --===============3527136926530096648==-- From seam-commits at lists.jboss.org Sun Jun 7 05:22:36 2009 Content-Type: multipart/mixed; boundary="===============3902847899160854806==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11099 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Sun, 07 Jun 2009 05:12:38 -0400 Message-ID: --===============3902847899160854806== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-07 05:12:38 -0400 (Sun, 07 Jun 2009) New Revision: 11099 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Perfor= mance.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.= po 2009-06-06 20:39:36 UTC (rev 11098) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.= po 2009-06-07 09:12:38 UTC (rev 11099) @@ -6,7 +6,7 @@ "Project-Id-Version: Seam_Reference_Guide\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2008-12-13 18:12+0000\n" -"PO-Revision-Date: 2009-02-08 11:31+0100\n" +"PO-Revision-Date: 2009-06-07 11:11+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -79,14 +79,14 @@ "{\n" " public String getRowActions()\n" " {\n" -" // Role-based security check performed inline instead of using @Rest= rict or other security annotation\n" +" // Controllo di sicurezza eseguito inline invece di usare @Restrict = o altre annotazioni di sicurezza\n" " Identity.instance().checkRole(\"user\");\n" " \n" -" // Inline code to lookup component instead of using @In\n" +" // Codice inline per la ricerca del componente invece di usare @In\n" " Bar bar =3D (Bar) Component.getInstance(\"bar\");\n" " \n" " String actions; \n" -" // some code here that does something \n" +" // qua viene scritto codice per fare qualcosa\n" " return actions;\n" " }\n" "}]]>" --===============3902847899160854806==-- From seam-commits at lists.jboss.org Mon Jun 8 16:56:39 2009 Content-Type: multipart/mixed; boundary="===============6808994710668394714==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11101 - branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui. Date: Mon, 08 Jun 2009 16:46:20 -0400 Message-ID: --===============6808994710668394714== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-08 16:46:20 -0400 (Mon, 08 Jun 2009) New Revision: 11101 Modified: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UICell.java Log: JBSEAM-4205 Modified: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UICell.= java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UICell.java 2= 009-06-07 19:46:14 UTC (rev 11100) +++ branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UICell.java 2= 009-06-08 20:46:20 UTC (rev 11101) @@ -312,10 +312,14 @@ hasContent =3D true; } else if (o instanceof Element) { if (cell.getImage() !=3D null) { - cell.addElement(cell.getImage()); + Image image =3D cell.getImage(); = + cell.setImage(null); + cell.addElement(image); } if (cell.getPhrase() !=3D null) { - cell.addElement(cell.getPhrase()); + Phrase p =3D cell.getPhrase(); + cell.setPhrase(null); + cell.addElement(p); } cell.addElement((Element) o); } else { --===============6808994710668394714==-- From seam-commits at lists.jboss.org Tue Jun 9 15:29:23 2009 Content-Type: multipart/mixed; boundary="===============2587435801380000938==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11102 - branches/community/Seam_2_2/src/main/org/jboss/seam/security/openid. Date: Tue, 09 Jun 2009 15:18:53 -0400 Message-ID: --===============2587435801380000938== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-09 15:18:53 -0400 (Tue, 09 Jun 2009) New Revision: 11102 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security/openid/Open= Id.java Log: JBSEAM-3891 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security/open= id/OpenId.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/security/openid/Ope= nId.java 2009-06-08 20:46:20 UTC (rev 11101) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/security/openid/Ope= nId.java 2009-06-09 19:18:53 UTC (rev 11102) @@ -27,11 +27,8 @@ import org.openid4java.discovery.DiscoveryInformation; import org.openid4java.discovery.Identifier; import org.openid4java.message.AuthRequest; -import org.openid4java.message.AuthSuccess; import org.openid4java.message.ParameterList; -import org.openid4java.message.ax.AxMessage; import org.openid4java.message.ax.FetchRequest; -import org.openid4java.message.ax.FetchResponse; = @Name("org.jboss.seam.security.openid.openid") @Install(precedence=3DInstall.BUILT_IN, classDependencies=3D"org.openid4ja= va.consumer.ConsumerManager") @@ -71,12 +68,19 @@ FacesContext context =3D FacesContext.getCurrentInstance(); HttpServletRequest request =3D (HttpServletRequest) context.getExt= ernalContext().getRequest(); = - try { = - URL returnToUrl =3D new URL("http", - request.getServerName(), = - request.getServerPort(), - context.getApplication().getViewHandler().getActionURL= (context, "/openid.xhtml")); - + try { = + URL returnToUrl; = + if (request.getServerPort()=3D=3D80) { + returnToUrl =3D new URL("http", = + request.getServerName(), = + context.getApplication().getViewHandler().getActionUR= L(context, "/openid.xhtml")); + } else { + returnToUrl =3D new URL("http", = + request.getServerName(), = + request.getServerPort(), + context.getApplication().getViewHandler().getActionUR= L(context, "/openid.xhtml")); + = + } return returnToUrl.toExternalForm(); } catch (MalformedURLException e) { throw new RuntimeException(e); @@ -174,10 +178,10 @@ if (queryString !=3D null && queryString.length() > 0) receivingURL.append("?").append(httpReq.getQueryString()); = + = // verify the response; ConsumerManager needs to be the same // (static) instance used to place the authentication request - VerificationResult verification =3D manager.verify( - receivingURL.= toString(), + VerificationResult verification =3D manager.verify(receivingUR= L.toString(), response, dis= covered); = // examine the verification result and extract the verified id= entifier --===============2587435801380000938==-- From seam-commits at lists.jboss.org Tue Jun 9 22:30:22 2009 Content-Type: multipart/mixed; boundary="===============7077020718474394847==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11103 - in branches/community/Seam_2_1: doc/Seam_Reference_Guide/en-US and 7 other directories. Date: Tue, 09 Jun 2009 22:19:49 -0400 Message-ID: --===============7077020718474394847== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: tsurdilovic Date: 2009-06-09 22:19:48 -0400 (Tue, 09 Jun 2009) New Revision: 11103 Added: branches/community/Seam_2_1/examples/drools/resources/numberguess.xls branches/community/Seam_2_1/examples/drools/src/org/jboss/seam/example/n= umberguess/GameConsequenceExceptionHandler.java branches/community/Seam_2_1/seam-gen/ivy/.ivy.xml.swp Modified: branches/community/Seam_2_1/build/core.pom.xml branches/community/Seam_2_1/build/root.pom.xml branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools.xml branches/community/Seam_2_1/examples/build.xml branches/community/Seam_2_1/examples/drools/resources/WEB-INF/components= .xml branches/community/Seam_2_1/seam-gen/ivy/ivy.xml branches/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.xsd branches/community/Seam_2_1/src/main/org/jboss/seam/drools/ManagedWorkin= gMemory.java branches/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBase.java Log: JBSEAM-4049 - Drools Custom Consequence Exception handlers = JBSEAM-4188 - Add decision table support to org.jboss.seam.drools.RuleBase = JBSEAM-4225 - Allow to add eventListeners to WorkingMemory Modified: branches/community/Seam_2_1/build/core.pom.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/community/Seam_2_1/build/core.pom.xml 2009-06-09 19:18:53 UTC = (rev 11102) +++ branches/community/Seam_2_1/build/core.pom.xml 2009-06-10 02:19:48 UTC = (rev 11103) @@ -252,6 +252,18 @@ true = + + org.drools + drools-decisiontables + true + + + + net.sourceforge.jexcelapi + jxl + true + + Modified: branches/community/Seam_2_1/build/root.pom.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/community/Seam_2_1/build/root.pom.xml 2009-06-09 19:18:53 UTC = (rev 11102) +++ branches/community/Seam_2_1/build/root.pom.xml 2009-06-10 02:19:48 UTC = (rev 11103) @@ -785,6 +785,12 @@ + = + + org.drools + drools-decisiontables + ${version.drools} + = org.drools Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools= .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/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-09 19:18:53 UTC (rev 11102) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-10 02:19:48 UTC (rev 11103) @@ -26,7 +26,7 @@ ]]> = - This component compiles rules from a set of .drl + This component compiles rules from a set of DRL (.dr= l) or decision table (.xls) files and caches an instance of org.drools.RuleBase<= /literal> in the Seam APPLICATION context. Note that= it is = quite likely that you will need to install multiple rule base= s in a = @@ -34,7 +34,7 @@ = - If you want to use a Drools DSL, you alse need to specify the= DSL + If you want to use a Drools DSL, you also need to specify the= DSL definition: = @@ -44,6 +44,40 @@ ]]> = + + If you want to register a custom consequence exception handle= r through the RuleBaseConfiguration, you need to = + write the handler, for example: = + + = + + + + and register it: + + + + policyPricingRules.drl + +]]> + In most rules-driven applications, rules need to be dynamically deployable, so a production appli= cation will want to use a @@ -87,6 +121,18 @@ configuration property. = + + We can also add means to be notified of rule engine events, incl= uding rules firing, objects being asserted, etc. = + by adding event listeners to WorkingMemory. + + = + + + org.drools.event.DebugWorkingMemoryEventListener + org.drools.event.DebugAgendaEventListener + +]]> + = =
Modified: branches/community/Seam_2_1/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/community/Seam_2_1/examples/build.xml 2009-06-09 19:18:53 UTC = (rev 11102) +++ branches/community/Seam_2_1/examples/build.xml 2009-06-10 02:19:48 UTC = (rev 11103) @@ -325,6 +325,8 @@ + + = @@ -470,6 +472,11 @@ + = + + + + = @@ -652,6 +659,11 @@ + + + + = Modified: branches/community/Seam_2_1/examples/drools/resources/WEB-INF/com= ponents.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/community/Seam_2_1/examples/drools/resources/WEB-INF/component= s.xml 2009-06-09 19:18:53 UTC (rev 11102) +++ branches/community/Seam_2_1/examples/drools/resources/WEB-INF/component= s.xml 2009-06-10 02:19:48 UTC (rev 11103) @@ -10,7 +10,17 @@ http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.1.xsd"> = - + = + + + + + = Added: branches/community/Seam_2_1/examples/drools/resources/numberguess.xls =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: branches/community/Seam_2_1/examples/drools/resources/= numberguess.xls ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: branches/community/Seam_2_1/examples/drools/src/org/jboss/seam/examp= le/numberguess/GameConsequenceExceptionHandler.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/examples/drools/src/org/jboss/seam/example/= numberguess/GameConsequenceExceptionHandler.java (r= ev 0) +++ branches/community/Seam_2_1/examples/drools/src/org/jboss/seam/example/= numberguess/GameConsequenceExceptionHandler.java 2009-06-10 02:19:48 UTC (r= ev 11103) @@ -0,0 +1,36 @@ +package org.jboss.seam.example.numberguess; + +import java.io.Externalizable; +import java.io.IOException; +import java.io.ObjectInput; +import java.io.ObjectOutput; + +import org.drools.WorkingMemory; +import org.drools.spi.Activation; +import org.drools.spi.ConsequenceException; +import org.drools.spi.ConsequenceExceptionHandler; +import org.jboss.seam.ScopeType; +import org.jboss.seam.annotations.Name; +import org.jboss.seam.annotations.Scope; +import org.jboss.seam.annotations.Startup; + +(a)Scope(ScopeType.APPLICATION) +(a)Startup +(a)Name("gameConsequenceExceptionHandler") +public class GameConsequenceExceptionHandler implements ConsequenceExcepti= onHandler, Externalizable { + + public void readExternal(ObjectInput in) throws IOException, ClassNotFo= undException { + } + + public void writeExternal(ObjectOutput out) throws IOException { + } + + public void handleException(Activation activation, + WorkingMemory workingMemory, + Exception exception) { + throw new ConsequenceException( exception, + activation.getRule() ); + } + +} + Added: branches/community/Seam_2_1/seam-gen/ivy/.ivy.xml.swp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: branches/community/Seam_2_1/seam-gen/ivy/.ivy.xml.swp ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy.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/community/Seam_2_1/seam-gen/ivy/ivy.xml 2009-06-09 19:18:53 UT= C (rev 11102) +++ branches/community/Seam_2_1/seam-gen/ivy/ivy.xml 2009-06-10 02:19:48 UT= C (rev 11103) @@ -56,6 +56,9 @@ + + + Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/drools/Manage= dWorkingMemory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/src/main/org/jboss/seam/drools/ManagedWorki= ngMemory.java 2009-06-09 19:18:53 UTC (rev 11102) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/drools/ManagedWorki= ngMemory.java 2009-06-10 02:19:48 UTC (rev 11103) @@ -4,6 +4,9 @@ = import org.drools.RuleBase; import org.drools.StatefulSession; +import org.drools.event.AgendaEventListener; +import org.drools.event.RuleFlowEventListener; +import org.drools.event.WorkingMemoryEventListener; import org.drools.spi.GlobalResolver; import org.jboss.seam.Component; import org.jboss.seam.ScopeType; @@ -13,6 +16,8 @@ import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.core.Mutable; import org.jboss.seam.core.Expressions.ValueExpression; +import org.jboss.seam.log.LogProvider; +import org.jboss.seam.log.Logging; = /** * A conversation-scoped Drools WorkingMemory for a named RuleBase @@ -26,7 +31,10 @@ { private static final long serialVersionUID =3D -1746942080571374743L; = + private static final LogProvider log =3D Logging.getLogProvider(Managed= WorkingMemory.class); + = private String ruleBaseName; + private String[] eventListeners; private StatefulSession statefulSession; private ValueExpression ruleBase; = @@ -66,9 +74,44 @@ { statefulSession =3D getRuleBaseFromValueBinding().newStatefulSess= ion(); statefulSession.setGlobalResolver( createGlobalResolver( stateful= Session.getGlobalResolver() ) ); + if(eventListeners !=3D null) { + setEventListeners(statefulSession); + } } return statefulSession; } + = + private void setEventListeners(StatefulSession statefulSession) { + if(eventListeners !=3D null) { + for(String eventListener : eventListeners) { + log.debug("adding eventListener: " + eventListener); + try + { + Class eventListenerClass =3D Class.forName(eventListener); + Object eventListenerObject =3D eventListenerClass.newInstan= ce(); + if(eventListenerObject instanceof WorkingMemoryEventListene= r) = + { + statefulSession.addEventListener((WorkingMemoryEventList= ener) eventListenerObject); + } = + else if(eventListenerObject instanceof AgendaEventListener) = + { + statefulSession.addEventListener((AgendaEventListener) e= ventListenerObject); + } = + else if(eventListenerObject instanceof RuleFlowEventListene= r) = + { + statefulSession.addEventListener((RuleFlowEventListener)= eventListenerObject); + } = + else { + log.debug("event Listener is not of valid type - bypassi= ng."); + } + } + catch (Exception e) + { + log.error("error adding event listener " + eventListener + = " - bypassing."); + } + } + } + } = protected RuleBase getRuleBaseFromValueBinding() { @@ -114,5 +157,17 @@ { this.ruleBase =3D ruleBase; } + + public String[] getEventListeners() + { + return eventListeners; + } + + public void setEventListeners(String[] eventListeners) + { + this.eventListeners =3D eventListeners; + } = + = + = } Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBa= se.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBase.jav= a 2009-06-09 19:18:53 UTC (rev 11102) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBase.jav= a 2009-06-10 02:19:48 UTC (rev 11103) @@ -1,20 +1,26 @@ package org.jboss.seam.drools; = +import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; = +import org.drools.RuleBaseConfiguration; import org.drools.RuleBaseFactory; import org.drools.compiler.DroolsError; import org.drools.compiler.PackageBuilder; import org.drools.compiler.PackageBuilderConfiguration; import org.drools.compiler.RuleError; +import org.drools.decisiontable.InputType; +import org.drools.decisiontable.SpreadsheetCompiler; +import org.drools.spi.ConsequenceExceptionHandler; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Create; import org.jboss.seam.annotations.Scope; import org.jboss.seam.annotations.Unwrap; import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.core.ResourceLoader; +import org.jboss.seam.core.Expressions.ValueExpression; import org.jboss.seam.log.LogProvider; import org.jboss.seam.log.Logging; = @@ -32,6 +38,7 @@ = private String[] ruleFiles; private String dslFile; + private ValueExpression consequenceExcepti= onHandler; private org.drools.RuleBase ruleBase; = @Create @@ -50,18 +57,32 @@ { throw new IllegalStateException("could not locate rule file= : " + ruleFile); } - // read in the source - Reader drlReader =3D new InputStreamReader(stream); - = - if (dslFile=3D=3Dnull) + = + if(isDecisionTable(ruleFile)) = { - builder.addPackageFromDrl(drlReader); = + log.debug("compiling decision table"); + SpreadsheetCompiler compiler =3D new SpreadsheetCompiler(); + String drl =3D compiler.compile(stream, InputType.XLS); + = + log.debug("creating source"); = + byte currentXMLBytes[] =3D drl.getBytes(); + InputStreamReader source =3D new InputStreamReader(new Byte= ArrayInputStream(currentXMLBytes)); = + = + builder.addPackageFromDrl(source); + } else { = + // read in the source + Reader drlReader =3D new InputStreamReader(stream); + = + if (dslFile=3D=3Dnull) + { + builder.addPackageFromDrl(drlReader); = + } + else + { + Reader dslReader =3D new InputStreamReader( ResourceLoad= er.instance().getResourceAsStream(dslFile) ); + builder.addPackageFromDrl(drlReader, dslReader); + } } - else - { - Reader dslReader =3D new InputStreamReader( ResourceLoader.= instance().getResourceAsStream(dslFile) ); - builder.addPackageFromDrl(drlReader, dslReader); - } = if ( builder.hasErrors() ) { @@ -82,8 +103,19 @@ } } = - // add the package to a rulebase - ruleBase =3D RuleBaseFactory.newRuleBase(); + = + if(consequenceExceptionHandler !=3D null) = + { + log.info("adding consequence exception handler: " + consequenceEx= ceptionHandler.getExpressionString()); + RuleBaseConfiguration rbconf =3D new RuleBaseConfiguration(); + rbconf.setConsequenceExceptionHandler(consequenceExceptionHandler= .getValue()); + ruleBase =3D RuleBaseFactory.newRuleBase( rbconf ); + } + else = + { + ruleBase =3D RuleBaseFactory.newRuleBase(); + } + = ruleBase.addPackage( builder.getPackage() ); } = @@ -113,4 +145,18 @@ this.dslFile =3D dslFile; } = + public ValueExpression getConsequenceExcep= tionHandler() + { + return consequenceExceptionHandler; + } + + public void setConsequenceExceptionHandler(ValueExpression consequenceExceptionHandler) + { + this.consequenceExceptionHandler =3D consequenceExceptionHandler; + } + + private boolean isDecisionTable(String fileName) = + { + return fileName !=3D null && fileName.length() > 0 && fileName.endsW= ith(".xls"); + } } Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.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/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.xsd 2009= -06-09 19:18:53 UTC (rev 11102) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.xsd 2009= -06-10 02:19:48 UTC (rev 11103) @@ -11,8 +11,8 @@ - - + = + = @@ -20,8 +20,10 @@ - = = + + = + = = @@ -47,6 +49,9 @@ A working memory for rules calculations + + + @@ -54,5 +59,6 @@ + = --===============7077020718474394847==-- From seam-commits at lists.jboss.org Wed Jun 10 04:42:46 2009 Content-Type: multipart/mixed; boundary="===============5094656081722058131==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11104 - branches/community/Seam_2_1/build. Date: Wed, 10 Jun 2009 04:32:07 -0400 Message-ID: --===============5094656081722058131== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-10 04:32:07 -0400 (Wed, 10 Jun 2009) New Revision: 11104 Modified: branches/community/Seam_2_1/build/gen.pom.xml Log: reverted ant dependency for seam-gen - Eclipse IDE requires this for seam-g= en custom ant tasks. Modified: branches/community/Seam_2_1/build/gen.pom.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/community/Seam_2_1/build/gen.pom.xml 2009-06-10 02:19:48 UTC (= rev 11103) +++ branches/community/Seam_2_1/build/gen.pom.xml 2009-06-10 08:32:07 UTC (= rev 11104) @@ -16,6 +16,12 @@ = + org.apache.ant + ant + compile + + + = org.hibernate hibernate-tools runtime --===============5094656081722058131==-- From seam-commits at lists.jboss.org Wed Jun 10 09:32:00 2009 Content-Type: multipart/mixed; boundary="===============6170388439930629791==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11105 - branches/community/Seam_2_2/build. Date: Wed, 10 Jun 2009 09:21:21 -0400 Message-ID: --===============6170388439930629791== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-10 09:21:21 -0400 (Wed, 10 Jun 2009) New Revision: 11105 Modified: branches/community/Seam_2_2/build/gen.pom.xml Log: reverted ant dependency for seam-gen - Eclipse IDE requires this for seam-g= en custom ant tasks Modified: branches/community/Seam_2_2/build/gen.pom.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/community/Seam_2_2/build/gen.pom.xml 2009-06-10 08:32:07 UTC (= rev 11104) +++ branches/community/Seam_2_2/build/gen.pom.xml 2009-06-10 13:21:21 UTC (= rev 11105) @@ -16,6 +16,12 @@ = + org.apache.ant + ant + compile + + + = org.hibernate hibernate-tools runtime --===============6170388439930629791==-- From seam-commits at lists.jboss.org Wed Jun 10 09:57:07 2009 Content-Type: multipart/mixed; boundary="===============8944564746410844619==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11106 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT. Date: Wed, 10 Jun 2009 09:46:28 -0400 Message-ID: --===============8944564746410844619== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-10 09:46:28 -0400 (Wed, 10 Jun 2009) New Revision: 11106 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Events.po Log: Italian translation Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Events= .po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Events.po 20= 09-06-10 13:21:21 UTC (rev 11105) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Events.po 20= 09-06-10 13:46:28 UTC (rev 11106) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-05-29 06:39+0000\n" -"PO-Revision-Date: 2009-05-29 08:56+0100\n" +"PO-Revision-Date: 2009-06-10 15:46+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -1455,11 +1455,11 @@ " \n" " boolean isLoggedIn =3D Contexts.getSessionContext().get(\"loggedIn\= ")!=3Dnull;\n" " if (isLoggedIn) {\n" -" //the user is already logged in\n" +" //l'utente =C3=A8 gi=C3=A0 loggato\n" " return invocation.proceed();\n" " }\n" " else {\n" -" //the user is not logged in, fwd to login page\n" +" //l'utente non =C3=A8 loggato, andare alla pagina di login\n" " return \"login\";\n" " }\n" " }\n" --===============8944564746410844619==-- From seam-commits at lists.jboss.org Wed Jun 10 11:10:43 2009 Content-Type: multipart/mixed; boundary="===============0944250538758212964==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11108 - in branches/community/Seam_2_1/doc/Seam_Reference_Guide: bn-IN and 22 other directories. Date: Wed, 10 Jun 2009 11:00:03 -0400 Message-ID: --===============0944250538758212964== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-10 11:00:02 -0400 (Wed, 10 Jun 2009) New Revision: 11108 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJ= BPassivation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.p= ot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started= _With_JBoss_Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.= pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histor= y.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Drools.po branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Drools.po Log: POT and PO regeneration Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Drools= .po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Drools.po 20= 09-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Drools.po 20= 09-06-10 15:00:02 UTC (rev 11108) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -59,17 +59,18 @@ #: Drools.xml:24 #, no-c-format msgid "" -"This component compiles rules from a set of .drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" "\n" "Language-Team: Japanese \n" @@ -69,12 +69,13 @@ = #. Tag: para #: Drools.xml:24 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"This component compiles rules from a set of .drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" "=E3=81=93=E3=81=AE=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3= =E3=83=88=E3=81=AF=E3=80=81.drl =E3=83=95=E3=82=A1=E3=82= =A4=E3=83=AB=E4=B8=80=E5=BC=8F=E3=81=8B=E3=82=89=E3=83=AB=E3=83=BC=E3=83=AB= =E3=82=92=E3=82=B3=E3=83=B3=E3=83=91" "=E3=82=A4=E3=83=AB=E3=81=97=E3=80=81 Seam APPLICATION = =E3=82=B3=E3=83=B3=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=81=AE or= g." @@ -84,9 +85,9 @@ = #. Tag: para #: Drools.xml:32 -#, no-c-format +#, fuzzy, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "Drools DSL=E3=82=92=E5=88=A9=E7=94=A8=E3=81=99=E3=82=8B=E3=81=AE= =E3=81=A7=E3=81=82=E3=82=8C=E3=81=B0 DSL =E5=AE=9A=E7=BE=A9=E3=82=82=E6=8C= =87=E5=AE=9A=E3=81=97=E3=81=AA=E3=81=91=E3=82=8C=E3=81=B0=E3=81=AA=E3=82=8A= =E3=81=BE=E3=81=9B=E3=82=93=E3=80=82" = #. Tag: programlisting @@ -111,6 +112,66 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, fuzzy, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -125,7 +186,7 @@ "=E3=81=A7=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "]]>" = #. Tag: para -#: Drools.xml:49 +#: Drools.xml:61 #, no-c-format msgid "" "The properties file contains properties specific to the RulesAgent. Here = is " @@ -147,7 +208,7 @@ "Drools =E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB=E3=83=87=E3=82=A3=E3=82=B9= =E3=83=88=E3=83=AA=E3=83=93=E3=83=A5=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3= =81=8B=E3=82=89=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=83=95=E3=82=A1=E3=82=A4=E3=83= =AB=E3=81=AE=E4=BE=8B=E3=82=92=E7=A4=BA=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Drools.xml:52 +#: Drools.xml:64 #, no-c-format msgid "" "newInstance=3Dtrue\n" @@ -167,7 +228,7 @@ "name=3Dinsuranceconfig" = #. Tag: para -#: Drools.xml:55 +#: Drools.xml:67 #, no-c-format msgid "" "It is also possible to configure the options on the component directly, " @@ -177,7 +238,7 @@ "=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Drools.xml:57 +#: Drools.xml:69 #, no-c-format msgid "" "]]>" = #. Tag: para -#: Drools.xml:59 +#: Drools.xml:71 #, no-c-format msgid "" "Next, we need to make an instance of org.drools.WorkingMemory]]>" = #. Tag: para -#: Drools.xml:67 +#: Drools.xml:79 #, no-c-format msgid "" "Notice that we gave the policyPricingWorkingMemory a " @@ -230,14 +291,36 @@ "literal> =E8=A8=AD=E5=AE=9A=E3=83=97=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3= =E3=81=AB=E3=82=88=E3=82=8A=E3=80=81 RuleBase =E3=81=B8=E3=81=AE=E5=8F=82= =E7=85=A7=E3=82=92=E4=B8=8E=E3=81=88=E3=81=A6=E3=81=84=E3=82=8B=E3=81=93=E3= =81=A8=E3=81=AB=E7=95=99=E6=84=8F=E3=81=97=E3=81=A6=E3=81=8F" "=E3=81=A0=E3=81=95=E3=81=84=E3=80=82" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "Seam =E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83= =88=E3=81=8B=E3=82=89=E3=81=AE=E3=83=AB=E3=83=BC=E3=83=AB=E3=82=92=E4=BD=BF= =E7=94=A8=E3=81=99=E3=82=8B" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -247,7 +330,7 @@ "=E3=83=88=E3=81=97=E3=80=81 fact =E3=82=92=E3=82=A2=E3=82=B5=E3=83=BC=E3= =83=88=E3=81=97=E3=80=81=E3=81=9D=E3=81=97=E3=81=A6=E3=83=AB=E3=83=BC=E3=83= =AB=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C= =E3=81=A7=E3=81=8D=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "" = #. Tag: title -#: Drools.xml:88 +#: Drools.xml:107 #, no-c-format msgid "Using rules from a jBPM process definition" msgstr "jBPM =E3=83=97=E3=83=AD=E3=82=BB=E3=82=B9=E5=AE=9A=E7=BE=A9=E3=81= =8B=E3=82=89=E3=81=AE=E3=83=AB=E3=83=BC=E3=83=AB=E3=82=92=E4=BD=BF=E7=94=A8= =E3=81=99=E3=82=8B" = #. Tag: para -#: Drools.xml:90 +#: Drools.xml:109 #, fuzzy, no-c-format msgid "" "You can even allow a rule base to act as a jBPM action handler, decision " @@ -293,7 +376,7 @@ "=E3=81=9F=E3=81=AF=E3=83=93=E3=82=B8=E3=83=8D=E3=82=B9=E3=83=97=E3=83=AD= =E3=82=BB=E3=82=B9=E5=AE=9A=E7=BE=A9=E3=81=AE=E3=81=A9=E3=81=A1=E3=82=89=E3= =81=A7=E3=82=82=E5=8F=AF=E3=80=82" = #. Tag: programlisting -#: Drools.xml:96 +#: Drools.xml:115 #, no-c-format msgid "" "\n" @@ -353,7 +436,7 @@ "]]>" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -365,13 +448,13 @@ "=E5=90=88=E3=81=BE=E3=81=9F=E3=81=AF 1 =E3=82=AA=E3=83=96=E3=82=B8=E3=82= =A7=E3=82=AF=E3=83=88=E3=82=92=E8=BF=94=E3=81=99 EL =E5=BC=8F=E3=82=92=E6= =8C=87=E5=AE=9A=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "jBPM =E3=82=BF=E3=82=B9=E3=82=AF=E5=89=B2=E3=82=8A=E5=BD=93=E3=81= =A6=E3=81=AE=E3=81=9F=E3=82=81=E3=81=AB Drools =E3=81=AE=E4=BD=BF=E7=94=A8= =E3=82=82=E3=82=B5=E3=83=9D=E3=83=BC=E3=83=88=E3=81=97=E3=81=A6=E3=81=84=E3= =81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -411,7 +494,7 @@ "]]>" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -431,7 +514,7 @@ "=E3=81=A7=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Drools.xml:121 +#: Drools.xml:140 #, no-c-format msgid "" "" = #. Tag: para -#: Drools.xml:124 +#: Drools.xml:143 #, no-c-format msgid "" "You can find out more about Drools at .drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" "\n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_G= roup.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Inf= o.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Clusteri= ngAndEJBPassivation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Componen= ts.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configur= ation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversa= tions.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependen= cies.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -60,17 +60,18 @@ #: Drools.xml:24 #, no-c-format msgid "" -"This component compiles rules from a set of .drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -89,6 +90,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -97,7 +152,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -173,14 +228,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -188,7 +265,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -253,7 +330,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -262,13 +339,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -291,7 +368,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -304,7 +381,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" "\n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:18+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framewor= k.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_= Started_With_JBoss_Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettings= tarted.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfis= h.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performa= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persiste= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision= _History.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validati= on.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:19+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:20+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservi= ces.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:20+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webspher= e.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:20+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:20+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-10 15:00:02 UTC (rev 11108) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-06 10:20+0000\n" +"POT-Creation-Date: 2009-06-10 14:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Drools= .po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Drools.po 20= 09-06-10 14:59:17 UTC (rev 11107) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Drools.po 20= 09-06-10 15:00:02 UTC (rev 11108) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-10 14:42+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -59,17 +59,18 @@ #: Drools.xml:24 #, no-c-format msgid "" -"This component compiles rules from a set of .drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" ".drl files= " -"and caches an instance of org.drools.RuleBase in the S= eam " -"APPLICATION context. Note that it is quite likely that= " -"you will need to install multiple rule bases in a rule-driven application= ." +"This component compiles rules from a set of DRL (.drl)= or " +"decision table (.xls) files and caches an instance of " +"org.drools.RuleBase in the Seam APPLICATION context. Note that it is quite likely that you will need to inst= all " +"multiple rule bases in a rule-driven application." msgstr "" = #. Tag: para #: Drools.xml:32 #, no-c-format msgid "" -"If you want to use a Drools DSL, you alse need to specify the DSL definit= ion:" +"If you want to use a Drools DSL, you also need to specify the DSL definit= ion:" msgstr "" = #. Tag: programlisting @@ -88,6 +89,60 @@ #: Drools.xml:39 #, no-c-format msgid "" +"If you want to register a custom consequence exception handler through th= e " +"RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format +msgid "" "In most rules-driven applications, rules need to be dynamically deployabl= e, " "so a production application will want to use a Drools RuleAgent to manage= " "the RuleBase. The RuleAgent can connect to a Drools rule server (BRMS) or= " @@ -96,7 +151,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "org.drools.WorkingMemorypolicyPricingWorkingMemory a " @@ -172,14 +227,36 @@ "configuration property." msgstr "" = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "" +"We can also add means to be notified of rule engine events, including rul= es " +"firing, objects being asserted, etc. by adding event listeners to " +"WorkingMemory." +msgstr "" + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:95 #, no-c-format msgid "Using rules from a Seam component" msgstr "" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:97 #, no-c-format msgid "" "We can now inject our WorkingMemory into any Seam " @@ -187,7 +264,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:102 #, no-c-format msgid "" "\n" @@ -252,7 +329,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:117 #, no-c-format msgid "" "The <assertObjects> element specifies EL " @@ -261,13 +338,13 @@ msgstr "" = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:123 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:127 #, no-c-format msgid "" "\n" @@ -290,7 +367,7 @@ msgstr "" = #. Tag: para -#: Drools.xml:110 +#: Drools.xml:129 #, no-c-format msgid "" "Certain objects are available to the rules as Drools globals, namely the " @@ -303,7 +380,7 @@ msgstr "" = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:138 #, no-c-format msgid "" " --===============8669565456126713916== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: tsurdilovic Date: 2009-06-10 11:21:03 -0400 (Wed, 10 Jun 2009) New Revision: 11109 Modified: branches/community/Seam_2_1/build/core.pom.xml branches/community/Seam_2_1/build/root.pom.xml Log: Added exclusion for older jxl version for drools-decisiontables dependency. Modified: branches/community/Seam_2_1/build/core.pom.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/community/Seam_2_1/build/core.pom.xml 2009-06-10 15:00:02 UTC = (rev 11108) +++ branches/community/Seam_2_1/build/core.pom.xml 2009-06-10 15:21:03 UTC = (rev 11109) @@ -256,6 +256,12 @@ org.drools drools-decisiontables true + + + jexcelapi + jxl + + = Modified: branches/community/Seam_2_1/build/root.pom.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/community/Seam_2_1/build/root.pom.xml 2009-06-10 15:00:02 UTC = (rev 11108) +++ branches/community/Seam_2_1/build/root.pom.xml 2009-06-10 15:21:03 UTC = (rev 11109) @@ -790,6 +790,12 @@ org.drools drools-decisiontables ${version.drools} + + + jexcelapi + jxl + + = --===============8669565456126713916==-- From seam-commits at lists.jboss.org Wed Jun 10 14:28:03 2009 Content-Type: multipart/mixed; boundary="===============2260203214691040247==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11111 - branches/community/Seam_2_2/src/main/org/jboss/seam. Date: Wed, 10 Jun 2009 14:17:22 -0400 Message-ID: --===============2260203214691040247== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-10 14:17:22 -0400 (Wed, 10 Jun 2009) New Revision: 11111 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd Log: JBSEAM-4207 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.= 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/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 20= 09-06-10 16:35:48 UTC (rev 11110) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 20= 09-06-10 18:17:22 UTC (rev 11111) @@ -44,6 +44,13 @@ = + + + + + + + = @@ -91,6 +98,11 @@ = = + + + + = + = --===============2260203214691040247==-- From seam-commits at lists.jboss.org Wed Jun 10 18:43:50 2009 Content-Type: multipart/mixed; boundary="===============7821792189687371533==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11112 - in branches/community/Seam_2_2: doc/Seam_Reference_Guide/en-US and 7 other directories. Date: Wed, 10 Jun 2009 18:33:06 -0400 Message-ID: --===============7821792189687371533== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: tsurdilovic Date: 2009-06-10 18:33:06 -0400 (Wed, 10 Jun 2009) New Revision: 11112 Added: branches/community/Seam_2_2/examples/drools/resources/numberguess.xls branches/community/Seam_2_2/examples/drools/src/org/jboss/seam/example/n= umberguess/GameConsequenceExceptionHandler.java Modified: branches/community/Seam_2_2/build/core.pom.xml branches/community/Seam_2_2/build/root.pom.xml branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml branches/community/Seam_2_2/examples/build.xml branches/community/Seam_2_2/examples/drools/resources/WEB-INF/components= .xml branches/community/Seam_2_2/seam-gen/ivy/ivy.xml branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.xsd branches/community/Seam_2_2/src/main/org/jboss/seam/drools/ManagedWorkin= gMemory.java branches/community/Seam_2_2/src/main/org/jboss/seam/drools/RuleBase.java Log: JBSEAM-4049 - Drools Custom Consequence Exception handlers = JBSEAM-4188 - Add decision table support to org.jboss.seam.drools.RuleBase = JBSEAM-4225 - Allow to add eventListeners to WorkingMemory Modified: branches/community/Seam_2_2/build/core.pom.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/community/Seam_2_2/build/core.pom.xml 2009-06-10 18:17:22 UTC = (rev 11111) +++ branches/community/Seam_2_2/build/core.pom.xml 2009-06-10 22:33:06 UTC = (rev 11112) @@ -251,6 +251,25 @@ drools-compiler true + = + = + + org.drools + drools-decisiontables + true + + + jexcelapi + jxl + + + + = + + net.sourceforge.jexcelapi + jxl + true + = Modified: branches/community/Seam_2_2/build/root.pom.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/community/Seam_2_2/build/root.pom.xml 2009-06-10 18:17:22 UTC = (rev 11111) +++ branches/community/Seam_2_2/build/root.pom.xml 2009-06-10 22:33:06 UTC = (rev 11112) @@ -786,6 +786,18 @@ = + + org.drools + drools-decisiontables + ${version.drools} + + + jexcelapi + jxl + + + + org.drools drools-compiler Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools= .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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-10 18:17:22 UTC (rev 11111) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-10 22:33:06 UTC (rev 11112) @@ -26,7 +26,7 @@ ]]> = - This component compiles rules from a set of .drl + This component compiles rules from a set of DRL (.dr= l) or decision table (.xls) files and caches an instance of org.drools.RuleBase<= /literal> in the Seam APPLICATION context. Note that= it is = quite likely that you will need to install multiple rule base= s in a = @@ -44,6 +44,40 @@ ]]> = + + If you want to register a custom consequence exception handle= r through the RuleBaseConfiguration, you need to = + write the handler, for example: = + + = + + + + and register it: + + + + policyPricingRules.drl + +]]> + In most rules-driven applications, rules need to be dynamically deployable, so a production appli= cation will want to use a @@ -86,7 +120,18 @@ reference back to our rule base via the ruleBase configuration property. + = + + We can also add means to be notified of rule engine events, incl= uding rules firing, objects being asserted, etc. = + by adding event listeners to WorkingMemory. + = + + + org.drools.event.DebugWorkingMemoryEventListener + org.drools.event.DebugAgendaEventListener + +]]>
=
Modified: branches/community/Seam_2_2/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/community/Seam_2_2/examples/build.xml 2009-06-10 18:17:22 UTC = (rev 11111) +++ branches/community/Seam_2_2/examples/build.xml 2009-06-10 22:33:06 UTC = (rev 11112) @@ -325,6 +325,8 @@ + + = @@ -470,6 +472,11 @@ + = + + + + = @@ -652,6 +659,11 @@ + + + + = Modified: branches/community/Seam_2_2/examples/drools/resources/WEB-INF/com= ponents.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/community/Seam_2_2/examples/drools/resources/WEB-INF/component= s.xml 2009-06-10 18:17:22 UTC (rev 11111) +++ branches/community/Seam_2_2/examples/drools/resources/WEB-INF/component= s.xml 2009-06-10 22:33:06 UTC (rev 11112) @@ -10,8 +10,18 @@ http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.2.xsd"> = - - + = + + + + + + + + = pageflow.jpdl.xml Added: branches/community/Seam_2_2/examples/drools/resources/numberguess.xls =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: branches/community/Seam_2_2/examples/drools/resources/= numberguess.xls ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: branches/community/Seam_2_2/examples/drools/src/org/jboss/seam/examp= le/numberguess/GameConsequenceExceptionHandler.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/examples/drools/src/org/jboss/seam/example/= numberguess/GameConsequenceExceptionHandler.java (r= ev 0) +++ branches/community/Seam_2_2/examples/drools/src/org/jboss/seam/example/= numberguess/GameConsequenceExceptionHandler.java 2009-06-10 22:33:06 UTC (r= ev 11112) @@ -0,0 +1,37 @@ +package org.jboss.seam.example.numberguess; + +import java.io.Externalizable; +import java.io.IOException; +import java.io.ObjectInput; +import java.io.ObjectOutput; + +import org.drools.WorkingMemory; +import org.drools.spi.Activation; +import org.drools.spi.ConsequenceException; +import org.drools.spi.ConsequenceExceptionHandler; +import org.jboss.seam.ScopeType; +import org.jboss.seam.annotations.Name; +import org.jboss.seam.annotations.Scope; +import org.jboss.seam.annotations.Startup; + +(a)Scope(ScopeType.APPLICATION) +(a)Startup +(a)Name("gameConsequenceExceptionHandler") +public class GameConsequenceExceptionHandler implements ConsequenceExcepti= onHandler, Externalizable { + + public void readExternal(ObjectInput in) throws IOException, ClassNotFo= undException { + } + + public void writeExternal(ObjectOutput out) throws IOException { + } + + public void handleException(Activation activation, + WorkingMemory workingMemory, + Exception exception) { + throw new ConsequenceException( exception, + activation.getRule() ); + } + +} + + Modified: branches/community/Seam_2_2/seam-gen/ivy/ivy.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/community/Seam_2_2/seam-gen/ivy/ivy.xml 2009-06-10 18:17:22 UT= C (rev 11111) +++ branches/community/Seam_2_2/seam-gen/ivy/ivy.xml 2009-06-10 22:33:06 UT= C (rev 11112) @@ -56,6 +56,9 @@ + + + Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/drools/Manage= dWorkingMemory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/drools/ManagedWorki= ngMemory.java 2009-06-10 18:17:22 UTC (rev 11111) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/drools/ManagedWorki= ngMemory.java 2009-06-10 22:33:06 UTC (rev 11112) @@ -5,6 +5,9 @@ import org.drools.RuleBase; import org.drools.StatefulSession; import org.drools.spi.GlobalResolver; +import org.drools.event.AgendaEventListener; +import org.drools.event.RuleFlowEventListener; +import org.drools.event.WorkingMemoryEventListener; import org.jboss.seam.Component; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Destroy; @@ -13,11 +16,14 @@ import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.core.Mutable; import org.jboss.seam.core.Expressions.ValueExpression; +import org.jboss.seam.log.LogProvider; +import org.jboss.seam.log.Logging; = /** * A conversation-scoped Drools WorkingMemory for a named RuleBase * = * @author Gavin King + * @author Tihomir Surdilovic * */ @Scope(ScopeType.CONVERSATION) @@ -26,7 +32,10 @@ { private static final long serialVersionUID =3D -1746942080571374743L; = + private static final LogProvider log =3D Logging.getLogProvider(Managed= WorkingMemory.class); + = private String ruleBaseName; + private String[] eventListeners; private StatefulSession statefulSession; private ValueExpression ruleBase; = @@ -66,9 +75,47 @@ { statefulSession =3D getRuleBaseFromValueBinding().newStatefulSess= ion(); statefulSession.setGlobalResolver( createGlobalResolver( stateful= Session.getGlobalResolver() ) ); + if(eventListeners !=3D null) { + setEventListeners(statefulSession); + } } return statefulSession; } + = + private void setEventListeners(StatefulSession statefulSession) = + { + if(eventListeners !=3D null) { + for(String eventListener : eventListeners) = + { + log.debug("adding eventListener: " + eventListener); + try + { + Class eventListenerClass =3D Class.forName(eventListener); + Object eventListenerObject =3D eventListenerClass.newInstan= ce(); + if(eventListenerObject instanceof WorkingMemoryEventListene= r) = + { + statefulSession.addEventListener((WorkingMemoryEventList= ener) eventListenerObject); + } = + else if(eventListenerObject instanceof AgendaEventListener) = + { + statefulSession.addEventListener((AgendaEventListener) e= ventListenerObject); + } = + else if(eventListenerObject instanceof RuleFlowEventListene= r) = + { + statefulSession.addEventListener((RuleFlowEventListener)= eventListenerObject); + } = + else = + { + log.debug("event Listener is not of valid type - bypassi= ng."); + } + } + catch (Exception e) + { + log.error("error adding event listener " + eventListener + = " - bypassing."); + } + } + } + } = protected RuleBase getRuleBaseFromValueBinding() { @@ -115,4 +162,13 @@ this.ruleBase =3D ruleBase; } = + public String[] getEventListeners() + { + return eventListeners; + } + + public void setEventListeners(String[] eventListeners) + { + this.eventListeners =3D eventListeners; + } } Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/drools/RuleBa= se.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/drools/RuleBase.jav= a 2009-06-10 18:17:22 UTC (rev 11111) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/drools/RuleBase.jav= a 2009-06-10 22:33:06 UTC (rev 11112) @@ -1,20 +1,26 @@ package org.jboss.seam.drools; = +import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; = +import org.drools.RuleBaseConfiguration; import org.drools.RuleBaseFactory; import org.drools.compiler.DroolsError; import org.drools.compiler.PackageBuilder; import org.drools.compiler.PackageBuilderConfiguration; import org.drools.compiler.RuleError; +import org.drools.decisiontable.InputType; +import org.drools.decisiontable.SpreadsheetCompiler; +import org.drools.spi.ConsequenceExceptionHandler; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Create; import org.jboss.seam.annotations.Scope; import org.jboss.seam.annotations.Unwrap; import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.core.ResourceLoader; +import org.jboss.seam.core.Expressions.ValueExpression; import org.jboss.seam.log.LogProvider; import org.jboss.seam.log.Logging; = @@ -22,6 +28,7 @@ * Manager component for a Drools RuleBase * = * @author Gavin King + * @author Tihomir Surdilovic * */ @Scope(ScopeType.APPLICATION) @@ -32,6 +39,7 @@ = private String[] ruleFiles; private String dslFile; + private ValueExpression consequenceExcepti= onHandler; private org.drools.RuleBase ruleBase; = @Create @@ -50,18 +58,32 @@ { throw new IllegalStateException("could not locate rule file= : " + ruleFile); } - // read in the source - Reader drlReader =3D new InputStreamReader(stream); - = - if (dslFile=3D=3Dnull) + = + if(isDecisionTable(ruleFile)) = { - builder.addPackageFromDrl(drlReader); = + log.debug("compiling decision table"); + SpreadsheetCompiler compiler =3D new SpreadsheetCompiler(); + String drl =3D compiler.compile(stream, InputType.XLS); + = + log.debug("creating source"); = + byte currentXMLBytes[] =3D drl.getBytes(); + InputStreamReader source =3D new InputStreamReader(new Byte= ArrayInputStream(currentXMLBytes)); = + = + builder.addPackageFromDrl(source); + } else { = + // read in the source + Reader drlReader =3D new InputStreamReader(stream); + = + if (dslFile=3D=3Dnull) + { + builder.addPackageFromDrl(drlReader); = + } + else + { + Reader dslReader =3D new InputStreamReader( ResourceLoad= er.instance().getResourceAsStream(dslFile) ); + builder.addPackageFromDrl(drlReader, dslReader); + } } - else - { - Reader dslReader =3D new InputStreamReader( ResourceLoader.= instance().getResourceAsStream(dslFile) ); - builder.addPackageFromDrl(drlReader, dslReader); - } = if ( builder.hasErrors() ) { @@ -82,8 +104,18 @@ } } = - // add the package to a rulebase - ruleBase =3D RuleBaseFactory.newRuleBase(); + if(consequenceExceptionHandler !=3D null) = + { + log.debug("adding consequence exception handler: " + consequenceE= xceptionHandler.getExpressionString()); + RuleBaseConfiguration rbconf =3D new RuleBaseConfiguration(); + rbconf.setConsequenceExceptionHandler(consequenceExceptionHandler= .getValue()); + ruleBase =3D RuleBaseFactory.newRuleBase( rbconf ); + } + else = + { + ruleBase =3D RuleBaseFactory.newRuleBase(); + } + = ruleBase.addPackage( builder.getPackage() ); } = @@ -113,4 +145,19 @@ this.dslFile =3D dslFile; } = + public ValueExpression getConsequenceExcep= tionHandler() + { + return consequenceExceptionHandler; + } + + public void setConsequenceExceptionHandler(ValueExpression consequenceExceptionHandler) + { + this.consequenceExceptionHandler =3D consequenceExceptionHandler; + } + + private boolean isDecisionTable(String fileName) = + { + return fileName !=3D null && fileName.length() > 0 && fileName.endsW= ith(".xls"); + } + = } Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.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/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.xsd 2009= -06-10 18:17:22 UTC (rev 11111) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/drools-2.2.xsd 2009= -06-10 22:33:06 UTC (rev 11112) @@ -20,7 +20,8 @@ - = = + = + = = @@ -47,6 +48,9 @@ A working memory for rules calculations + + + @@ -54,5 +58,6 @@ + = --===============7821792189687371533==-- From seam-commits at lists.jboss.org Wed Jun 10 18:59:39 2009 Content-Type: multipart/mixed; boundary="===============2628811579359651536==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11113 - branches/community/Seam_2_2/src/main/org/jboss/seam. Date: Wed, 10 Jun 2009 18:48:55 -0400 Message-ID: --===============2628811579359651536== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-10 18:48:55 -0400 (Wed, 10 Jun 2009) New Revision: 11113 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd Log: JBSEAM-4207 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.= 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/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 20= 09-06-10 22:33:06 UTC (rev 11112) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 20= 09-06-10 22:48:55 UTC (rev 11113) @@ -28,6 +28,15 @@ + + + + + + + + + = --===============2628811579359651536==-- From seam-commits at lists.jboss.org Wed Jun 10 21:11:39 2009 Content-Type: multipart/mixed; boundary="===============5128803806361782603==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11114 - in branches/community/Seam_2_1: doc/Seam_Reference_Guide/en-US and 7 other directories. Date: Wed, 10 Jun 2009 21:00:54 -0400 Message-ID: --===============5128803806361782603== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: tsurdilovic Date: 2009-06-10 21:00:54 -0400 (Wed, 10 Jun 2009) New Revision: 11114 Removed: branches/community/Seam_2_1/examples/drools/resources/numberguess.xls branches/community/Seam_2_1/examples/drools/src/org/jboss/seam/example/n= umberguess/GameConsequenceExceptionHandler.java Modified: branches/community/Seam_2_1/build/root.pom.xml branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools.xml branches/community/Seam_2_1/examples/build.xml branches/community/Seam_2_1/examples/drools/resources/WEB-INF/components= .xml branches/community/Seam_2_1/seam-gen/ivy/ivy.xml branches/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.xsd branches/community/Seam_2_1/src/main/org/jboss/seam/drools/ManagedWorkin= gMemory.java branches/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBase.java Log: Reverting changed for JBSEAM-4049,JBSEAM-4188, and JBSEAM-4225 as they shou= ld be in the 2.2 branch. Modified: branches/community/Seam_2_1/build/root.pom.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/community/Seam_2_1/build/root.pom.xml 2009-06-10 22:48:55 UTC = (rev 11113) +++ branches/community/Seam_2_1/build/root.pom.xml 2009-06-11 01:00:54 UTC = (rev 11114) @@ -785,18 +785,6 @@ - = - - org.drools - drools-decisiontables - ${version.drools} - - - jexcelapi - jxl - - - = org.drools Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools= .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/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-10 22:48:55 UTC (rev 11113) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-11 01:00:54 UTC (rev 11114) @@ -26,7 +26,7 @@ ]]> = - This component compiles rules from a set of DRL (.dr= l) or decision table (.xls) + This component compiles rules from a set of .drl files and caches an instance of org.drools.RuleBase<= /literal> in the Seam APPLICATION context. Note that= it is = quite likely that you will need to install multiple rule base= s in a = @@ -34,7 +34,7 @@ = - If you want to use a Drools DSL, you also need to specify the= DSL + If you want to use a Drools DSL, you alse need to specify the= DSL definition: = @@ -44,40 +44,6 @@ ]]> = - - If you want to register a custom consequence exception handle= r through the RuleBaseConfiguration, you need to = - write the handler, for example: = - - = - - - - and register it: - - - - policyPricingRules.drl - -]]> - In most rules-driven applications, rules need to be dynamically deployable, so a production appli= cation will want to use a @@ -121,18 +87,6 @@ configuration property. = - - We can also add means to be notified of rule engine events, incl= uding rules firing, objects being asserted, etc. = - by adding event listeners to WorkingMemory. - - = - - - org.drools.event.DebugWorkingMemoryEventListener - org.drools.event.DebugAgendaEventListener - -]]> - =
=
Modified: branches/community/Seam_2_1/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/community/Seam_2_1/examples/build.xml 2009-06-10 22:48:55 UTC = (rev 11113) +++ branches/community/Seam_2_1/examples/build.xml 2009-06-11 01:00:54 UTC = (rev 11114) @@ -325,8 +325,6 @@ - - = @@ -472,11 +470,6 @@ - = - - - - = @@ -659,11 +652,6 @@ - - - - = Modified: branches/community/Seam_2_1/examples/drools/resources/WEB-INF/com= ponents.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/community/Seam_2_1/examples/drools/resources/WEB-INF/component= s.xml 2009-06-10 22:48:55 UTC (rev 11113) +++ branches/community/Seam_2_1/examples/drools/resources/WEB-INF/component= s.xml 2009-06-11 01:00:54 UTC (rev 11114) @@ -10,17 +10,7 @@ http://jboss.com/products/seam/bpm http://jboss.com/produ= cts/seam/bpm-2.1.xsd"> = - = - - - - - + = Deleted: branches/community/Seam_2_1/examples/drools/resources/numberguess.= xls =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Deleted: branches/community/Seam_2_1/examples/drools/src/org/jboss/seam/exa= mple/numberguess/GameConsequenceExceptionHandler.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/examples/drools/src/org/jboss/seam/example/= numberguess/GameConsequenceExceptionHandler.java 2009-06-10 22:48:55 UTC (r= ev 11113) +++ branches/community/Seam_2_1/examples/drools/src/org/jboss/seam/example/= numberguess/GameConsequenceExceptionHandler.java 2009-06-11 01:00:54 UTC (r= ev 11114) @@ -1,36 +0,0 @@ -package org.jboss.seam.example.numberguess; - -import java.io.Externalizable; -import java.io.IOException; -import java.io.ObjectInput; -import java.io.ObjectOutput; - -import org.drools.WorkingMemory; -import org.drools.spi.Activation; -import org.drools.spi.ConsequenceException; -import org.drools.spi.ConsequenceExceptionHandler; -import org.jboss.seam.ScopeType; -import org.jboss.seam.annotations.Name; -import org.jboss.seam.annotations.Scope; -import org.jboss.seam.annotations.Startup; - -(a)Scope(ScopeType.APPLICATION) -(a)Startup -(a)Name("gameConsequenceExceptionHandler") -public class GameConsequenceExceptionHandler implements ConsequenceExcepti= onHandler, Externalizable { - - public void readExternal(ObjectInput in) throws IOException, ClassNotFo= undException { - } - - public void writeExternal(ObjectOutput out) throws IOException { - } - - public void handleException(Activation activation, - WorkingMemory workingMemory, - Exception exception) { - throw new ConsequenceException( exception, - activation.getRule() ); - } - -} - Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy.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/community/Seam_2_1/seam-gen/ivy/ivy.xml 2009-06-10 22:48:55 UT= C (rev 11113) +++ branches/community/Seam_2_1/seam-gen/ivy/ivy.xml 2009-06-11 01:00:54 UT= C (rev 11114) @@ -56,9 +56,6 @@ - - - Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/drools/Manage= dWorkingMemory.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/src/main/org/jboss/seam/drools/ManagedWorki= ngMemory.java 2009-06-10 22:48:55 UTC (rev 11113) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/drools/ManagedWorki= ngMemory.java 2009-06-11 01:00:54 UTC (rev 11114) @@ -4,9 +4,6 @@ = import org.drools.RuleBase; import org.drools.StatefulSession; -import org.drools.event.AgendaEventListener; -import org.drools.event.RuleFlowEventListener; -import org.drools.event.WorkingMemoryEventListener; import org.drools.spi.GlobalResolver; import org.jboss.seam.Component; import org.jboss.seam.ScopeType; @@ -16,8 +13,6 @@ import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.core.Mutable; import org.jboss.seam.core.Expressions.ValueExpression; -import org.jboss.seam.log.LogProvider; -import org.jboss.seam.log.Logging; = /** * A conversation-scoped Drools WorkingMemory for a named RuleBase @@ -31,10 +26,7 @@ { private static final long serialVersionUID =3D -1746942080571374743L; = - private static final LogProvider log =3D Logging.getLogProvider(Managed= WorkingMemory.class); - = private String ruleBaseName; - private String[] eventListeners; private StatefulSession statefulSession; private ValueExpression ruleBase; = @@ -74,44 +66,9 @@ { statefulSession =3D getRuleBaseFromValueBinding().newStatefulSess= ion(); statefulSession.setGlobalResolver( createGlobalResolver( stateful= Session.getGlobalResolver() ) ); - if(eventListeners !=3D null) { - setEventListeners(statefulSession); - } } return statefulSession; } - = - private void setEventListeners(StatefulSession statefulSession) { - if(eventListeners !=3D null) { - for(String eventListener : eventListeners) { - log.debug("adding eventListener: " + eventListener); - try - { - Class eventListenerClass =3D Class.forName(eventListener); - Object eventListenerObject =3D eventListenerClass.newInstan= ce(); - if(eventListenerObject instanceof WorkingMemoryEventListene= r) = - { - statefulSession.addEventListener((WorkingMemoryEventList= ener) eventListenerObject); - } = - else if(eventListenerObject instanceof AgendaEventListener) = - { - statefulSession.addEventListener((AgendaEventListener) e= ventListenerObject); - } = - else if(eventListenerObject instanceof RuleFlowEventListene= r) = - { - statefulSession.addEventListener((RuleFlowEventListener)= eventListenerObject); - } = - else { - log.debug("event Listener is not of valid type - bypassi= ng."); - } - } - catch (Exception e) - { - log.error("error adding event listener " + eventListener + = " - bypassing."); - } - } - } - } = protected RuleBase getRuleBaseFromValueBinding() { @@ -157,17 +114,5 @@ { this.ruleBase =3D ruleBase; } - - public String[] getEventListeners() - { - return eventListeners; - } - - public void setEventListeners(String[] eventListeners) - { - this.eventListeners =3D eventListeners; - } = - = - = } Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBa= se.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBase.jav= a 2009-06-10 22:48:55 UTC (rev 11113) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/drools/RuleBase.jav= a 2009-06-11 01:00:54 UTC (rev 11114) @@ -1,26 +1,20 @@ package org.jboss.seam.drools; = -import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; = -import org.drools.RuleBaseConfiguration; import org.drools.RuleBaseFactory; import org.drools.compiler.DroolsError; import org.drools.compiler.PackageBuilder; import org.drools.compiler.PackageBuilderConfiguration; import org.drools.compiler.RuleError; -import org.drools.decisiontable.InputType; -import org.drools.decisiontable.SpreadsheetCompiler; -import org.drools.spi.ConsequenceExceptionHandler; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Create; import org.jboss.seam.annotations.Scope; import org.jboss.seam.annotations.Unwrap; import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.core.ResourceLoader; -import org.jboss.seam.core.Expressions.ValueExpression; import org.jboss.seam.log.LogProvider; import org.jboss.seam.log.Logging; = @@ -38,7 +32,6 @@ = private String[] ruleFiles; private String dslFile; - private ValueExpression consequenceExcepti= onHandler; private org.drools.RuleBase ruleBase; = @Create @@ -57,32 +50,18 @@ { throw new IllegalStateException("could not locate rule file= : " + ruleFile); } - = - if(isDecisionTable(ruleFile)) = + // read in the source + Reader drlReader =3D new InputStreamReader(stream); + = + if (dslFile=3D=3Dnull) { - log.debug("compiling decision table"); - SpreadsheetCompiler compiler =3D new SpreadsheetCompiler(); - String drl =3D compiler.compile(stream, InputType.XLS); - = - log.debug("creating source"); = - byte currentXMLBytes[] =3D drl.getBytes(); - InputStreamReader source =3D new InputStreamReader(new Byte= ArrayInputStream(currentXMLBytes)); = - = - builder.addPackageFromDrl(source); - } else { = - // read in the source - Reader drlReader =3D new InputStreamReader(stream); - = - if (dslFile=3D=3Dnull) - { - builder.addPackageFromDrl(drlReader); = - } - else - { - Reader dslReader =3D new InputStreamReader( ResourceLoad= er.instance().getResourceAsStream(dslFile) ); - builder.addPackageFromDrl(drlReader, dslReader); - } + builder.addPackageFromDrl(drlReader); = } + else + { + Reader dslReader =3D new InputStreamReader( ResourceLoader.= instance().getResourceAsStream(dslFile) ); + builder.addPackageFromDrl(drlReader, dslReader); + } = if ( builder.hasErrors() ) { @@ -103,19 +82,8 @@ } } = - = - if(consequenceExceptionHandler !=3D null) = - { - log.info("adding consequence exception handler: " + consequenceEx= ceptionHandler.getExpressionString()); - RuleBaseConfiguration rbconf =3D new RuleBaseConfiguration(); - rbconf.setConsequenceExceptionHandler(consequenceExceptionHandler= .getValue()); - ruleBase =3D RuleBaseFactory.newRuleBase( rbconf ); - } - else = - { - ruleBase =3D RuleBaseFactory.newRuleBase(); - } - = + // add the package to a rulebase + ruleBase =3D RuleBaseFactory.newRuleBase(); ruleBase.addPackage( builder.getPackage() ); } = @@ -145,18 +113,4 @@ this.dslFile =3D dslFile; } = - public ValueExpression getConsequenceExcep= tionHandler() - { - return consequenceExceptionHandler; - } - - public void setConsequenceExceptionHandler(ValueExpression consequenceExceptionHandler) - { - this.consequenceExceptionHandler =3D consequenceExceptionHandler; - } - - private boolean isDecisionTable(String fileName) = - { - return fileName !=3D null && fileName.length() > 0 && fileName.endsW= ith(".xls"); - } } Modified: branches/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.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/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.xsd 2009= -06-10 22:48:55 UTC (rev 11113) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/drools-2.1.xsd 2009= -06-11 01:00:54 UTC (rev 11114) @@ -11,8 +11,8 @@ - = - = + + @@ -20,10 +20,8 @@ - - = + = = - = = @@ -49,9 +47,6 @@ A working memory for rules calculations - - - @@ -59,6 +54,5 @@ - = --===============5128803806361782603==-- From seam-commits at lists.jboss.org Wed Jun 10 21:22:05 2009 Content-Type: multipart/mixed; boundary="===============6852387849945118231==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11115 - branches/community/Seam_2_1/build. Date: Wed, 10 Jun 2009 21:11:18 -0400 Message-ID: --===============6852387849945118231== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: tsurdilovic Date: 2009-06-10 21:11:17 -0400 (Wed, 10 Jun 2009) New Revision: 11115 Modified: branches/community/Seam_2_1/build/core.pom.xml Log: Reverting changed for JBSEAM-4049,JBSEAM-4188, and JBSEAM-4225 as they shou= ld be in the 2.2 branch. Modified: branches/community/Seam_2_1/build/core.pom.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/community/Seam_2_1/build/core.pom.xml 2009-06-11 01:00:54 UTC = (rev 11114) +++ branches/community/Seam_2_1/build/core.pom.xml 2009-06-11 01:11:17 UTC = (rev 11115) @@ -252,24 +252,6 @@ true = - - org.drools - drools-decisiontables - true - - - jexcelapi - jxl - - - - - - net.sourceforge.jexcelapi - jxl - true - - --===============6852387849945118231==-- From seam-commits at lists.jboss.org Thu Jun 11 10:10:58 2009 Content-Type: multipart/mixed; boundary="===============8570085239444686698==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11116 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US. Date: Thu, 11 Jun 2009 10:00:06 -0400 Message-ID: --===============8570085239444686698== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-11 10:00:06 -0400 (Thu, 11 Jun 2009) New Revision: 11116 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml Log: JBSEAM-4034 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools= .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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-11 01:11:17 UTC (rev 11115) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml 2= 009-06-11 14:00:06 UTC (rev 11116) @@ -149,8 +149,8 @@ = public void pricePolicy() throws FactException { - policyPricingWorkingMemory.assertObject(policy); - policyPricingWorkingMemory.assertObject(customer); + policyPricingWorkingMemory.insert(policy); + policyPricingWorkingMemory.insert(customer); = policyPricingWorkingMemory.fireAllRules(); }]]> = @@ -268,15 +268,6 @@ dependencies as needed. - = - - - Drools comes with MVEL compiled for Java 1.4, which is = - compatible with Java 1.4, Java 5 and Java 6. You may want= to - change your MVEL jar with one compiled for the version of= Java - you are using - - =
= --===============8570085239444686698==-- From seam-commits at lists.jboss.org Thu Jun 11 10:16:37 2009 Content-Type: multipart/mixed; boundary="===============7343830690096296543==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11117 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Thu, 11 Jun 2009 10:05:44 -0400 Message-ID: --===============7343830690096296543== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-11 10:05:43 -0400 (Thu, 11 Jun 2009) New Revision: 11117 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Drools.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Guice.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Itext.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Spring.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Tutorial.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Webservices.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Wicket.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Drools= .po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Drools.po 20= 09-06-11 14:00:06 UTC (rev 11116) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Drools.po 20= 09-06-11 14:05:43 UTC (rev 11117) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" -"PO-Revision-Date: 2009-01-18 16:13+0100\n" +"POT-Creation-Date: 2009-06-11 07:43+0000\n" +"PO-Revision-Date: 2009-06-11 09:50+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -56,8 +56,8 @@ #. Tag: para #: Drools.xml:24 #, no-c-format -msgid "This component compiles rules from a set of .drl= files and caches an instance of org.drools.RuleBase in = the Seam APPLICATION context. Note that it is quite like= ly that you will need to install multiple rule bases in a rule-driven appli= cation." -msgstr "Questo componente compila le regole da un set di file .dr= l e mette in cache un'istanza di org.drools.RuleBase nel contesto APPLICATION di Seam. Notare che =C3= =A8 abbastanza probabile che in un'applicazione guidata dalle regole occorr= a installare altre basi di regole." +msgid "This component compiles rules from a set of DRL (.drl
) or decision table (.xls) files and caches an inst= ance of org.drools.RuleBase in the Seam APPLICA= TION context. Note that it is quite likely that you will need to = install multiple rule bases in a rule-driven application." +msgstr "Questo componente compila le regole da un set di file DRL (.drl) o tabelle di decisione (.xls) e mette= in cache un'istanza di org.drools.RuleBase nel contesto= APPLICATION di Seam. Notare che =C3=A8 abbastanza proba= bile che in un'applicazione guidata dalle regole occorra installare altre b= asi di regole." = #. Tag: para #: Drools.xml:32 @@ -84,11 +84,83 @@ #. Tag: para #: Drools.xml:39 #, no-c-format +msgid "If you want to register a custom consequence exception handler thro= ugh the RuleBaseConfiguration, you need to write the handler, for example:" +msgstr "Se si vuole registrare un handler personalizzato per le eccezioni = tramite RuleBaseConfiguration, occorre scrivere l'handler, per esempio:" + +#. Tag: programlisting +#: Drools.xml:44 +#, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: para +#: Drools.xml:46 +#, no-c-format +msgid "and register it:" +msgstr "e registrarlo:" + +#. Tag: programlisting +#: Drools.xml:49 +#, no-c-format +msgid "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" +msgstr "" +"\n" +" \n" +" policyPricingRules.drl\n" +" \n" +"]]>" + +#. Tag: para +#: Drools.xml:51 +#, no-c-format msgid "In most rules-driven applications, rules need to be dynamically dep= loyable, so a production application will want to use a Drools RuleAgent to= manage the RuleBase. The RuleAgent can connect to a Drools rule server (BR= MS) or hot deploy rules packages from a local file repository. The RulesAge= nt-managed RuleBase is also configurable in components.xml:" msgstr "Nella maggior parte delle applicazioni guidate dalle regole, le re= gole devono essere dinamicamente deployabili, e quindi un'applicazione in p= roduzione dovr=C3=A0 usare un Drools RuleAgent per gestire la RuleBase. Il = RuleAgent pu=C3=B2 connettersi al server di regole Drool (BRMS) od eseguire= l'hot deploy dei pacchetti di regole dal repository locale. La RuleBase ge= stita dal RulesAgen =C3=A8 configurabile in components.xml:" = #. Tag: programlisting -#: Drools.xml:47 +#: Drools.xml:59 #, no-c-format msgid "" "]]>" = #. Tag: para -#: Drools.xml:49 +#: Drools.xml:61 #, no-c-format msgid "The properties file contains properties specific to the RulesAgent.= Here is an example configuration file from the Drools example distribution= ." msgstr "Il file delle propriet=C3=A0 contiene propriet=C3=A0 specifiche pe= r RulesAgent. Ecco un file di configurazione d'esempio proveniente dalla di= stribuzione Drools." = #. Tag: programlisting -#: Drools.xml:52 +#: Drools.xml:64 #, no-c-format msgid "" "newInstance=3Dtrue\n" @@ -120,13 +192,13 @@ "name=3Dinsuranceconfig" = #. Tag: para -#: Drools.xml:55 +#: Drools.xml:67 #, no-c-format msgid "It is also possible to configure the options on the component direc= tly, bypassing the configuration file." msgstr "E' anche possibile configurare le opzioni derettamente sul compone= nte, bypassando il file di configurazione." = #. Tag: programlisting -#: Drools.xml:57 +#: Drools.xml:69 #, no-c-format msgid "" "]]>" = #. Tag: para -#: Drools.xml:59 +#: Drools.xml:71 #, no-c-format msgid "Next, we need to make an instance of org.drools.WorkingMem= ory available to each conversation. (Each WorkingMemory<= /literal> accumulates facts relating to the current conversation.)" msgstr "Successivamente occorre rendere disponibile ad ogni conversazione = un'istanza di org.drools.WorkingMemory. (Ogni W= orkingMemory accumula fatti relativi alla conversazione corrente.= )" = #. Tag: programlisting -#: Drools.xml:65 +#: Drools.xml:77 #, no-c-format msgid "]]= >" msgstr "]= ]>" = #. Tag: para -#: Drools.xml:67 +#: Drools.xml:79 #, no-c-format msgid "Notice that we gave the policyPricingWorkingMemory a reference back to our rule base via the ruleBase co= nfiguration property." msgstr "Notare che =C3=A8 stato dato a policyPricingWorkingMemory= un riferimento alla base di regole tramite la propriet=C3=A0 di = configurazione ruleBase." = +#. Tag: para +#: Drools.xml:85 +#, no-c-format +msgid "We can also add means to be notified of rule engine events, includi= ng rules firing, objects being asserted, etc. by adding event listeners to = WorkingMemory." +msgstr "Si pu=C3=B2 anche aggiungere gli strumenti per essere notificati d= egli eventi rule engine, inclusi l'avvio delle regole, gli oggetti da asser= ire, ecc. aggiungendo event listener alla WorkingMemory." + +#. Tag: programlisting +#: Drools.xml:90 +#, no-c-format +msgid "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" +msgstr "" +"\n" +" \n" +" org.drools.event.DebugWorkingMemoryEventListener\n" +" org.drools.event.DebugAgendaEventListener\n" +" \n" +"]]>" + #. Tag: title -#: Drools.xml:76 +#: Drools.xml:94 #, no-c-format msgid "Using rules from a Seam component" msgstr "Utilizzo delle regole da un componente SEAM" = #. Tag: para -#: Drools.xml:78 +#: Drools.xml:96 #, no-c-format msgid "We can now inject our WorkingMemory into any Sea= m component, assert facts, and fire rules:" msgstr "Ora =C3=A8 possibile iniettare la WorkingMemory= in un qualsiasi componente di Seam, asserire i fatti e lanciare le regole:" = #. Tag: programlisting -#: Drools.xml:83 +#: Drools.xml:101 #, no-c-format msgid "" "" = #. Tag: title -#: Drools.xml:88 +#: Drools.xml:106 #, no-c-format msgid "Using rules from a jBPM process definition" msgstr "Utilizzo delle regole da una definizione di processo jBPM" = #. Tag: para -#: Drools.xml:90 +#: Drools.xml:108 #, no-c-format msgid "You can even allow a rule base to act as a jBPM action handler, dec= ision handler, or assignment handler — in either a pageflow or busine= ss process definition." msgstr "Si pu=C3=B2 anche consentire alla base di regole di agire come act= ion handler di jBPM, decision handler, o assignment handler — sia in = una definizione di pageflow sia in un processo di business." = #. Tag: programlisting -#: Drools.xml:96 +#: Drools.xml:114 #, no-c-format msgid "" "\n" @@ -268,19 +364,19 @@ "]]>" = #. Tag: para -#: Drools.xml:98 +#: Drools.xml:116 #, no-c-format msgid "The <assertObjects> element specifies EL e= xpressions that return an object or collection of objects to be asserted as= facts into the WorkingMemory." msgstr "L'elemento <assertObjects> specifica le e= spressioni EL che restituiscono un oggetto od una collezione di oggetti da = asserire come fatti nella WorkingMemory." = #. Tag: para -#: Drools.xml:104 +#: Drools.xml:122 #, no-c-format msgid "There is also support for using Drools for jBPM task assignments:" msgstr "Esiste anche il supporto per l'uso di Drools per le assegnazioni d= ei task in jBPM:" = #. Tag: programlisting -#: Drools.xml:108 +#: Drools.xml:126 #, no-c-format msgid "" "\n" @@ -317,13 +413,13 @@ = # rivedere la frase. #. Tag: para -#: Drools.xml:110 +#: Drools.xml:128 #, no-c-format msgid "Certain objects are available to the rules as Drools globals, namel= y the jBPM Assignable, as assignable = and a Seam Decision object, as decision. Rules which handle decisions should call decision.setOutcome(\= "result\") to determine the result of the decision. Rules which p= erform assignments should set the actor id using the Assignable." msgstr "Alcuni oggetti sono consultabili dalle regole come Drools globals,= chiamate Assignable in jBPM, come assignable ed oggetto Decision in Seam, come deci= sion. Le regole che gestiscono le decisioni dovrebbero chiamare <= literal>decision.setOutcome(\"result\") per determinare il risult= ato della decisione. Le regole che eseguono assegnazioni dovrebbero imposta= re l'actor id usando Assignable." = #. Tag: programlisting -#: Drools.xml:119 +#: Drools.xml:137 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Drools.xml:121 +#: Drools.xml:139 #, no-c-format msgid "" "" = #. Tag: para -#: Drools.xml:124 +#: Drools.xml:142 #, no-c-format msgid "You can find out more about Drools at " msgstr "Si possono trovare altre informazioni su Drools all'indirizzo " = #. Tag: para -#: Drools.xml:131 +#: Drools.xml:149 #, no-c-format msgid "Seam comes with enough of Drools' dependencies to implement some si= mple rules. If you want to add extra capabilities to Drools you should down= load the full distribution and add in extra dependencies as needed." msgstr "Seam viene fornito con dipendenze Drools sufficienti per implement= are alcune regole semplici. Per aggiungere ulteriori funzionalit=C3=A0 a Dr= ools occorre scaricare la distribuzione completa ed aggiungere le dipendenz= e necessarie." = #. Tag: para -#: Drools.xml:140 +#: Drools.xml:158 #, no-c-format msgid "Drools comes with MVEL compiled for Java 1.4, which is compatible w= ith Java 1.4, Java 5 and Java 6. You may want to change your MVEL jar with = one compiled for the version of Java you are using" msgstr "Drools viene rilasciato con MVEL compilato per Java 1.4, che =C3= =A8 compatibile con Java 1.4, Java 5 e Java 6. E' possibile cambiare il jar= MVEL con quello compilato per la propria versione di Java." Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Guice.= po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Guice.po 200= 9-06-11 14:00:06 UTC (rev 11116) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Guice.po 200= 9-06-11 14:05:43 UTC (rev 11117) @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-15 13:51+0000\n" -"PO-Revision-Date: 2009-04-15 16:03+0100\n" +"POT-Creation-Date: 2009-06-11 07:43+0000\n" +"PO-Revision-Date: 2009-06-11 09:52+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" @@ -121,9 +121,9 @@ " xmlns:guice=3D\"http://jboss.org/products/seam/guice\"\n" " xsi:schemaLocation=3D\"\n" " http://jboss.com/products/seam/guice\n" -" http://jboss.com/products/seam/guice-2.1.xsd\n" +" http://jboss.com/products/seam/guice-2.2.xsd\n" " http://jboss.com/products/seam/components\n" -" http://jboss.com/products/seam/components-2.1.xsd\">\n" +" http://jboss.com/products/seam/components-2.2.xsd\">\n" "\n" " \n" "\n" @@ -134,9 +134,9 @@ " xmlns:guice=3D\"http://jboss.org/products/seam/guice\"\n" " xsi:schemaLocation=3D\"\n" " http://jboss.com/products/seam/guice\n" -" http://jboss.com/products/seam/guice-2.1.xsd\n" +" http://jboss.com/products/seam/guice-2.2.xsd\n" " http://jboss.com/products/seam/components\n" -" http://jboss.com/products/seam/components-2.1.xsd\">\n" +" http://jboss.com/products/seam/components-2.2.xsd\">\n" "\n" " \n" "\n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Itext.= po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Itext.po 200= 9-06-11 14:00:06 UTC (rev 11116) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Itext.po 200= 9-06-11 14:05:43 UTC (rev 11117) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-05-29 06:39+0000\n" -"PO-Revision-Date: 2009-05-29 08:49+0100\n" +"POT-Creation-Date: 2009-06-11 07:43+0000\n" +"PO-Revision-Date: 2009-06-11 09:52+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -2382,8 +2382,8 @@ " xmlns:document=3D\"http://jboss.com/products/seam/document\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"\n" -" http://jboss.com/products/seam/document http://jboss.com/products= /seam/document-2.1.xsd\n" -" http://jboss.com/products/seam/components http://jboss.com/produc= ts/seam/components-2.1.xsd\">\n" +" http://jboss.com/products/seam/document http://jboss.com/products= /seam/document-2.2.xsd\n" +" http://jboss.com/products/seam/components http://jboss.com/produc= ts/seam/components-2.2.xsd\">\n" " \n" "]]>" msgstr "" @@ -2391,8 +2391,8 @@ " xmlns:document=3D\"http://jboss.com/products/seam/document\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"\n" -" http://jboss.com/products/seam/document http://jboss.com/products= /seam/document-2.1.xsd\n" -" http://jboss.com/products/seam/components http://jboss.com/produc= ts/seam/components-2.1.xsd\">\n" +" http://jboss.com/products/seam/document http://jboss.com/products= /seam/document-2.2.xsd\n" +" http://jboss.com/products/seam/components http://jboss.com/produc= ts/seam/components-2.2.xsd\">\n" " \n" "]]>" = Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Securi= ty.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-11 14:00:06 UTC (rev 11116) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-11 14:05:43 UTC (rev 11117) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Security\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-29 12:40+0000\n" -"PO-Revision-Date: 2009-05-29 17:13+0100\n" +"POT-Creation-Date: 2009-06-11 07:43+0000\n" +"PO-Revision-Date: 2009-06-11 09:50+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: it \n" "MIME-Version: 1.0\n" @@ -162,8 +162,8 @@ " xmlns:security=3D\"http://jboss.com/products/seam/security\"\= n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\n" -" \"http://jboss.com/products/seam/components http://jboss.= com/products/seam/components-2.1.xsd\n" -" http://jboss.com/products/seam/security http://jboss.com= /products/seam/security-2.1.xsd\">\n" +" \"http://jboss.com/products/seam/components http://jboss.= com/products/seam/components-2.2.xsd\n" +" http://jboss.com/products/seam/security http://jboss.com= /products/seam/security-2.2.xsd\">\n" "\n" " \n" "\n" @@ -174,8 +174,8 @@ " xmlns:security=3D\"http://jboss.com/products/seam/security\"\= n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\n" -" \"http://jboss.com/products/seam/components http://jboss.= com/products/seam/components-2.1.xsd\n" -" http://jboss.com/products/seam/security http://jboss.com= /products/seam/security-2.1.xsd\">\n" +" \"http://jboss.com/products/seam/components http://jboss.= com/products/seam/components-2.2.xsd\n" +" http://jboss.com/products/seam/security http://jboss.com= /products/seam/security-2.2.xsd\">\n" "\n" " \n" "\n" @@ -3756,10 +3756,10 @@ " xmlns:drools=3D\"http://jboss.com/products/seam/drools\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\n" -" \"http://jboss.com/products/seam/core http://jboss.com/= products/seam/core-2.1.xsd\n" -" http://jboss.com/products/seam/components http://jboss= .com/products/seam/components-2.1.xsd\n" -" http://jboss.com/products/seam/drools http://jboss.com= /products/seam/drools-2.1.xsd\"\n" -" http://jboss.com/products/seam/security http://jboss.c= om/products/seam/security-2.1.xsd\">\n" +" \"http://jboss.com/products/seam/core http://jboss.com/= products/seam/core-2.2.xsd\n" +" http://jboss.com/products/seam/components http://jboss= .com/products/seam/components-2.2.xsd\n" +" http://jboss.com/products/seam/drools http://jboss.com= /products/seam/drools-2.2.xsd\n" +" http://jboss.com/products/seam/security http://jboss.c= om/products/seam/security-2.2.xsd\">\n" " \n" " \n" " \n" @@ -3775,10 +3775,10 @@ " xmlns:drools=3D\"http://jboss.com/products/seam/drools\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\n" -" \"http://jboss.com/products/seam/core http://jboss.com/= products/seam/core-2.1.xsd\n" -" http://jboss.com/products/seam/components http://jboss= .com/products/seam/components-2.1.xsd\n" -" http://jboss.com/products/seam/drools http://jboss.com= /products/seam/drools-2.1.xsd\"\n" -" http://jboss.com/products/seam/security http://jboss.c= om/products/seam/security-2.1.xsd\">\n" +" \"http://jboss.com/products/seam/core http://jboss.com/= products/seam/core-2.2.xsd\n" +" http://jboss.com/products/seam/components http://jboss= .com/products/seam/components-2.2.xsd\n" +" http://jboss.com/products/seam/drools http://jboss.com= /products/seam/drools-2.2.xsd\n" +" http://jboss.com/products/seam/security http://jboss.c= om/products/seam/security-2.2.xsd\">\n" " \n" " \n" " \n" @@ -5071,7 +5071,7 @@ "\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -107,7 +107,7 @@ " xsi:schemaLocation=3D\"http://www.springframework.org/schema/beans\n" " http://www.springframework.org/schema/beans/sprin= g-beans-2.0.xsd\n" " http://jboss.com/products/seam/spring-seam\n" -" http://jboss.com/products/seam/spring-seam-2.1.xs= d\">]]>" +" http://jboss.com/products/seam/spring-seam-2.2.xs= d\">]]>" msgstr "" "]]>" +" http://jboss.com/products/seam/spring-seam-2.2.xs= d\">]]>" = #. Tag: para #: Spring.xml:53 @@ -683,9 +683,9 @@ " xmlns:spring=3D\"http://jboss.com/products/seam/spring\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"http://jboss.com/products/seam/compone= nts\n" -" http://jboss.com/products/seam/components= -2.1.xsd\n" +" http://jboss.com/products/seam/components= -2.2.xsd\n" " http://jboss.com/products/seam/spring\n" -" http://jboss.com/products/seam/spring-2.1= .xsd\">\n" +" http://jboss.com/products/seam/spring-2.2= .xsd\">\n" "\n" " \n" "\n" @@ -695,9 +695,9 @@ " xmlns:spring=3D\"http://jboss.com/products/seam/spring\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"http://jboss.com/products/seam/compone= nts\n" -" http://jboss.com/products/seam/components= -2.1.xsd\n" +" http://jboss.com/products/seam/components= -2.2.xsd\n" " http://jboss.com/products/seam/spring\n" -" http://jboss.com/products/seam/spring-2.1= .xsd\">\n" +" http://jboss.com/products/seam/spring-2.2= .xsd\">\n" "\n" " \n" "\n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Tutori= al.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Tutorial.po = 2009-06-11 14:00:06 UTC (rev 11116) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Tutorial.po = 2009-06-11 14:05:43 UTC (rev 11117) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-15 13:52+0000\n" -"PO-Revision-Date: 2009-05-02 19:53+0100\n" +"POT-Creation-Date: 2009-06-11 07:43+0000\n" +"PO-Revision-Date: 2009-06-11 09:51+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -376,7 +376,7 @@ #: Tutorial.xml:228 #, no-c-format msgid "Most Seam application use session beans as JSF action listeners (yo= u can use JavaBeans instead if you like)." -msgstr "La maggior parte delle applicazioni Seam utilizzano session bean c= ome action listener JSF (si possono utilizzare JavaBean se si vuole)." +msgstr "La maggior parte delle applicazioni Seam utilizza i session bean c= ome action listener JSF (si possono utilizzare JavaBean se si vuole)." = #. Tag: para #: Tutorial.xml:230 @@ -759,9 +759,9 @@ " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"\n" " http://jboss.com/products/seam/core\n" -" http://jboss.com/products/seam/core-2.1.xsd \n" +" http://jboss.com/products/seam/core-2.2.xsd \n" " http://jboss.com/products/seam/components\n" -" http://jboss.com/products/seam/components-2.1.xsd\">\n" +" http://jboss.com/products/seam/components-2.2.xsd\">\n" " \n" " \n" " \n" @@ -773,9 +773,9 @@ " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"\n" " http://jboss.com/products/seam/core\n" -" http://jboss.com/products/seam/core-2.1.xsd \n" +" http://jboss.com/products/seam/core-2.2.xsd \n" " http://jboss.com/products/seam/components\n" -" http://jboss.com/products/seam/components-2.1.xsd\">\n" +" http://jboss.com/products/seam/components-2.2.xsd\">\n" " \n" " \n" " \n" @@ -2413,7 +2413,7 @@ " xmlns=3D\"http://jboss.com/products/seam/pageflow\"\n" " xmlns:xsi=3D\"http://www.w3.org/2001/XMLSchema-instance\"\n" " xsi:schemaLocation=3D\"http://jboss.com/products/seam/pageflow \n" -" http://jboss.com/products/seam/pageflow-2.1.x= sd\"\n" +" http://jboss.com/products/seam/pageflow-2.2.x= sd\"\n" " name=3D\"numberGuess\">\n" " \n" " \n" @@ -2458,76 +2458,54 @@ " \n" "]]>" msgstr "" -"\n" -"\n" -" \n" -" \n" -" \n" -" \n" -" Guess a number...\n" -" \n" -" + + + = + + + Added: sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw = (rev 0) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw 2009-06-12 0= 9:00:42 UTC (rev 11137) @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file Added: sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/View= .java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/View.ja= va (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/View.ja= va 2009-06-12 09:00:42 UTC (rev 11137) @@ -0,0 +1,6 @@ +package org.jboss.xwidgets; + +public class View +{ + +} Added: sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/cont= rols/Button.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Button.java (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Button.java 2009-06-12 09:00:42 UTC (rev 11137) @@ -0,0 +1,6 @@ +package org.jboss.xwidgets.controls; + +public class Button +{ + +} Added: sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/cont= rols/Image.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Image.java (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Image.java 2009-06-12 09:00:42 UTC (rev 11137) @@ -0,0 +1,6 @@ +package org.jboss.xwidgets.controls; + +public class Image +{ + +} Added: sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/cont= rols/InputText.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/InputText.java (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/InputText.java 2009-06-12 09:00:42 UTC (rev 11137) @@ -0,0 +1,6 @@ +package org.jboss.xwidgets.controls; + +public class InputText +{ + +} Added: sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/cont= rols/Label.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Label.java (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Label.java 2009-06-12 09:00:42 UTC (rev 11137) @@ -0,0 +1,20 @@ +package org.jboss.xwidgets.controls; + +/** + * = + * @author Shane Bryzak + */ +public class Label +{ + private String value; + = + public String getValue() + { + return value; + } + = + public void setValue(String value) + { + this.value =3D value; = + } +} Added: sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/cont= rols/Panel.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Panel.java (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/java/org/jboss/xwidgets/control= s/Panel.java 2009-06-12 09:00:42 UTC (rev 11137) @@ -0,0 +1,10 @@ +package org.jboss.xwidgets.controls; + +/** + * = + * @author Shane Bryzak + */ +public class Panel +{ + +} Added: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Label.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Label.js = (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Label.js 2009-06-= 12 09:00:42 UTC (rev 11137) @@ -0,0 +1,23 @@ +Package("xw.controls"); + +xw.controls.Label =3D function() +{ + this.value =3D ""; + this.parent =3D null; + this.control =3D null; + = + xw.controls.Label.prototype.setParent =3D function(parent) + { + this.parent =3D parent; + } + = + xw.controls.Label.prototype.paint =3D function() + { + if (this.control =3D=3D null) + { + this.control =3D document.createTextNode(this.value); + this.control.widget =3D this; + this.parent.control.appendChild(this.control); + } = + } +} Added: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js = (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js 2009-06-= 12 09:00:42 UTC (rev 11137) @@ -0,0 +1,29 @@ +Package("xw.controls"); + +xw.controls.Panel =3D function() +{ + this.width =3D 200; + this.height =3D 100; = + this.parent =3D null; + this.control =3D null; + = + xw.controls.Panel.prototype.setParent =3D function(parent) + { + this.parent =3D parent; + } + = + xw.controls.Panel.prototype.paint =3D function() + { + if (this.control =3D=3D null) + { + this.control =3D document.createElement("div"); + this.control.widget =3D this; + this.parent.control.appendChild(this.control); + = + this.control.style.width =3D "100%"; + this.control.style.height =3D "100%"; + = + this.control.style.border =3D "1px solid black"; + } = + } +} Added: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js = (rev 0) +++ sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js 2009-06-12 09:= 00:42 UTC (rev 11137) @@ -0,0 +1,170 @@ +function Package(fullName) +{ + var pkg =3D window; + var parts =3D fullName.split("."); + for (var i =3D 0; i < parts.length; i++) + { + if (typeof pkg[parts[i]] =3D=3D "undefined") + pkg[parts[i]] =3D {}; + pkg =3D pkg[parts[i]]; = + } +} + +Package("xw"); + +/** + * System Utils = + */ = +xw.Sys =3D {}; +xw.Sys.getObject =3D function(id) +{ + if (document.getElementById && document.getElementById(id)) + return document.getElementById(id); + else if (document.all && document.all(id)) + return document.all(id); + else if (document.layers && document.layers[id]) + return document.layers[id]; + else + return false; = +} + +/** + * View Loader - loads view definitions from a URL + */ +xw.ViewLoader =3D {}; +xw.ViewLoader.load =3D function(viewName, callback) +{ + if (window.XMLHttpRequest) + { + asyncReq =3D new XMLHttpRequest(); + if (asyncReq.overrideMimeType) + asyncReq.overrideMimeType("text/xml"); + } + else + { + asyncReq =3D new ActiveXObject("Microsoft.XMLHTTP"); + } + + asyncReq.onreadystatechange =3D function() { callback(asyncReq) }; + asyncReq.open("GET", viewName, true); + asyncReq.send(null); + return asyncReq; = +} + +/** + * View manager - responsible for caching views + */ +xw.ViewManager =3D {}; +xw.ViewManager.views =3D {}; +xw.ViewManager.loadViewCallback =3D function(req, container) +{ = + if (req.readyState =3D=3D 4) + { + if (req.status =3D=3D 200 || req.status =3D=3D 0) + { + xw.renderView(req.responseXML.documentElement, container); + } + else + { + alert("There was an error processing your request. Error code: " + = req.status); + } + } = +} + +xw.ViewManager.openView =3D function(viewName, container) +{ + var callback =3D function(req) { = + xw.ViewManager.loadViewCallback(req, container); = + }; + xw.ViewLoader.load(viewName, callback); = +} + +/** + * Base class for controls + */ +xw.Control =3D function() +{ + this.parent =3D null; + xw.Control.prototype.setParent =3D function(parent) + { + this.parent =3D parent; + } +} + +/** + * A single instance of a view + */ +xw.View =3D function(viewRoot, container) +{ + this.viewRoot =3D viewRoot; + this.container =3D container; = + this.control =3D xw.Sys.getObject(container); + = + xw.View.prototype.render =3D function() + { + this.element =3D = + this.renderChildren(this.viewRoot.childNodes, this); = + } + = + xw.View.prototype.renderChildren =3D function(children, parentControl) + { + for (var i =3D 0; i < children.length; i++) + { = + if (children.item(i) instanceof Element) + { + this.renderControl(children.item(i), parentControl); + } + } = + } + = + xw.View.prototype.renderControl =3D function(element, parent) + { = + var tag =3D element.tagName; + var controlName =3D tag.substring(0,1).toUpperCase() + = + tag.substring(1, tag.length); + = + var control =3D eval("new xw.controls." + controlName + "()"); + = + control.setParent(parent); + = + if (element.hasAttributes()) + { + // Set control properties + for (var i =3D 0; i < element.attributes.length; i++) + { + var name =3D element.attributes[i].name; + var value =3D element.getAttribute(name); + control[name] =3D value; + } + } + = + control.paint(); + = + var children =3D element.childNodes; + if (children.length > 0) + { + this.renderChildren(children, control); = + } + } +} + +/** + * General methods + */ +xw.openView =3D function(viewName, container) +{ + xw.ViewManager.openView(viewName, container); +} + +xw.renderView =3D function(viewRoot, container) +{ = + if (viewRoot.tagName =3D=3D "view") + { + var view =3D new xw.View(viewRoot, container); + view.render(); + } + else + { + alert("Invalid view definition - document root is not 'view' element"); + } = +} \ No newline at end of file --===============1093632495187522121==-- From seam-commits at lists.jboss.org Fri Jun 12 06:18:25 2009 Content-Type: multipart/mixed; boundary="===============3209959889231321320==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11138 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Fri, 12 Jun 2009 06:07:22 -0400 Message-ID: --===============3209959889231321320== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-12 06:07:22 -0400 (Fri, 12 Jun 2009) New Revision: 11138 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Getting_Start= ed_With_JBoss_Tools.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Gettin= g_Started_With_JBoss_Tools.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Getting_Star= ted_With_JBoss_Tools.po 2009-06-12 09:00:42 UTC (rev 11137) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Getting_Star= ted_With_JBoss_Tools.po 2009-06-12 10:07:22 UTC (rev 11138) @@ -6,7 +6,7 @@ "Project-Id-Version: seam 2_0\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-04-15 13:51+0000\n" -"PO-Revision-Date: 2009-04-15 16:01+0100\n" +"PO-Revision-Date: 2009-06-12 12:05+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -342,7 +342,7 @@ #: Getting_Started_With_JBoss_Tools.xml:581 #, no-c-format msgid "Seam and incremental hot deployment with JBoss Tools" -msgstr "Seam ed l'hot deploy incrementale con JBoss Tools" +msgstr "Seam e hot deploy incrementale con JBoss Tools" = #. Tag: para #: Getting_Started_With_JBoss_Tools.xml:583 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Weblog= ic.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po = 2009-06-12 09:00:42 UTC (rev 11137) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Weblogic.po = 2009-06-12 10:07:22 UTC (rev 11138) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-06-11 07:43+0000\n" -"PO-Revision-Date: 2009-06-11 09:51+0100\n" +"PO-Revision-Date: 2009-06-12 11:41+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -91,7 +91,7 @@ #: Weblogic.xml:67 #, no-c-format msgid "Here are the quick steps to installing Weblogic 10.3. For more deta= ils or if you are having any issues please check with the BEA docs at the <= ulink url=3D\"http://edocs.bea.com/wls/docs103/\"> Weblogic 10.3 Doc Center= . Here we install the RHEL 5 version using the graphical installe= r:" -msgstr "Ecco velocemente i passi necessari ad installare Weblogic 10.3. Pe= r maggiori dettagli e nel caso si presentino dei problemi,vi preghiamo di c= onsultare i documenti BEA all'indirizzo Weblogic 10.3 Doc Center . Qui verr=C3=A0 install= ata la versione RHEL 5 usando l'installazione grafica:" +msgstr "Ecco velocemente i passi necessari ad installare Weblogic 10.3. Pe= r maggiori dettagli e nel caso si presentino dei problemi, consultare i doc= umenti BEA all'indirizzo Weblogic 10.3 Doc Center . Qui verr=C3=A0 installata la versione= RHEL 5 usando l'installazione grafica:" = #. Tag: para #: Weblogic.xml:80 --===============3209959889231321320==-- From seam-commits at lists.jboss.org Fri Jun 12 06:58:04 2009 Content-Type: multipart/mixed; boundary="===============0381563760221314827==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11139 - branches/community/Seam_2_2/seam-gen/build-scripts. Date: Fri, 12 Jun 2009 06:46:54 -0400 Message-ID: --===============0381563760221314827== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-12 06:46:49 -0400 (Fri, 12 Jun 2009) New Revision: 11139 Modified: branches/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-ear.list branches/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-war.list Log: JBSEAM-4049 - missing drools-decisiontables.jar in list of ear and war jars Modified: branches/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-= ear.list =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-ear.li= st 2009-06-12 10:07:22 UTC (rev 11138) +++ branches/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-ear.li= st 2009-06-12 10:46:49 UTC (rev 11139) @@ -1,6 +1,7 @@ antlr-runtime.jar commons-beanutils.jar core.jar +drools-decisiontables.jar drools-compiler.jar drools-api.jar drools-core.jar Modified: branches/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-= war.list =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-war.li= st 2009-06-12 10:07:22 UTC (rev 11138) +++ branches/community/Seam_2_2/seam-gen/build-scripts/deployed-jars-war.li= st 2009-06-12 10:46:49 UTC (rev 11139) @@ -2,6 +2,7 @@ commons-beanutils.jar commons-digester.jar core.jar +drools-decisiontables.jar drools-api.jar drools-compiler.jar drools-core.jar --===============0381563760221314827==-- From seam-commits at lists.jboss.org Fri Jun 12 07:05:50 2009 Content-Type: multipart/mixed; boundary="===============4004325626908429341==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11140 - branches/community/Seam_2_2/build. Date: Fri, 12 Jun 2009 06:54:47 -0400 Message-ID: --===============4004325626908429341== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-12 06:54:46 -0400 (Fri, 12 Jun 2009) New Revision: 11140 Modified: branches/community/Seam_2_2/build/root.pom.xml Log: JBSEAM-4201 Modified: branches/community/Seam_2_2/build/root.pom.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/community/Seam_2_2/build/root.pom.xml 2009-06-12 10:46:49 UTC = (rev 11139) +++ branches/community/Seam_2_2/build/root.pom.xml 2009-06-12 10:54:46 UTC = (rev 11140) @@ -376,6 +376,10 @@ junit junit + + org.slf4j + slf4j-api + = --===============4004325626908429341==-- From seam-commits at lists.jboss.org Fri Jun 12 08:44:44 2009 Content-Type: multipart/mixed; boundary="===============7320125508948177934==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11141 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Fri, 12 Jun 2009 08:33:38 -0400 Message-ID: --===============7320125508948177934== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-12 08:33:38 -0400 (Fri, 12 Jun 2009) New Revision: 11141 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po 2009-= 06-12 10:54:46 UTC (rev 11140) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po 2009-= 06-12 12:33:38 UTC (rev 11141) @@ -477,7 +477,7 @@ #: Xml.xml:203 #, no-c-format msgid "In the second option, the class name is implied by the file in whic= h the component definition appears." -msgstr "Nella seconda opzione, il nome della classe =C3=A8 implicato nel f= ile in cui appare la definizione del componente." +msgstr "Nella seconda opzione, il nome della classe =C3=A8 implicito nel f= ile in cui appare la definizione del componente." = #. Tag: para #: Xml.xml:208 --===============7320125508948177934==-- From seam-commits at lists.jboss.org Fri Jun 12 09:25:11 2009 Content-Type: multipart/mixed; boundary="===============8002378406023822476==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11142 - in branches/community/Seam_2_2: seam-gen/ivy and 1 other directory. Date: Fri, 12 Jun 2009 09:14:06 -0400 Message-ID: --===============8002378406023822476== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jbalunas(a)redhat.com Date: 2009-06-12 09:14:06 -0400 (Fri, 12 Jun 2009) New Revision: 11142 Modified: branches/community/Seam_2_2/build/root.pom.xml branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml Log: JBSEAM-4048 Updated RichFaces version to 3.3.1.GA Modified: branches/community/Seam_2_2/build/root.pom.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/community/Seam_2_2/build/root.pom.xml 2009-06-12 12:33:38 UTC = (rev 11141) +++ branches/community/Seam_2_2/build/root.pom.xml 2009-06-12 13:14:06 UTC = (rev 11142) @@ -38,7 +38,7 @@ = - 3.3.0.GA + 3.3.1.GA 1.3.5.jboss1 5.0.1 Modified: branches/community/Seam_2_2/seam-gen/ivy/ivy-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/community/Seam_2_2/seam-gen/ivy/ivy-build.xml 2009-06-12 12:33= :38 UTC (rev 11141) +++ branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml 2009-06-12 13:14= :06 UTC (rev 11142) @@ -11,7 +11,7 @@ - + = --===============8002378406023822476==-- From seam-commits at lists.jboss.org Fri Jun 12 17:32:43 2009 Content-Type: multipart/mixed; boundary="===============8769269883904255409==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11143 - branches/community/Seam_2_1/src/main/org/jboss/seam/jms. Date: Fri, 12 Jun 2009 17:21:33 -0400 Message-ID: --===============8769269883904255409== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 17:21:33 -0400 (Fri, 12 Jun 2009) New Revision: 11143 Removed: branches/community/Seam_2_1/src/main/org/jboss/seam/jms/ContextualMessag= eHandlerRequest.java branches/community/Seam_2_1/src/main/org/jboss/seam/jms/ContextualMessag= eHandlerRequestInterceptor.java Log: rollback. turns out we don't need this stuff. need to update docs so people= don't get confused again. Deleted: branches/community/Seam_2_1/src/main/org/jboss/seam/jms/Contextual= MessageHandlerRequest.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequest.java 2009-06-12 13:14:06 UTC (rev 11142) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequest.java 2009-06-12 21:21:33 UTC (rev 11143) @@ -1,161 +0,0 @@ -package org.jboss.seam.jms; - -import java.lang.reflect.ParameterizedType; - -import javax.jms.JMSException; -import javax.jms.Message; -import javax.jms.TextMessage; - -import org.jboss.seam.Component; -import org.jboss.seam.async.AbstractDispatcher; -import org.jboss.seam.bpm.BusinessProcess; -import org.jboss.seam.contexts.Contexts; -import org.jboss.seam.contexts.Lifecycle; -import org.jboss.seam.core.Init; -import org.jboss.seam.log.LogProvider; -import org.jboss.seam.log.Logging; - -/** - *

- * A class which provides a contextual-thread context for message-driven b= eans - * in the scope of which Seam components can be instantiated and invoked. - *

- * = - *

- * NOTE: Users are still likely to get the error reported in EJBTHREE-898 if a - * transaction operation is performed in the message handler. - *

- * = - * @author Dan Allen - */ -public abstract class ContextualMessageHandlerRequest -{ - private static transient final LogProvider log =3D Logging.getLogProvid= er(ContextualMessageHandlerRequest.class); - = - private Message message; - private boolean setupRequired =3D false; - private Object result =3D null; - private T delegate; - = - public ContextualMessageHandlerRequest(Message message) - { - this.message =3D message; - this.setupRequired =3D !Contexts.isApplicationContextActive() && !Co= ntexts.isEventContextActive(); - } - = - public void run() throws Exception - { - setup(); - try - { - process(); - } - finally - { - cleanup(); - } - } - = - public abstract void process() throws Exception; - = - protected void setResult(Object result) - { - this.result =3D result; - } - = - public T getDelegate() - { - return delegate; - } - = - public Object getResult() - { - return result; - } - = - public Message getMessage() - { - return message; - } - = - /** - * A convenience method to return the message as a TextMessage. If the - * message is not a TextMessage, a null value is returned. - */ - public TextMessage getTextMessage() - { - return message instanceof TextMessage ? (TextMessage) message : null; - } - = - @SuppressWarnings("unchecked") - private void setup() - { - if (setupRequired) - { - Lifecycle.beginCall(); - } - = - Contexts.getEventContext().set(AbstractDispatcher.EXECUTING_ASYNCHRO= NOUS_CALL, true); - if (Init.instance().isJbpmInstalled()) - { - setupProcessOrTask(); - } - = - Class delegateClass =3D getDelegateClass(); - if (delegateClass !=3D null) - { - delegate =3D (T) Component.getInstance(delegateClass); - } - } - = - private void setupProcessOrTask() - { - try - { - Long taskId =3D message.getLongProperty("taskId"); - if (taskId !=3D null) - { - BusinessProcess.instance().resumeTask(taskId); - return; - } - } - catch (JMSException e) - { - log.debug("Could not retrieve taskId from message object: " + e.g= etMessage()); - } - = - try - { - Long processId =3D message.getLongProperty("processId"); - if (processId !=3D null) - { - BusinessProcess.instance().resumeProcess(processId); - return; - } - } - catch (JMSException e) - { - log.debug("Could not retrieve processId from message object: " + = e.getMessage()); - } - } - = - private void cleanup() - { - Contexts.getEventContext().remove(AbstractDispatcher.EXECUTING_ASYNC= HRONOUS_CALL); - if (setupRequired) - { - Lifecycle.endCall(); - } - } - = - /** - * Get the type specified in the type parameter of the class. TODO This= could - * be made safer - */ - @SuppressWarnings("unchecked") - public Class getDelegateClass() - { - return (Class) ((ParameterizedType) getClass().getGenericSupercla= ss()).getActualTypeArguments()[0]; - } -} Deleted: branches/community/Seam_2_1/src/main/org/jboss/seam/jms/Contextual= MessageHandlerRequestInterceptor.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequestInterceptor.java 2009-06-12 13:14:06 UTC (rev 11142) +++ branches/community/Seam_2_1/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequestInterceptor.java 2009-06-12 21:21:33 UTC (rev 11143) @@ -1,44 +0,0 @@ -package org.jboss.seam.jms; - -import javax.interceptor.AroundInvoke; -import javax.interceptor.InvocationContext; -import javax.jms.Message; - -/** - *

- * An interceptor which is intented to be applied to message-driven beans = to - * setup a Seam request life cycle within the boundaries of the bean's met= hod - * calls so Seam components can be instantiated and invoked. - *

- * = - *

- * TODO It would be nice to bake in an exception callback like the async - * integration supports - *

- * = - * @author Dan Allen - */ -public class ContextualMessageHandlerRequestInterceptor -{ - @AroundInvoke - public Object aroundInvoke(final InvocationContext invocation) throws E= xception - { - String methodName =3D invocation.getMethod().getName(); - Object[] args =3D invocation.getParameters(); - if (!"onMessage".equals(methodName) || args.length !=3D 1 || !(args[= 0] instanceof Message)) - { - return invocation.proceed(); - } - = - ContextualMessageHandlerRequest contextualRequest =3D new Contextual= MessageHandlerRequest((Message) invocation.getParameters()[0]) - { - @Override - public void process() throws Exception - { - setResult(invocation.proceed()); - } - }; - contextualRequest.run(); - return contextualRequest.getResult(); - } -} --===============8769269883904255409==-- From seam-commits at lists.jboss.org Fri Jun 12 17:32:55 2009 Content-Type: multipart/mixed; boundary="===============8280152157327907198==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11144 - branches/community/Seam_2_2/src/main/org/jboss/seam/jms. Date: Fri, 12 Jun 2009 17:21:46 -0400 Message-ID: --===============8280152157327907198== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 17:21:46 -0400 (Fri, 12 Jun 2009) New Revision: 11144 Removed: branches/community/Seam_2_2/src/main/org/jboss/seam/jms/ContextualMessag= eHandlerRequest.java branches/community/Seam_2_2/src/main/org/jboss/seam/jms/ContextualMessag= eHandlerRequestInterceptor.java Log: rollback. turns out we don't need this stuff. need to update docs so people= don't get confused again. Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/jms/Contextual= MessageHandlerRequest.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequest.java 2009-06-12 21:21:33 UTC (rev 11143) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequest.java 2009-06-12 21:21:46 UTC (rev 11144) @@ -1,161 +0,0 @@ -package org.jboss.seam.jms; - -import java.lang.reflect.ParameterizedType; - -import javax.jms.JMSException; -import javax.jms.Message; -import javax.jms.TextMessage; - -import org.jboss.seam.Component; -import org.jboss.seam.async.AbstractDispatcher; -import org.jboss.seam.bpm.BusinessProcess; -import org.jboss.seam.contexts.Contexts; -import org.jboss.seam.contexts.Lifecycle; -import org.jboss.seam.core.Init; -import org.jboss.seam.log.LogProvider; -import org.jboss.seam.log.Logging; - -/** - *

- * A class which provides a contextual-thread context for message-driven b= eans - * in the scope of which Seam components can be instantiated and invoked. - *

- * = - *

- * NOTE: Users are still likely to get the error reported in EJBTHREE-898 if a - * transaction operation is performed in the message handler. - *

- * = - * @author Dan Allen - */ -public abstract class ContextualMessageHandlerRequest -{ - private static transient final LogProvider log =3D Logging.getLogProvid= er(ContextualMessageHandlerRequest.class); - = - private Message message; - private boolean setupRequired =3D false; - private Object result =3D null; - private T delegate; - = - public ContextualMessageHandlerRequest(Message message) - { - this.message =3D message; - this.setupRequired =3D !Contexts.isApplicationContextActive() && !Co= ntexts.isEventContextActive(); - } - = - public void run() throws Exception - { - setup(); - try - { - process(); - } - finally - { - cleanup(); - } - } - = - public abstract void process() throws Exception; - = - protected void setResult(Object result) - { - this.result =3D result; - } - = - public T getDelegate() - { - return delegate; - } - = - public Object getResult() - { - return result; - } - = - public Message getMessage() - { - return message; - } - = - /** - * A convenience method to return the message as a TextMessage. If the - * message is not a TextMessage, a null value is returned. - */ - public TextMessage getTextMessage() - { - return message instanceof TextMessage ? (TextMessage) message : null; - } - = - @SuppressWarnings("unchecked") - private void setup() - { - if (setupRequired) - { - Lifecycle.beginCall(); - } - = - Contexts.getEventContext().set(AbstractDispatcher.EXECUTING_ASYNCHRO= NOUS_CALL, true); - if (Init.instance().isJbpmInstalled()) - { - setupProcessOrTask(); - } - = - Class delegateClass =3D getDelegateClass(); - if (delegateClass !=3D null) - { - delegate =3D (T) Component.getInstance(delegateClass); - } - } - = - private void setupProcessOrTask() - { - try - { - Long taskId =3D message.getLongProperty("taskId"); - if (taskId !=3D null) - { - BusinessProcess.instance().resumeTask(taskId); - return; - } - } - catch (JMSException e) - { - log.debug("Could not retrieve taskId from message object: " + e.g= etMessage()); - } - = - try - { - Long processId =3D message.getLongProperty("processId"); - if (processId !=3D null) - { - BusinessProcess.instance().resumeProcess(processId); - return; - } - } - catch (JMSException e) - { - log.debug("Could not retrieve processId from message object: " + = e.getMessage()); - } - } - = - private void cleanup() - { - Contexts.getEventContext().remove(AbstractDispatcher.EXECUTING_ASYNC= HRONOUS_CALL); - if (setupRequired) - { - Lifecycle.endCall(); - } - } - = - /** - * Get the type specified in the type parameter of the class. TODO This= could - * be made safer - */ - @SuppressWarnings("unchecked") - public Class getDelegateClass() - { - return (Class) ((ParameterizedType) getClass().getGenericSupercla= ss()).getActualTypeArguments()[0]; - } -} Deleted: branches/community/Seam_2_2/src/main/org/jboss/seam/jms/Contextual= MessageHandlerRequestInterceptor.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequestInterceptor.java 2009-06-12 21:21:33 UTC (rev 11143) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/jms/ContextualMessa= geHandlerRequestInterceptor.java 2009-06-12 21:21:46 UTC (rev 11144) @@ -1,44 +0,0 @@ -package org.jboss.seam.jms; - -import javax.interceptor.AroundInvoke; -import javax.interceptor.InvocationContext; -import javax.jms.Message; - -/** - *

- * An interceptor which is intented to be applied to message-driven beans = to - * setup a Seam request life cycle within the boundaries of the bean's met= hod - * calls so Seam components can be instantiated and invoked. - *

- * = - *

- * TODO It would be nice to bake in an exception callback like the async - * integration supports - *

- * = - * @author Dan Allen - */ -public class ContextualMessageHandlerRequestInterceptor -{ - @AroundInvoke - public Object aroundInvoke(final InvocationContext invocation) throws E= xception - { - String methodName =3D invocation.getMethod().getName(); - Object[] args =3D invocation.getParameters(); - if (!"onMessage".equals(methodName) || args.length !=3D 1 || !(args[= 0] instanceof Message)) - { - return invocation.proceed(); - } - = - ContextualMessageHandlerRequest contextualRequest =3D new Contextual= MessageHandlerRequest((Message) invocation.getParameters()[0]) - { - @Override - public void process() throws Exception - { - setResult(invocation.proceed()); - } - }; - contextualRequest.run(); - return contextualRequest.getResult(); - } -} --===============8280152157327907198==-- From seam-commits at lists.jboss.org Fri Jun 12 18:10:52 2009 Content-Type: multipart/mixed; boundary="===============1751551802597236935==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11145 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US. Date: Fri, 12 Jun 2009 17:59:42 -0400 Message-ID: --===============1751551802597236935== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 17:59:41 -0400 (Fri, 12 Jun 2009) New Revision: 11145 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Jms.xml Log: clarify the section on JMS regarding the use of Seam components Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Jms.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/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Jms.xml 2009= -06-12 21:21:46 UTC (rev 11144) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Jms.xml 2009= -06-12 21:59:41 UTC (rev 11145) @@ -9,8 +9,8 @@ = - But for many use cases, JMS is overkill. Seam layers a simple asyn= chronous method and event - facility over your choice of dispatchers: + But for cases when you are simply want to use a worker thread, JMS= is overkill. Seam layers a simple + asynchronous method and event facility over your choice of dispatchers: = @@ -30,6 +30,198 @@ + + + This chapter first covers how to leverage Seam to simplify JMS and= then explains how to use the + simpler asynchronous method and event facility. + + = + + Messaging in Seam + = + + Seam makes it easy to send and receive JMS messages to and from + Seam components. Both the message publisher and the message receiv= er + can be Seam components. + + + + You'll first learn to setup a queue and topic message publisher an= d then = + look at an example that illustrates how to perform the message exc= hange. + + = + + Configuration + + To configure Seam's infrastructure for sending JMS messages, + you need to tell Seam about any topics and queues you want to + send messages to, and also tell Seam where to find the + QueueConnectionFactory and/or + TopicConnectionFactory. + + = + + Seam defaults to using UIL2ConnectionFactory + which is the usual connection factory for use with JBossMQ. If + you are using some other JMS provider, you need to set one or + both of queueConnection.queueConnectionFactoryJndiNam= e + and topicConnection.topicConnectionFactoryJndiName + in seam.properties, web.xml + or components.xml. + + = + + You also need to list topics and queues in components= .xml + to install Seam managed TopicPublishers and + QueueSenders: + + = + + +]]> + + + + + Sending messages + + Now, you can inject a JMS TopicPublisher and + TopicSession into any Seam component to pub= lish + an object to a topic: + + = + + + or to a queue: + + + + + = + + Receiving messages using a message-driven bean + + You can process messages using any EJB 3 message-driven bean. = The MDB + can even be a Seam component, in which case it's possible to i= nject + other event- and application- scoped Seam components. Here's a= n example + of the payment receiver, which delegates to a payment processo= r. + = + + + You'll likely need to set the create attribute on the @In
annotation to true (i.e. + create =3D true) to have Seam create an instance of the co= mponent being injected. This isn't necessary if + the component supports auto-creation (e.g., it's annotated= with @Autocreate). + + + + + First, create an MDB to receive the message. + + + + + + Then, implement the Seam component to which the receiver deleg= ates processing of the payment. + + + + + + If you are going to be performing transaction operations in yo= ur MDB, you should ensure that you + are working with an XA datasource. Otherwise, it won't be poss= ible to rollback database changes + if the database transaction commits and a subsequent operation= being performed by the message + fails. + + + = + + Receiving messages in the client + + Seam Remoting lets you subscribe to a JMS topic from client-si= de JavaScript. This is + described in . + + + = + = Asynchronicity @@ -412,110 +604,4 @@ = - = - - Messaging in Seam - = - - Seam makes it easy to send and receive JMS messages to and from - Seam components. - - = - - Configuration - - To configure Seam's infrastructure for sending JMS messages, - you need to tell Seam about any topics and queues you want to - send messages to, and also tell Seam where to find the - QueueConnectionFactory and/or - TopicConnectionFactory. - - = - - Seam defaults to using UIL2ConnectionFactory - which is the usual connection factory for use with JBossMQ. If - you are using some other JMS provider, you need to set one or - both of queueConnection.queueConnectionFactoryJndiNam= e - and topicConnection.topicConnectionFactoryJndiName - in seam.properties, web.xml - or components.xml. - - = - - You also need to list topics and queues in components= .xml - to install Seam managed TopicPublishers and - QueueSenders: - - = - - -]]> - - - - - Sending messages - - Now, you can inject a JMS TopicPublisher and - TopicSession into any component: - - = - - - Or, for working with a queue: - - - - - = - - Receiving messages using a message-driven bean - - You can process messages using any EJB3 message driven bean. M= essage-driven - beans may even be Seam components, in which case it is possibl= e to inject - other event and application scoped Seam components. - - - = - - Receiving messages in the client - - Seam Remoting lets you subscribe to a JMS topic from client-si= de JavaScript. This is - described in . - - - = - --===============1751551802597236935==-- From seam-commits at lists.jboss.org Fri Jun 12 18:11:37 2009 Content-Type: multipart/mixed; boundary="===============2046994344822647401==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11146 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US. Date: Fri, 12 Jun 2009 18:00:27 -0400 Message-ID: --===============2046994344822647401== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 18:00:27 -0400 (Fri, 12 Jun 2009) New Revision: 11146 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Jms.xml Log: clarify section on JMS with regard to using Seam components Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Jms.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Jms.xml 2009= -06-12 21:59:41 UTC (rev 11145) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Jms.xml 2009= -06-12 22:00:27 UTC (rev 11146) @@ -9,8 +9,8 @@ = - But for many use cases, JMS is overkill. Seam layers a simple asyn= chronous method and event - facility over your choice of dispatchers: + But for cases when you are simply want to use a worker thread, JMS= is overkill. Seam layers a simple + asynchronous method and event facility over your choice of dispatchers: = @@ -30,6 +30,198 @@ + + + This chapter first covers how to leverage Seam to simplify JMS and= then explains how to use the + simpler asynchronous method and event facility. + + = + + Messaging in Seam + = + + Seam makes it easy to send and receive JMS messages to and from + Seam components. Both the message publisher and the message receiv= er + can be Seam components. + + + + You'll first learn to setup a queue and topic message publisher an= d then = + look at an example that illustrates how to perform the message exc= hange. + + = + + Configuration + + To configure Seam's infrastructure for sending JMS messages, + you need to tell Seam about any topics and queues you want to + send messages to, and also tell Seam where to find the + QueueConnectionFactory and/or + TopicConnectionFactory. + + = + + Seam defaults to using UIL2ConnectionFactory + which is the usual connection factory for use with JBossMQ. If + you are using some other JMS provider, you need to set one or + both of queueConnection.queueConnectionFactoryJndiNam= e + and topicConnection.topicConnectionFactoryJndiName + in seam.properties, web.xml + or components.xml. + + = + + You also need to list topics and queues in components= .xml + to install Seam managed TopicPublishers and + QueueSenders: + + = + + +]]> + + + + + Sending messages + + Now, you can inject a JMS TopicPublisher and + TopicSession into any Seam component to pub= lish + an object to a topic: + + = + + + or to a queue: + + + + + = + + Receiving messages using a message-driven bean + + You can process messages using any EJB 3 message-driven bean. = The MDB + can even be a Seam component, in which case it's possible to i= nject + other event- and application- scoped Seam components. Here's a= n example + of the payment receiver, which delegates to a payment processo= r. + = + + + You'll likely need to set the create attribute on the @In
annotation to true (i.e. + create =3D true) to have Seam create an instance of the co= mponent being injected. This isn't necessary if + the component supports auto-creation (e.g., it's annotated= with @Autocreate). + + + + + First, create an MDB to receive the message. + + + + + + Then, implement the Seam component to which the receiver deleg= ates processing of the payment. + + + + + + If you are going to be performing transaction operations in yo= ur MDB, you should ensure that you + are working with an XA datasource. Otherwise, it won't be poss= ible to rollback database changes + if the database transaction commits and a subsequent operation= being performed by the message + fails. + + + = + + Receiving messages in the client + + Seam Remoting lets you subscribe to a JMS topic from client-si= de JavaScript. This is + described in . + + + = + = Asynchronicity @@ -412,110 +604,4 @@ = - = - - Messaging in Seam - = - - Seam makes it easy to send and receive JMS messages to and from - Seam components. - - = - - Configuration - - To configure Seam's infrastructure for sending JMS messages, - you need to tell Seam about any topics and queues you want to - send messages to, and also tell Seam where to find the - QueueConnectionFactory and/or - TopicConnectionFactory. - - = - - Seam defaults to using UIL2ConnectionFactory - which is the usual connection factory for use with JBossMQ. If - you are using some other JMS provider, you need to set one or - both of queueConnection.queueConnectionFactoryJndiNam= e - and topicConnection.topicConnectionFactoryJndiName - in seam.properties, web.xml - or components.xml. - - = - - You also need to list topics and queues in components= .xml - to install Seam managed TopicPublishers and - QueueSenders: - - = - - -]]> - - - - - Sending messages - - Now, you can inject a JMS TopicPublisher and - TopicSession into any component: - - = - - - Or, for working with a queue: - - - - - = - - Receiving messages using a message-driven bean - - You can process messages using any EJB3 message driven bean. M= essage-driven - beans may even be Seam components, in which case it is possibl= e to inject - other event and application scoped Seam components. - - - = - - Receiving messages in the client - - Seam Remoting lets you subscribe to a JMS topic from client-si= de JavaScript. This is - described in . - - - = - --===============2046994344822647401==-- From seam-commits at lists.jboss.org Fri Jun 12 19:36:32 2009 Content-Type: multipart/mixed; boundary="===============0527083218953633533==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11147 - in branches/community/Seam_2_2: examples/ui/view and 3 other directories. Date: Fri, 12 Jun 2009 19:25:22 -0400 Message-ID: --===============0527083218953633533== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: danielc.roth Date: 2009-06-12 19:25:22 -0400 (Fri, 12 Jun 2009) New Revision: 11147 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml branches/community/Seam_2_2/examples/ui/view/equalityValidator.xhtml branches/community/Seam_2_2/ui/src/main/config/component/equalityValidat= or.xml branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/component= /UIEqualityValidator.java branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/renderkit= /EqualityValidatorRendererBase.java Log: Added support for user to define if validator requires a value as per JBSEA= M-4172 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Contro= ls.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/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml= 2009-06-12 22:00:27 UTC (rev 11146) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Controls.xml= 2009-06-12 23:25:22 UTC (rev 11147) @@ -498,6 +498,11 @@ + required — False will disabl= e a check that a value at all is inputted in fields. = + + + + messageId — Message id to sh= ow on failure. Modified: branches/community/Seam_2_2/examples/ui/view/equalityValidator.xh= tml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/examples/ui/view/equalityValidator.xhtml 20= 09-06-12 22:00:27 UTC (rev 11146) +++ branches/community/Seam_2_2/examples/ui/view/equalityValidator.xhtml 20= 09-06-12 23:25:22 UTC (rev 11147) @@ -4,14 +4,14 @@ -

Validates that two java.lang.String inputs are equal

+

Validates that two java.lang.String inputs are equal (may be empty)<= /p> Name Name Verification - Modified: branches/community/Seam_2_2/ui/src/main/config/component/equality= Validator.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/community/Seam_2_2/ui/src/main/config/component/equalityValida= tor.xml 2009-06-12 22:00:27 UTC (rev 11146) +++ branches/community/Seam_2_2/ui/src/main/config/component/equalityValida= tor.xml 2009-06-12 23:25:22 UTC (rev 11147) @@ -40,7 +40,13 @@ operator java.lang.String Operation to use. - = + = + + required + boolean + True if a value is required for the filed to validate (def= ault:true) + true + = = = Modified: branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/co= mponent/UIEqualityValidator.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/componen= t/UIEqualityValidator.java 2009-06-12 22:00:27 UTC (rev 11146) +++ branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/componen= t/UIEqualityValidator.java 2009-06-12 23:25:22 UTC (rev 11147) @@ -26,4 +26,8 @@ = public abstract String getOperator(); = + public abstract void setRequired(boolean required); + = + public abstract boolean isRequired(); + = } Modified: branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/re= nderkit/EqualityValidatorRendererBase.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/renderki= t/EqualityValidatorRendererBase.java 2009-06-12 22:00:27 UTC (rev 11146) +++ branches/community/Seam_2_2/ui/src/main/java/org/jboss/seam/ui/renderki= t/EqualityValidatorRendererBase.java 2009-06-12 23:25:22 UTC (rev 11147) @@ -43,7 +43,7 @@ if (!hasEqualityValidator(evh)) { evh.addValidator(new EqualityValidator(ev.getFor(), ev.getMessage= (), ev.getMessageId(), ev.getOperator())); - evh.setRequired(true); + evh.setRequired(ev.isRequired()); } = renderChildren(context, component); --===============0527083218953633533==-- From seam-commits at lists.jboss.org Fri Jun 12 19:42:36 2009 Content-Type: multipart/mixed; boundary="===============2197451833083818923==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11148 - in branches/community/Seam_2_1/seam-gen: icefaces/src and 1 other directories. Date: Fri, 12 Jun 2009 19:31:25 -0400 Message-ID: --===============2197451833083818923== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 19:31:25 -0400 (Fri, 12 Jun 2009) New Revision: 11148 Modified: branches/community/Seam_2_1/seam-gen/build.xml branches/community/Seam_2_1/seam-gen/icefaces/src/TimerBeanImpl.java branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml branches/community/Seam_2_1/seam-gen/ivy/ivy.xml Log: add support for ICEfaces in add-ivy command Modified: branches/community/Seam_2_1/seam-gen/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/community/Seam_2_1/seam-gen/build.xml 2009-06-12 23:25:22 UTC = (rev 11147) +++ branches/community/Seam_2_1/seam-gen/build.xml 2009-06-12 23:31:25 UTC = (rev 11148) @@ -1474,18 +1474,47 @@ = - - + + + + + + + = + + + + + ]]> + ]]> + + + + + + + + + + + ]]> + ]]> + + + + + + = Modified: branches/community/Seam_2_1/seam-gen/icefaces/src/TimerBeanImpl.j= ava =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_1/seam-gen/icefaces/src/TimerBeanImpl.java 20= 09-06-12 23:25:22 UTC (rev 11147) +++ branches/community/Seam_2_1/seam-gen/icefaces/src/TimerBeanImpl.java 20= 09-06-12 23:31:25 UTC (rev 11148) @@ -58,8 +58,8 @@ import com.icesoft.faces.context.effects.BlindDown; import com.icesoft.faces.context.effects.BlindUp; = -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; +import org.jboss.seam.annotations.Logger; +import org.jboss.seam.log.Log; = /** * @author ICEsoft Technologies, Inc. @@ -70,6 +70,8 @@ @Scope(ScopeType.PAGE) public class TimerBeanImpl implements Renderable, Serializable { = + @Logger private Log log; + // expand/contract effects to take place of panelCollapsible private Effect currentEffect=3Dnew BlindUp(); private boolean visibility=3Dfalse; @@ -77,7 +79,6 @@ private boolean expanded =3D false; = private DateFormat dateFormatter; - private static Log log =3D LogFactory.getLog(TimerBeanImpl.class); = @In private RenderManager renderManager; Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy-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/community/Seam_2_1/seam-gen/ivy/ivy-build.xml 2009-06-12 23:25= :22 UTC (rev 11147) +++ branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml 2009-06-12 23:31= :25 UTC (rev 11148) @@ -12,6 +12,7 @@ + = Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy.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/community/Seam_2_1/seam-gen/ivy/ivy.xml 2009-06-12 23:25:22 UT= C (rev 11147) +++ branches/community/Seam_2_1/seam-gen/ivy/ivy.xml 2009-06-12 23:31:25 UT= C (rev 11148) @@ -11,7 +11,6 @@ - @@ -47,12 +46,23 @@ + + --===============2197451833083818923==-- From seam-commits at lists.jboss.org Fri Jun 12 19:47:56 2009 Content-Type: multipart/mixed; boundary="===============2128557813973381823==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11149 - in branches/community/Seam_2_2/seam-gen: icefaces/src and 1 other directories. Date: Fri, 12 Jun 2009 19:36:45 -0400 Message-ID: --===============2128557813973381823== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 19:36:45 -0400 (Fri, 12 Jun 2009) New Revision: 11149 Modified: branches/community/Seam_2_2/seam-gen/build.xml branches/community/Seam_2_2/seam-gen/icefaces/src/TimerBeanImpl.java branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml branches/community/Seam_2_2/seam-gen/ivy/ivy.xml Log: add support for ICEfaces in add-ivy command Modified: branches/community/Seam_2_2/seam-gen/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/community/Seam_2_2/seam-gen/build.xml 2009-06-12 23:31:25 UTC = (rev 11148) +++ branches/community/Seam_2_2/seam-gen/build.xml 2009-06-12 23:36:45 UTC = (rev 11149) @@ -1474,18 +1474,47 @@ = - - + + + + + + + = + + + + + ]]> + ]]> + + + + + + + + + + + ]]> + ]]> + + + + + + = Modified: branches/community/Seam_2_2/seam-gen/icefaces/src/TimerBeanImpl.j= ava =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/seam-gen/icefaces/src/TimerBeanImpl.java 20= 09-06-12 23:31:25 UTC (rev 11148) +++ branches/community/Seam_2_2/seam-gen/icefaces/src/TimerBeanImpl.java 20= 09-06-12 23:36:45 UTC (rev 11149) @@ -58,8 +58,8 @@ import com.icesoft.faces.context.effects.BlindDown; import com.icesoft.faces.context.effects.BlindUp; = -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; +import org.jboss.seam.annotations.Logger; +import org.jboss.seam.log.Log; = /** * @author ICEsoft Technologies, Inc. @@ -70,6 +70,8 @@ @Scope(ScopeType.PAGE) public class TimerBeanImpl implements Renderable, Serializable { = + @Logger private Log log; + // expand/contract effects to take place of panelCollapsible private Effect currentEffect=3Dnew BlindUp(); private boolean visibility=3Dfalse; @@ -77,7 +79,6 @@ private boolean expanded =3D false; = private DateFormat dateFormatter; - private static Log log =3D LogFactory.getLog(TimerBeanImpl.class); = @In private RenderManager renderManager; Modified: branches/community/Seam_2_2/seam-gen/ivy/ivy-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/community/Seam_2_2/seam-gen/ivy/ivy-build.xml 2009-06-12 23:31= :25 UTC (rev 11148) +++ branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml 2009-06-12 23:36= :45 UTC (rev 11149) @@ -12,6 +12,7 @@ + = Modified: branches/community/Seam_2_2/seam-gen/ivy/ivy.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/community/Seam_2_2/seam-gen/ivy/ivy.xml 2009-06-12 23:31:25 UT= C (rev 11148) +++ branches/community/Seam_2_2/seam-gen/ivy/ivy.xml 2009-06-12 23:36:45 UT= C (rev 11149) @@ -11,7 +11,6 @@ - @@ -49,12 +48,23 @@ + + --===============2128557813973381823==-- From seam-commits at lists.jboss.org Fri Jun 12 19:48:12 2009 Content-Type: multipart/mixed; boundary="===============2632860047702716235==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11150 - branches/community/Seam_2_1/seam-gen/ivy. Date: Fri, 12 Jun 2009 19:37:02 -0400 Message-ID: --===============2632860047702716235== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2009-06-12 19:37:01 -0400 (Fri, 12 Jun 2009) New Revision: 11150 Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml Log: remove unnecessary move command Modified: branches/community/Seam_2_1/seam-gen/ivy/ivy-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/community/Seam_2_1/seam-gen/ivy/ivy-build.xml 2009-06-12 23:36= :45 UTC (rev 11149) +++ branches/community/Seam_2_1/seam-gen/ivy/ivy-build.xml 2009-06-12 23:37= :01 UTC (rev 11150) @@ -36,7 +36,6 @@ = - = --===============2632860047702716235==-- From seam-commits at lists.jboss.org Fri Jun 12 20:17:56 2009 Content-Type: multipart/mixed; boundary="===============8459687905509777121==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11151 - in branches/community/Seam_2_2: examples/mail/view and 1 other directories. Date: Fri, 12 Jun 2009 20:06:44 -0400 Message-ID: --===============8459687905509777121== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: danielc.roth Date: 2009-06-12 20:06:44 -0400 (Fri, 12 Jun 2009) New Revision: 11151 Added: branches/community/Seam_2_2/examples/mail/view/excel.xhtml Modified: branches/community/Seam_2_2/examples/mail/build.xml branches/community/Seam_2_2/examples/mail/view/attachment.xhtml branches/community/Seam_2_2/src/mail/org/jboss/seam/mail/ui/UIAttachment= .java Log: JBSEAM-3948 Same special treatment for Excel as PDF to send docs easy Modified: branches/community/Seam_2_2/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/community/Seam_2_2/examples/mail/build.xml 2009-06-12 23:37:01= UTC (rev 11150) +++ branches/community/Seam_2_2/examples/mail/build.xml 2009-06-13 00:06:44= UTC (rev 11151) @@ -10,6 +10,7 @@ + = @@ -31,6 +32,7 @@ + = Modified: branches/community/Seam_2_2/examples/mail/view/attachment.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/community/Seam_2_2/examples/mail/view/attachment.xhtml 2009-06= -12 23:37:01 UTC (rev 11150) +++ branches/community/Seam_2_2/examples/mail/view/attachment.xhtml 2009-06= -13 00:06:44 UTC (rev 11151) @@ -12,6 +12,9 @@ + + + Added: branches/community/Seam_2_2/examples/mail/view/excel.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/community/Seam_2_2/examples/mail/view/excel.xhtml = (rev 0) +++ branches/community/Seam_2_2/examples/mail/view/excel.xhtml 2009-06-13 0= 0:06:44 UTC (rev 11151) @@ -0,0 +1,6 @@ + + + + + + Modified: branches/community/Seam_2_2/src/mail/org/jboss/seam/mail/ui/UIAtt= achment.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/mail/org/jboss/seam/mail/ui/UIAttachmen= t.java 2009-06-12 23:37:01 UTC (rev 11150) +++ branches/community/Seam_2_2/src/mail/org/jboss/seam/mail/ui/UIAttachmen= t.java 2009-06-13 00:06:44 UTC (rev 11151) @@ -85,7 +85,8 @@ public void encodeBegin(FacesContext context) throws IOException { if (this.getChildCount() > 0) { - if (Reflections.isInstanceOf(this.getChildren().get(0).getClass()= , "org.jboss.seam.pdf.ui.UIDocument")) = + if (Reflections.isInstanceOf(this.getChildren().get(0).getClass()= , "org.jboss.seam.pdf.ui.UIDocument") || + Reflections.isInstanceOf(this.getChildren().get(0).getClass()= , "org.jboss.seam.excel.ui.UIWorkbook")) = { Method method =3D Reflections.getSetterMethod(this.getChildren= ().get(0).getClass(), "sendRedirect"); Reflections.invokeAndWrap(method, this.getChildren().get(0), f= alse); --===============8459687905509777121==-- From seam-commits at lists.jboss.org Sat Jun 13 20:40:11 2009 Content-Type: multipart/mixed; boundary="===============6742587344006116026==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11152 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Sat, 13 Jun 2009 20:28:47 -0400 Message-ID: --===============6742587344006116026== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-13 20:28:46 -0400 (Sat, 13 Jun 2009) New Revision: 11152 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Controls.po = 2009-06-13 00:06:44 UTC (rev 11151) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" -"PO-Revision-Date: 2009-04-17 11:03+0100\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" +"PO-Revision-Date: 2009-06-14 02:22+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -79,25 +79,25 @@ #: Controls.xml:397 #: Controls.xml:414 #: Controls.xml:433 -#: Controls.xml:507 -#: Controls.xml:525 -#: Controls.xml:549 -#: Controls.xml:596 -#: Controls.xml:613 -#: Controls.xml:637 -#: Controls.xml:656 -#: Controls.xml:684 -#: Controls.xml:707 -#: Controls.xml:721 -#: Controls.xml:761 -#: Controls.xml:811 -#: Controls.xml:839 -#: Controls.xml:906 -#: Controls.xml:1012 -#: Controls.xml:1052 -#: Controls.xml:1098 -#: Controls.xml:1124 -#: Controls.xml:1256 +#: Controls.xml:512 +#: Controls.xml:530 +#: Controls.xml:554 +#: Controls.xml:601 +#: Controls.xml:618 +#: Controls.xml:642 +#: Controls.xml:661 +#: Controls.xml:689 +#: Controls.xml:712 +#: Controls.xml:726 +#: Controls.xml:766 +#: Controls.xml:816 +#: Controls.xml:844 +#: Controls.xml:911 +#: Controls.xml:1017 +#: Controls.xml:1057 +#: Controls.xml:1103 +#: Controls.xml:1129 +#: Controls.xml:1261 #, no-c-format msgid "Description" msgstr "Descrizione" @@ -122,25 +122,25 @@ #: Controls.xml:403 #: Controls.xml:420 #: Controls.xml:439 -#: Controls.xml:513 -#: Controls.xml:531 -#: Controls.xml:555 -#: Controls.xml:601 -#: Controls.xml:618 -#: Controls.xml:643 -#: Controls.xml:663 -#: Controls.xml:689 -#: Controls.xml:712 -#: Controls.xml:728 -#: Controls.xml:769 -#: Controls.xml:816 -#: Controls.xml:844 -#: Controls.xml:951 -#: Controls.xml:1019 -#: Controls.xml:1063 -#: Controls.xml:1112 -#: Controls.xml:1135 -#: Controls.xml:1261 +#: Controls.xml:518 +#: Controls.xml:536 +#: Controls.xml:560 +#: Controls.xml:606 +#: Controls.xml:623 +#: Controls.xml:648 +#: Controls.xml:668 +#: Controls.xml:694 +#: Controls.xml:717 +#: Controls.xml:733 +#: Controls.xml:774 +#: Controls.xml:821 +#: Controls.xml:849 +#: Controls.xml:956 +#: Controls.xml:1024 +#: Controls.xml:1068 +#: Controls.xml:1117 +#: Controls.xml:1140 +#: Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "Attributi" @@ -204,24 +204,24 @@ #: Controls.xml:391 #: Controls.xml:408 #: Controls.xml:425 -#: Controls.xml:496 -#: Controls.xml:518 -#: Controls.xml:536 -#: Controls.xml:588 -#: Controls.xml:606 -#: Controls.xml:629 -#: Controls.xml:648 -#: Controls.xml:677 -#: Controls.xml:694 -#: Controls.xml:738 -#: Controls.xml:804 -#: Controls.xml:832 -#: Controls.xml:899 -#: Controls.xml:999 -#: Controls.xml:1043 -#: Controls.xml:1088 -#: Controls.xml:1249 -#: Controls.xml:1273 +#: Controls.xml:501 +#: Controls.xml:523 +#: Controls.xml:541 +#: Controls.xml:593 +#: Controls.xml:611 +#: Controls.xml:634 +#: Controls.xml:653 +#: Controls.xml:682 +#: Controls.xml:699 +#: Controls.xml:743 +#: Controls.xml:809 +#: Controls.xml:837 +#: Controls.xml:904 +#: Controls.xml:1004 +#: Controls.xml:1048 +#: Controls.xml:1093 +#: Controls.xml:1254 +#: Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "Utilizzo" @@ -290,12 +290,12 @@ #: Controls.xml:387 #: Controls.xml:404 #: Controls.xml:421 -#: Controls.xml:514 -#: Controls.xml:532 -#: Controls.xml:602 -#: Controls.xml:644 -#: Controls.xml:690 -#: Controls.xml:713 +#: Controls.xml:519 +#: Controls.xml:537 +#: Controls.xml:607 +#: Controls.xml:649 +#: Controls.xml:695 +#: Controls.xml:718 #, no-c-format msgid "None." msgstr "Nessuno." @@ -451,8 +451,8 @@ = #. Tag: emphasis #: Controls.xml:315 -#: Controls.xml:922 -#: Controls.xml:1058 +#: Controls.xml:927 +#: Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "Configurazione" @@ -715,56 +715,63 @@ msgid "message — Message to show on failure." msgstr "message — Messaggio da mostrare in presen= za di errori." = +# rivedere #. Tag: para #: Controls.xml:452 #, no-c-format +msgid "required — False will disable a check that= a value at all is inputted in fields." +msgstr "required — False disabiliter=C3=A0 un con= trollo per cui un valore viene inserito nei campi." + +#. Tag: para +#: Controls.xml:457 +#, no-c-format msgid "messageId — Message id to show on failure." msgstr "messageId — L'id del messaggio da mostrar= e in presenza di errori." = #. Tag: para -#: Controls.xml:457 +#: Controls.xml:462 #, no-c-format msgid "operator — What operator to use when compa= ring the values Valid operators are:" msgstr "operator — Quale operatore usare quando s= i comparano i valori. Gli operatori sono:" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "equal — Valida che value.equals(forValue)" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "not_equal — Validates that !value.equals(f= orValue)" msgstr "not_equal — Valida che !value.equals(forV= alue)" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "greater 0]]>" msgstr "greater 0]]>" = #. Tag: para -#: Controls.xml:477 +#: Controls.xml:482 #, no-c-format msgid "greater_or_equal=3D 0]]>" msgstr "greater_or_equal=3D 0]]>" = #. Tag: para -#: Controls.xml:482 +#: Controls.xml:487 #, no-c-format msgid "less" msgstr "less" = #. Tag: para -#: Controls.xml:487 +#: Controls.xml:492 #, no-c-format msgid "less_or_equal" msgstr "less_or_equal" = #. Tag: programlisting -#: Controls.xml:497 +#: Controls.xml:502 #, no-c-format msgid "" "\n" @@ -778,19 +785,19 @@ "]]>" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "<s:validate>" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "A non-visual control, validates a JSF input field against the bound= property using Hibernate Validator." msgstr "Un controllo non visuale, valida un campo d'input JSF con la propr= iet=C3=A0 collegata usando Hibernate Validator." = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:523 +#: Controls.xml:528 #, no-c-format msgid "<s:validateAll>" msgstr "<s:validateAll>" = #. Tag: para -#: Controls.xml:526 +#: Controls.xml:531 #, no-c-format msgid "A non-visual control, validates all child JSF input fields against = their bound properties using Hibernate Validator." msgstr "Un controllo non visuale, valida tutti i campi d'input JSF con le = propriet=C3=A0 collegate usando Hibernate Validator." = #. Tag: programlisting -#: Controls.xml:537 +#: Controls.xml:542 #, no-c-format msgid "" "\n" @@ -864,49 +871,49 @@ "]]>" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "Formattazione" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "<s:decorate>" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "\"Decorate\" a JSF input field when validation fails or when required=3D\"true\" is set." msgstr "\"Decora\" un campo d'input JSF quando la validazione fallisce o q= uando =C3=A8 impostato required=3D\"true\"." = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "template — the facelets template to use to= decorate the component" msgstr "template — il template facelets da usare = per decorare il componente" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "enclose — if true, the template used to de= corate the input field is enclosed by the element specified with the \"elem= ent\" attribute. By default this is a div element." msgstr "enclose — se true, il template usato per = decorare il campo d'input =C3=A8 racchiuso dall'elemento specificato con l'= attributo \"element\". Di default questo =C3=A8 un elemento div." = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "element — the element to enclose the templ= ate used to decorate the input field. By default, the template is enclosed = with a div element." msgstr "element — l'elemento con cui racchiudere = il template usato per decorare il campo d'input. Di default, il template = =C3=A8 racchiuso con un elemento div." = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "#{invalid} and #{required} ar= e available inside s:decorate; #{required} evaluates to true if you have set the input compon= ent being decorated as required, and #{invalid} evaluate= s to true if a validation error occurs." msgstr "#{invalid} e #{required} son= o disponibili dentro s:decorate; #{required} valuta true se si =C3=A8 impostato il componente= input da decorare come richiesto, e #{invalid} valuta <= literal>true se avviene un errore di validazione." = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -920,7 +927,7 @@ " ]]>" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:594 +#: Controls.xml:599 #, no-c-format msgid "<s:div>" msgstr "<s:div>" = #. Tag: para -#: Controls.xml:597 +#: Controls.xml:602 #, no-c-format msgid "Render a HTML <div>." msgstr "Generare un <div> HTML." = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -998,43 +1005,43 @@ "]]>" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "<s:span>" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "Generare un <span> HTML." = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "title — Fornisce un titolo per uno span." = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "*]]>" msgstr "*]]>" = #. Tag: literal -#: Controls.xml:635 +#: Controls.xml:640 #, no-c-format msgid "<s:fragment>" msgstr "<s:fragment>" = #. Tag: para -#: Controls.xml:638 +#: Controls.xml:643 #, no-c-format msgid "A non-rendering component useful for enabling/disabling rendering o= f it's children." msgstr "Un componente non -rendering utile per abilitare/disabilitare il r= endering dei suoi figli." = #. Tag: programlisting -#: Controls.xml:649 +#: Controls.xml:654 #, no-c-format msgid "" "\n" @@ -1046,33 +1053,33 @@ "]]>" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "<s:label>" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "\"Decorate\" a JSF input field with the label. The label is placed = inside the HTML <label> tag, and is associated wit= h the nearest JSF input component. It is often used with <s:dec= orate>." msgstr "\"Decora\" un campo d'input JSF con l'etichetta. L'etichetta =C3= =A8 messa dentro il tag HTML <label>, ed =C3=A8 as= sociato al componente d'input JSF pi=C3=B9 vicino. E' spesso usato con <s:decorate>." = #. Tag: para -#: Controls.xml:666 -#: Controls.xml:988 +#: Controls.xml:671 +#: Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "style — Lo stile del controllo" = #. Tag: para -#: Controls.xml:671 -#: Controls.xml:993 +#: Controls.xml:676 +#: Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "styleClass — La classe di stile del contr= ollo" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -1086,19 +1093,19 @@ "]]>" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "<s:message>" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "\"Decora\" un campo d'input JSF con il messaggio d'errore di valid= azione." = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1116,91 +1123,91 @@ "]]>" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "Seam Text" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "<s:validateFormattedText>" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "Controlla che il valore inviato sia un Testo Seam valido." = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "<s:formattedText>" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "Outputs Seam Text, a rich text markup useful f= or blogs, wikis and other applications that might use rich text. See the Se= am Text chapter for full usage." msgstr "Mostra come output Seam Text, un markup di te= sto utile per blog, wiki ed altre applicazioni che possono usare rich text.= Vedere il capitolo di Seam Text per ulteriori informazioni." = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "value — an EL expression specifying the ri= ch text markup to render." msgstr "value — un'espressione EL che specifica i= l markup del testo rich da renderizzare." = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "Esempio" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "Supporto per le form" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "<s:token>" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "Produces a random token that is inserted into a hidden form field t= o help to secure JSF form posts against cross-site request forgery (XSRF) a= ttacks. Note that the browser must have cookies enabled to submit forms tha= t include this component." msgstr "Produce un token casuale che viene inserito in un campo di form na= scosta per aiutare rendere sicuro i post della form JSF contro attacchi cro= ss-site request forgery (XSRF). Si noti che il browser deve avere abilitati= i cookie per poter eseguire il submit delle form che includono questo comp= onente." = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "requireSession — indicates whether the ses= sion id should be included in the form signature, hence binding the token t= o the session. This value can be set to false if the \"build before restore= \" mode of Facelets is activated (the default in JSF 2.0). (default: false)" msgstr "requireSession — indica se l'id di sessio= ne debba essere incluso nella signature della form, da qui il binding del t= oken alla sessione. Questo valore pu=C3=B2 essere impostato a false se vien= e attivata la modalit=C3=A0 \"build before restore\" dei Facelets (di defau= lt in JSF 2.0). (Default: false)" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "enableCookieNotice — indicates that a Java= Script check should be inserted into the page to verify that cookies are en= abled in the browser. If cookies are not enabled, present a notice to the u= ser that form posts will not work. (default: false)" msgstr "enableCookieNotice — indica che deve esse= re inserito nella pagina un check JavaScript per verificare che i cookie si= ano abilitati nel browser. Se i cookie non sono abilitati, viene presentata= all'utente una nota riportante che l'invio della form non =C3=A8 avvenuto.= (Default: false)" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "allowMultiplePosts — indicates whether to = allow the same form to be submitted multiple times with the same signature = (as long as the view does not change). This is a common need if the form is= perform Ajax calls but not rerendering itself or, at the very least, the U= IToken component. The preferred approach is to have the UIToken component r= erendered on any Ajax call where the UIToken component would be processed. = (default: false)" msgstr "allowMultiplePosts — indica se consentire= che la stessa form venga inviata pi=C3=B9 volte con la stessa signature (f= inch=C3=A9 non cambia la vista). Questa =C3=A8 una necessit=C3=A0 comune se= la form esegue chiamate Ajax ma non rigenera se stessa o, almeno, il compo= nente UIToken. L'approccio migliore =C3=A8 avere il componente UIToken rige= nerato su ogni chiamata Ajax in cui il componente UIToken viene processato.= (Default: false) " = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1214,31 +1221,31 @@ "]]>" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "<s:enumItem>" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "Crea un SelectItem da un valore enum." = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "enumValue — the string representation of t= he enum value." msgstr "enumValue — la rappresentazione stringa d= i un valore enum." = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "label — the label to be used when renderin= g the SelectItem." msgstr "label — l'etichetta da usare per renderiz= zare il SelectItem." = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:837 +#: Controls.xml:842 #, no-c-format msgid "<s:selectItems>" msgstr "<s:selectItems>" = #. Tag: para -#: Controls.xml:840 +#: Controls.xml:845 #, no-c-format msgid "Creates a List<SelectItem> from a List, Se= t, DataModel or Array." msgstr "Crea una List<SelectItem> daList, Set, Da= taModel o Array." = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "value — an EL expression specifying the da= ta that backs the List<SelectItem>" msgstr "value — un'espressione EL che specifica i= dati retrostanti a List<SelectItem>" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "var— defines the name of the local variabl= e that holds the current object during iteration" msgstr "var— definisce il nome della variabile lo= cale che mantiene l'oggetto corrente durante l'iterazione" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "label — the label to be used when renderin= g the SelectItem. Can reference the var variable." msgstr "label — l'etichetta da usare per generare= SelectItem. Pu=C3=B2 fare riferimento alla variabile var." = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "itemValue — Value to return to the server = if this option is selected. Optional, by default the var= object is used. Can reference the var variable." msgstr "itemValue — Il valore da restituire al se= rver se quest'opzione =C3=A8 selezionata. E' opzionale, di default viene us= ato l'oggetto var. Pu=C3=B2 fare riferimento alla variab= ile var." = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "disabled — if true the SelectItem= will be rendered disabled. Can reference the var variable." msgstr "disabled — se true il SelectItem= verr=C3=A0 generato disabilitato. Pu=C3=B2 fare riferimento alla= variabile var." = #. Tag: para -#: Controls.xml:884 +#: Controls.xml:889 #, no-c-format msgid "noSelectionLabel — specifies the (optional= ) label to place at the top of list (if required=3D\"true\" is also specified then selecting this value will cause a validation err= or)." msgstr "noSelectionLabel — specifica l'etichetta = (opzionale) da mettere in cima alla lista (se =C3=A8 specificato anche required=3D\"true\" allora selezionando questo valore pu=C3= =B2 causare una validazione d'errore)." = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "hideNoSelectionLabel — if true, the noSelectionLabel will be hidden when a value is selected" msgstr "hideNoSelectionLabel — se true, = noSelectionLabelverr=C3=A0 nascosto quando viene selezionato il v= alore." = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:904 +#: Controls.xml:909 #, no-c-format msgid "<s:fileUpload>" msgstr "<s:fileUpload>" = #. Tag: para -#: Controls.xml:907 +#: Controls.xml:912 #, no-c-format msgid "Renders a file upload control. This control must be used within a f= orm with an encoding type of multipart/form-data, i.e:" msgstr "Renderizza un controllo per l'upload del file. Questo controllo de= ve essere usato dentro la form con tipo di codifica multipart/form= -data, cio=C3=A8:" = #. Tag: programlisting -#: Controls.xml:913 +#: Controls.xml:918 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "For multipart requests, the Seam Multipart servlet filter must also= be configured in web.xml:" msgstr "Per richieste multiple, in web.xml deve essere = configurato il filtro servlet Seam Multipart :" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1380,31 +1387,31 @@ "]]>" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "The following configuration options for multipart requests may be c= onfigured in components.xml:" msgstr "Le seguenti opzioni di configurazioni per richieste multipart poss= ono essere configurate in components.xml:" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "createTempFiles — if this option is set to= true, uploaded files are streamed to a temporary file instead of in memory= ." msgstr "createTempFiles — se quest'opzione =C3=A8= impostata a true, i file caricati vengono accodati in un file temporaneo i= nvece che in memoria." = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "maxRequestSize — the maximum size of a fil= e upload request, in bytes." msgstr "maxRequestSize — dimensione massima della= richiesta di upload file, in byte." = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "Ecco un esempio:" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1418,37 +1425,37 @@ "]]>" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "data — this value binding receives the bin= ary file data. The receiving field should be declared as a byte[]<= /literal> or InputStream (required)." msgstr "data — questo value binding riceve i dati= binari. Il campo ricevente deve essere dichiarato come byte[] o InputStream (richiesto)." = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "contentType — this value binding receives = the file's content type (optional)." msgstr "contentType — questo value binding riceve= il contenuto del file (opzionale)." = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "fileName — this value binding receives the= filename (optional)." msgstr "fileName — questo value binding riceve il= nome del file (opzionale)." = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "fileSize — this value binding receives the= file size (optional)." msgstr "fileSize — questo valore di binding ricev= e la dimensione del file (opzionale)." = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "accept — a comma-separated list of content= types to accept, may not be supported by the browser. E.g. \"imag= es/png,images/jpg\", \"images/*\"." msgstr "accept — una lista separata da virgola co= n i tipi di contenuto da accettare, pu=C3=B2 non essere supportata dal brow= ser. Esempio: \"images/png,images/jpg\", \"imag= es/*\"." = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "]]>" = #. Tag: title -#: Controls.xml:1007 +#: Controls.xml:1012 #, no-c-format msgid "Other" msgstr "Altro" = #. Tag: literal -#: Controls.xml:1010 +#: Controls.xml:1015 #, no-c-format msgid "<s:cache>" msgstr "<s:cache>" = #. Tag: para -#: Controls.xml:1013 +#: Controls.xml:1018 #, no-c-format msgid "Cache the rendered page fragment using JBoss Cache. Note that <s:cache> actually uses the instance of JBoss Cache man= aged by the built-in pojoCache component." msgstr "Mette nella cache il frammento di pagina renderizzato usando JBoss= Cache. Si noti che <s:cache> in verit=C3=A0 usa l= 'istanza di JBoss Cache gestita dal componente predefinito pojoCac= he." = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "key — the key to cache rendered content, o= ften a value expression. For example, if we were caching a page fragment th= at displays a document, we might use key=3D\"Document-#{document.i= d}\"." msgstr "key — la chiave per memorizzare (cache) i= l contenuto renderizzato, spesso un'espressione di valore. Per esempio, se = si mette nella cache un frammento di pagina che mostra un documento, si pu= =C3=B2 usare key —" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "enabled — a value expression that determin= es if the cache should be used." msgstr "enabled — un'espressione di valore che de= termina se la cache debba essere usata." = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "region — a JBoss Cache node to use (differ= ent nodes can have different expiry policies)." msgstr "region — un node JBoss Cache da usare (no= di differenti possono avere differenti policy di scadenza)." = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1532,19 +1539,19 @@ "]]>" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "<s:resource>" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "A tag that acts a file download provider. It must be alone in the J= SF page. To be able to use this contol, web.xml must be set up as follows." msgstr "Un tag che agisce come fornitore di download dei file. Deve essere= il solo nella pagina JSF. Per essere in grado di usare questo controllo, w= eb.xml deve essere impostato come segue." = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1568,37 +1575,37 @@ "]]>" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "data — Data that should be downloaded. May= be a java.util.File, an InputStream or a byte array." msgstr "data — I dati da downloadare. Pu=C3=B2 es= sere java.util.File, InputStream o un byte array." = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "fileName — Nome del file da servire" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "contentType — content type of the file to = be downloaded" msgstr "contentType — tipo di contenuto del file = da scaricare" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "disposition — disposition to use. Default = is inline" msgstr "disposition — disposizione da usare. Di d= efault =C3=A8 inline" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "Ecco un esempio su come usare il tag:" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "" = #. Tag: para -#: Controls.xml:1092 +#: Controls.xml:1097 #, no-c-format msgid "The bean named resources is some backing bean th= at given some request parameters servers a specific file, see s:do= wnload." msgstr "Il bean chiamato resources fornisce al file i p= arametri di richiesta del server, si veda s:download." = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "<s:download>" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "Builds a RESTful link to a <s:resource>. N= ested f:param build up the url." msgstr "Costruisce un link RESTful a <s:resource>= . f:param innestati costruiscono l'url." = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "src — I file che servono al file di risor= sa." = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1652,115 +1659,115 @@ "]]>" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "Will produce something like: " msgstr "Generer=C3=A0 qualcosa di simile a: " = #. Tag: literal -#: Controls.xml:1122 +#: Controls.xml:1127 #, no-c-format msgid "<s:graphicImage>" msgstr "<s:graphicImage>" = #. Tag: para -#: Controls.xml:1125 +#: Controls.xml:1130 #, no-c-format msgid "An extended <h:graphicImage> that allows t= he image to be created in a Seam Component; further transforms can be appli= ed to the image." msgstr "Un <h:graphicImage> esteso che consente a= ll'immagine di essere creata in un componente Seam; possono essere applicat= e all'immagine altre trasformazioni." = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "All attributes for <h:graphicImage> are su= pported, as well as:" msgstr "Tutti gli attributi per <h:graphicImage> = sono supportati, cos=C3=AC come:" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "value — image to display. Can be a path String (loaded from the classpath), a byte[], a java.io.File, a java.io.InputStream or a java.net.URL. Currently supported image for= mats are image/png, image/jpeg and image/gif." msgstr "value — immagine da visualizzare. Pu=C3= =B2 essere un path String (caricato dal classpath), un <= literal>byte[], un java.io.File, un j= ava.io.InputStream o un java.net.URL. I format= i d'immagine supportati sono image/png, image/j= peg e image/gif." = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "fileName — if not specified the served ima= ge will have a generated file name. If you want to name your file, you shou= ld specify it here. This name should be unique" msgstr "fileName — se non specificato l'immagine = servita avr=C3=A0 un nome di file generato. Se si vuole nominare il file, o= ccorre specificarlo in questo attributo. Il nome deve essere univoco." = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "Trasformazioni" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "To apply a transform to the image, you would nest a tag specifying = the transform to apply. Seam currently supports these transforms:" msgstr "Per applicare una trasformazione all'immagine, occorre innestare u= n tag specificando la trasformazione da applicare. Seam attualmente support= a queste trasformazioni:" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "<s:transformImageSize>" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "width — nuova larghezza dell'immagine" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "height — nuova altezza dell'immagine" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "maintainRatio — if true= , and one of width/height<= /literal> are specified, the image will be resized with the dimension not s= pecified being calculated to maintain the aspect ratio." msgstr "maintainRatio — se vengono specificati true, ed uno fra width/height, l'immagine sar=C3=A0 ridimensionata con la = dimensione non specificata che viene calcolata per mantenere l'aspect ratio= ." = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "factor — scala l'immagine col dato fattor= e " = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "<s:transformImageBlur>" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "radius — perform a convolution blur with t= he given radius" msgstr "radius — esegue una convolution blur con = il raggio dato" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "<s:transformImageType>" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "contentType — alter the type of the image = to either image/jpeg or image/png" msgstr "contentType — modifica il tipo d'immagine= in image/jpeg o image/png" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "It's easy to create your own transform - create a UICompon= ent which implements org.jboss.seam.ui.graphicImage.Imag= eTransform. Inside the applyTransform()method = use image.getBufferedImage() to get the original image a= nd image.setBufferedImage() to set your transformed imag= e. Transforms are applied in the order specified in the view." msgstr "E' facile creare una trasformazione - si crei un UICompon= ent che implementi org.jboss.seam.ui.graphicImage.ImageT= ransform. Dentro il metodo applyTransform() si= usi image.getBufferedImage() per recuperare l'immagine = originale e image.setBufferedImage() per impostare l'imm= agine trasformata. Le trasformazioni sono applicare nell'ordine specificato= nella vista." = #. Tag: programlisting -#: Controls.xml:1250 +#: Controls.xml:1255 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:1254 +#: Controls.xml:1259 #, no-c-format msgid "<s:remote>" msgstr "<s:remote>" = #. Tag: para -#: Controls.xml:1257 +#: Controls.xml:1262 #, no-c-format msgid "Generates the Javascript stubs required to use Seam Remoting." msgstr "Genera gli stub Javascript richiesti per usare Seam Remoting." = #. Tag: para -#: Controls.xml:1264 +#: Controls.xml:1269 #, no-c-format msgid "include — a comma-separated list of the co= mponent names (or fully qualified class names)for which to generate Seam Re= moting Javascript stubs. See for more detail= s." msgstr "include — una lista separata da virgola d= i nomi di componenti (o nome pienamente qualificati) per i quali generare s= tub Seam Remoting Javascript. Si veda per ma= ggiori dettagli." = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: title -#: Controls.xml:1281 +#: Controls.xml:1286 #, no-c-format msgid "Annotations" msgstr "Annotazioni" = #. Tag: para -#: Controls.xml:1283 +#: Controls.xml:1288 #, no-c-format msgid "Seam also provides annotations to allow you to use Seam components = as JSF converters and validators:" msgstr "Seam fornisce anche annotazioni che permettono di impiegare i comp= onenti Seam come convertitori JSF e validatori:" = #. Tag: literal -#: Controls.xml:1291 +#: Controls.xml:1296 #, no-c-format msgid "@Converter" msgstr "@Converter" = #. Tag: programlisting -#: Controls.xml:1294 +#: Controls.xml:1299 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Controls.xml:1296 +#: Controls.xml:1301 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "Registers the Seam component as a JSF converter. Shown here is a co= nverter which is able to access the JPA EntityManager inside a JTA transact= ion, when converting the value back to it's object representation." msgstr "Registra il componente Seam come converter JSF. Qua =C3=A8 mostrat= o un converter capace di accedere all'EntityManager JPA dentro ad una trans= azione JTA, quando converte il valore legato alla rappresentazione del suo = oggetto." = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "@Validator" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Controls.xml:1313 +#: Controls.xml:1318 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "Registers the Seam component as a JSF validator. Shown here is a va= lidator which injects another Seam component; the injected component is use= d to validate the value." msgstr "Registra il componente Seam come validatore JSF. Qua =C3=A8 mostra= to un validatore che inietta un altro componente Seam; il componente iniett= ato =C3=A8 usato per validare il valore." Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-= 06-13 00:06:44 UTC (rev 11151) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" -"PO-Revision-Date: 2009-06-05 16:10+0100\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" +"PO-Revision-Date: 2009-06-14 02:28+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -28,7 +28,7 @@ #. Tag: para #: Jms.xml:11 #, no-c-format -msgid "But for many use cases, JMS is overkill. Seam layers a simple async= hronous method and event facility over your choice of dispatchers= :" +msgid "But for cases when you are simply want to use a worker thread, JMS = is overkill. Seam layers a simple asynchronous method and event facility ov= er your choice of dispatchers:" msgstr "Ma per molti casi d'uso, JMS =C3=A8 eccessivo. Seam aggiunge come = nuovo layer un semplice metodo asincrono ed un meccanismo d'eventi nella sc= elta del dispatcher:" = #. Tag: para @@ -49,68 +49,354 @@ msgid "Quartz" msgstr "Quartz" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "This chapter first covers how to leverage Seam to simplify JMS and = then explains how to use the simpler asynchronous method and event facility= ." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "Messaggistica in Seam" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "Seam makes it easy to send and receive JMS messages to and from Sea= m components. Both the message publisher and the message receiver can be Se= am components." +msgstr "Seam facilita l'invio e la ricezione di messaggi JMS da e verso co= mponenti Seam. Entrambi il publisher ed il receiver del messaggio possono e= ssere componenti Seam." + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "You'll first learn to setup a queue and topic message publisher and= then look at an example that illustrates how to perform the message exchan= ge." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "Configurazione" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "To configure Seam's infrastructure for sending JMS messages, you ne= ed to tell Seam about any topics and queues you want to send messages to, a= nd also tell Seam where to find the QueueConnectionFactory and/or TopicConnectionFactory." +msgstr "Per configurare l'infrastruttura di Seam alla spedizione di messag= gi JMS, occorre dire a Seam a quali topic e code si vuole spedire i messagg= i, ed inoltre serve dire dove trovare QueueConnectionFactory e/o TopicConnectionFactory." + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "Seam defaults to using UIL2ConnectionFactory whi= ch is the usual connection factory for use with JBossMQ. If you are using s= ome other JMS provider, you need to set one or both of queueConnec= tion.queueConnectionFactoryJndiName and topicConnection.= topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml." +msgstr "Di default Seam usa UIL2ConnectionFactory che = =C3=A8 la connection factory consueta per l'uso con JBossMQ. Se si impiegan= o altri provider JSM, occorre impostare uno o entrambi i queueConn= ection.queueConnectionFactoryJndiName e topicConnection.= topicConnectionFactoryJndiName in seam.properties, web.xml o components.xml." + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "You also need to list topics and queues in components.xml<= /literal> to install Seam managed TopicPublishers and QueueSenders:" +msgstr "Inoltre in components.xml occorre elencare i to= pic e le code per installare i TopicPublisher ed i QueueSender gestiti da Seam:" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" +"\n" +"\n" +"]]>" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "Spedire messaggi" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "Now, you can inject a JMS TopicPublisher and TopicSession into any Seam component to publish an object t= o a topic:" +msgstr "Ora =C3=A8 possibile iniettare in qualsiasi componente un TopicPublisher e un TopicSession JMS per publ= icare un oggetto in un topic:" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "O ad una coda:" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "Ricezione dei messaggi usando un bean message-driven" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "You can process messages using any EJB 3 message-driven bean. The M= DB can even be a Seam component, in which case it's possible to inject othe= r event- and application- scoped Seam components. Here's an example of the = payment receiver, which delegates to a payment processor." +msgstr "I messaggi possono essere processati usando un qualsiasi bean mess= age driven EJB3. I bean message-drive possono essere anche componenti Seam,= in qualcaso =C3=A8 possibile iniettare altri componenti Seam aventi scope = evento e applicazione. Ecco un esempio di ricevitore pagamento, che delega = ad un payement processor." + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "You'll likely need to set the create attribute on the @In<= /literal> annotation to true (i.e. create =3D true) to have Seam create an = instance of the component being injected. This isn't necessary if the compo= nent supports auto-creation (e.g., it's annotated with @Autocreate= )." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "Then, implement the Seam component to which the receiver delegates = processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "If you are going to be performing transaction operations in your MD= B, you should ensure that you are working with an XA datasource. Otherwise,= it won't be possible to rollback database changes if the database transact= ion commits and a subsequent operation being performed by the message fails= ." +msgstr "Se si stanno per eseguire delle operazioni di transazione nel MDB,= occorre assicurarsi di lavorare con un datasource XA. Altrimenti non sar= =C3=A0 possibile eseguire il rollback dei cambiamenti al database se viene = fatto il commit della transazione e fallisce l'operazione successiva esegui= ta dal messaggio." + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "Ricezione dei messaggi nel client" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "Seam Remoting lets you subscribe to a JMS topic from client-side Ja= vaScript. This is described in ." +msgstr "Seam Remoting consente di sottoscrivere un topic JMS lato client J= avaScript. Questo viene descritto in ." + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "Asincronicit=C3=A0" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "Asynchronous events and method calls have the same quality of servi= ce expectations as the underlying dispatcher mechanism. The default dispatc= her, based upon a ScheduledThreadPoolExecutor performs e= fficiently but provides no support for persistent asynchronous tasks, and h= ence no guarantee that a task will ever actually be executed. If you're wor= king in an environment that supports EJB 3.0, and add the following line to= components.xml:" msgstr "Eventi asincroni e chiamate a metodi hanno le stesse aspettative d= i qualit=C3=A0 di servizio del meccanismo sottostante di dispatcher. Il dis= patcher di default, basato su ScheduledThreadPoolExecutor opera efficientemente ma non fornisce alcun supporto ai task asincroni di= persistenza, e quindi non garantisce che un task verr=C3=A0 effettivamente= eseguito. Se si lavora in un ambiente che supporta EJB 3.0 e si aggiunge l= a seguente linea a components.xml:" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "then your asynchronous tasks will be processed by the container's E= JB timer service. If you're not familiar with the Timer service, don't worr= y, you don't need to interact with it directly if you want to use asynchron= ous methods in Seam. The important thing to know is that any good EJB 3.0 i= mplementation will have the option of using persistent timers, which gives = some guarantee that the tasks will eventually be processed." msgstr "allora i task asincroni verranno processati dal servizio EJB timer= del container. Se non si =C3=A8 familiari come il servizio Timer, nessuna = paura, non si deve interagire direttamente con esso per usare i metodi asin= croni in Seam. La cosa importante da sapere =C3=A8 che qualsiasi buona impl= ementazione di EJB 3.0 avr=C3=A0 l'opzione di usare i timer di persistenza,= che danno garanzia che i task verranno processati." = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "Another alternative is to use the open source Quartz library to man= age asynchronous method. You need to bundle the Quartz library JAR (found i= n the lib directory) in your EAR and declare it as a Jav= a module in application.xml. The Quartz dispatcher may b= e configured by adding a Quartz property file to the classpath. It must be = named seam.quartz.properties. In addition, you need to a= dd the following line to components.xml to install the Q= uartz dispatcher." msgstr "Un'altra alternativa =C3=A8 quella di usare la libreria open sourc= e Quartz per gestire il metodo asincrono. Occorre incorporare il JAR della = libreria Quartz (che si trova nella directory lib) nell'= EAR e dichiararla come modulo Java in application.xml. I= l dispatcher Quartz pu=C3=B2 essere configurato aggiungendo un file di prop= riet=C3=A0 Quartz al classpath. Deve essere nominato seam.quartz.p= roperties. Inoltre occorre aggiungere la seguente linea a components.xml per installare il dispatcher Quartz. " = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "The Seam API for the default ScheduledThreadPoolExecutor, the EJB3 Timer, and the Quartz Schedu= ler are largely the same. They can just \"plug and play\" by addi= ng a line to components.xml." msgstr "L'API di Seam per il ScheduledThreadPoolExecutor di default, il Timer EJB3, e lo Scheduler Quartz sono pi=C3=B9 o meno la stessa cosa. Vengono azionati come \"= plug and play\" aggiungendo una linea a components.xml." = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "Metodi asincroni" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "In simplest form, an asynchronous call just lets a method call be p= rocessed asynchronously (in a different thread) from the caller. We usually= use an asynchronous call when we want to return an immediate response to t= he client, and let some expensive work be processed in the background. This= pattern works very well in applications which use AJAX, where the client c= an automatically poll the server for the result of the work." msgstr "Nella forma pi=C3=B9 semplice, una chiamata asincrona consente che= una chiamata di metodo venga processata asincronicamente (in un thread dif= ferente) dal chiamante. Solitamente si usa una chiamata asincrona quando si= vuole ritornare una risposta immediata al client, e si lascia in backgroun= d il lavoro dispendioso da processare. Questo pattern funziona molto bene n= elle applicazioni che usano AJAX, dove il client pu=C3=B2 automaticamente i= nterrogare il server per ottenere il risultato del lavoro." = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "For EJB components, we annotate the local interface to specify that= a method is processed asynchronously." msgstr "Per i componenti EJB si annota l'interfaccia locale per specificar= e che un metodo viene processato asincronicamente." = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:92 +#: Jms.xml:203 #, no-c-format msgid "(For JavaBean components we can annotate the component implementati= on class if we like.)" msgstr "(Per i componenti JavaBean, se si vuole, si pu=C3=B2 annotare la c= lasse d'implementazione del componente.)" = #. Tag: para -#: Jms.xml:96 +#: Jms.xml:207 #, no-c-format msgid "The use of asynchronicity is transparent to the bean class:" msgstr "L'uso dell'asincronicit=C3=A0 =C3=A8 trasparente alla classe bean:" = #. Tag: programlisting -#: Jms.xml:100 +#: Jms.xml:211 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:102 +#: Jms.xml:213 #, no-c-format msgid "And also transparent to the client:" msgstr "E =C3=A8 anche trasparente al client:" = #. Tag: programlisting -#: Jms.xml:106 +#: Jms.xml:217 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:108 +#: Jms.xml:219 #, no-c-format msgid "The asynchronous method is processed in a completely new event cont= ext and does not have access to the session or conversation context state o= f the caller. However, the business process context is= propagated." msgstr "Il metodo asincrono viene processato in un contesto eventi complet= amente nuovo e non ha accesso allo stato del contesto sessione o conversazi= one del chiamante. Comunque, il contesto di processo di business = viene propagato." = #. Tag: para -#: Jms.xml:114 +#: Jms.xml:225 #, no-c-format msgid "Asynchronous method calls may be scheduled for later execution usin= g the @Duration, @Expiration and @IntervalDuration annotations." msgstr "Le chiamate del metodo asincrono possono essere schedulate per un'= esecuzione successiva usando le annotazioni @Duration, <= literal>@Expiration e @IntervalDuration." = #. Tag: programlisting -#: Jms.xml:120 +#: Jms.xml:231 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Jms.xml:122 +#: Jms.xml:233 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:124 +#: Jms.xml:235 #, no-c-format msgid "Both client and server may access the Timer obje= ct associated with the invocation. The Timer object show= n below is the EJB3 timer when you use the EJB3 dispatcher. For the default= ScheduledThreadPoolExecutor, the returned object is Future from the JDK. For the Quartz dispatcher, it returns = QuartzTriggerHandle, which we will discuss in the next s= ection." msgstr "Entrambi il server ed il client possono accedere all'oggetto Timer associato all'invocazione. L'oggetto Timer mostrato sotto =C3=A8 il timer EJB3 quando viene usato il dispatcher= EJB3. Per il ScheduledThreadPoolExecutor di default, l'= oggetto restituito =C3=A8 Future di JDK. Per il dispatch= er Quartz, viene ritornato QuartzTriggerHandle, che verr= =C3=A0 discusso nella prossima sessione." = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Jms.xml:131 +#: Jms.xml:242 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Jms.xml:133 +#: Jms.xml:244 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:135 +#: Jms.xml:246 #, no-c-format msgid "Asynchronous methods cannot return any other value to the caller." msgstr "I metodi asincroni non possono ritornare al chiamante alcun altro = valore." = #. Tag: title -#: Jms.xml:142 +#: Jms.xml:253 #, no-c-format msgid "Asynchronous methods with the Quartz Dispatcher" msgstr "Metodi asincroni con il Quartz Dispatcher" = #. Tag: para -#: Jms.xml:144 +#: Jms.xml:255 #, no-c-format msgid "The Quartz dispatcher (see earlier on how to install it) allows you= to use the @Asynchronous, @Duration,= @Expiration, and @IntervalDuration a= nnotations as above. But it has some powerful additional features. The Quar= tz dispatcher supports three new annotations." msgstr "Il dispatcher Quartz (vedere indietro come viene installato) conse= nte di usare le annotazioni @Asynchronous, @Dur= ation, @Expiration, e @IntervalDurati= on come sopra. Ma possiede anche altre potenti caratteristiche. I= l dispatcher Quartz supporta tre nuove annotazioni." = #. Tag: para -#: Jms.xml:148 +#: Jms.xml:259 #, no-c-format msgid "The @FinalExpiration annotation specifies an end= date for the recurring task. Note that you can inject the QuartzTrig= gerHandle." msgstr "L'annotazione @FinalExpiration specifica una da= ta finale per il task ricorrente. Si noti che si pu=C3=B2 iniettare il QuartzTriggerHandle." = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:152 +#: Jms.xml:263 #, no-c-format msgid "Note that the method returns the QuartzTriggerHandle object, which you can use later to stop, pause, and resume the schedul= er. The QuartzTriggerHandle object is serializable, so y= ou can save it into the database if you need to keep it around for extended= period of time." msgstr "Si noti che il metodo restituisce l'oggetto QuartzTrigger= Handle, che si pu=C3=B2 usare per arrestare, mettere in pausa e r= ipristinare lo scheduler. L'oggetto QuartzTriggerHandle = =C3=A8 serializzabile, e quindi pu=C3=B2 essere salvato nel database se dev= e essere presente per un periodo di tempo esteso." = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:156 +#: Jms.xml:267 #, no-c-format msgid "The @IntervalCron annotation supports Unix cron = job syntax for task scheduling. For instance, the following asynchronous me= thod runs at 2:10pm and at 2:44pm every Wednesday in the month of March." msgstr "L'annotazione @IntervalCron supporta la sintass= i Unix del cron job per la schedulazione dei task. Per esempio, il seguente= metodo asincrono gira alle 2:10pm e alle 2:44pm ogni Mercoled=C3=AC del me= se di Marzo." = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:161 +#: Jms.xml:272 #, no-c-format msgid "The @IntervalBusinessDay annotation supports inv= ocation on the \"nth Business Day\" scenario. For instance, the following a= synchronous method runs at 14:00 on the 2nd business day of each month. By = default, it excludes all weekends and US federal holidays until 2010 from t= he business days." msgstr "L'annotazione @IntervalBusinessDay supporta l'i= nvocazione sullo scenario di \"Giorno Lavorativo ennesimo\". Per esempio il= seguente metodo asincrono gira alle ore 14.00 del secondo giorno lavorativ= o di ogni mese. Di default esclude tutti i weekend e le festivit=C3=A0 fede= rali americane fino al 2010 dai giorni lavorativi." = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:166 +#: Jms.xml:277 #, no-c-format msgid "The NthBusinessDay object contains the configura= tion of the invocation trigger. You can specify more holidays (e.g., compan= y holidays, non-US holidays etc.) via the additionalHolidays property." msgstr "L'oggetto NthBusinessDay contiene la configuraz= ione del trigger d'invocazione. Si possono specificare pi=C3=B9 vacanze (es= empio, vacanze aziendali, festivit=C3=A0 non-US, ecc.) attraverso la propri= et=C3=A0 additionalHolidays." = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:170 +#: Jms.xml:281 #, no-c-format msgid "The @IntervalDuration, @IntervalCron, and @IntervalNthBusinessDay annotations are mut= ually exclusive. If they are used in the same method, a RuntimeExc= eption will be thrown." msgstr "Le annotazioni @IntervalDuration, @Int= ervalCron, e @IntervalNthBusinessDay sono mutu= almente esclusive. Se usate nello stesso metodo, verr=C3=A0 lanciata una RuntimeException." = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "Eventi asincroni" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "Component-driven events may also be asynchronous. To raise an event= for asynchronous processing, simply call the raiseAsynchronousEve= nt() method of the Events class. To schedule a= timed event, call the raiseTimedEvent() method, passing= a schedule object (for the default dispatcher or time= r service dispatcher, use TimerSchedule). Components may= observe asynchronous events in the usual way, but remember that only the b= usiness process context is propagated to the asynchronous thread." msgstr "Gli eventi guidati dai componenti possono essere asincroni. Per so= llevare un evento da processare in modo asincrono, occorre semplicemente ch= iamare il metodo raiseAsynchronousEvent() della classe <= literal>Events. Per schedulare un evento a tempo, chiamare il met= odo raiseTimedEvent() passando un oggetto sche= dule (per il dispatcher di default o il dispatcher del servizio = timer, usare TimerSchedule). I componenti possono osserv= are eventi asincroni nel solito modo, ma si tenga presente che solo il cont= esto business process viene propagato nel thread asincrono." = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "Gestione delle eccezione da chiamate asincrone" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "Each asynchronous dispatcher behaves differently when an exception = propagates through it. For example, the java.util.concurrent dispatcher will suspend further executions of a call which repeats, an= d the EJB3 timer service will swallow the exception. Seam therefore catches= any exception which propagates out of the asynchronous call before it reac= hes the dispatcher." msgstr "Ogni dispatcher asincrono si comporta in modo differente quando at= traverso di esso viene propagata un'eccezione. Per esempio, il dispatcher <= literal>java.util.concurrent sospender=C3=A0 ogni altra esecuzion= e di una chiamata che si ripete, ed il servizio timer EJB3 inghiottir=C3=A0= quest'eccezione. Quindi Seam cattura ogni eccezione che si propaga fuori d= a una chiamata asincrona prima che questa raggiunga il dispatcher." = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "By default, any exception which propagates out from an asynchronous= execution will be caught and logged at error level. You can customize this= behavior globally by overriding the org.jboss.seam.async.asynchro= nousExceptionHandler component:" msgstr "Di default ogni eccezione che si propaga fuori da un'esecuzione as= incrona verr=C3=A0 catturata e loggata come errore. Si pu=C3=B2 personalizz= are questo comportamento facendo override del componente org.jboss= .seam.async.asynchronousExceptionHandler." = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:210 +#: Jms.xml:321 #, no-c-format msgid "Here, for example, using java.util.concurrent di= spatcher, we inject its control object and cancel all future invocations wh= en an exception is encountered" msgstr "Per esempio, usando il dispatcher java.util.concurrent, viene iniettato il suo oggetto di controllo e vengono cancellate t= utte le future invocazioni quando si incontra un'eccezione." = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "You can also alter this behavior for an individual component by imp= lementing the method public void handleAsynchronousException(Excep= tion exception); on the component. For example:" msgstr "Si pu=C3=B2 alterare questo comportamento per un componente indivi= duale, implementando sul componente il metodo public void handleAs= ynchronousException(Exception exception);. Per esempio:" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" = -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "Messaggistica in Seam" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "Seam makes it easy to send and receive JMS messages to and from Sea= m components." -msgstr "Seam facilita l'invio e la ricezione di messaggi JMS da e verso co= mponenti Seam." - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "Configurazione" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "To configure Seam's infrastructure for sending JMS messages, you ne= ed to tell Seam about any topics and queues you want to send messages to, a= nd also tell Seam where to find the QueueConnectionFactory and/or TopicConnectionFactory." -msgstr "Per configurare l'infrastruttura di Seam alla spedizione di messag= gi JMS, occorre dire a Seam a quali topic e code si vuole spedire i messagg= i, ed inoltre serve dire dove trovare QueueConnectionFactory e/o TopicConnectionFactory." - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "Seam defaults to using UIL2ConnectionFactory whi= ch is the usual connection factory for use with JBossMQ. If you are using s= ome other JMS provider, you need to set one or both of queueConnec= tion.queueConnectionFactoryJndiName and topicConnection.= topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml." -msgstr "Di default Seam usa UIL2ConnectionFactory che = =C3=A8 la connection factory consueta per l'uso con JBossMQ. Se si impiegan= o altri provider JSM, occorre impostare uno o entrambi i queueConn= ection.queueConnectionFactoryJndiName e topicConnection.= topicConnectionFactoryJndiName in seam.properties, web.xml o components.xml." - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "You also need to list topics and queues in components.xml<= /literal> to install Seam managed TopicPublishers and QueueSenders:" -msgstr "Inoltre in components.xml occorre elencare i to= pic e le code per installare i TopicPublisher ed i QueueSender gestiti da Seam:" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" -"\n" -"\n" -"]]>" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "Spedire messaggi" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "Now, you can inject a JMS TopicPublisher and TopicSession into any component:" -msgstr "Ora =C3=A8 possibile iniettare in qualsiasi componente un TopicPublisher e un TopicSession JMS:" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" -"" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "O lavorando con una coda:" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" -"" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "Ricezione dei messaggi usando un bean message-driven" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "You can process messages using any EJB3 message driven bean. Messag= e-driven beans may even be Seam components, in which case it is possible to= inject other event and application scoped Seam components." -msgstr "I messaggi possono essere processati usando un qualsiasi bean mess= age driven EJB3. I bean message-drive possono essere anche componenti Seam,= in qual caso =C3=A8 possibile iniettare altri componenti Seam aventi scope= evento e applicazione." - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "Ricezione dei messaggi nel client" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "Seam Remoting lets you subscribe to a JMS topic from client-side Ja= vaScript. This is described in ." -msgstr "Seam Remoting consente di sottoscrivere un topic JMS lato client J= avaScript. Questo viene descritto in ." - --===============6742587344006116026==-- From seam-commits at lists.jboss.org Sat Jun 13 20:41:31 2009 Content-Type: multipart/mixed; boundary="===============4585163978096815374==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11153 - in branches/community/Seam_2_2/doc/Seam_Reference_Guide: bn-IN and 22 other directories. Date: Sat, 13 Jun 2009 20:30:04 -0400 Message-ID: --===============4585163978096815374== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-13 20:30:03 -0400 (Sat, 13 Jun 2009) New Revision: 11153 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Annotations.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Author_Group.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Book_Info.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Cache.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/ClusteringAndEJ= BPassivation.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Components.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Concepts.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Configuration.p= ot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Controls.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Conversations.p= ot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Dependencies.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Drools.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Elenhancements.= pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Events.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Excel.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Feedback.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Framework.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Getting_Started= _With_JBoss_Tools.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gettingstarted.= pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Glassfish.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Groovy.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Guice.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gwt.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Hsearch.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/I18n.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Itext.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jbpm.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jms.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Mail.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Performance.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Persistence.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Preface.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Remoting.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Revision_Histor= y.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Rss.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Security.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Spring.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Testing.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Text.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tools.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tutorial.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Validation.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Weblogic.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Webservices.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Websphere.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Wicket.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Xml.pot branches/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Jms.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Controls.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Jms.po Log: POT and PO regeneration Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal\n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/as-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/bn-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/de-DE/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-ES/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-11-06 00:08+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/es-MX/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Seam_-_Contextual_Components VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-11-06 00:09+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/fr-FR/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/gu-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/hi-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: Tools\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-12-10 01:49+0900\n" "Last-Translator: tokobayashi \n" "Language-Team: Japanese \n" @@ -84,11 +84,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "=E8=A9=B3=E7=B4=B0" @@ -107,11 +107,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "=E5=B1=9E=E6=80=A7" @@ -177,11 +177,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "=E4=BD=BF=E3=81=84=E6=96=B9" @@ -262,8 +262,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "=E3=81=AA=E3=81=97" @@ -468,7 +468,7 @@ "=E3=83=87=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=A8=E3=83=A9=E3=83=BC= =E3=82=92=E5=8F=97=E3=81=91=E5=8F=96=E3=82=8B=E3=81=93=E3=81=A8=E3=81=AB=E3= =81=AA=E3=82=8B=E3=81=A7=E3=81=97=E3=82=87=E3=81=86=E3=80=82" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "=E8=A8=AD=E5=AE=9A" @@ -789,12 +789,20 @@ = #. Tag: para #: Controls.xml:452 +#, fuzzy, no-c-format +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." +msgstr "disabled — =E3=83=AA=E3=83=B3=E3=82=AF=E3= =81=8C=E7=84=A1=E5=8A=B9=E3=81=8B=E3=81=A9=E3=81=86=E3=81=8B" + +#. Tag: para +#: Controls.xml:457 #, no-c-format msgid "messageId — Message id to show on failure." msgstr "messageId — =E5=A4=B1=E6=95=97=E6=99=82= =E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B=E3=83=A1=E3=83=83=E3=82=BB=E3= =83=BC=E3=82=B8ID" = #. Tag: para -#: Controls.xml:457 +#: Controls.xml:462 #, fuzzy, no-c-format msgid "" "operator — What operator to use when comparing t= he " @@ -803,20 +811,20 @@ "factor — =E4=B8=8E=E3=81=88=E3=82=89=E3=82=8C=E3= =81=9F=E4=BF=82=E6=95=B0=E3=81=A7=E7=94=BB=E5=83=8F=E3=82=92=E6=8B=A1=E5=A4= =A7=E7=B8=AE=E5=B0=8F=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, fuzzy, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "disabled — =E3=83=AA=E3=83=B3=E3=82=AF=E3= =81=8C=E7=84=A1=E5=8A=B9=E3=81=8B=E3=81=A9=E3=81=86=E3=81=8B" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, fuzzy, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "disabled — =E3=83=AA=E3=83=B3=E3=82=AF=E3= =81=8C=E7=84=A1=E5=8A=B9=E3=81=8B=E3=81=A9=E3=81=86=E3=81=8B" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -862,13 +870,13 @@ "]]>" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "<s:validate>" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -878,7 +886,7 @@ "=E3=81=AB=E5=AF=BE=E3=81=97=E3=81=A6 JSF =E5=85=A5=E5=8A=9B=E3=83=95=E3= =82=A3=E3=83=BC=E3=83=AB=E3=83=89=E3=82=92=E7=A2=BA=E8=AA=8D=E3=81=97=E3=81= =BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:523 +#: Controls.xml:528 #, no-c-format msgid "<s:validateAll>" msgstr "<s:validateAll>" = #. Tag: para -#: Controls.xml:526 +#: Controls.xml:531 #, no-c-format msgid "" "A non-visual control, validates all child JSF input fields against their " @@ -910,7 +918,7 @@ "=E3=83=86=E3=82=A3=E3=81=AB=E5=AF=BE=E3=81=97=E3=81=99=E3=81=B9=E3=81=A6= =E3=81=AE=E5=AD=90 JSF =E5=85=A5=E5=8A=9B=E3=83=95=E3=82=A3=E3=83=BC=E3=83= =AB=E3=83=89=E3=82=92=E7=A2=BA=E8=AA=8D=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:537 +#: Controls.xml:542 #, no-c-format msgid "" "\n" @@ -956,19 +964,19 @@ "]]>" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "<s:decorate>" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -978,7 +986,7 @@ "=E3=82=8B=E5=A0=B4=E5=90=88=E3=80=81 JSF =E5=85=A5=E5=8A=9B=E3=83=95=E3= =82=A3=E3=83=BC=E3=83=AB=E3=83=89=E3=82=92 \"=E8=A3=85=E9=A3=BE\" =E3=81=97= =E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -988,7 +996,7 @@ "=E3=83=97=E3=83=AC=E3=83=BC=E3=83=88" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -997,7 +1005,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, fuzzy, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -1008,7 +1016,7 @@ "=E3=83=97=E3=83=AC=E3=83=BC=E3=83=88" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -1024,7 +1032,7 @@ " =E3=81=AF true =E3=81=A8=E8=A9=95=E4=BE=A1= =E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -1038,7 +1046,7 @@ " ]]>" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:594 +#: Controls.xml:599 #, no-c-format msgid "<s:div>" msgstr "<s:div>" = #. Tag: para -#: Controls.xml:597 +#: Controls.xml:602 #, no-c-format msgid "Render a HTML <div>." msgstr "HTML <div> =E3=82=92=E3=83=AC=E3=83=B3=E3= =83=80=E3=83=AA=E3=83=B3=E3=82=B0=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -1118,25 +1126,25 @@ "]]>" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "<s:span>" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "HTML <span> =E3=82=92=E3=83=AC=E3=83=B3= =E3=83=80=E3=83=AA=E3=83=B3=E3=82=B0=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "title — span =E3=81=AE=E3=82=BF=E3=82=A4= =E3=83=88=E3=83=AB" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "*]]>" = #. Tag: literal -#: Controls.xml:635 +#: Controls.xml:640 #, no-c-format msgid "<s:fragment>" msgstr "<s:fragment>" = #. Tag: para -#: Controls.xml:638 +#: Controls.xml:643 #, no-c-format msgid "" "A non-rendering component useful for enabling/disabling rendering of it's= " @@ -1162,7 +1170,7 @@ "=E5=8C=96=E3=81=99=E3=82=8B=E3=81=AE=E3=81=AB=E4=BE=BF=E5=88=A9=E3=81=A7= =E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:649 +#: Controls.xml:654 #, no-c-format msgid "" "\n" @@ -1174,13 +1182,13 @@ "]]>" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "<s:label>" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -1193,19 +1201,19 @@ "=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82 =E3=82=88=E3=81=8F <s:de= corate> =E3=81=A8=E3=81=A8=E3=82=82=E3=81=AB=E4=BD=BF=E7=94=A8= =E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "style — =E3=82=B3=E3=83=B3=E3=83=88=E3=83= =AD=E3=83=BC=E3=83=AB=E3=81=AE=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=80=82" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "styleClass — =E3=82=B3=E3=83=B3=E3=83=88= =E3=83=AD=E3=83=BC=E3=83=AB=E3=81=AE=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3= =82=AF=E3=83=A9=E3=82=B9=E3=80=82" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -1219,19 +1227,19 @@ "]]>" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "<s:message>" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "=E6=A4=9C=E8=A8=BC=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AE=E3=83=A1=E3= =83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=A7 JSF =E5=85=A5=E5=8A=9B=E3=83=95= =E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89=E3=82=92 \"=E8=A3=85=E9=A3=BE\" =E3=81= =97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1249,31 +1257,31 @@ "]]>" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "Seam Text" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "<s:validateFormattedText>" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "=E3=82=B5=E3=83=96=E3=83=9F=E3=83=83=E3=83=88=E3=81=95=E3=82=8C=E3= =81=9F=E5=80=A4=E3=81=8C=E6=AD=A3=E3=81=97=E3=81=84Seam Text=E3=81=A7=E3=81= =82=E3=82=8B=E3=81=93=E3=81=A8=E3=82=92=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF= =E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "<s:formattedText>" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1285,7 +1293,7 @@ "=E3=82=AF=E3=82=A2=E3=83=83=E3=83=97=E3=81=A7=E3=81=99=E3=80=82=E4=BD=BF= =E3=81=84=E6=96=B9=E3=81=AE=E5=85=A8=E8=A9=B3=E7=B4=B0=E3=81=AB=E3=81=A4=E3= =81=84=E3=81=A6=E3=81=AF Seam Text =E3=81=AE=E7=AB=A0=E3=82=92=E5=8F=82=E7= =85=A7=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1295,31 +1303,31 @@ "=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8BEL=E5=BC=8F" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "=E4=BE=8B" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, fuzzy, no-c-format msgid "<s:token>" msgstr "<s:button>" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1329,7 +1337,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1339,7 +1347,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1349,7 +1357,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1362,7 +1370,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1372,19 +1380,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "<s:enumItem>" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "enum =E3=81=AE=E5=80=A4=E3=81=8B=E3=82=89 SelectItem =E3=82=92=E4=BD=9C=E6=88=90=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1392,7 +1400,7 @@ msgstr "enumValue — =E5=88=97=E6=8C=99=E5=80=A4= =E3=81=AE=E6=96=87=E5=AD=97=E5=88=97=E8=A1=A8=E7=8F=BE" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1402,7 +1410,7 @@ "=E3=81=99=E3=82=8B=E9=9A=9B=E3=81=AB=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B= =E3=83=A9=E3=83=99=E3=83=AB" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:837 +#: Controls.xml:842 #, no-c-format msgid "<s:selectItems>" msgstr "<s:selectItems>" = #. Tag: para -#: Controls.xml:840 +#: Controls.xml:845 #, no-c-format msgid "" "Creates a List<SelectItem> from a List, Set, " @@ -1444,7 +1452,7 @@ "literal> =E3=82=92=E4=BD=9C=E6=88=90=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1454,7 +1462,7 @@ "=E6=A0=BC=E7=B4=8D=E3=81=95=E3=82=8C=E3=82=8B=E3=83=87=E3=83=BC=E3=82=BF= =E3=82=92=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8BEL=E5=BC=8F=E3=80=82" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1464,7 +1472,7 @@ "=E3=83=AB=E5=A4=89=E6=95=B0=E3=81=AE=E5=90=8D=E5=89=8D=E3=82=92=E5=AE=9A= =E7=BE=A9=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1475,7 +1483,7 @@ "=E3=81=99=E3=82=8B=E9=9A=9B=E3=81=AB=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B= =E3=83=A9=E3=83=99=E3=83=AB=E3=80=82 var =E5=A4=89=E6=95= =B0=E3=82=92=E5=8F=82=E7=85=A7=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1487,7 +1495,7 @@ "=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=8C=E4=BD=BF=E7=94=A8=E3=81=95= =E3=82=8C=E3=81=BE=E3=81=99=E3=80=82var =E5=A4=89=E6=95= =B0=E3=82=92=E5=8F=82=E7=85=A7=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1511,7 +1519,7 @@ "=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E5=A0=B4=E5=90=88=E3=80=81=E3=81=93= =E3=81=AE=E5=80=A4=E3=82=92=E9=81=B8=E6=8A=9E=E3=81=99=E3=82=8C=E3=81=B0=E6= =A4=9C=E8=A8=BC=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=8B=E3=81= =A7=E3=81=97=E3=82=87=E3=81=86) =E3=80=82" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1521,7 +1529,7 @@ "=E3=82=8B=E3=81=A8=E3=81=8D=E3=81=AF noSelectionLabel = =E3=81=AF=E9=9A=A0=E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" = #. Tag: literal -#: Controls.xml:904 +#: Controls.xml:909 #, no-c-format msgid "<s:fileUpload>" msgstr "<s:fileUpload>" = #. Tag: para -#: Controls.xml:907 +#: Controls.xml:912 #, no-c-format msgid "" "Renders a file upload control. This control must be used within a form wi= th " @@ -1552,13 +1560,13 @@ "=E5=86=85=E3=81=A7=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B=E5=BF=85=E8=A6=81= =E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Controls.xml:913 +#: Controls.xml:918 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1568,7 +1576,7 @@ "xml =E5=86=85=E3=81=A7=E8=A8=AD=E5=AE=9A=E3=81=97=E3=81=AA=E3= =81=91=E3=82=8C=E3=81=B0=E3=81=AA=E3=82=8A=E3=81=BE=E3=81=9B=E3=82=93=E3=80= =82" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1592,7 +1600,7 @@ "]]>" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1602,7 +1610,7 @@ "=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1612,7 +1620,7 @@ "=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AF=E3=83=A1=E3=83=A2=E3=83=AA= =E3=81=A7=E3=81=AF=E3=81=AA=E3=81=8F=E4=B8=80=E6=99=82=E3=83=95=E3=82=A1=E3= =82=A4=E3=83=AB=E3=81=AB=E4=BF=9D=E5=AD=98=E3=81=95=E3=82=8C=E3=81=BE=E3=81= =99=E3=80=82" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1622,13 +1630,13 @@ "=E3=82=BA=E3=81=A7=E3=81=99=E3=80=82=E5=8D=98=E4=BD=8D=E3=81=AF=E3=83=90= =E3=82=A4=E3=83=88=E3=81=A7=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "=E4=BE=8B:" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1642,7 +1650,7 @@ "]]>" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1654,7 +1662,7 @@ "InputStream =E3=81=A8=E3=81=97=E3=81=A6=E5=AE=A3=E8=A8= =80=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E5=BF=85=E8=A6=81=E3=81=8C= =E3=81=82=E3=82=8A=E3=81=BE=E3=81=99(=E5=BF=85=E9=A0=88)=E3=80=82" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1664,7 +1672,7 @@ "=E3=83=B3=E3=83=88=E3=82=BF=E3=82=A4=E3=83=97=E3=82=92=E5=8F=97=E3=81=91= =E5=8F=96=E3=82=8A=E3=81=BE=E3=81=99 (=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7= =E3=83=B3)=E3=80=82" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1674,7 +1682,7 @@ "=E3=82=8A=E3=81=BE=E3=81=99 (=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83= =B3)=E3=80=82" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1684,7 +1692,7 @@ "=E3=81=91=E5=8F=96=E3=82=8A=E3=81=BE=E3=81=99 (=E3=82=AA=E3=83=97=E3=82= =B7=E3=83=A7=E3=83=B3)=E3=80=82" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1696,7 +1704,7 @@ "\"images/png,images/jpg\"=E3=80=81 \"images/*\"=E3=80=82" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "]]>" = #. Tag: title -#: Controls.xml:1007 +#: Controls.xml:1012 #, no-c-format msgid "Other" msgstr "=E3=81=9D=E3=81=AE=E4=BB=96" = #. Tag: literal -#: Controls.xml:1010 +#: Controls.xml:1015 #, no-c-format msgid "<s:cache>" msgstr "<s:cache>" = #. Tag: para -#: Controls.xml:1013 +#: Controls.xml:1018 #, no-c-format msgid "" "Cache the rendered page fragment using JBoss Cache. Note that &l= t;s:" @@ -1734,7 +1742,7 @@ = # faragment:=E3=83=95=E3=83=A9=E3=82=B0=E3=83=A1=E3=83=B3=E3=83=88=E3=80= =81=E6=96=AD=E7=89=87 #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1748,7 +1756,7 @@ "literal>=E3=81=AE=E3=82=88=E3=81=86=E3=81=AB=E4=BD=BF=E3=81=84=E3=81=BE= =E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1757,7 +1765,7 @@ "enabled — =E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7= =E3=83=A5=E3=82=92=E4=BD=BF=E3=81=86=E3=81=B9=E3=81=8D=E3=81=8B=E3=81=A9=E3= =81=86=E3=81=8B=E6=B1=BA=E5=AE=9A=E3=81=99=E3=82=8B=E5=80=A4=E5=BC=8F=E3=80= =82" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1767,7 +1775,7 @@ "=E3=81=AA=E3=82=8B=E6=9C=89=E5=8A=B9=E6=9C=9F=E9=99=90=E3=83=9D=E3=83=AA= =E3=82=B7=E3=83=BC=E3=82=92=E6=8C=81=E3=81=A4=E3=81=93=E3=81=A8=E3=81=8C=E3= =81=A7=E3=81=8D=E3=81=BE=E3=81=99)=E3=80=82" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1805,13 +1813,13 @@ "]]>" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, fuzzy, no-c-format msgid "<s:resource>" msgstr "<s:remote>" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1819,7 +1827,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, fuzzy, no-c-format msgid "" "\n" @@ -1844,7 +1852,7 @@ "]]>" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1852,7 +1860,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, fuzzy, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" @@ -1860,7 +1868,7 @@ "=E3=82=8A=E3=81=BE=E3=81=99 (=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83= =B3)=E3=80=82" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, fuzzy, no-c-format msgid "" "contentType — content type of the file to be " @@ -1870,20 +1878,20 @@ "=E3=83=B3=E3=83=88=E3=82=BF=E3=82=A4=E3=83=97=E3=82=92=E5=8F=97=E3=81=91= =E5=8F=96=E3=82=8A=E3=81=BE=E3=81=99 (=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7= =E3=83=B3)=E3=80=82" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, fuzzy, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "disabled — =E3=83=AA=E3=83=B3=E3=82=AF=E3= =81=8C=E7=84=A1=E5=8A=B9=E3=81=8B=E3=81=A9=E3=81=86=E3=81=8B" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, fuzzy, no-c-format msgid "" "]]>" = #. Tag: para -#: Controls.xml:1092 +#: Controls.xml:1097 #, no-c-format msgid "" "The bean named resources is some backing bean that giv= en " @@ -1906,13 +1914,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, fuzzy, no-c-format msgid "<s:download>" msgstr "<s:fileUpload>" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1920,13 +1928,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, fuzzy, no-c-format msgid "src — Resource file serving files." msgstr "message — =E5=A4=B1=E6=95=97=E6=99=82=E3= =81=AB=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B=E3=83=A1=E3=83=83=E3=82= =BB=E3=83=BC=E3=82=B8" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1935,7 +1943,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1960,7 +1968,7 @@ "=E3=81=A7=E7=94=BB=E5=83=8F=E3=82=92=E4=BD=9C=E6=88=90=E3=81=99=E3=82=8B= =E3=81=93=E3=81=A8=E3=82=92=E8=A8=B1=E5=8F=AF=E3=81=97=E3=81=BE=E3=81=99=E3= =80=82 =E3=81=95=E3=82=89=E3=81=AB=E7=94=BB=E5=83=8F=E3=81=AE=E5=A4=89=E6= =8F=9B=E3=82=82=E9=81=A9=E7=94=A8=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=99=E3=80= =82" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1970,7 +1978,7 @@ "=E4=BB=96=E3=80=81 =E4=BB=A5=E4=B8=8B=E3=82=82=E3=82=B5=E3=83=9D=E3=83=BC= =E3=83=88=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1988,7 +1996,7 @@ "literal> =E3=81=A8 image/gif =E3=81=A7=E3=81=99=E3=80= =82" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -2000,13 +2008,13 @@ "=E5=90=8D=E5=89=8D=E3=81=AF=E4=B8=80=E6=84=8F=E3=81=A7=E3=81=82=E3=82=8B= =E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "=E5=A4=89=E6=8F=9B" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -2016,25 +2024,25 @@ "Seam =E3=81=AF=E7=8F=BE=E5=9C=A8=E3=80=81 =E6=AC=A1=E3=81=AE=E3=82=88=E3= =81=86=E3=81=AA=E5=A4=89=E6=8F=9B=E3=82=92=E3=82=B5=E3=83=9D=E3=83=BC=E3=83= =88=E3=81=97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "<s:transformImageSize>" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "width — =E7=94=BB=E5=83=8F=E3=81=AE=E5=B9= =85=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "height — =E7=94=BB=E5=83=8F=E3=81=AE=E9= =AB=98=E3=81=95=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=97=E3=81=BE=E3=81=99=E3=80= =82" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -2048,20 +2056,20 @@ "=E8=A8=88=E7=AE=97=E3=81=97=E3=80=81=E7=94=BB=E5=83=8F=E3=82=92=E3=83=AA= =E3=82=B5=E3=82=A4=E3=82=BA=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" "factor — =E4=B8=8E=E3=81=88=E3=82=89=E3=82=8C=E3= =81=9F=E4=BF=82=E6=95=B0=E3=81=A7=E7=94=BB=E5=83=8F=E3=82=92=E6=8B=A1=E5=A4= =A7=E7=B8=AE=E5=B0=8F=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "<s:transformImageBlur>" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -2071,13 +2079,13 @@ "=E5=AE=9F=E8=A1=8C=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "<s:transformImageType>" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -2087,7 +2095,7 @@ "literal> =E3=81=BE=E3=81=9F=E3=81=AF image/png =E3=81= =AB=E5=A4=89=E6=9B=B4=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponent]]>" = #. Tag: literal -#: Controls.xml:1254 +#: Controls.xml:1259 #, no-c-format msgid "<s:remote>" msgstr "<s:remote>" = #. Tag: para -#: Controls.xml:1257 +#: Controls.xml:1262 #, no-c-format msgid "Generates the Javascript stubs required to use Seam Remoting." msgstr "Seam Remoting =E3=82=92=E4=BD=BF=E3=81=86=E3=81=AE=E3=81=AB=E5=BF= =85=E8=A6=81=E3=81=AA Javascript =E3=81=AE=E3=82=B9=E3=82=BF=E3=83=96=E3=82= =92=E7=94=9F=E6=88=90=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Controls.xml:1264 +#: Controls.xml:1269 #, no-c-format msgid "" "include — a comma-separated list of the componen= t " @@ -2143,7 +2151,7 @@ "=E3=81=97=E3=81=BE=E3=81=99=E3=80=82=E8=A9=B3=E3=81=97=E3=81=8F=E3=81=AF = =E3=82=92=E5=8F=82=E7=85=A7=E3=81=97=E3=81= =A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]>" = #. Tag: title -#: Controls.xml:1281 +#: Controls.xml:1286 #, no-c-format msgid "Annotations" msgstr "=E3=82=A2=E3=83=8E=E3=83=86=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3" = #. Tag: para -#: Controls.xml:1283 +#: Controls.xml:1288 #, no-c-format msgid "" "Seam also provides annotations to allow you to use Seam components as JSF= " @@ -2169,13 +2177,13 @@ "=E3=81=99=E3=82=8B=E3=82=A2=E3=83=8E=E3=83=86=E3=83=BC=E3=82=B7=E3=83=A7= =E3=83=B3=E3=82=92=E6=8F=90=E4=BE=9B=E3=81=97=E3=81=BE=E3=81=99:" = #. Tag: literal -#: Controls.xml:1291 +#: Controls.xml:1296 #, no-c-format msgid "@Converter" msgstr "@Converter" = #. Tag: programlisting -#: Controls.xml:1294 +#: Controls.xml:1299 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Controls.xml:1296 +#: Controls.xml:1301 #, no-c-format msgid "" "]]" @@ -2231,7 +2239,7 @@ ">" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -2243,13 +2251,13 @@ "=E3=83=8D=E3=83=BC=E3=82=B8=E3=83=A3=E3=81=AB=E3=82=A2=E3=82=AF=E3=82=BB= =E3=82=B9=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AA=E3=82=B3=E3=83=B3=E3= =83=90=E3=83=BC=E3=82=BF=E3=81=A7=E3=81=99=E3=80=82" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "@Validator" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Controls.xml:1313 +#: Controls.xml:1318 #, no-c-format msgid "" "]]" @@ -2297,7 +2305,7 @@ ">" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ja-JP/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: Jms\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-03-22 12:51+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2009-02-23 13:16+1000\n" "Last-Translator: Noriko Mizumoto \n" "Language-Team: Japanese \n" @@ -40,9 +40,9 @@ #: Jms.xml:11 #, fuzzy, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" "=E3=81=97=E3=81=8B=E3=81=97=E5=A4=9A=E3=81=8F=E3=81=AE=E4=BD=BF=E7=94=A8= =E4=BA=8B=E4=BE=8B=E3=81=A7=E3=81=AFJMS=E3=81=AF=E9=81=8E=E5=89=B0=E3=81=A7= =E3=81=99=E3=80=82 Seam=E3=81=AF=E3=82=B7=E3=83=B3=E3=83=97=E3=83=AB=E3=81= =AA=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=83=A1=E3=82=BD=E3=83=83=E3=83=89=E3=81=A8= =E3=82=A4=E3=83=99" "=E3=83=B3=E3=83=88=E6=A9=9F=E8=83=BD=E3=82=92=E3=83=87=E3=82=A3=E3=82=B9= =E3=83=91=E3=83=83=E3=83=81=E3=83=A3=E3=81=AE=E9=81=B8=E6=8A=9E=E3=81=AB=E5= =BF=9C=E3=81=98=E3=81=A6=E3=83=AC=E3=82=A4=E3=83=A4=E5=8C=96=E3=81=97=E3=81= =BE=E3=81=99=E3=80=82" @@ -69,14 +69,359 @@ msgid "Quartz" msgstr "Quartz" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "Seam =E3=81=A7=E3=81=AE=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82= =B8=E3=83=B3=E3=82=B0" + +#. Tag: para +#: Jms.xml:42 +#, fuzzy, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" +"Seam =E3=81=AF Seam =E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83= =B3=E3=83=88=E3=81=AE JMS =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3= =81=AE=E9=80=81=E5=8F=97=E4=BF=A1=E3=82=92=E5=AE=B9=E6=98=93=E3=81=AB=E3=81= =97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "=E8=A8=AD=E5=AE=9A" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" +"JMS =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E9=80=81=E4=BF= =A1=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81 Seam =E3=81=AE=E3=82=A4=E3=83=B3=E3= =83=95=E3=83=A9=E3=82=B9=E3=83=88=E3=83=A9=E3=82=AF=E3=83=81=E3=83=A3=E3=82= =92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B=E3=81=AB=E3=81=AF=E3=80=81 " +"Seam =E3=81=AB =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E9= =80=81=E4=BF=A1=E5=85=88=E3=81=A8=E3=81=AA=E3=82=8B=E3=83=88=E3=83=94=E3=83= =83=E3=82=AF=E3=81=8A=E3=82=88=E3=81=B3=E3=82=AD=E3=83=A5=E3=83=BC=E3=81=AB= =E9=96=A2=E3=81=99=E3=82=8B=E6=83=85=E5=A0=B1=E3=82=92=E7=9F=A5=E3=82=89=E3= =81=9B=E3=80=81 =E3=81=BE" +"=E3=81=9F QueueConnectionFactory =E3=81=A8 " +"TopicConnectionFactory =E3=81=AE=E4=B8=A1=E6=96=B9=E3= =81=82=E3=82=8B=E3=81=84=E3=81=AF=E3=81=84=E3=81=9A=E3=82=8C=E3=81=8B=E3=81= =AE=E5=A0=B4=E6=89=80=E3=82=82=E7=9F=A5=E3=82=89" +"=E3=81=9B=E3=82=8B=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE= =E3=81=99=E3=80=82" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" +"Seam =E3=81=AF=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=81=A7=E3= =80=81JBossMQ =E7=94=A8=E3=81=AE=E9=80=9A=E5=B8=B8=E3=81=AE=E3=82=B3=E3=83= =8D=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=95=E3=82=A1=E3=82=AF=E3=83=88= =E3=83=AA " +"UIL2ConnectionFactory =E3=82=92=E4=BD=BF=E7=94=A8=E3= =81=97=E3=81=BE=E3=81=99=E3=80=82 =E3=82=82=E3=81=97=E3=80=81=E3=81=9D=E3= =81=AE=E4=BB=96=E3=81=AE JMS =E3=83=97" +"=E3=83=AD=E3=83=90=E3=82=A4=E3=83=80=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99= =E3=82=8B=E5=A0=B4=E5=90=88=E3=81=AB=E3=81=AF=E3=80=81 seam.proper= ties=E3=80=81" +"web.xml =E3=81=82=E3=82=8B=E3=81=84=E3=81=AF=E3=80=81<= literal>components.xml =E4=B8=AD=E3=81=AE " +"queueConnection.queueConnectionFactoryJndiName=E3=80= =81 " +"topicConnection.topicConnectionFactoryJndiName =E3=81= =AE=E4=B8=80=E6=96=B9=E3=81=82=E3=82=8B" +"=E3=81=84=E3=81=AF=E4=B8=A1=E6=96=B9=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99= =E3=82=8B=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99=E3= =80=82" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" +"Seam =E7=AE=A1=E7=90=86=E3=81=AE TopicPublisher =E3=81= =BE=E3=81=9F=E3=81=AF=E3=80=81 QueueSender =E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB= =E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB=E3=80=81 components.= xml =E4=B8=AD=E3=81=AB " +"topic =E3=81=BE=E3=81=9F=E3=81=AF queue =E3=82=92=E8=A8=98=E5=85=A5=E3=81= =99=E3=82=8B=E5=BF=85=E8=A6=81=E3=82=82=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99= =E3=80=82" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" +"\n" +"\n" +"]]>" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9=80=81=E4=BF=A1" + +#. Tag: para +#: Jms.xml:85 +#, fuzzy, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" +"JMS TopicPublisher =E3=82=84=E3=80=81 TopicSe= ssion =E3=82=92" +"=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AB= =E3=82=A4=E3=83=B3=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=99=E3=82=8B=E3= =81=93=E3=81=A8=E3=81=8C=E5=8F=AF=E8=83=BD=E3=81=A7=E3=81=99=E3=80=82" + +#. Tag: programlisting +#: Jms.xml:91 +#, fuzzy, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: para +#: Jms.xml:93 +#, fuzzy, no-c-format +msgid "or to a queue:" +msgstr "=E3=81=82=E3=82=8B=E3=81=84=E3=81=AF=E3=80=81Queue =E9=80=A3=E6=90= =BA=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=82=82=E5=8F=AF=E8=83=BD=E3=81=A7= =E3=81=99=E3=80=82" + +#. Tag: programlisting +#: Jms.xml:95 +#, fuzzy, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9=A7=86=E5=8B=95=E5= =9E=8B Bean =E3=82=92=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=9F=E3=83=A1=E3=83=83= =E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E5=8F=97=E4=BF=A1" + +#. Tag: para +#: Jms.xml:101 +#, fuzzy, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" +"EJB3 =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9=A7=86=E5=8B=95=E5= =9E=8B Bean =E3=82=92=E5=88=A9=E7=94=A8=E3=81=97=E3=81=A6=E3=83=A1=E3=83=83= =E3=82=BB=E3=83=BC=E3=82=B8=E5=87=A6=E7=90=86=E3=81=8C=E5=8F=AF=E8=83=BD=E3= =81=A7=E3=81=99=E3=80=82 =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9= =A7=86" +"=E5=8B=95=E5=9E=8B Bean =E3=81=AF Seam =E3=82=B3=E3=83=B3=E3=83=9D=E3=83= =BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=A8=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8= =E3=82=82=E5=8F=AF=E8=83=BD=E3=81=A7=E3=81=99=E3=80=82 =E3=81=93=E3=81=AE= =E5=A0=B4=E5=90=88=E3=80=81=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88=E3=81=BE=E3= =81=9F" +"=E3=81=AF=E3=82=A2=E3=83=97=E3=83=AA=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7= =E3=83=B3=E3=82=B9=E3=82=B3=E3=83=BC=E3=83=97=E3=81=AE Seam =E3=82=B3=E3=83= =B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AE=E3=82=A4=E3=83=B3= =E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=8C=E5=8F=AF=E8=83=BD=E3=81=A7=E3= =81=99=E3=80=82" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, fuzzy, no-c-format +msgid "" +"" +msgstr "" +"" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "=E3=82=AF=E3=83=A9=E3=82=A4=E3=82=A2=E3=83=B3=E3=83=88=E3=81=A7=E3= =81=AE=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E5=8F=97=E4=BF= =A1" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" +"Seam Remoting =E3=81=AB=E3=82=88=E3=82=8A=E3=82=AF=E3=83=A9=E3=82=A4=E3= =82=A2=E3=83=B3=E3=83=88=E5=81=B4=E3=81=AE JavaScript =E3=81=8B=E3=82=89 JM= S =E3=83=88=E3=83=94=E3=83=83=E3=82=AF=E3=81=AB=E3=82=B5=E3=83=96=E3=82=B9= =E3=82=AF=E3=83=A9" +"=E3=82=A4=E3=83=96=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7= =E3=81=8D=E3=81=BE=E3=81=99=E3=80=82 =E3=81=93=E3=82=8C=E3=81=AB=E3=81=A4= =E3=81=84=E3=81=A6=E3=81=AF =E3=81=AB=E8=A8= =98=E8=BC=89=E3=81=95" +"=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "=E9=9D=9E=E5=90=8C=E6=9C=9F=E6=80=A7" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -95,13 +440,13 @@ "literal> =E3=81=AB=E8=BF=BD=E5=8A=A0=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -119,7 +464,7 @@ "=E3=81=AB=E3=81=AF=E5=87=A6=E7=90=86=E3=81=95=E3=82=8C=E3=82=8B=E3=81=93= =E3=81=A8=E3=82=92=E4=BF=9D=E8=A8=BC=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -141,13 +486,13 @@ "=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=99=E3=82=8B= =E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "]]>" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -161,13 +506,13 @@ "=E3=83=A9=E3=82=B0=E3=82=A2=E3=83=B3=E3=83=89=E3=83=97=E3=83=AC=E3=82=A4= =E3=81=8C=E5=8F=AF=E8=83=BD=E3=81=A7=E3=81=99=E3=80=82" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=83=A1=E3=82=BD=E3=83=83=E3=83=89" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -184,7 +529,7 @@ "=E3=83=AA=E3=83=B3=E3=82=B0=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86= =E3=81=AA=E3=80=81AJAX=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B=E3=82= =A2=E3=83=97=E3=83=AA=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=A7= =E3=81=A8=E3=81=A6=E3=82=82=E5=8A=B9=E6=9E=9C=E7=9A=84=E3=81=A7=E3=81=99=E3= =80=82" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -194,7 +539,7 @@ "=E3=81=AB=E5=87=A6=E7=90=86=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86= =E6=8C=87=E5=AE=9A=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:92 +#: Jms.xml:203 #, no-c-format msgid "" "(For JavaBean components we can annotate the component implementation cla= ss " @@ -222,13 +567,13 @@ "=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=BE= =E3=81=99)" = #. Tag: para -#: Jms.xml:96 +#: Jms.xml:207 #, no-c-format msgid "The use of asynchronicity is transparent to the bean class:" msgstr "=E9=9D=9E=E5=90=8C=E6=9C=9F=E6=80=A7=E3=81=AE=E4=BD=BF=E7=94=A8=E3= =81=AFbean=E3=82=AF=E3=83=A9=E3=82=B9=E3=81=AB=E9=80=8F=E9=81=8E=E7=9A=84= =E3=81=A7=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:100 +#: Jms.xml:211 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:102 +#: Jms.xml:213 #, no-c-format msgid "And also transparent to the client:" msgstr "=E3=81=9D=E3=81=97=E3=81=A6=E3=82=AF=E3=83=A9=E3=82=A4=E3=82=A2=E3= =83=B3=E3=83=88=E3=81=AB=E5=AF=BE=E3=81=97=E3=81=A6=E3=82=82=E9=80=8F=E9=81= =8E=E7=9A=84=E3=81=A7=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:106 +#: Jms.xml:217 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:108 +#: Jms.xml:219 #, no-c-format msgid "" "The asynchronous method is processed in a completely new event context an= d " @@ -303,7 +648,7 @@ "=E3=82=BB=E3=82=B9=E3=82=B3=E3=83=B3=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88= =E3=81=AF=E4=BC=9D=E6=92=AD=E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Jms.xml:114 +#: Jms.xml:225 #, no-c-format msgid "" "Asynchronous method calls may be scheduled for later execution using the " @@ -315,7 +660,7 @@ "=E5=AE=9F=E8=A1=8C=E3=81=AE=E3=81=9F=E3=82=81=E3=81=AB=E3=82=B9=E3=82=B1= =E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AA=E3=83=B3=E3=82=B0=E3=81=A7=E3=81=8D=E3= =81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:120 +#: Jms.xml:231 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Jms.xml:122 +#: Jms.xml:233 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:124 +#: Jms.xml:235 #, no-c-format msgid "" "Both client and server may access the Timer object " @@ -415,7 +760,7 @@ "=E3=81=99=E3=80=82 =E3=81=93=E3=82=8C=E3=81=AB=E3=81=A4=E3=81=84=E3=81=A6= =E3=81=AF=E6=AC=A1=E3=81=AE=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3= =81=A7=E8=AA=AC=E6=98=8E=E3=81=97=E3=81=A6=E3=81=84=E3=81=8D=E3=81=BE=E3=81= =99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Jms.xml:131 +#: Jms.xml:242 #, no-c-format msgid "" "" = #. Tag: programlisting -#: Jms.xml:133 +#: Jms.xml:244 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:135 +#: Jms.xml:246 #, no-c-format msgid "Asynchronous methods cannot return any other value to the caller." msgstr "=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=83=A1=E3=82=BD=E3=83=83=E3=83=89=E3= =81=AF=E5=91=BC=E3=81=B3=E5=87=BA=E3=81=97=E5=81=B4=E3=81=AB=E4=BB=96=E3=81= =AE=E3=81=A9=E3=82=93=E3=81=AA=E5=80=A4=E3=82=82=E8=BF=94=E3=81=99=E3=81=93= =E3=81=A8=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=9B=E3=82=93=E3=80=82" = #. Tag: title -#: Jms.xml:142 +#: Jms.xml:253 #, no-c-format msgid "Asynchronous methods with the Quartz Dispatcher" msgstr "Quartz =E3=83=87=E3=82=A3=E3=82=B9=E3=83=91=E3=83=83=E3=83=81=E3= =83=A3=E3=82=92=E4=BD=BF=E3=81=A3=E3=81=9F=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=83= =A1=E3=82=BD=E3=83=83=E3=83=89" = #. Tag: para -#: Jms.xml:144 +#: Jms.xml:255 #, no-c-format msgid "" "The Quartz dispatcher (see earlier on how to install it) allows you to us= e " @@ -537,7 +882,7 @@ "=E3=83=91=E3=83=83=E3=83=81=E3=83=A3=E3=81=AF 3 =E7=A8=AE=E9=A1=9E=E3=81= =AE=E6=96=B0=E3=81=97=E3=81=84=E3=82=A2=E3=83=8E=E3=83=86=E3=83=BC=E3=82=B7= =E3=83=A7=E3=83=B3=E3=81=AB=E5=AF=BE=E5=BF=9C=E3=81=97=E3=81=BE=E3=81=99=E3= =80=82" = #. Tag: para -#: Jms.xml:148 +#: Jms.xml:259 #, no-c-format msgid "" "The @FinalExpiration annotation specifies an end date = for " @@ -549,7 +894,7 @@ "=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:152 +#: Jms.xml:263 #, no-c-format msgid "" "Note that the method returns the QuartzTriggerHandle " @@ -615,7 +960,7 @@ "=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=BE= =E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:156 +#: Jms.xml:267 #, no-c-format msgid "" "The @IntervalCron annotation supports Unix cron job " @@ -659,7 +1004,7 @@ "=E6=9C=88=E3=81=AE=E6=AF=8E=E6=B0=B4=E6=9B=9C=E6=97=A5=E3=81=AE 2:10pm = =E3=81=A8 2:44pm =E3=81=AB=E5=AE=9F=E8=A1=8C=E3=81=95=E3=82=8C=E3=81=BE=E3= =81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:161 +#: Jms.xml:272 #, no-c-format msgid "" "The @IntervalBusinessDay annotation supports invocatio= n " @@ -714,7 +1059,7 @@ "=E3=81=AE=E7=A5=9D=E6=97=A5=E3=82=92=E5=96=B6=E6=A5=AD=E6=97=A5=E3=81=8B= =E3=82=89=E9=99=A4=E5=A4=96=E3=81=97=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:166 +#: Jms.xml:277 #, no-c-format msgid "" "The NthBusinessDay object contains the configuration o= f " @@ -767,7 +1112,7 @@ "=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7= =E3=81=8D=E3=81=BE=E3=81=99 (=E4=BE=8B=E3=80=81 =E4=BC=9A=E7=A4=BE=E5=9B=BA= =E6=9C=89=E3=81=AE=E4=BC=91=E3=81=BF=E3=80=81 =E3=82=A2=E3=83=A1=E3=83=AA= =E3=82=AB=E5=90=88=E8=A1=86=E5=9B=BD=E4=BB=A5=E5=A4=96=E3=81=AE=E7=A5=9D=E6= =97=A5=E3=81=AA=E3=81=A9)=E3=80=82" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:170 +#: Jms.xml:281 #, no-c-format msgid "" "The @IntervalDuration, @IntervalCron, " @@ -835,13 +1180,13 @@ "=E3=83=AD=E3=83=BC=E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -864,13 +1209,13 @@ "=E3=82=B8=E3=83=8D=E3=82=B9=E3=83=97=E3=83=AD=E3=82=BB=E3=82=B9=E3=82=B3= =E3=83=B3=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=81=AE=E3=81=BF=E3=81=AB=E3= =81=AA=E3=82=8B=E3=81=93=E3=81=A8=E3=82=92=E5=BF=98=E3=82=8C=E3=81=AA=E3=81= =84=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95= =E3=81=84=E3=80=82" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=81=AE=E5=91=BC=E3=81=B3=E5=87=BA=E3= =81=97=E3=81=AB=E3=82=88=E3=82=8B=E4=BE=8B=E5=A4=96=E3=82=92=E5=87=A6=E7=90= =86=E3=81=99=E3=82=8B" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -887,7 +1232,7 @@ "=E3=81=99=E3=82=8B=E5=89=8D=E3=81=AB=E3=81=99=E3=81=B9=E3=81=A6 Seam =E3= =81=AB=E3=82=88=E3=81=A3=E3=81=A6=E9=9D=9E=E5=90=8C=E6=9C=9F=E3=81=AE=E3=82= =B3=E3=83=BC=E3=83=AB=E3=81=8B=E3=82=89=E3=82=AD=E3=83=A3=E3=83=83=E3=83=81= =E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -901,7 +1246,7 @@ "=E3=82=B0=E3=83=AD=E3=83=BC=E3=83=90=E3=83=AB=E3=81=AB=E3=82=AB=E3=82=B9= =E3=82=BF=E3=83=9E=E3=82=A4=E3=82=BA=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3= =81=8C=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "" = #. Tag: para -#: Jms.xml:210 +#: Jms.xml:321 #, fuzzy, no-c-format msgid "" "Here, for example, using java.util.concurrent dispatch= er, " @@ -951,7 +1296,7 @@ "=E3=81=B3=E5=87=BA=E3=81=97=E3=81=99=E3=81=B9=E3=81=A6=E3=82=92=E5=8F=96= =E3=82=8A=E6=B6=88=E3=81=97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -963,7 +1308,7 @@ "=E5=80=8B=E5=88=A5=E3=81=AB=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D= =E3=83=B3=E3=83=88=E3=81=AE=E3=81=93=E3=81=AE=E5=8B=95=E4=BD=9C=E3=82=92=E5= =A4=89=E6=9B=B4=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7=E3=81= =8D=E3=81=BE=E3=81=99=E3=80=82 =E3=81=9F=E3=81=A8=E3=81=88=E3=81=B0=E3=80= =81" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "Seam =E3=81=A7=E3=81=AE=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82= =B8=E3=83=B3=E3=82=B0" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" -"Seam =E3=81=AF Seam =E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83= =B3=E3=83=88=E3=81=AE JMS =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3= =81=AE=E9=80=81=E5=8F=97=E4=BF=A1=E3=82=92=E5=AE=B9=E6=98=93=E3=81=AB=E3=81= =97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "=E8=A8=AD=E5=AE=9A" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" -"JMS =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E9=80=81=E4=BF= =A1=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81 Seam =E3=81=AE=E3=82=A4=E3=83=B3=E3= =83=95=E3=83=A9=E3=82=B9=E3=83=88=E3=83=A9=E3=82=AF=E3=83=81=E3=83=A3=E3=82= =92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B=E3=81=AB=E3=81=AF=E3=80=81 " -"Seam =E3=81=AB =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E9= =80=81=E4=BF=A1=E5=85=88=E3=81=A8=E3=81=AA=E3=82=8B=E3=83=88=E3=83=94=E3=83= =83=E3=82=AF=E3=81=8A=E3=82=88=E3=81=B3=E3=82=AD=E3=83=A5=E3=83=BC=E3=81=AB= =E9=96=A2=E3=81=99=E3=82=8B=E6=83=85=E5=A0=B1=E3=82=92=E7=9F=A5=E3=82=89=E3= =81=9B=E3=80=81 =E3=81=BE" -"=E3=81=9F QueueConnectionFactory =E3=81=A8 " -"TopicConnectionFactory =E3=81=AE=E4=B8=A1=E6=96=B9=E3= =81=82=E3=82=8B=E3=81=84=E3=81=AF=E3=81=84=E3=81=9A=E3=82=8C=E3=81=8B=E3=81= =AE=E5=A0=B4=E6=89=80=E3=82=82=E7=9F=A5=E3=82=89" -"=E3=81=9B=E3=82=8B=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE= =E3=81=99=E3=80=82" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" -"Seam =E3=81=AF=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=81=A7=E3= =80=81JBossMQ =E7=94=A8=E3=81=AE=E9=80=9A=E5=B8=B8=E3=81=AE=E3=82=B3=E3=83= =8D=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=95=E3=82=A1=E3=82=AF=E3=83=88= =E3=83=AA " -"UIL2ConnectionFactory =E3=82=92=E4=BD=BF=E7=94=A8=E3= =81=97=E3=81=BE=E3=81=99=E3=80=82 =E3=82=82=E3=81=97=E3=80=81=E3=81=9D=E3= =81=AE=E4=BB=96=E3=81=AE JMS =E3=83=97" -"=E3=83=AD=E3=83=90=E3=82=A4=E3=83=80=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99= =E3=82=8B=E5=A0=B4=E5=90=88=E3=81=AB=E3=81=AF=E3=80=81 seam.proper= ties=E3=80=81" -"web.xml =E3=81=82=E3=82=8B=E3=81=84=E3=81=AF=E3=80=81<= literal>components.xml =E4=B8=AD=E3=81=AE " -"queueConnection.queueConnectionFactoryJndiName=E3=80= =81 " -"topicConnection.topicConnectionFactoryJndiName =E3=81= =AE=E4=B8=80=E6=96=B9=E3=81=82=E3=82=8B" -"=E3=81=84=E3=81=AF=E4=B8=A1=E6=96=B9=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99= =E3=82=8B=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99=E3= =80=82" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" -"Seam =E7=AE=A1=E7=90=86=E3=81=AE TopicPublisher =E3=81= =BE=E3=81=9F=E3=81=AF=E3=80=81 QueueSender =E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB= =E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB=E3=80=81 components.= xml =E4=B8=AD=E3=81=AB " -"topic =E3=81=BE=E3=81=9F=E3=81=AF queue =E3=82=92=E8=A8=98=E5=85=A5=E3=81= =99=E3=82=8B=E5=BF=85=E8=A6=81=E3=82=82=E3=81=82=E3=82=8A=E3=81=BE=E3=81=99= =E3=80=82" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" -"\n" -"\n" -"]]>" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9=80=81=E4=BF=A1" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" -"JMS TopicPublisher =E3=82=84=E3=80=81 TopicSe= ssion =E3=82=92" -"=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AB= =E3=82=A4=E3=83=B3=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=99=E3=82=8B=E3= =81=93=E3=81=A8=E3=81=8C=E5=8F=AF=E8=83=BD=E3=81=A7=E3=81=99=E3=80=82" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" -"" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "=E3=81=82=E3=82=8B=E3=81=84=E3=81=AF=E3=80=81Queue =E9=80=A3=E6=90= =BA=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=82=82=E5=8F=AF=E8=83=BD=E3=81=A7= =E3=81=99=E3=80=82" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" -"" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9=A7=86=E5=8B=95=E5= =9E=8B Bean =E3=82=92=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=9F=E3=83=A1=E3=83=83= =E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E5=8F=97=E4=BF=A1" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" -"EJB3 =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9=A7=86=E5=8B=95=E5= =9E=8B Bean =E3=82=92=E5=88=A9=E7=94=A8=E3=81=97=E3=81=A6=E3=83=A1=E3=83=83= =E3=82=BB=E3=83=BC=E3=82=B8=E5=87=A6=E7=90=86=E3=81=8C=E5=8F=AF=E8=83=BD=E3= =81=A7=E3=81=99=E3=80=82 =E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E9= =A7=86" -"=E5=8B=95=E5=9E=8B Bean =E3=81=AF Seam =E3=82=B3=E3=83=B3=E3=83=9D=E3=83= =BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=A8=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8= =E3=82=82=E5=8F=AF=E8=83=BD=E3=81=A7=E3=81=99=E3=80=82 =E3=81=93=E3=81=AE= =E5=A0=B4=E5=90=88=E3=80=81=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88=E3=81=BE=E3= =81=9F" -"=E3=81=AF=E3=82=A2=E3=83=97=E3=83=AA=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7= =E3=83=B3=E3=82=B9=E3=82=B3=E3=83=BC=E3=83=97=E3=81=AE Seam =E3=82=B3=E3=83= =B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AE=E3=82=A4=E3=83=B3= =E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=8C=E5=8F=AF=E8=83=BD=E3=81=A7=E3= =81=99=E3=80=82" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "=E3=82=AF=E3=83=A9=E3=82=A4=E3=82=A2=E3=83=B3=E3=83=88=E3=81=A7=E3= =81=AE=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E5=8F=97=E4=BF= =A1" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" -"Seam Remoting =E3=81=AB=E3=82=88=E3=82=8A=E3=82=AF=E3=83=A9=E3=82=A4=E3= =82=A2=E3=83=B3=E3=83=88=E5=81=B4=E3=81=AE JavaScript =E3=81=8B=E3=82=89 JM= S =E3=83=88=E3=83=94=E3=83=83=E3=82=AF=E3=81=AB=E3=82=B5=E3=83=96=E3=82=B9= =E3=82=AF=E3=83=A9" -"=E3=82=A4=E3=83=96=E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=A7= =E3=81=8D=E3=81=BE=E3=81=99=E3=80=82 =E3=81=93=E3=82=8C=E3=81=AB=E3=81=A4= =E3=81=84=E3=81=A6=E3=81=AF =E3=81=AB=E8=A8= =98=E8=BC=89=E3=81=95" -"=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=E3=80=82" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal\n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/kn-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal\n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ko-KR/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ml-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/mr-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/or-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pa-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Annotati= ons.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Annotations.po= t 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Annotations.po= t 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Author_G= roup.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Author_Group.p= ot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Book_Inf= o.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Book_Info.pot = 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Cache.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Cache.pot 2009= -06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Clusteri= ngAndEJBPassivation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/ClusteringAndE= JBPassivation.pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Componen= ts.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Components.pot= 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Concepts= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Concepts.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:44+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Configur= ation.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Configuration.= pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Controls= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Controls.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -75,11 +75,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -96,11 +96,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -158,11 +158,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -230,8 +230,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -399,7 +399,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -644,32 +644,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -711,13 +719,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -725,7 +733,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -776,19 +784,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -796,7 +804,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -804,7 +812,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -813,7 +821,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -822,7 +830,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -833,7 +841,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -843,7 +851,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -895,25 +903,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -944,13 +952,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -960,19 +968,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -982,19 +990,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1006,31 +1014,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1039,7 +1047,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1047,31 +1055,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1081,7 +1089,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1091,7 +1099,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1101,7 +1109,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1114,7 +1122,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1124,19 +1132,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1144,7 +1152,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1152,7 +1160,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1182,7 +1190,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1190,7 +1198,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1198,7 +1206,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1207,7 +1215,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1216,7 +1224,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1234,7 +1242,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1242,7 +1250,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1280,7 +1288,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1295,7 +1303,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1303,7 +1311,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1311,7 +1319,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1319,13 +1327,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1335,7 +1343,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1344,7 +1352,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1352,7 +1360,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1360,7 +1368,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1368,7 +1376,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1377,7 +1385,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1407,7 +1415,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1417,7 +1425,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1425,7 +1433,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1433,7 +1441,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1455,13 +1463,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1469,7 +1477,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1485,7 +1493,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1493,13 +1501,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1507,20 +1515,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1541,13 +1549,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1555,13 +1563,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1570,7 +1578,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1593,7 +1601,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1601,7 +1609,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1613,7 +1621,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1622,13 +1630,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1636,25 +1644,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1664,19 +1672,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1684,13 +1692,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1698,7 +1706,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1741,7 +1749,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1803,7 +1811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1812,13 +1820,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1848,7 +1856,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Conversa= tions.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Conversations.= pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Dependen= cies.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Dependencies.p= ot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Drools.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Drools.pot 200= 9-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Elenhanc= ements.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Elenhancements= .pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Events.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Events.pot 200= 9-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Excel.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Excel.pot 2009= -06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Feedback= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Feedback.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Framewor= k.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Framework.pot = 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Getting_= Started_With_JBoss_Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Getting_Starte= d_With_JBoss_Tools.pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gettings= tarted.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gettingstarted= .pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Glassfis= h.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Glassfish.pot = 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Groovy.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Groovy.pot 200= 9-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Guice.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Guice.pot 2009= -06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gwt.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-0= 6-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Hsearch.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Hsearch.pot 20= 09-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/I18n.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/I18n.pot 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Itext.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Itext.pot 2009= -06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jbpm.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jms.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Jms.pot 2009-0= 6-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,9 +36,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -61,14 +61,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -81,13 +354,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -99,7 +372,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -113,13 +386,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -129,13 +402,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -147,7 +420,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -155,7 +428,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -299,7 +572,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -387,7 +660,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -426,7 +699,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -454,7 +727,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -488,7 +761,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -521,7 +794,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -561,13 +834,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -581,13 +854,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -599,7 +872,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -609,7 +882,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -640,7 +913,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -649,167 +922,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Mail.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Mail.pot 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Performa= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Performance.po= t 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Persiste= nce.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Persistence.po= t 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Preface.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Preface.pot 20= 09-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Remoting= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Remoting.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Revision= _History.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Revision_Histo= ry.pot 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Rss.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Rss.pot 2009-0= 6-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Security= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Security.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Spring.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Spring.pot 200= 9-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Testing.= pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Testing.pot 20= 09-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Text.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Text.pot 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tools.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tools.pot 2009= -06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tutorial= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Tutorial.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Validati= on.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Validation.pot= 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Weblogic= .pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Weblogic.pot 2= 009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Webservi= ces.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Webservices.po= t 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Webspher= e.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Websphere.pot = 2009-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Wicket.p= ot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Wicket.pot 200= 9-06-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Xml.pot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pot/Xml.pot 2009-0= 6-14 00:30:03 UTC (rev 11153) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-11 18:45+0000\n" +"POT-Creation-Date: 2009-06-13 23:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/pt-BR/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ru-RU/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/si-LK/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-21 00:37+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/sl-SL/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-21 00:37+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/ta-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/te-IN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-CN/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Contro= ls.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Controls.po = 2009-06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Controls.po = 2009-06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-04-07 12:39+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -74,11 +74,11 @@ #: Controls.xml:34 Controls.xml:110 Controls.xml:127 Controls.xml:143 #: Controls.xml:216 Controls.xml:251 Controls.xml:285 Controls.xml:299 #: Controls.xml:364 Controls.xml:380 Controls.xml:397 Controls.xml:414 -#: Controls.xml:433 Controls.xml:507 Controls.xml:525 Controls.xml:549 -#: Controls.xml:596 Controls.xml:613 Controls.xml:637 Controls.xml:656 -#: Controls.xml:684 Controls.xml:707 Controls.xml:721 Controls.xml:761 -#: Controls.xml:811 Controls.xml:839 Controls.xml:906 Controls.xml:1012 -#: Controls.xml:1052 Controls.xml:1098 Controls.xml:1124 Controls.xml:1256 +#: Controls.xml:433 Controls.xml:512 Controls.xml:530 Controls.xml:554 +#: Controls.xml:601 Controls.xml:618 Controls.xml:642 Controls.xml:661 +#: Controls.xml:689 Controls.xml:712 Controls.xml:726 Controls.xml:766 +#: Controls.xml:816 Controls.xml:844 Controls.xml:911 Controls.xml:1017 +#: Controls.xml:1057 Controls.xml:1103 Controls.xml:1129 Controls.xml:1261 #, no-c-format msgid "Description" msgstr "" @@ -95,11 +95,11 @@ #: Controls.xml:41 Controls.xml:118 Controls.xml:133 Controls.xml:155 #: Controls.xml:222 Controls.xml:269 Controls.xml:288 Controls.xml:312 #: Controls.xml:370 Controls.xml:386 Controls.xml:403 Controls.xml:420 -#: Controls.xml:439 Controls.xml:513 Controls.xml:531 Controls.xml:555 -#: Controls.xml:601 Controls.xml:618 Controls.xml:643 Controls.xml:663 -#: Controls.xml:689 Controls.xml:712 Controls.xml:728 Controls.xml:769 -#: Controls.xml:816 Controls.xml:844 Controls.xml:951 Controls.xml:1019 -#: Controls.xml:1063 Controls.xml:1112 Controls.xml:1135 Controls.xml:1261 +#: Controls.xml:439 Controls.xml:518 Controls.xml:536 Controls.xml:560 +#: Controls.xml:606 Controls.xml:623 Controls.xml:648 Controls.xml:668 +#: Controls.xml:694 Controls.xml:717 Controls.xml:733 Controls.xml:774 +#: Controls.xml:821 Controls.xml:849 Controls.xml:956 Controls.xml:1024 +#: Controls.xml:1068 Controls.xml:1117 Controls.xml:1140 Controls.xml:1266 #, no-c-format msgid "Attributes" msgstr "" @@ -157,11 +157,11 @@ #. Tag: emphasis #: Controls.xml:90 Controls.xml:202 Controls.xml:241 Controls.xml:273 #: Controls.xml:291 Controls.xml:357 Controls.xml:373 Controls.xml:391 -#: Controls.xml:408 Controls.xml:425 Controls.xml:496 Controls.xml:518 -#: Controls.xml:536 Controls.xml:588 Controls.xml:606 Controls.xml:629 -#: Controls.xml:648 Controls.xml:677 Controls.xml:694 Controls.xml:738 -#: Controls.xml:804 Controls.xml:832 Controls.xml:899 Controls.xml:999 -#: Controls.xml:1043 Controls.xml:1088 Controls.xml:1249 Controls.xml:1273 +#: Controls.xml:408 Controls.xml:425 Controls.xml:501 Controls.xml:523 +#: Controls.xml:541 Controls.xml:593 Controls.xml:611 Controls.xml:634 +#: Controls.xml:653 Controls.xml:682 Controls.xml:699 Controls.xml:743 +#: Controls.xml:809 Controls.xml:837 Controls.xml:904 Controls.xml:1004 +#: Controls.xml:1048 Controls.xml:1093 Controls.xml:1254 Controls.xml:1278 #, no-c-format msgid "Usage" msgstr "" @@ -229,8 +229,8 @@ #. Tag: para #: Controls.xml:134 Controls.xml:271 Controls.xml:289 Controls.xml:313 #: Controls.xml:371 Controls.xml:387 Controls.xml:404 Controls.xml:421 -#: Controls.xml:514 Controls.xml:532 Controls.xml:602 Controls.xml:644 -#: Controls.xml:690 Controls.xml:713 +#: Controls.xml:519 Controls.xml:537 Controls.xml:607 Controls.xml:649 +#: Controls.xml:695 Controls.xml:718 #, no-c-format msgid "None." msgstr "" @@ -398,7 +398,7 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:315 Controls.xml:922 Controls.xml:1058 +#: Controls.xml:315 Controls.xml:927 Controls.xml:1063 #, no-c-format msgid "Configuration" msgstr "" @@ -643,32 +643,40 @@ #. Tag: para #: Controls.xml:452 #, no-c-format -msgid "messageId — Message id to show on failure." +msgid "" +"required — False will disable a check that a val= ue " +"at all is inputted in fields." msgstr "" = #. Tag: para #: Controls.xml:457 #, no-c-format +msgid "messageId — Message id to show on failure." +msgstr "" + +#. Tag: para +#: Controls.xml:462 +#, no-c-format msgid "" "operator — What operator to use when comparing t= he " "values Valid operators are:" msgstr "" = #. Tag: para -#: Controls.xml:462 +#: Controls.xml:467 #, no-c-format msgid "equal — Validates that value.equals(forVal= ue)" msgstr "" = #. Tag: para -#: Controls.xml:467 +#: Controls.xml:472 #, no-c-format msgid "" "not_equal — Validates that !value.equals(forValu= e)" msgstr "" = #. Tag: para -#: Controls.xml:472 +#: Controls.xml:477 #, no-c-format msgid "" "greatergreater_or_equallessless_or_equal — \n" @@ -710,13 +718,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:505 +#: Controls.xml:510 #, no-c-format msgid "<s:validate>" msgstr "" = #. Tag: para -#: Controls.xml:508 +#: Controls.xml:513 #, no-c-format msgid "" "A non-visual control, validates a JSF input field against the bound prope= rty " @@ -724,7 +732,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:519 +#: Controls.xml:524 #, no-c-format msgid "" "\n" @@ -775,19 +783,19 @@ msgstr "" = #. Tag: title -#: Controls.xml:544 +#: Controls.xml:549 #, no-c-format msgid "Formatting" msgstr "" = #. Tag: literal -#: Controls.xml:547 +#: Controls.xml:552 #, no-c-format msgid "<s:decorate>" msgstr "" = #. Tag: para -#: Controls.xml:550 +#: Controls.xml:555 #, no-c-format msgid "" "\"Decorate\" a JSF input field when validation fails or when " @@ -795,7 +803,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:558 +#: Controls.xml:563 #, no-c-format msgid "" "template — the facelets template to use to decor= ate " @@ -803,7 +811,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:564 +#: Controls.xml:569 #, no-c-format msgid "" "enclose — if true, the template used to decorate= " @@ -812,7 +820,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:572 +#: Controls.xml:577 #, no-c-format msgid "" "element — the element to enclose the template us= ed " @@ -821,7 +829,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:579 +#: Controls.xml:584 #, no-c-format msgid "" "#{invalid} and #{required} are " @@ -832,7 +840,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:589 +#: Controls.xml:594 #, no-c-format msgid "" "\n" @@ -842,7 +850,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:590 +#: Controls.xml:595 #, no-c-format msgid "" "<div>." msgstr "" = #. Tag: programlisting -#: Controls.xml:607 +#: Controls.xml:612 #, no-c-format msgid "" "\n" @@ -894,25 +902,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:611 +#: Controls.xml:616 #, no-c-format msgid "<s:span>" msgstr "" = #. Tag: para -#: Controls.xml:614 +#: Controls.xml:619 #, no-c-format msgid "Render a HTML <span>." msgstr "" = #. Tag: para -#: Controls.xml:622 +#: Controls.xml:627 #, no-c-format msgid "title — Title for a span." msgstr "" = #. Tag: programlisting -#: Controls.xml:630 +#: Controls.xml:635 #, no-c-format msgid "" "\n" @@ -943,13 +951,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:654 +#: Controls.xml:659 #, no-c-format msgid "<s:label>" msgstr "" = #. Tag: para -#: Controls.xml:657 +#: Controls.xml:662 #, no-c-format msgid "" "\"Decorate\" a JSF input field with the label. The label is placed inside= " @@ -959,19 +967,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:666 Controls.xml:988 +#: Controls.xml:671 Controls.xml:993 #, no-c-format msgid "style — The control's style" msgstr "" = #. Tag: para -#: Controls.xml:671 Controls.xml:993 +#: Controls.xml:676 Controls.xml:998 #, no-c-format msgid "styleClass — The control's style class" msgstr "" = #. Tag: programlisting -#: Controls.xml:678 +#: Controls.xml:683 #, no-c-format msgid "" "\n" @@ -981,19 +989,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:682 +#: Controls.xml:687 #, no-c-format msgid "<s:message>" msgstr "" = #. Tag: para -#: Controls.xml:685 +#: Controls.xml:690 #, no-c-format msgid "\"Decorate\" a JSF input field with the validation error message." msgstr "" = #. Tag: programlisting -#: Controls.xml:695 +#: Controls.xml:700 #, no-c-format msgid "" "\n" @@ -1005,31 +1013,31 @@ msgstr "" = #. Tag: title -#: Controls.xml:702 +#: Controls.xml:707 #, no-c-format msgid "Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:705 +#: Controls.xml:710 #, no-c-format msgid "<s:validateFormattedText>" msgstr "" = #. Tag: para -#: Controls.xml:708 +#: Controls.xml:713 #, no-c-format msgid "Checks that the submitted value is valid Seam Text" msgstr "" = #. Tag: literal -#: Controls.xml:719 +#: Controls.xml:724 #, no-c-format msgid "<s:formattedText>" msgstr "" = #. Tag: para -#: Controls.xml:722 +#: Controls.xml:727 #, no-c-format msgid "" "Outputs Seam Text, a rich text markup useful for blo= gs, " @@ -1038,7 +1046,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:731 +#: Controls.xml:736 #, no-c-format msgid "" "value — an EL expression specifying the rich tex= t " @@ -1046,31 +1054,31 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:739 +#: Controls.xml:744 #, no-c-format msgid "]]>" msgstr "" = #. Tag: emphasis -#: Controls.xml:741 +#: Controls.xml:746 #, no-c-format msgid "Example" msgstr "" = #. Tag: title -#: Controls.xml:756 +#: Controls.xml:761 #, no-c-format msgid "Form support" msgstr "" = #. Tag: literal -#: Controls.xml:759 +#: Controls.xml:764 #, no-c-format msgid "<s:token>" msgstr "" = #. Tag: para -#: Controls.xml:762 +#: Controls.xml:767 #, no-c-format msgid "" "Produces a random token that is inserted into a hidden form field to help= to " @@ -1080,7 +1088,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:772 +#: Controls.xml:777 #, no-c-format msgid "" "requireSession — indicates whether the session i= d " @@ -1090,7 +1098,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:782 +#: Controls.xml:787 #, no-c-format msgid "" "enableCookieNotice — indicates that a JavaScript= " @@ -1100,7 +1108,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:791 +#: Controls.xml:796 #, no-c-format msgid "" "allowMultiplePosts — indicates whether to allow = the " @@ -1113,7 +1121,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:805 +#: Controls.xml:810 #, no-c-format msgid "" "\n" @@ -1123,19 +1131,19 @@ msgstr "" = #. Tag: literal -#: Controls.xml:809 +#: Controls.xml:814 #, no-c-format msgid "<s:enumItem>" msgstr "" = #. Tag: para -#: Controls.xml:812 +#: Controls.xml:817 #, no-c-format msgid "Creates a SelectItem from an enum value." msgstr "" = #. Tag: para -#: Controls.xml:819 +#: Controls.xml:824 #, no-c-format msgid "" "enumValue — the string representation of the enu= m " @@ -1143,7 +1151,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:825 +#: Controls.xml:830 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1151,7 +1159,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:833 +#: Controls.xml:838 #, no-c-format msgid "" "List<SelectItem> from a List, Set, " @@ -1181,7 +1189,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:847 +#: Controls.xml:852 #, no-c-format msgid "" "value — an EL expression specifying the data tha= t " @@ -1189,7 +1197,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:854 +#: Controls.xml:859 #, no-c-format msgid "" "var— defines the name of the local variable that= " @@ -1197,7 +1205,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:860 +#: Controls.xml:865 #, no-c-format msgid "" "label — the label to be used when rendering the " @@ -1206,7 +1214,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:867 +#: Controls.xml:872 #, no-c-format msgid "" "itemValue — Value to return to the server if thi= s " @@ -1215,7 +1223,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:876 +#: Controls.xml:881 #, no-c-format msgid "" "disabled — if true the SelectItemnoSelectionLabel — specifies the (optional) labe= l " @@ -1233,7 +1241,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:892 +#: Controls.xml:897 #, no-c-format msgid "" "hideNoSelectionLabel — if true, the " @@ -1241,7 +1249,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:900 +#: Controls.xml:905 #, no-c-format msgid "" "]]>" msgstr "" = #. Tag: para -#: Controls.xml:915 +#: Controls.xml:920 #, no-c-format msgid "" "For multipart requests, the Seam Multipart servlet filter must also be " @@ -1279,7 +1287,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:920 +#: Controls.xml:925 #, no-c-format msgid "" "\n" @@ -1294,7 +1302,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:924 +#: Controls.xml:929 #, no-c-format msgid "" "The following configuration options for multipart requests may be configu= red " @@ -1302,7 +1310,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:931 +#: Controls.xml:936 #, no-c-format msgid "" "createTempFiles — if this option is set to true,= " @@ -1310,7 +1318,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:938 +#: Controls.xml:943 #, no-c-format msgid "" "maxRequestSize — the maximum size of a file uplo= ad " @@ -1318,13 +1326,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:945 +#: Controls.xml:950 #, no-c-format msgid "Here's an example:" msgstr "" = #. Tag: programlisting -#: Controls.xml:949 +#: Controls.xml:954 #, no-c-format msgid "" "\n" @@ -1334,7 +1342,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:954 +#: Controls.xml:959 #, no-c-format msgid "" "data — this value binding receives the binary fi= le " @@ -1343,7 +1351,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:962 +#: Controls.xml:967 #, no-c-format msgid "" "contentType — this value binding receives the " @@ -1351,7 +1359,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:968 +#: Controls.xml:973 #, no-c-format msgid "" "fileName — this value binding receives the filen= ame " @@ -1359,7 +1367,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:974 +#: Controls.xml:979 #, no-c-format msgid "" "fileSize — this value binding receives the file " @@ -1367,7 +1375,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:980 +#: Controls.xml:985 #, no-c-format msgid "" "accept — a comma-separated list of content types= to " @@ -1376,7 +1384,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1000 +#: Controls.xml:1005 #, no-c-format msgid "" "&l= t;s:" @@ -1406,7 +1414,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1022 +#: Controls.xml:1027 #, no-c-format msgid "" "key — the key to cache rendered content, often a= " @@ -1416,7 +1424,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1030 +#: Controls.xml:1035 #, no-c-format msgid "" "enabled — a value expression that determines if = the " @@ -1424,7 +1432,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1036 +#: Controls.xml:1041 #, no-c-format msgid "" "region — a JBoss Cache node to use (different no= des " @@ -1432,7 +1440,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1044 +#: Controls.xml:1049 #, no-c-format msgid "" "\n" @@ -1454,13 +1462,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1050 +#: Controls.xml:1055 #, no-c-format msgid "<s:resource>" msgstr "" = #. Tag: para -#: Controls.xml:1053 +#: Controls.xml:1058 #, no-c-format msgid "" "A tag that acts a file download provider. It must be alone in the JSF pag= e. " @@ -1468,7 +1476,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1060 +#: Controls.xml:1065 #, no-c-format msgid "" "\n" @@ -1484,7 +1492,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1066 +#: Controls.xml:1071 #, no-c-format msgid "" "data — Data that should be downloaded. May be a " @@ -1492,13 +1500,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1072 +#: Controls.xml:1077 #, no-c-format msgid "fileName — Filename of the file to be serv= ed" msgstr "" = #. Tag: para -#: Controls.xml:1077 +#: Controls.xml:1082 #, no-c-format msgid "" "contentType — content type of the file to be " @@ -1506,20 +1514,20 @@ msgstr "" = #. Tag: para -#: Controls.xml:1082 +#: Controls.xml:1087 #, no-c-format msgid "" "disposition — disposition to use. Default is inl= ine" msgstr "" = #. Tag: para -#: Controls.xml:1089 +#: Controls.xml:1094 #, no-c-format msgid "Here is an example on how to use the tag:" msgstr "" = #. Tag: programlisting -#: Controls.xml:1090 +#: Controls.xml:1095 #, no-c-format msgid "" "resources is some backing bean that giv= en " @@ -1540,13 +1548,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1097 +#: Controls.xml:1102 #, no-c-format msgid "<s:download>" msgstr "" = #. Tag: para -#: Controls.xml:1099 +#: Controls.xml:1104 #, no-c-format msgid "" "Builds a RESTful link to a <s:resource>. Nested " @@ -1554,13 +1562,13 @@ msgstr "" = #. Tag: para -#: Controls.xml:1106 +#: Controls.xml:1111 #, no-c-format msgid "src — Resource file serving files." msgstr "" = #. Tag: programlisting -#: Controls.xml:1113 +#: Controls.xml:1118 #, no-c-format msgid "" "\n" @@ -1569,7 +1577,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1115 +#: Controls.xml:1120 #, no-c-format msgid "" "Will produce something like: <h:graphicImage> that allows the ima= ge " @@ -1592,7 +1600,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1130 +#: Controls.xml:1135 #, no-c-format msgid "" "All attributes for <h:graphicImage> are supporte= d, " @@ -1600,7 +1608,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1138 +#: Controls.xml:1143 #, no-c-format msgid "" "value — image to display. Can be a path " @@ -1612,7 +1620,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1151 +#: Controls.xml:1156 #, no-c-format msgid "" "fileName — if not specified the served image wil= l " @@ -1621,13 +1629,13 @@ msgstr "" = #. Tag: emphasis -#: Controls.xml:1160 +#: Controls.xml:1165 #, no-c-format msgid "Transformations" msgstr "" = #. Tag: para -#: Controls.xml:1161 +#: Controls.xml:1166 #, no-c-format msgid "" "To apply a transform to the image, you would nest a tag specifying the " @@ -1635,25 +1643,25 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1169 +#: Controls.xml:1174 #, no-c-format msgid "<s:transformImageSize>" msgstr "" = #. Tag: para -#: Controls.xml:1174 +#: Controls.xml:1179 #, no-c-format msgid "width — new width of the image" msgstr "" = #. Tag: para -#: Controls.xml:1180 +#: Controls.xml:1185 #, no-c-format msgid "height — new height of the image" msgstr "" = #. Tag: para -#: Controls.xml:1186 +#: Controls.xml:1191 #, no-c-format msgid "" "maintainRatio — if true, and " @@ -1663,19 +1671,19 @@ msgstr "" = #. Tag: para -#: Controls.xml:1197 +#: Controls.xml:1202 #, no-c-format msgid "factor — scale the image by the given fact= or" msgstr "" = #. Tag: literal -#: Controls.xml:1207 +#: Controls.xml:1212 #, no-c-format msgid "<s:transformImageBlur>" msgstr "" = #. Tag: para -#: Controls.xml:1212 +#: Controls.xml:1217 #, no-c-format msgid "" "radius — perform a convolution blur with the giv= en " @@ -1683,13 +1691,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1222 +#: Controls.xml:1227 #, no-c-format msgid "<s:transformImageType>" msgstr "" = #. Tag: para -#: Controls.xml:1227 +#: Controls.xml:1232 #, no-c-format msgid "" "contentType — alter the type of the image to eit= her " @@ -1697,7 +1705,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1239 +#: Controls.xml:1244 #, no-c-format msgid "" "It's easy to create your own transform - create a UIComponentinclude — a comma-separated list of the componen= t " @@ -1740,7 +1748,7 @@ msgstr "" = #. Tag: programlisting -#: Controls.xml:1274 +#: Controls.xml:1279 #, no-c-format msgid "" "]]" @@ -1802,7 +1810,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1298 +#: Controls.xml:1303 #, no-c-format msgid "" "Registers the Seam component as a JSF converter. Shown here is a converte= r " @@ -1811,13 +1819,13 @@ msgstr "" = #. Tag: literal -#: Controls.xml:1308 +#: Controls.xml:1313 #, no-c-format msgid "@Validator" msgstr "" = #. Tag: programlisting -#: Controls.xml:1311 +#: Controls.xml:1316 #, no-c-format msgid "" "]]" @@ -1847,7 +1855,7 @@ msgstr "" = #. Tag: para -#: Controls.xml:1314 +#: Controls.xml:1319 #, no-c-format msgid "" "Registers the Seam component as a JSF validator. Shown here is a validato= r " Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Jms.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Jms.po 2009-= 06-14 00:28:46 UTC (rev 11152) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/zh-TW/Jms.po 2009-= 06-14 00:30:03 UTC (rev 11153) @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-01-18 15:00+0000\n" +"POT-Creation-Date: 2009-06-13 23:52+0000\n" "PO-Revision-Date: 2008-04-04 01:24+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -35,9 +35,9 @@ #: Jms.xml:11 #, no-c-format msgid "" -"But for many use cases, JMS is overkill. Seam layers a simple asynchronou= s " -"method and event facility over your choice of dispatchers:" +"But for cases when you are simply want to use a worker thread, JMS is " +"overkill. Seam layers a simple asynchronous method and event facility ove= r " +"your choice of dispatchers:" msgstr "" = #. Tag: para @@ -60,14 +60,287 @@ msgid "Quartz" msgstr "" = +#. Tag: para +#: Jms.xml:34 +#, no-c-format +msgid "" +"This chapter first covers how to leverage Seam to simplify JMS and then " +"explains how to use the simpler asynchronous method and event facility." +msgstr "" + #. Tag: title -#: Jms.xml:35 +#: Jms.xml:40 #, no-c-format +msgid "Messaging in Seam" +msgstr "" + +#. Tag: para +#: Jms.xml:42 +#, no-c-format +msgid "" +"Seam makes it easy to send and receive JMS messages to and from Seam " +"components. Both the message publisher and the message receiver can be Se= am " +"components." +msgstr "" + +#. Tag: para +#: Jms.xml:48 +#, no-c-format +msgid "" +"You'll first learn to setup a queue and topic message publisher and then " +"look at an example that illustrates how to perform the message exchange." +msgstr "" + +#. Tag: title +#: Jms.xml:54 +#, no-c-format +msgid "Configuration" +msgstr "" + +#. Tag: para +#: Jms.xml:55 +#, no-c-format +msgid "" +"To configure Seam's infrastructure for sending JMS messages, you need to " +"tell Seam about any topics and queues you want to send messages to, and a= lso " +"tell Seam where to find the QueueConnectionFactory and= /or " +"TopicConnectionFactory." +msgstr "" + +#. Tag: para +#: Jms.xml:63 +#, no-c-format +msgid "" +"Seam defaults to using UIL2ConnectionFactory which is = the " +"usual connection factory for use with JBossMQ. If you are using some othe= r " +"JMS provider, you need to set one or both of queueConnection." +"queueConnectionFactoryJndiName and topicConnection." +"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." +msgstr "" + +#. Tag: para +#: Jms.xml:73 +#, no-c-format +msgid "" +"You also need to list topics and queues in components.xml " +"to install Seam managed TopicPublishers and " +"QueueSenders:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:79 +#, no-c-format +msgid "" +"\n" +"\n" +"]]>" +msgstr "" + +#. Tag: title +#: Jms.xml:84 +#, no-c-format +msgid "Sending messages" +msgstr "" + +#. Tag: para +#: Jms.xml:85 +#, no-c-format +msgid "" +"Now, you can inject a JMS TopicPublisher and " +"TopicSession into any Seam component to publish an obj= ect " +"to a topic:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:91 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:93 +#, no-c-format +msgid "or to a queue:" +msgstr "" + +#. Tag: programlisting +#: Jms.xml:95 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: title +#: Jms.xml:100 +#, no-c-format +msgid "Receiving messages using a message-driven bean" +msgstr "" + +#. Tag: para +#: Jms.xml:101 +#, no-c-format +msgid "" +"You can process messages using any EJB 3 message-driven bean. The MDB can= " +"even be a Seam component, in which case it's possible to inject other eve= nt- " +"and application- scoped Seam components. Here's an example of the payment= " +"receiver, which delegates to a payment processor." +msgstr "" + +#. Tag: para +#: Jms.xml:108 +#, no-c-format +msgid "" +"You'll likely need to set the create attribute on the @In " +"annotation to true (i.e. create =3D true) to have Seam create an instance= of " +"the component being injected. This isn't necessary if the component suppo= rts " +"auto-creation (e.g., it's annotated with @Autocreate)." +msgstr "" + +#. Tag: para +#: Jms.xml:115 +#, no-c-format +msgid "First, create an MDB to receive the message." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:119 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:121 +#, no-c-format +msgid "" +"Then, implement the Seam component to which the receiver delegates " +"processing of the payment." +msgstr "" + +#. Tag: programlisting +#: Jms.xml:125 +#, no-c-format +msgid "" +"" +msgstr "" + +#. Tag: para +#: Jms.xml:127 +#, no-c-format +msgid "" +"If you are going to be performing transaction operations in your MDB, you= " +"should ensure that you are working with an XA datasource. Otherwise, it " +"won't be possible to rollback database changes if the database transactio= n " +"commits and a subsequent operation being performed by the message fails." +msgstr "" + +#. Tag: title +#: Jms.xml:136 +#, no-c-format +msgid "Receiving messages in the client" +msgstr "" + +#. Tag: para +#: Jms.xml:137 +#, no-c-format +msgid "" +"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " +"This is described in ." +msgstr "" + +#. Tag: title +#: Jms.xml:146 +#, no-c-format msgid "Asynchronicity" msgstr "" = #. Tag: para -#: Jms.xml:37 +#: Jms.xml:148 #, no-c-format msgid "" "Asynchronous events and method calls have the same quality of service " @@ -80,13 +353,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:46 +#: Jms.xml:157 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:48 +#: Jms.xml:159 #, no-c-format msgid "" "then your asynchronous tasks will be processed by the container's EJB tim= er " @@ -98,7 +371,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:56 +#: Jms.xml:167 #, no-c-format msgid "" "Another alternative is to use the open source Quartz library to manage " @@ -112,13 +385,13 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:66 +#: Jms.xml:177 #, no-c-format msgid "]]>" msgstr "" = #. Tag: para -#: Jms.xml:68 +#: Jms.xml:179 #, no-c-format msgid "" "The Seam API for the default ScheduledThreadPoolExecutor, " @@ -128,13 +401,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:75 +#: Jms.xml:186 #, no-c-format msgid "Asynchronous methods" msgstr "" = #. Tag: para -#: Jms.xml:77 +#: Jms.xml:188 #, no-c-format msgid "" "In simplest form, an asynchronous call just lets a method call be process= ed " @@ -146,7 +419,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:85 +#: Jms.xml:196 #, no-c-format msgid "" "For EJB components, we annotate the local interface to specify that a met= hod " @@ -154,7 +427,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:90 +#: Jms.xml:201 #, no-c-format msgid "" "Timer object " @@ -298,7 +571,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:129 +#: Jms.xml:240 #, no-c-format msgid "" "@FinalExpiration annotation specifies an end date = for " @@ -386,7 +659,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:150 +#: Jms.xml:261 #, no-c-format msgid "" "QuartzTriggerHandle " @@ -425,7 +698,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:154 +#: Jms.xml:265 #, no-c-format msgid "" "@IntervalCron annotation supports Unix cron job " @@ -453,7 +726,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:159 +#: Jms.xml:270 #, no-c-format msgid "" "@IntervalBusinessDay annotation supports invocatio= n " @@ -487,7 +760,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:164 +#: Jms.xml:275 #, no-c-format msgid "" "NthBusinessDay object contains the configuration o= f " @@ -520,7 +793,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:168 +#: Jms.xml:279 #, no-c-format msgid "" "@IntervalDuration, @IntervalCron, " @@ -560,13 +833,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:175 +#: Jms.xml:286 #, no-c-format msgid "Asynchronous events" msgstr "" = #. Tag: para -#: Jms.xml:176 +#: Jms.xml:287 #, no-c-format msgid "" "Component-driven events may also be asynchronous. To raise an event for " @@ -580,13 +853,13 @@ msgstr "" = #. Tag: title -#: Jms.xml:188 +#: Jms.xml:299 #, no-c-format msgid "Handling exceptions from asynchronous calls" msgstr "" = #. Tag: para -#: Jms.xml:190 +#: Jms.xml:301 #, no-c-format msgid "" "Each asynchronous dispatcher behaves differently when an exception " @@ -598,7 +871,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:200 +#: Jms.xml:311 #, no-c-format msgid "" "By default, any exception which propagates out from an asynchronous " @@ -608,7 +881,7 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:208 +#: Jms.xml:319 #, no-c-format msgid "" "java.util.concurrent dispatch= er, " @@ -639,7 +912,7 @@ msgstr "" = #. Tag: para -#: Jms.xml:216 +#: Jms.xml:327 #, no-c-format msgid "" "You can also alter this behavior for an individual component by implement= ing " @@ -648,167 +921,10 @@ msgstr "" = #. Tag: programlisting -#: Jms.xml:223 +#: Jms.xml:334 #, no-c-format msgid "" "" msgstr "" - -#. Tag: title -#: Jms.xml:230 -#, no-c-format -msgid "Messaging in Seam" -msgstr "" - -#. Tag: para -#: Jms.xml:232 -#, no-c-format -msgid "" -"Seam makes it easy to send and receive JMS messages to and from Seam " -"components." -msgstr "" - -#. Tag: title -#: Jms.xml:238 -#, no-c-format -msgid "Configuration" -msgstr "" - -#. Tag: para -#: Jms.xml:239 -#, no-c-format -msgid "" -"To configure Seam's infrastructure for sending JMS messages, you need to " -"tell Seam about any topics and queues you want to send messages to, and a= lso " -"tell Seam where to find the QueueConnectionFactory and= /or " -"TopicConnectionFactory." -msgstr "" - -#. Tag: para -#: Jms.xml:247 -#, no-c-format -msgid "" -"Seam defaults to using UIL2ConnectionFactory which is = the " -"usual connection factory for use with JBossMQ. If you are using some othe= r " -"JMS provider, you need to set one or both of queueConnection." -"queueConnectionFactoryJndiName and topicConnection." -"topicConnectionFactoryJndiName in seam.properties, web.xml or components.xml= ." -msgstr "" - -#. Tag: para -#: Jms.xml:257 -#, no-c-format -msgid "" -"You also need to list topics and queues in components.xml " -"to install Seam managed TopicPublishers and " -"QueueSenders:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:263 -#, no-c-format -msgid "" -"\n" -"\n" -"]]>" -msgstr "" - -#. Tag: title -#: Jms.xml:268 -#, no-c-format -msgid "Sending messages" -msgstr "" - -#. Tag: para -#: Jms.xml:269 -#, no-c-format -msgid "" -"Now, you can inject a JMS TopicPublisher and " -"TopicSession into any component:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:274 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: para -#: Jms.xml:276 -#, no-c-format -msgid "Or, for working with a queue:" -msgstr "" - -#. Tag: programlisting -#: Jms.xml:278 -#, no-c-format -msgid "" -"" -msgstr "" - -#. Tag: title -#: Jms.xml:283 -#, no-c-format -msgid "Receiving messages using a message-driven bean" -msgstr "" - -#. Tag: para -#: Jms.xml:284 -#, no-c-format -msgid "" -"You can process messages using any EJB3 message driven bean. Message-driv= en " -"beans may even be Seam components, in which case it is possible to inject= " -"other event and application scoped Seam components." -msgstr "" - -#. Tag: title -#: Jms.xml:292 -#, no-c-format -msgid "Receiving messages in the client" -msgstr "" - -#. Tag: para -#: Jms.xml:293 -#, no-c-format -msgid "" -"Seam Remoting lets you subscribe to a JMS topic from client-side JavaScri= pt. " -"This is described in ." -msgstr "" --===============4585163978096815374==-- From seam-commits at lists.jboss.org Sun Jun 14 09:02:48 2009 Content-Type: multipart/mixed; boundary="===============5815309828919022251==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11154 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Sun, 14 Jun 2009 08:51:04 -0400 Message-ID: --===============5815309828919022251== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-14 08:51:02 -0400 (Sun, 14 Jun 2009) New Revision: 11154 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Concepts.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Concep= ts.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Concepts.po = 2009-06-14 00:30:03 UTC (rev 11153) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Concepts.po = 2009-06-14 12:51:02 UTC (rev 11154) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-01-18 15:00+0000\n" -"PO-Revision-Date: 2009-05-25 14:18+0100\n" +"PO-Revision-Date: 2009-06-14 14:15+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -190,7 +190,7 @@ #: Concepts.xml:132 #, no-c-format msgid "Conversations may be nested, with one conversa= tion taking place \"inside\" a wider conversation. This is an advanced feat= ure." -msgstr "Le conversazioni possono essere inestate, con= una conversazione che ha posto \"dentro\" una conversazione pi=C3=B9 ampia= . Questa =C3=A8 una caretteristica avanzata." +msgstr "Le conversazioni possono essere innestate, co= n una conversazione che ha posto \"dentro\" una conversazione pi=C3=B9 ampi= a. Questa =C3=A8 una caretteristica avanzata." = #. Tag: para #: Concepts.xml:136 @@ -262,7 +262,7 @@ #: Concepts.xml:186 #, no-c-format msgid "A context defines a namespace, a set of context variables= . These work much the same as session or request attributes in t= he servlet spec. You may bind any value you like to a context variable, but= usually we bind Seam component instances to context variables." -msgstr "Un contesto definisce un namespace, un set di variabili = di contesto. Queste lavorano come gli attributi di sessione o ri= chiesta nella specifica servlet. Si pu=C3=B2 associare qualsiasi valore si = voglia alla variabile di contesto, ma solitamente si associano le istanze c= omponenti di Seam alle variabili di contesto." +msgstr "Un contesto definisce un namespace, un set di variabili = di contesto. Queste lavorano come gli attributi di sessione o ri= chiesta nella specifica servlet. Si pu=C3=B2 associare un qualsivoglia valo= re alla variabile di contesto, ma solitamente si associano le istanze compo= nenti di Seam alle variabili di contesto." = #. Tag: para #: Concepts.xml:192 @@ -340,19 +340,19 @@ #: Concepts.xml:262 #, no-c-format msgid "The Seam session and application contexts are multithreaded. Seam w= ill allow concurrent requests in a context to be processed concurrently. Th= e event and page contexts are by nature single threaded. The business proce= ss context is strictly speaking multi-threaded, but in practice concurrency= is sufficiently rare that this fact may be disregarded most of the time. F= inally, Seam enforces a single thread per conversation per proces= s model for the conversation context by serializing concurrent r= equests in the same long-running conversation context." -msgstr "I contesti Seam di sessione e applicazione sono multithread. Seam = lascia le richieste concorrenti in un contesto che verr=C3=A0 processato in= modo concorrente. I contesti evento e pagina sono per natura a singolo thr= ead. Il contesto business =C3=A8 strettamente multithread, ma in pratica la= concorenza =C3=A8 abbastanza rara e questo fatto pu=C3=B2 essere ignorato = per la maggior parte delle volte. Infine Seam forza un modello a = singolo thread per conversazione per processo per il contesto co= nversazione, serializzando le richieste concorrenti nello stesso contesto d= i conversazione long-running." +msgstr "I contesti Seam di sessione e applicazione sono multithread. Seam = lascia le richieste concorrenti in un contesto che verr=C3=A0 processato in= modo concorrente. I contesti evento e pagina sono per natura a singolo thr= ead. Il contesto business =C3=A8 strettamente multithread, ma in pratica la= concorrenza =C3=A8 abbastanza rara e questo fatto pu=C3=B2 essere ignorato= la maggior parte delle volte. Infine Seam forza un modello a sin= golo thread per conversazione per processo per il contesto conve= rsazione, serializzando le richieste concorrenti nello stesso contesto di c= onversazione long-running." = #. Tag: para #: Concepts.xml:270 #, no-c-format msgid "Since the session context is multithreaded, and often contains vola= tile state, session scope components are always protected by Seam from conc= urrent access so long as the Seam interceptors are not disabled for that co= mponent. If interceptors are disabled, then any thread-safety that is requi= red must be implemented by the component itself. Seam serializes requests t= o session scope session beans and JavaBeans by default (and detects and bre= aks any deadlocks that occur). This is not the default behaviour for applic= ation scoped components however, since application scoped components do not= usually hold volatile state and because synchronization at the global leve= l is extremely expensive. However, you can force a ser= ialized threading model on any session bean or JavaBean component by adding= the @Synchronized annotation." -msgstr "Poich=C3=A9 il contesto sessione =C3=A8 multithread, e spesso cont= iene uno stato volatile, i componenti con scope sessione sono sempre protet= ti da Seam verso accessi concorrenti fintantoch=C3=A9 gli interceptor Seam = non vengano disabilitati per quel componente. Se gli interceptor sono disab= ilitati, allora ogni sicurezza di thread che viene richiesta deve essere im= plementata dal componente stesso. Seam serializza di default le richieste a= bean con scope sessione e JavaBean (e rileva e rompe ogni deadlock che sop= ravviene). Questo non =C3=A8 il comportamento di default per i componenti c= on scope applicazione, poich=C3=A9 tali componenti solitamente non mantengo= no uno stato volatile e poich=C3=A9 la sincronizzazione a livello globale = =C3=A8 estremamente dispensiosa. Comunque si pu=C3=B2 = forzare il modello di thread serializzato su un qualsiasi session bean o co= mponente JavaBean aggiungendo l'annotazione @Synchronized." +msgstr "Poich=C3=A9 il contesto sessione =C3=A8 multithread, e spesso cont= iene uno stato volatile, i componenti con scope sessione sono sempre protet= ti da Seam verso accessi concorrenti fintantoch=C3=A9 gli interceptor Seam = non vengano disabilitati per quel componente. Se gli interceptor sono disab= ilitati, allora ogni sicurezza di thread che viene richiesta deve essere im= plementata dal componente stesso. Seam serializza di default le richieste a= bean con scope sessione e JavaBean (e rileva e rompe ogni deadlock che sop= ravviene). Questo non =C3=A8 il comportamento di default per i componenti c= on scope applicazione, poich=C3=A9 tali componenti solitamente non mantengo= no uno stato volatile e poich=C3=A9 la sincronizzazione a livello globale = =C3=A8 estremamente dispendiosa. Comunque si pu=C3=B2 = forzare il modello di thread serializzato su un qualsiasi session bean o co= mponente JavaBean aggiungendo l'annotazione @Synchronized." = #. Tag: para #: Concepts.xml:281 #, no-c-format msgid "This concurrency model means that AJAX clients can safely use volat= ile session and conversational state, without the need for any special work= on the part of the developer." -msgstr "Questo modello di concorrenza signifca che i client AJAX possono u= sare in modo sicuro le sessioni volatili e lo stato conversazionale, senza = il bisogno di alcun lavoro speciale da parte dello sviluppatore." +msgstr "Questo modello di concorrenza significa che i client AJAX possono = usare in modo sicuro le sessioni volatili e lo stato conversazionale, senza= il bisogno di alcun lavoro speciale da parte dello sviluppatore." = #. Tag: title #: Concepts.xml:290 @@ -508,7 +508,7 @@ #: Concepts.xml:398 #, no-c-format msgid "Note that it in a clustered environment is somewhat less efficient = to bind an entity bean directly to a conversation or session scoped Seam co= ntext variable than it would be to hold a reference to the entity bean in a= stateful session bean. For this reason, not all Seam applications define e= ntity beans to be Seam components." -msgstr "Si noti che in un ambiente cluster =C3=A8 meno efficiente associar= e un entity bean direttamente ad una variabile di contesto con scope conver= sazione o sessione rispetto a come sarebbe mantenere un riferimento all'ent= ity bean in un bean di sessione stateful. PEr questa ragione non tutte le a= pplicazioni Seam definiscono entity bean come componenti Seam." +msgstr "Si noti che in un ambiente cluster =C3=A8 meno efficiente associar= e un entity bean direttamente ad una variabile di contesto con scope conver= sazione o sessione rispetto a come sarebbe mantenere un riferimento all'ent= ity bean in un bean di sessione stateful. Per questa ragione non tutte le a= pplicazioni Seam definiscono entity bean come componenti Seam." = #. Tag: para #: Concepts.xml:404 @@ -608,7 +608,7 @@ #: Concepts.xml:466 #, no-c-format msgid "But a much better way is to define the interceptor in ejb-= jar.xml." -msgstr "Ma il miglio modo =C3=A8 definire l'interceptor in ejb-ja= r.xml." +msgstr "Ma il modo migliore =C3=A8 definire l'interceptor in ejb-= jar.xml." = #. Tag: programlisting #: Concepts.xml:470 @@ -842,7 +842,7 @@ #: Concepts.xml:560 #, no-c-format msgid "Some Seam component classes can fulfill more than one role in the s= ystem. For example, we often have a User class which is = usually used as a session-scoped component representing the current user bu= t is used in user administration screens as a conversation-scoped component= . The @Role annotation lets us define an additional name= d role for a component, with a different scope — it lets us bind the = same component class to different context variables. (Any Seam component instance may be bound to multiple context variables, but= this lets us do it at the class level, and take advantage of auto-instanti= ation.)" -msgstr "Alcune classi componenti Seam possono svolgere pi=C3=B9 di un ruol= o nel sistema. Per esempio si haspesso la classe User ch= e viene usata come componente con scope sessione e che rappresenta l'utente= corrente, ma nelle schermate di amministrazione utente viene usato come co= mponente con scope conversazione. L'annotazione @Role co= nsente di definire un ruolo addizionale per un componente, con scope differ= ente — consente di associare la stessa classe componente a variabili = di contesto differenti. (Qualsiasi istanza componente = Seam pu=C3=B2 essere associata a variabili di contesto multiple, ma questo = =C3=A8 consentito a livello di classe e per sfruttare l'autoistanziamento.)" +msgstr "Alcune classi componenti Seam possono svolgere pi=C3=B9 di un ruol= o nel sistema. Per esempio si ha spesso la classe User c= he viene usata come componente con scope sessione e che rappresenta l'utent= e corrente, ma nelle schermate di amministrazione utente viene usato come c= omponente con scope conversazione. L'annotazione @Role c= onsente di definire un ruolo addizionale per un componente, con scope diffe= rente — consente di associare la stessa classe componente a variabili= di contesto differenti. (Qualsiasi istanza componente= Seam pu=C3=B2 essere associata a variabili di contesto multiple, ma questo= =C3=A8 consentito a livello di classe e per sfruttare l'autoistanziamento.= )" = #. Tag: programlisting #: Concepts.xml:570 @@ -926,7 +926,7 @@ #: Concepts.xml:600 #, no-c-format msgid "Dependency injection or inversion of= control is by now a familiar concept to most Java developers. D= ependency injection allows a component to obtain a reference to another com= ponent by having the container \"inject\" the other component to a setter m= ethod or instance variable. In all dependency injection implementations tha= t we have seen, injection occurs when the component is constructed, and the= reference does not subsequently change for the lifetime of the component i= nstance. For stateless components, this is reasonable. From the point of vi= ew of a client, all instances of a particular stateless component are inter= changeable. On the other hand, Seam emphasizes the use of stateful componen= ts. So traditional dependency injection is no longer a very useful construc= t. Seam introduces the notion of bijection as a genera= lization of injection. In contrast to injection, bijection is:" -msgstr "Dependency injection o inversione d= el controllo =C3=A8 ora un concetto familiare allamaggior parte = degli sviluppatori Java. La dependency injection consente ad un componente = di ottenere un riferimento ad un altro componente facendo \"iniettare\" dal= container l'altro componente in un metodo setter o variabile istanza. In t= utte le implementazioni di dependency injection che abbiamo visto, l'inject= ion avviene quando viene costruito il componente, ed il riferimento non cam= bia durante il ciclo di vita dell'istanza del componente. Per i componenti = stateless questo =C3=A8 ragionevole. Dal punto di vista del client tutte le= istanzedi un particolare componente stateless sono intercambiabili. Dall'a= ltro lato Seam enfatizza l'uso di componenti stateful. Quindi la tradiziona= le dependency injection non =C3=A8 pi=C3=B9 un costrutto utile. Seam introd= uce la nozione di bijection come generalizzazione dell= 'injection. In contrasto all'i! njection, la bijection =C3=A8:" +msgstr "Dependency injection o inversione d= el controllo =C3=A8 ora un concetto familiare alla maggior parte= degli sviluppatori Java. La dependency injection consente ad un componente= di ottenere un riferimento ad un altro componente facendo \"iniettare\" da= l container l'altro componente in un metodo setter o variabile istanza. In = tutte le implementazioni di dependency injection che abbiamo visto, l'injec= tion avviene quando viene costruito il componente, ed il riferimento non ca= mbia durante il ciclo di vita dell'istanza del componente. Per i componenti= stateless questo =C3=A8 ragionevole. Dal punto di vista del client tutte l= e istanze di un particolare componente stateless sono intercambiabili. Dall= 'altro lato Seam enfatizza l'uso di componenti stateful. Quindi la tradizio= nale dependency injection non =C3=A8 pi=C3=B9 un costrutto utile. Seam intr= oduce la nozione di bijection come generalizzazione de= ll'injection. In contrasto all! 'injection, la bijection =C3=A8:" = #. Tag: para #: Concepts.xml:614 @@ -944,7 +944,7 @@ #: Concepts.xml:629 #, no-c-format msgid "dynamic - since the value of contextual variab= les changes over time, and since Seam components are stateful, bijection ta= kes place every time a component is invoked" -msgstr "dimanica - poich=C3=A9 il valore delle variab= ili contestuali cambia neltempo, e poich=C3=A9 i componenti Seam sono state= ful, la bijection avviene ogni volta che viene invocato il componente" +msgstr "dinamica - poich=C3=A9 il valore delle variab= ili contestuali cambia nel tempo, e poich=C3=A9 i componenti Seam sono stat= eful, la bijection avviene ogni volta che viene invocato il componente" = #. Tag: para #: Concepts.xml:636 @@ -956,7 +956,7 @@ #: Concepts.xml:642 #, no-c-format msgid "The @In annotation specifies that a value should= be injected, either into an instance variable:" -msgstr "L'annotazione @In specifica che un valore venga= iniettato, sia in una variabile istanza:" +msgstr "L'annotazione @In specifica che un valore venga= iniettato, o in una variabile istanza:" = #. Tag: programlisting #: Concepts.xml:647 @@ -1070,7 +1070,7 @@ #: Concepts.xml:689 #, no-c-format msgid "The @Out annotation specifies that an attribute = should be outjected, either from an instance variable:" -msgstr "L'annotazione @Out specifica che occorre esegui= re l'outjection di un attributo, oppure da una variabile d'istanza:" +msgstr "L'annotazione @Out specifica che occorre esegui= re l'outjection di un attributo, o da una variabile d'istanza:" = #. Tag: programlisting #: Concepts.xml:694 @@ -1206,7 +1206,7 @@ #: Concepts.xml:719 #, no-c-format msgid "Session bean and entity bean Seam components support all the usual = EJB 3.0 lifecycle callback (@PostConstruct, @Pr= eDestroy, etc). But Seam also supports the use of any of these ca= llbacks with JavaBean components. However, since these annotations are not = available in a J2EE environment, Seam defines two additional component life= cycle callbacks, equivalent to @PostConstruct and @PreDestroy." -msgstr "I componenti di Seam session ed entity bean supportano tutte le ch= iamate del ciclo di vita EJB3.0 (@PostConstruct, @PreDestroy, ecc). Ma Seam supporta anche l'uso di queste chiam= ate con i componenti JavaBean. Comunque, poich=C3=A9 queste annotazioni non= sono disponibile in un ambiente J2EE, Seam definisce due chiamate aggiunti= ve al ciclo di vita del componente, equivalenti a @PostConstruct e @PreDestroy." +msgstr "I componenti di Seam session ed entity bean supportano tutte le ch= iamate del ciclo di vita EJB3.0 (@PostConstruct, @PreDestroy, ecc). Ma Seam supporta anche l'uso di queste chiam= ate con i componenti JavaBean. Comunque, poich=C3=A9 queste annotazioni non= sono disponibili in un ambiente J2EE, Seam definisce due chiamate aggiunti= ve al ciclo di vita del componente, equivalenti a @PostConstruct e @PreDestroy." = #. Tag: para #: Concepts.xml:727 @@ -1242,7 +1242,7 @@ #: Concepts.xml:755 #, no-c-format msgid "The @Install annotation lets you control conditi= onal installation of components that are required in some deployment scenar= ios and not in others. This is useful if:" -msgstr "L'annotazione @Install consente di controllare = l'installazione condizionale di componenti che sono richiesti in alcuni sce= nari di deploy e non i altri. Questa =C3=A8 utile se:" +msgstr "L'annotazione @Install consente di controllare = l'installazione condizionale di componenti che sono richiesti in alcuni sce= nari di deploy e non in altri. Questa =C3=A8 utile se:" = #. Tag: para #: Concepts.xml:762 @@ -1324,7 +1324,7 @@ "" = @@ -1350,7 +1350,7 @@ "@Install(precedence=3DMOCK)\n" "public class MockMessageSender extends MessageSender {\n" " public void sendMessage() {\n" -" //do nothing!\n" +" //non fare niente!\n" " }\n" "}]]>" = @@ -1358,7 +1358,7 @@ #: Concepts.xml:841 #, no-c-format msgid "The precedence helps Seam decide which version t= o use when it finds both components in the classpath." -msgstr "La precedenza aiuta Seam a decide quale version= e usare quando vengono trovati entrambi i componenti nel classpath." +msgstr "La precedence aiuta Seam a decidere quale versi= one usare quando vengono trovati entrambi i componenti nel classpath." = #. Tag: para #: Concepts.xml:846 @@ -1408,7 +1408,7 @@ #: Concepts.xml:868 #, no-c-format msgid "It is difficult to imagine how the code for a simple log message co= uld possibly be more verbose. There is more lines of code tied up in loggin= g than in the actual business logic! I remain totally astonished that the J= ava community has not come up with anything better in 10 years." -msgstr "E' difficile immaginare come possa essere pi=C3=B9 prolisso il cod= ice per un semplice messaggio di log. Ci sono pi=C3=B9 linee di codice per = il loggin che per la business logic! Ci meravigliamo come la comunit=C3=A0 = Java non abbia fatto qualcosa di meglio in 10 anni." +msgstr "E' difficile immaginare come possa essere pi=C3=B9 prolisso il cod= ice per un semplice messaggio di log. Ci sono pi=C3=B9 linee di codice per = il logging che per la business logic! Ci meravigliamo come la comunit=C3=A0= Java non abbia fatto qualcosa di meglio in 10 anni." = #. Tag: para #: Concepts.xml:874 @@ -1444,7 +1444,7 @@ #: Concepts.xml:886 #, no-c-format msgid "Note that we don't need the noisy if ( log.isDebugEnabled(= ) ) guard, since string concatenation happens inside the debug() method. Note also that we don't usu= ally need to specify the log category explicitly, since Seam knows what com= ponent it is injecting the Log into." -msgstr "Si noti che non occorre il nioso controllo if ( log.isDeb= ugEnabled() ), poich=C3=A9 la concatenazione della stringa avvien= e dentro il metodo debug(). Si noti= inoltre che in genere non occorre specificare esplicitamente la categoria = di log, poich=C3=A9 Seam conosce quale componente sta iniettando dentro Log." +msgstr "Si noti che non occorre il noioso controllo if ( log.isDe= bugEnabled() ), poich=C3=A9 la concatenazione della stringa avvie= ne dentro il metodo debug(). Si not= i inoltre che in genere non occorre specificare esplicitamente la categoria= di log, poich=C3=A9 Seam conosce quale componente sta iniettando dentro Log." = #. Tag: para #: Concepts.xml:901 @@ -1486,7 +1486,7 @@ #: Concepts.xml:917 #, no-c-format msgid "Many application servers feature an amazingly broken implementation= of HttpSession clustering, where changes to the state o= f mutable objects bound to the session are only replicated when the applica= tion calls setAttribute() explicitly. This is a source o= f bugs that can not effectively be tested for at development time, since th= ey will only manifest when failover occurs. Furthermore, the actual replica= tion message contains the entire serialized object graph bound to the sessi= on attribute, which is inefficient." -msgstr "Molti application server forniscono un'incredibile implementazione= inesatta del clustering HttpSession, dove i cambiamenti= allo stato di oggetti mutabili legati alla sessione sono replicati solamen= te quando l'applicazione chiama esplicitamente setAttribute(). Questo =C3=A8 fonte di bug che non possono essere testati in modo ef= ficace in fase di sviluppo, poich=C3=A9 si manifestano solo quando avviene = un failover. Inoltre, il messaggio di replicazione contiene l'intero grafo = oggetto serializzato associato all'attributo sessione, che =C3=A8 inefficie= nte." +msgstr "Molti application server forniscono un'incredibile implementazione= inesatta del clustering HttpSession, dove i cambiamenti= allo stato di oggetti mutabili legati alla sessione sono replicati solamen= te quando l'applicazione chiama esplicitamente setAttribute(). Questo =C3=A8 fonte di bug che non possono essere testati in modo ef= ficace in fase di sviluppo, poich=C3=A9 si manifestano solo quando avviene = un failover. Inoltre, il messaggio di replicazione contiene l'intero grafo = oggetto serializzato associato all'attributo sessione, il che =C3=A8 ineffi= ciente." = #. Tag: para #: Concepts.xml:926 @@ -1598,7 +1598,7 @@ #: Concepts.xml:951 #, no-c-format msgid "For session or conversation scoped entity bean components, Seam aut= omatically forces replication to occur by calling setAttribute() once in every request, unless the (conversation-scoped) = entity is currently associated with a Seam-managed persistence context, in = which case no replication is needed. This strategy is not necess= arily efficient, so session or conversation scope entity beans should be us= ed with care. You can always write a stateful session bean or JavaBean comp= onent to \"manage\" the entity bean instance. For example," -msgstr "Per i componenti entity bean con scope sessione o conversazione, S= eam forza automaticamente la replicazione ad avvenire chiamando se= tAttribute() una sola volta per ogni richiesta, a menoc= h=C3=A9 l'entity (con scope conversazione) sia associato ad un contesto di = persistenza gestito da Seam, nel qual caso non occorre alcuna replicazione<= /emphasis>. Questa strategia non =C3=A8 necessariamente efficiente, quindi = gli entity bean con scope sessione o conversazione dovrebbero essere usati = con cautela. Si pu=C3=B2 sempre scrivere un componente session bean statefu= l o JavaBean per \"gestire\" l'istanza entity bean. Per esempio," +msgstr "Per i componenti entity bean con scope sessione o conversazione, S= eam forza automaticamente la replicazione ad avvenire chiamando se= tAttribute() una sola volta per ogni richiesta, amenoc= h=C3=A9 l'entity (con scope conversazione) sia associato ad un contesto di = persistenza gestito da Seam, nel qual caso non occorre alcuna replicazione<= /emphasis>. Questa strategia non =C3=A8 necessariamente efficiente, quindi = gli entity bean con scope sessione o conversazione dovrebbero essere usati = con cautela. Si pu=C3=B2 sempre scrivere un componente session bean statefu= l o JavaBean per \"gestire\" l'istanza entity bean. Per esempio," = #. Tag: programlisting #: Concepts.xml:960 @@ -1624,7 +1624,7 @@ "@Name(\"account\")\n" "public class AccountManager extends AbstractMutable\n" "{\n" -" private Account account; // an entity bean\n" +" private Account account; // un entity bean\n" " \n" " @Unwrap\n" " public Account getAccount()\n" @@ -1742,7 +1742,7 @@ #: Concepts.xml:1015 #, no-c-format msgid "The manager component pattern is especially useful if we have an ob= ject where you need more control over the lifecycle of the component. For e= xample, if you have a heavyweight object that needs a cleanup operation whe= n the context ends you could @Unwrap the object, and per= form cleanup in the @Destroy method of the manager compo= nent." -msgstr "Il pattern del componente manager=C3=A8 utile specialmente se si h= a un oggetto in cui serve un maggior controllo sul ciclo di vita. Per esemp= io, se si ha un oggetto pesante che necessita di un'operazione di cleanup q= uando termina il contesto, si potrebbere annotare l'oggetto con @U= nwrap ed eseguire il cleanup nel metodo @Destroy del componente manager." +msgstr "Il pattern del componente manager =C3=A8 utile specialmente se si = ha un oggetto su cui serve un maggior controllo sul ciclo di vita. Per esem= pio, se si ha un oggetto pesante che necessita di un'operazione di cleanup = quando termina il contesto, si potrebbere annotare l'oggetto con @= Unwrap ed eseguire il cleanup nel metodo @Destroy del componente manager." = #. Tag: programlisting #: Concepts.xml:1022 @@ -1799,7 +1799,7 @@ " {\n" " if (hens =3D=3D null)\n" " {\n" -" // Setup our hens\n" +" // Imposta gli hens\n" " }\n" " return hens;\n" " }\n" Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po 2009-= 06-14 00:30:03 UTC (rev 11153) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Xml.po 2009-= 06-14 12:51:02 UTC (rev 11154) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-06-11 07:43+0000\n" -"PO-Revision-Date: 2009-06-11 09:52+0100\n" +"PO-Revision-Date: 2009-06-14 14:48+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -23,13 +23,13 @@ #: Xml.xml:8 #, no-c-format msgid "The philosophy of minimizing XML-based configuration is extremely s= trong in Seam. Nevertheless, there are various reasons why we might want to= configure a Seam component using XML: to isolate deployment-specific infor= mation from the Java code, to enable the creation of re-usable frameworks, = to configure Seam's built-in functionality, etc. Seam provides two basic ap= proaches to configuring components: configuration via property settings in = a properties file or in web.xml, and configuration via <= literal>components.xml." -msgstr "La filosofia di minimizzare la configurazione basata su XML =C3=A8= estremamente forte in Seam. Tuttavia ci sono varie ragioni per voler confi= gurare i componente Seam tramite XML: per isolare le informazioni specifich= e del deploy dal codice Java, per abilitare la creazione di framework riuti= lizzabili, per configurare le funzionalit=C3=A0 predefinite di Seam, ecc. S= eam fornisce due approcci base per configurare i componenti: configurazione= tramire impostazioni di propriet=C3=A0 in un file di propriet=C3=A0 o in <= literal>web.xml, e configurazione tramite components.xml= ." +msgstr "La filosofia di minimizzare la configurazione basata su XML =C3=A8= estremamente forte in Seam. Tuttavia ci sono varie ragioni per configurare= i componenti Seam tramite XML: per isolare le informazioni specifiche del = deploy dal codice Java, per abilitare la creazione di framework riutilizzab= ili, per configurare le funzionalit=C3=A0 predefinite di Seam, ecc. Seam fo= rnisce due approcci base per configurare i componenti: configurazione trami= te impostazioni di propriet=C3=A0 in un file di propriet=C3=A0 o in web.xml, e configurazione tramite components.xml." = #. Tag: title #: Xml.xml:18 #, no-c-format msgid "Configuring components via property settings" -msgstr "Configurare i componenti tramire impostazioni di propriet=C3=A0" +msgstr "Configurare i componenti tramite impostazioni di propriet=C3=A0" = #. Tag: para #: Xml.xml:19 @@ -41,7 +41,7 @@ #: Xml.xml:23 #, no-c-format msgid "The configurable Seam component must expose JavaBeans-style propert= y setter methods for the configurable attributes. If a Seam component named= com.jboss.myapp.settings has a setter method named setLocale(), we can provide a property named com.jb= oss.myapp.settings.locale in the seam.properties file, a system property named org.jboss.seam.properties.com.jbo= ss.myapp.settings.locale via -D at startup, or as a servlet conte= xt parameter, and Seam will set the value of the locale = attribute whenever it instantiates the component." -msgstr "Il componente Seam configurabile deve esporre metodi setter di sti= le JavaBeans per gli attributi configurabili. Se un componente Seam chiamat= o com.jboss.myapp.settings ha un metodo setter chiamato = setLocale(), si pu=C3=B2 scrivere una propriet=C3=A0 chi= amata com.jboss.myapp.settings.locale nel file = seam.properties o come parametro di contesto servlet, e Seam impo= ster=C3=A0 il valore dell'attributo locale quando istanz= ia il componente." +msgstr "Il componente Seam configurabile deve esporre metodi setter in sti= le JavaBeans per gli attributi configurabili. Se un componente Seam chiamat= o com.jboss.myapp.settings ha un metodo setter chiamato = setLocale(), si pu=C3=B2 scrivere una propriet=C3=A0 chi= amata com.jboss.myapp.settings.locale nel file = seam.properties o come parametro di contesto servlet, e Seam impo= ster=C3=A0 il valore dell'attributo locale quando istanz= ia il componente." = #. Tag: para #: Xml.xml:32 @@ -791,7 +791,7 @@ #: Xml.xml:321 #, no-c-format msgid "Now, this works great for the built-in Seam components, but what ab= out user components? There are two options. First, Seam supports mixing the= two models, allowing the use of the generic <component> declarations for user components, along with namespaced declarations= for built-in components. But even better, Seam allows you to quickly decla= re namespaces for your own components." -msgstr "Questo funziona bene per i componenti predefiniti di Seam, ma per = i componenti creati dall'utente? Ci sono due opzioni. La prima, Seam suppor= ta un misto dei due modelli, consentendo l'uso delle dichiarazioni generich= e <component> for i componenti utente, assieme all= e dichiarazioni con namespace dei componenti predefiniti. Ma ancor meglio, = Seam consente di dichiarare in modo veloce i namespace per i propri compone= nti." +msgstr "Questo funziona bene per i componenti predefiniti di Seam, ma per = i componenti creati dall'utente? Ci sono due opzioni. La prima, Seam suppor= ta un misto dei due modelli, consentendo l'uso delle dichiarazioni generich= e <component> per i componenti utente, assieme all= e dichiarazioni con namespace dei componenti predefiniti. Ma ancor meglio, = Seam consente di dichiarare in modo veloce i namespace per i propri compone= nti." = #. Tag: para #: Xml.xml:328 --===============5815309828919022251==-- From seam-commits at lists.jboss.org Sun Jun 14 09:22:26 2009 Content-Type: multipart/mixed; boundary="===============6368753118975654167==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11155 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Sun, 14 Jun 2009 09:10:50 -0400 Message-ID: --===============6368753118975654167== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-14 09:10:49 -0400 (Sun, 14 Jun 2009) New Revision: 11155 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Annotations.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Components.po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Conversations= .po branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Events.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Annota= tions.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Annotations.= po 2009-06-14 12:51:02 UTC (rev 11154) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Annotations.= po 2009-06-14 13:10:49 UTC (rev 11155) @@ -1230,7 +1230,7 @@ #: Annotations.xml:1082 #, no-c-format msgid "Specifies that the annotated exception causes a browser redirect to= a specified view id." -msgstr "Specifica che un'eccezione annotata causi un redirect del browser = verso uno specifico id di vista." +msgstr "Specifica che un'eccezione annotata causi un redirect del browser = verso uno specifico view-id." = #. Tag: para #: Annotations.xml:1088 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Compon= ents.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Components.p= o 2009-06-14 12:51:02 UTC (rev 11154) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Components.p= o 2009-06-14 13:10:49 UTC (rev 11155) @@ -659,7 +659,7 @@ #: Components.xml:620 #, no-c-format msgid "redirect() — redirect to the last well-def= ined view id for this conversation (useful after login challenges)." -msgstr "redirect() — redirige all'ultimo id di vi= sta ben-definito per questa conversazione (utile dopo i login)." +msgstr "redirect() — redirige all'ultimo view-id = ben-definito per questa conversazione (utile dopo i login)." = #. Tag: para #: Components.xml:626 @@ -1259,13 +1259,13 @@ #: Components.xml:1149 #, no-c-format msgid "org.jboss.seam.navigation.pages.noConversationViewId — global setting for the view id to redirect to when a conversat= ion entry is not found on the server side." -msgstr "org.jboss.seam.navigation.pages.noConversationViewId — impostazione globale per l'id di vista a cui fare redirect qu= ando un'entry di conversazione non viene trovata lato server." +msgstr "org.jboss.seam.navigation.pages.noConversationViewId — impostazione globale per il view-id a cui fare redirect quand= o un'entry di conversazione non viene trovata lato server." = #. Tag: para #: Components.xml:1156 #, no-c-format msgid "org.jboss.seam.navigation.pages.loginViewId R= 12; global setting for the view id to redirect to when an unauthenticated u= ser tries to access a protected view." -msgstr "org.jboss.seam.navigation.pages.loginViewId = 212; impostazione globale per l'id della vista a cui fare redirect quando u= n utente non autenticato prova ad accedere ad una vista protetta." +msgstr "org.jboss.seam.navigation.pages.loginViewId = 212; impostazione globale per il view-id a cui fare redirect quando un uten= te non autenticato prova ad accedere ad una vista protetta." = #. Tag: para #: Components.xml:1163 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Conver= sations.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Conversation= s.po 2009-06-14 12:51:02 UTC (rev 11154) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Conversation= s.po 2009-06-14 13:10:49 UTC (rev 11155) @@ -1025,7 +1025,7 @@ #: Conversations.xml:760 #, no-c-format msgid "Provide description text for each view id (whe= n using JSF or Seam navigation rules) or page node (when using jPDL pageflo= ws). This description text is displayed to the user by the workspace switch= ers." -msgstr "Fornire un testo di descrizione ad ogni id di= vista (quando si usa JSF o le regole di navigazione JSF) od il nodo della = pagina (quando si usano i pageflow jPDL). Questo testo di descrizione viene= mostrato all'utente attraverso lo switcher di workspace." +msgstr "Fornire un testo di descrizione ad ogni view-= id (quando si usa JSF o le regole di navigazione JSF) od il nodo della pagi= na (quando si usano i pageflow jPDL). Questo testo di descrizione viene mos= trato all'utente attraverso lo switcher di workspace." = #. Tag: para #: Conversations.xml:768 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Events= .po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Events.po 20= 09-06-14 12:51:02 UTC (rev 11154) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Events.po 20= 09-06-14 13:10:49 UTC (rev 11155) @@ -6,7 +6,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-05-29 06:39+0000\n" -"PO-Revision-Date: 2009-05-29 08:56+0100\n" +"PO-Revision-Date: 2009-06-14 15:10+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ #: Events.xml:68 #, no-c-format msgid "A Seam page action is an event that occurs just before we render a = page. We declare page actions in WEB-INF/pages.xml. We c= an define a page action for either a particular JSF view id:" -msgstr "Un'azione di pagina Seam =C3=A8 un evento che avviene appena prima= che la pagina viene renderizzata. Si dichiarano le azioni di pagina in WEB-INF/pages.xml. Si pu=C3=B2 definire un'azione di pagin= a anche per un particolare id di vista JSF:" +msgstr "Un'azione di pagina Seam =C3=A8 un evento che avviene appena prima= che la pagina venga renderizzata. Si dichiarano le azioni di pagina in WEB-INF/pages.xml. Si pu=C3=B2 definire un'azione di pagin= a anche per un particolare view-id JSF:" = #. Tag: programlisting #: Events.xml:74 @@ -135,7 +135,7 @@ #: Events.xml:76 #, no-c-format msgid "Or we can use a * wildcard as a suffix to the view-id to specify an action that applies to all view ids = that match the pattern:" -msgstr "Oppure si pu=C3=B2 usare il wildcard * come suf= fisso a view-id per specificare un'azione che si applica= a tutti gli id di vista che corrispondono al pattern:" +msgstr "Oppure si pu=C3=B2 usare il wildcard * come suf= fisso a view-id per specificare un'azione che si applica= a tutti i view-id che corrispondono al pattern:" = #. Tag: programlisting #: Events.xml:82 @@ -159,7 +159,7 @@ #: Events.xml:90 #, no-c-format msgid "If multiple wildcarded page actions match the current view-id, Seam= will call all the actions, in order of least-specific to most-specific." -msgstr "Se pi=C3=B9 azioni di pagina con wildcard corrispondono al corrent= e id di vista, Seam chiamer=C3=A0 tutte le azioni, nell'ordine dal meno al = pi=C3=B9 specifico." +msgstr "Se pi=C3=B9 azioni di pagina con wildcard corrispondono al corrent= e view-id, Seam chiamer=C3=A0 tutte le azioni, nell'ordine dal meno al pi= =C3=B9 specifico." = #. Tag: para #: Events.xml:95 @@ -225,7 +225,7 @@ #: Events.xml:125 #, no-c-format msgid "This condition consults the ResponseStateManager#isPostbac= k(FacesContext) to determine if the request is a postback. The Re= sponseStateManager is accessed using FacesContext.getCurrentInstan= ce().getRenderKit().getResponseStateManager()." -msgstr "Questa condizione consulta ResponseStateManager#isPostbac= k(FacesContext)per determinare sela richiesta =C3=A8 un postback.= Il ResponseStateManager viene acceduto usando FacesContext.getCur= rentInstance().getRenderKit().getResponseStateManager()." +msgstr "Questa condizione consulta ResponseStateManager#isPostbac= k(FacesContext)per determinare se la richiesta =C3=A8 un postback= . Il ResponseStateManager viene acceduto usando FacesContext.getCu= rrentInstance().getRenderKit().getResponseStateManager()." = #. Tag: para #: Events.xml:131 @@ -265,13 +265,13 @@ #: Events.xml:149 #, no-c-format msgid "A JSF faces request (a form submission) encapsulates both an \"acti= on\" (a method binding) and \"parameters\" (input value bindings). A page a= ction might also needs parameters!" -msgstr "Una richiesta JSF faces (sottomissione di una form) incapsula sia = un'\"azione\" (un metodo di binding) e \"parametri\" (valore di binding di = input). Un'azionedi pagine pu=C3=B2 anche necessitare di parametri!" +msgstr "Una richiesta JSF faces (sottomissione di una form) incapsula sia = un'\"azione\" (un metodo di binding) e \"parametri\" (valore di binding di = input). Un'azione di pagina pu=C3=B2 anche avere bisogno di parametri!" = #. Tag: para #: Events.xml:155 #, no-c-format msgid "Since GET requests are bookmarkable, page parameters are passed as = human-readable request parameters. (Unlike JSF form inputs, which are anyth= ing but!)" -msgstr "Poich=C3=A9 le richieste GET sono memorizzabili come segnalibro, i= parametri di pagine vengono passati come parametri di richiesta human-read= able. (A differenza degli input di form JSF, che sono tutto tranne!)" +msgstr "Poich=C3=A9 le richieste GET sono memorizzabili come segnalibro, i= parametri di pagine vengono passati come parametri di richiesta human-read= able. (A differenza degli input di form JSF!)" = #. Tag: para #: Events.xml:161 @@ -319,7 +319,7 @@ #: Events.xml:182 #, no-c-format msgid "When a non-faces (GET) request for the view id occurs, Seam sets th= e value of the named request parameter onto the model object, after perform= ing appropriate type conversions." -msgstr "Quando avviene una richiesta non-faces (GET) per un id di vista, S= eam imposta il valore del parametro di richiesta sull'oggetto del modello, = dopo aver operato le dovute conversioni sul tipo." +msgstr "Quando avviene una richiesta non-faces (GET) per un view-id, Seam = imposta il valore del parametro di richiesta sull'oggetto del modello, dopo= aver operato le dovute conversioni sul tipo." = #. Tag: para #: Events.xml:189 --===============6368753118975654167==-- From seam-commits at lists.jboss.org Mon Jun 15 10:39:02 2009 Content-Type: multipart/mixed; boundary="===============0522509764511094696==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11156 - in branches/community/Seam_2_2/examples: restbay and 1 other directory. Date: Mon, 15 Jun 2009 10:27:17 -0400 Message-ID: --===============0522509764511094696== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: pete.muir(a)jboss.org Date: 2009-06-15 10:27:17 -0400 (Mon, 15 Jun 2009) New Revision: 11156 Modified: branches/community/Seam_2_2/examples/guice/ branches/community/Seam_2_2/examples/restbay/ Log: ignores Property changes on: branches/community/Seam_2_2/examples/guice ___________________________________________________________________ Name: svn:ignore - dist exploded-archives + dist exploded-archives test-build Property changes on: branches/community/Seam_2_2/examples/restbay ___________________________________________________________________ Name: svn:ignore + exploded-archives test-build dist --===============0522509764511094696==-- From seam-commits at lists.jboss.org Mon Jun 15 11:09:42 2009 Content-Type: multipart/mixed; boundary="===============8620657587121485312==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11157 - in branches/community/Seam_2_2: src/main/org/jboss/seam/contexts and 4 other directories. Date: Mon, 15 Jun 2009 10:57:57 -0400 Message-ID: --===============8620657587121485312== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: pete.muir(a)jboss.org Date: 2009-06-15 10:57:57 -0400 (Mon, 15 Jun 2009) New Revision: 11157 Modified: branches/community/Seam_2_2/ branches/community/Seam_2_2/src/main/org/jboss/seam/contexts/Lifecycle.j= ava branches/community/Seam_2_2/src/main/org/jboss/seam/contexts/ServletLife= cycle.java branches/community/Seam_2_2/src/main/org/jboss/seam/core/ResourceLoader.= java branches/community/Seam_2_2/src/main/org/jboss/seam/core/SeamResourceBun= dle.java branches/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamFilter.j= ava branches/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamResource= Servlet.java branches/community/Seam_2_2/src/main/org/jboss/seam/web/WicketFilter.java branches/community/Seam_2_2/src/wicket/org/jboss/seam/wicket/web/WicketF= ilterInstantiator.java Log: JBSEAM-3119, thanks to Stuart Douglas Property changes on: branches/community/Seam_2_2 ___________________________________________________________________ Name: svn:ignore - *.ipr *.iws *.iml jboss-seam.jar jboss-seam-ui.jar jboss-seam-debug.jar jboss-seam-gen.jar jboss-seam-pdf.jar jboss-seam-mail.jar jboss-seam-remoting.jar jboss-seam-ioc.jar jboss-seam-trinidad.jar test-output test-report testng-failures.xml report output classes lib .classpath build.properties coverage.ec dvdindexes coverage-output blogindexes .ant-targets-build.xml dependency-report.txt lacewikiIndex jmimemagic.log dist + *.ipr *.iws *.iml jboss-seam.jar jboss-seam-ui.jar jboss-seam-debug.jar jboss-seam-gen.jar jboss-seam-pdf.jar jboss-seam-mail.jar jboss-seam-remoting.jar jboss-seam-ioc.jar jboss-seam-trinidad.jar test-output test-report testng-failures.xml report output classes lib .classpath build.properties coverage.ec dvdindexes coverage-output blogindexes .ant-targets-build.xml dependency-report.txt lacewikiIndex jmimemagic.log dist bin Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/contexts/Life= cycle.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/contexts/Lifecycle.= java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/contexts/Lifecycle.= java 2009-06-15 14:57:57 UTC (rev 11157) @@ -112,7 +112,7 @@ @Deprecated public static void mockApplication() { - setupApplication(); + setupApplication(null); } = /** @@ -128,6 +128,11 @@ { Contexts.applicationContext.set( new ApplicationContext(getApplicati= on()) ); } + = + public static void setupApplication(Map appCtx) + { + Contexts.applicationContext.set(new ApplicationContext(appCtx)); + } = public static void cleanupApplication() { @@ -175,8 +180,14 @@ Contexts.destroyConversationContext(session, conversationId); } = + @Deprecated public static void beginSession(Map session) { + beginSession(session,null); + } + = + public static void beginSession(Map session, Map appCtx) + { log.debug("Session started"); = //Normally called synchronously with a JSF request, but there are so= me @@ -188,7 +199,15 @@ = if ( !applicationContextActive ) { - Context tempApplicationContext =3D new ApplicationContext( getApp= lication() ); + Context tempApplicationContext =3D null; + if(appCtx =3D=3D null) + { + tempApplicationContext=3D new ApplicationContext( getApplicati= on() ); + } + else + { + tempApplicationContext =3D new ApplicationContext(appCtx); + } Contexts.applicationContext.set(tempApplicationContext); } Context oldSessionContext =3D Contexts.sessionContext.get(); Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/contexts/Serv= letLifecycle.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/contexts/ServletLif= ecycle.java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/contexts/ServletLif= ecycle.java 2009-06-15 14:57:57 UTC (rev 11157) @@ -34,6 +34,8 @@ private static final LogProvider log =3D Logging.getLogProvider(Servlet= Lifecycle.class); = private static ServletContext servletContext; + = + public static final String SERVLET_CONTEXT_KEY =3D "seam.contexts.servl= etContext"; = public static ServletContext getServletContext() = { @@ -144,7 +146,7 @@ = public static void beginSession(HttpSession session) { - Lifecycle.beginSession( new ServletSessionMap(session) ); + Lifecycle.beginSession( new ServletSessionMap(session), new ServletA= pplicationMap(session.getServletContext()) ); } = public static void endSession(HttpSession session) @@ -159,5 +161,19 @@ Contexts.businessProcessContext.set( new BusinessProcessContext() ); conversationContext.unflush(); } + /** + * Convenience method that retrieves the servlet context from applicati= on + * scope. + * = + * @return the current servlet context + */ + public static ServletContext getCurrentServletContext() + { + if (!Contexts.isApplicationContextActive()) + { + return servletContext; + } + return (ServletContext) Contexts.getApplicationContext().get(SERVLET= _CONTEXT_KEY); + } = } Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/core/Resource= Loader.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/core/ResourceLoader= .java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/core/ResourceLoader= .java 2009-06-15 14:57:57 UTC (rev 11157) @@ -52,12 +52,12 @@ = public InputStream getResourceAsStream(String resource) { - return Resources.getResourceAsStream( resource, ServletLifecycle.get= ServletContext() ); + return Resources.getResourceAsStream( resource, ServletLifecycle.get= CurrentServletContext() ); } = public URL getResource(String resource) = { - return Resources.getResource( resource, ServletLifecycle.getServletC= ontext() ); + return Resources.getResource( resource, ServletLifecycle.getCurrentS= ervletContext() ); } = /** Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/core/SeamReso= urceBundle.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/core/SeamResourceBu= ndle.java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/core/SeamResourceBu= ndle.java 2009-06-15 14:57:57 UTC (rev 11157) @@ -10,7 +10,9 @@ import java.util.ResourceBundle; import java.util.concurrent.ConcurrentHashMap; = +import org.jboss.seam.Seam; import org.jboss.seam.contexts.Contexts; +import org.jboss.seam.contexts.Lifecycle; import org.jboss.seam.navigation.Pages; import org.jboss.seam.util.EnumerationEnumeration; = @@ -25,8 +27,27 @@ */ public class SeamResourceBundle extends java.util.ResourceBundle { - private Map> bundleCache =3D new Concurren= tHashMap>(); + private Map>> bundleCache =3D new= ConcurrentHashMap>>(); = + private Map> getCachedBundle() + { + Init init; = + if(Contexts.isApplicationContextActive()) + { + init =3D (Init)Contexts.getApplicationContext().get(Seam.getCompo= nentName(Init.class)); + } + else + { + //not sure if this is nessesary + init =3D (Init)Lifecycle.getApplication().get(Seam.getComponentNa= me(Init.class)); + } + if(!bundleCache.containsKey(init)) + { + bundleCache.put(init, new ConcurrentHashMap>()); + } + return bundleCache.get(init); + } + = /** * Get an instance for the current Seam Locale * = @@ -51,11 +72,11 @@ private List getBundlesForCurrentLocale() { Locale instance =3D org.jboss.seam.core.Locale.instance(); - List bundles =3D bundleCache.get(instance); + List bundles =3D getCachedBundle().get(instance); if ( bundles=3D=3Dnull ) { bundles =3D loadBundlesForCurrentLocale(); - bundleCache.put(instance, bundles); + getCachedBundle().put(instance, bundles); } return bundles; = Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamF= ilter.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamFilter.= java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamFilter.= java 2009-06-15 14:57:57 UTC (rev 11157) @@ -87,7 +87,7 @@ = public void init(FilterConfig filterConfig) throws ServletException = { - Lifecycle.setupApplication(); + Lifecycle.setupApplication(new ServletApplicationMap(filterConfig.ge= tServletContext())); try { filters =3D getSortedFilters(); Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamR= esourceServlet.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamResourc= eServlet.java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/servlet/SeamResourc= eServlet.java 2009-06-15 14:57:57 UTC (rev 11157) @@ -44,7 +44,7 @@ { try { - Lifecycle.setupApplication(); + Lifecycle.setupApplication(new ServletApplicationMap(context)); = for (String name : Init.instance().getResourceProviders()) { = Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/web/WicketFil= ter.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/web/WicketFilter.ja= va 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/web/WicketFilter.ja= va 2009-06-15 14:57:57 UTC (rev 11157) @@ -75,7 +75,7 @@ } else { - Init init =3D (Init) ServletLifecycle.getServletContext().getAt= tribute( Seam.getComponentName(Init.class) ); + Init init =3D (Init) getServletContext().getAttribute( Seam.get= ComponentName(Init.class) ); /* * We initialize the delegate on the first actual request a= nd any time the * init timestamp changes, so that the WicketFilter gets re= initialized whenever the Modified: branches/community/Seam_2_2/src/wicket/org/jboss/seam/wicket/web/= WicketFilterInstantiator.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/wicket/org/jboss/seam/wicket/web/Wicket= FilterInstantiator.java 2009-06-15 14:27:17 UTC (rev 11156) +++ branches/community/Seam_2_2/src/wicket/org/jboss/seam/wicket/web/Wicket= FilterInstantiator.java 2009-06-15 14:57:57 UTC (rev 11157) @@ -25,6 +25,7 @@ import org.jboss.seam.contexts.Lifecycle; import org.jboss.seam.log.LogProvider; import org.jboss.seam.log.Logging; +import org.jboss.seam.servlet.ServletApplicationMap; import org.jboss.seam.web.FilterConfigWrapper; import org.jboss.seam.wicket.WebApplication; import org.jboss.seam.wicket.ioc.WicketClassLoader; @@ -59,7 +60,7 @@ try = { = // We need the Application context active in order to looku= p the WebApplication component - Lifecycle.setupApplication(); + Lifecycle.setupApplication(new ServletApplicationMap(filter= Config.getServletContext())); Map parameters =3D new HashMap(); try { --===============8620657587121485312==-- From seam-commits at lists.jboss.org Mon Jun 15 12:09:57 2009 Content-Type: multipart/mixed; boundary="===============6389874860193417534==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11158 - branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui. Date: Mon, 15 Jun 2009 11:54:11 -0400 Message-ID: --===============6389874860193417534== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-15 11:54:11 -0400 (Mon, 15 Jun 2009) New Revision: 11158 Modified: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UIChapter.java Log: JBSEAM-4246 Modified: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UIChapt= er.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UIChapter.jav= a 2009-06-15 14:57:57 UTC (rev 11157) +++ branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/ui/UIChapter.jav= a 2009-06-15 15:54:11 UTC (rev 11158) @@ -8,6 +8,7 @@ public static final String COMPONENT_TYPE =3D "org.jboss.seam.pdf.ui.UI= Chapter"; = Integer number =3D 1; + Integer numberDepth =3D 1; = public Chapter getChapter() { @@ -18,6 +19,11 @@ { this.number =3D number; } + = + public void setNumberDepth(Integer numberDepth) + { + this.numberDepth =3D numberDepth; + } = @Override public Object getITextObject() @@ -31,6 +37,8 @@ public void createITextObject(FacesContext context) { number =3D (Integer) valueBinding(context, "number", number); + numberDepth =3D (Integer) valueBinding(context, "numberDepth", numbe= rDepth); section =3D new Chapter("", number); + section.setNumberDepth(numberDepth); } } --===============6389874860193417534==-- From seam-commits at lists.jboss.org Mon Jun 15 18:56:38 2009 Content-Type: multipart/mixed; boundary="===============0578480532263758900==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11159 - branches/community/Seam_2_2/build. Date: Mon, 15 Jun 2009 18:44:49 -0400 Message-ID: --===============0578480532263758900== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-15 18:44:48 -0400 (Mon, 15 Jun 2009) New Revision: 11159 Modified: branches/community/Seam_2_2/build/root.pom.xml Log: JBSEAM-4201 Modified: branches/community/Seam_2_2/build/root.pom.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/community/Seam_2_2/build/root.pom.xml 2009-06-15 15:54:11 UTC = (rev 11158) +++ branches/community/Seam_2_2/build/root.pom.xml 2009-06-15 22:44:48 UTC = (rev 11159) @@ -1227,7 +1227,7 @@ org.hibernate hibernate-tools - 3.2.3.GA + 3.2.4.GA = --===============0578480532263758900==-- From seam-commits at lists.jboss.org Mon Jun 15 20:06:17 2009 Content-Type: multipart/mixed; boundary="===============1896525951494014326==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11160 - branches/community/Seam_2_2/src/main/org/jboss/seam/el. Date: Mon, 15 Jun 2009 19:54:27 -0400 Message-ID: --===============1896525951494014326== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-15 19:54:27 -0400 (Mon, 15 Jun 2009) New Revision: 11160 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/el/SeamELResolver.ja= va Log: JBSEAM-4244 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/el/SeamELReso= lver.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/el/SeamELResolver.j= ava 2009-06-15 22:44:48 UTC (rev 11159) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/el/SeamELResolver.j= ava 2009-06-15 23:54:27 UTC (rev 11160) @@ -80,28 +80,29 @@ } } = - private Object resolveInMap(ELContext context, Map map, Object property= ) { = - try { - if (map.containsKey(property)) { - return null; - } - } catch (UnsupportedOperationException e) { - // eat it - } - = - if ("size".equals(property)) { + private boolean containsKey(Map map, String key) { + try { + return map.containsKey(key); = + } catch (UnsupportedOperationException e) { + // eat it + return false; + } + } + = + private Object resolveInMap(ELContext context, Map map, Object property= ) { = + if ("size".equals(property) && !containsKey(map,"size")) { context.setPropertyResolved(true); return map.size(); = - } else if ("values".equals(property)) { + } else if ("values".equals(property) && !containsKey(map,"values")= ) { context.setPropertyResolved(true); return map.values(); = - } else if ("keySet".equals(property)) { + } else if ("keySet".equals(property) && !containsKey(map,"keySet")= ) { context.setPropertyResolved(true); return map.keySet(); = - } else if ("entrySet".equals(property)) { + } else if ("entrySet".equals(property) && !containsKey(map,"entryS= et")) { context.setPropertyResolved(true); return map.entrySet(); = --===============1896525951494014326==-- From seam-commits at lists.jboss.org Mon Jun 15 23:45:13 2009 Content-Type: multipart/mixed; boundary="===============0137255132178181261==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11161 - in sandbox/trunk/modules/xwidgets: src/main/javascript and 1 other directory. Date: Mon, 15 Jun 2009 23:33:21 -0400 Message-ID: --===============0137255132178181261== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shane.bryzak(a)jboss.com Date: 2009-06-15 23:33:21 -0400 (Mon, 15 Jun 2009) New Revision: 11161 Added: sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Label.js sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Panel.js Modified: sandbox/trunk/modules/xwidgets/examples/helloworld/index.html sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js Log: support for magical asynchronous, dynamic loading of components = Modified: sandbox/trunk/modules/xwidgets/examples/helloworld/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/index.html 2009-06-1= 5 23:54:27 UTC (rev 11160) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/index.html 2009-06-1= 6 03:33:21 UTC (rev 11161) @@ -5,10 +5,12 @@

= - - = - Modified: sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw 2009-06-15 2= 3:54:27 UTC (rev 11160) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw 2009-06-16 0= 3:33:21 UTC (rev 11161) @@ -2,7 +2,5 @@ \ No newline at end of file Added: sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Label.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Label.js = (rev 0) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Label.js 2009-06-= 16 03:33:21 UTC (rev 11161) @@ -0,0 +1,23 @@ +Package("xw.controls"); + +xw.controls.Label =3D function() +{ + this.value =3D ""; + this.parent =3D null; + this.control =3D null; + = + xw.controls.Label.prototype.setParent =3D function(parent) + { + this.parent =3D parent; + } + = + xw.controls.Label.prototype.paint =3D function() + { + if (this.control =3D=3D null) + { + this.control =3D document.createTextNode(this.value); + this.control.widget =3D this; + this.parent.control.appendChild(this.control); + } = + } +} Added: sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Panel.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Panel.js = (rev 0) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Panel.js 2009-06-= 16 03:33:21 UTC (rev 11161) @@ -0,0 +1,29 @@ +Package("xw.controls"); + +xw.controls.Panel =3D function() +{ + this.width =3D 200; + this.height =3D 100; = + this.parent =3D null; + this.control =3D null; + = + xw.controls.Panel.prototype.setParent =3D function(parent) + { + this.parent =3D parent; + } + = + xw.controls.Panel.prototype.paint =3D function() + { + if (this.control =3D=3D null) + { + this.control =3D document.createElement("div"); + this.control.widget =3D this; + this.parent.control.appendChild(this.control); + = + this.control.style.width =3D "400"; + this.control.style.height =3D "200"; + = + this.control.style.border =3D "1px solid black"; + } = + } +} Modified: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js 2009-06-= 15 23:54:27 UTC (rev 11160) +++ sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js 2009-06-= 16 03:33:21 UTC (rev 11161) @@ -20,8 +20,8 @@ this.control.widget =3D this; this.parent.control.appendChild(this.control); = - this.control.style.width =3D "100%"; - this.control.style.height =3D "100%"; + this.control.style.width =3D "400"; + this.control.style.height =3D "200"; = this.control.style.border =3D "1px solid black"; } = Modified: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js 2009-06-15 23:= 54:27 UTC (rev 11160) +++ sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js 2009-06-16 03:= 33:21 UTC (rev 11161) @@ -28,41 +28,157 @@ return false; = } = +xw.Sys.createHttpRequest =3D function(mimeType) +{ = + if (window.XMLHttpRequest) + { + var req =3D new XMLHttpRequest(); + if (mimeType !=3D null && req.overrideMimeType) req.overrideMimeType(m= imeType); + return req; + } + else + { + return new ActiveXObject("Microsoft.XMLHTTP"); + } +} = + /** - * View Loader - loads view definitions from a URL + * Asynchronously loads the javascript source from the specified url */ -xw.ViewLoader =3D {}; -xw.ViewLoader.load =3D function(viewName, callback) +xw.Sys.loadSource =3D function(url, callback) { - if (window.XMLHttpRequest) + var req =3D xw.Sys.createHttpRequest("text/plain"); + req.onreadystatechange =3D function() { + if (req.readyState =3D=3D 4) + { + if (req.status =3D=3D 200 || req.status =3D=3D 0) + { + var e =3D document.createElement("script"); + e.language =3D "javascript"; + e.text =3D req.responseText; + e.type =3D "text/javascript"; + document.getElementsByTagName("head")[0].appendChild(e); = + if (callback) callback(); + } + } + else + { + //alert("There was an error processing your request. Error code: " = + req.status); + } + }; + = + req.open("GET", url, true); + req.send(null); +} + +xw.Sys.isUndefined =3D function(value) = +{ = + return value =3D=3D null && value !=3D=3D null; = +} + +xw.Sys.arrayContains =3D function(arrayVal, value) +{ + for (var i =3D 0; i < arrayVal.length; i++) { - asyncReq =3D new XMLHttpRequest(); - if (asyncReq.overrideMimeType) - asyncReq.overrideMimeType("text/xml"); + if (arrayVal[i] =3D=3D value) return true; = + } = + return false; +} + +xw.Sys.capitalize =3D function(value) +{ + return value.substring(0, 1).toUpperCase() + value.substring(1, value.le= ngth); = +} + +/** + * Control manager = + */ +xw.ControlManager =3D {}; +xw.ControlManager.controls =3D new Array(); +xw.ControlManager.pendingControls =3D new Array(); +xw.ControlManager.initControl =3D function(controlName) +{ = + if (xw.Sys.isUndefined(xw.controls) || + xw.Sys.isUndefined(eval("xw.controls." + controlName))) + { + var url =3D xw.getResourceBase() + "xw." + xw.Sys.capitalize(controlNa= me) + ".js"; + var callback =3D function() { xw.ControlManager.processPendingControls= (); }; + xw.Sys.loadSource(url, callback); + } = +} + +xw.ControlManager.processPendingControls =3D function() +{ + if (xw.ControlManager.pendingControls.length > 0) + { + var controlName =3D xw.ControlManager.pendingControls.shift(); + xw.ControlManager.initControl(controlName); } else { - asyncReq =3D new ActiveXObject("Microsoft.XMLHTTP"); + xw.ViewManager.signalControlsLoaded(); + } = +} + +xw.ControlManager.loadControls =3D function(controls) +{ + for (var i =3D 0; i < controls.length; i++) + { + if (!xw.ControlManager.isControlLoaded(controls[i])) + { + xw.ControlManager.pendingControls.push(controls[i]); = + } = } + = + xw.ControlManager.processPendingControls(); +} +xw.ControlManager.isControlLoaded =3D function(controlName) +{ + for (var i =3D 0; i < xw.ControlManager.controls.length; i++) + { + if (xw.ControlManager.controls[i] =3D=3D controlName) return true; + } = + return false; +} = - asyncReq.onreadystatechange =3D function() { callback(asyncReq) }; - asyncReq.open("GET", viewName, true); - asyncReq.send(null); - return asyncReq; = +/** + * View Loader - loads view definitions from a URL + */ +xw.ViewLoader =3D {}; +xw.ViewLoader.load =3D function(viewName, callback) +{ + var req =3D xw.Sys.createHttpRequest("text/xml"); + req.onreadystatechange =3D function() { callback(req) }; + req.open("GET", viewName, true); + req.send(null); + return req; = } = /** * View manager - responsible for caching views */ xw.ViewManager =3D {}; -xw.ViewManager.views =3D {}; +xw.ViewManager.pendingViews =3D new Array(); xw.ViewManager.loadViewCallback =3D function(req, container) { = if (req.readyState =3D=3D 4) { if (req.status =3D=3D 200 || req.status =3D=3D 0) { - xw.renderView(req.responseXML.documentElement, container); + var viewRoot =3D req.responseXML.documentElement; + if (viewRoot.tagName =3D=3D "view") + { + // create the view and push it into the pendingViews array + var view =3D new xw.View(viewRoot, container); + xw.ViewManager.pendingViews.push(view); + // next we want to load all of the controls + var controls =3D view.getDependencies(); + xw.ControlManager.loadControls(controls); + } + else + { + alert("Invalid view definition - document root is not 'view' eleme= nt"); + } = } else { @@ -71,6 +187,16 @@ } = } = +xw.ViewManager.signalControlsLoaded =3D function() +{ + if (xw.ViewManager.pendingViews.length > 0) + { + var view =3D xw.ViewManager.pendingViews.shift(); + view.render(); = + } = + = +} + xw.ViewManager.openView =3D function(viewName, container) { var callback =3D function(req) { = @@ -102,9 +228,35 @@ = xw.View.prototype.render =3D function() { - this.element =3D = this.renderChildren(this.viewRoot.childNodes, this); = } + = + xw.View.prototype.getDependencies =3D function() + { + var controls =3D new Array(); + this.parseControls(this.viewRoot.childNodes, controls); + return controls; = + } + = + xw.View.prototype.parseControls =3D function(elements, controls) + { + for (var i =3D 0; i < elements.length; i++) = + { + var element =3D elements.item(i); + if (element instanceof Element) + { + if (!xw.Sys.arrayContains(controls, element.tagName)) + { + controls[controls.length] =3D element.tagName; = + } + var children =3D element.childNodes; + if (children.length > 0) + { + this.parseControls(children, controls); = + } = + } = + } + } = xw.View.prototype.renderChildren =3D function(children, parentControl) { @@ -123,6 +275,7 @@ var controlName =3D tag.substring(0,1).toUpperCase() + = tag.substring(1, tag.length); = + // TODO fix var control =3D eval("new xw.controls." + controlName + "()"); = control.setParent(parent); @@ -149,22 +302,23 @@ } = /** - * General methods + ******* General methods ******* */ + = +/** + * Opens a view in the specified container - this call is asynchronous + */ = xw.openView =3D function(viewName, container) { xw.ViewManager.openView(viewName, container); } = -xw.renderView =3D function(viewRoot, container) -{ = - if (viewRoot.tagName =3D=3D "view") - { - var view =3D new xw.View(viewRoot, container); - view.render(); - } - else - { - alert("Invalid view definition - document root is not 'view' element"); - } = +xw.setResourceBase =3D function(resourceBase) +{ + xw.resourceBase =3D resourceBase; +} + +xw.getResourceBase =3D function() +{ + return xw.Sys.isUndefined(xw.resourceBase) ? "" : xw.resourceBase + "/"; } \ No newline at end of file --===============0137255132178181261==-- From seam-commits at lists.jboss.org Tue Jun 16 00:53:16 2009 Content-Type: multipart/mixed; boundary="===============1893770976545417706==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11162 - sandbox/trunk/modules/xwidgets/src/main/javascript. Date: Tue, 16 Jun 2009 00:41:24 -0400 Message-ID: --===============1893770976545417706== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shane.bryzak(a)jboss.com Date: 2009-06-16 00:41:23 -0400 (Tue, 16 Jun 2009) New Revision: 11162 Modified: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js Log: fix for chrome browser Modified: sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js 2009-06-16 03:= 33:21 UTC (rev 11161) +++ sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js 2009-06-16 04:= 41:23 UTC (rev 11162) @@ -57,7 +57,14 @@ e.language =3D "javascript"; e.text =3D req.responseText; e.type =3D "text/javascript"; - document.getElementsByTagName("head")[0].appendChild(e); = + var head =3D document.getElementsByTagName("head")[0]; + if (head =3D=3D null) + { + head =3D document.createElement("head"); = + var html =3D document.getElementsByTagName("html")[0]; + html.insertBefore(head, html.firstChild); = + } + head.appendChild(e); = if (callback) callback(); } } --===============1893770976545417706==-- From seam-commits at lists.jboss.org Tue Jun 16 12:30:29 2009 Content-Type: multipart/mixed; boundary="===============7103670941757979028==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11163 - in branches/community/Seam_2_2: build and 4 other directories. Date: Tue, 16 Jun 2009 12:18:30 -0400 Message-ID: --===============7103670941757979028== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-16 12:18:30 -0400 (Tue, 16 Jun 2009) New Revision: 11163 Modified: branches/community/Seam_2_2/build.xml branches/community/Seam_2_2/build/build.properties branches/community/Seam_2_2/build/common.build.xml branches/community/Seam_2_2/build/embedded/build.xml branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.pom= .xml branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xml branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xml branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml branches/community/Seam_2_2/build/root.pom.xml branches/community/Seam_2_2/src/test/integration/resources/test-destinat= ions-service.xml branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test= /integration/testng.xml Log: JBSEAM-4201 Modified: branches/community/Seam_2_2/build/build.properties =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/build/build.properties 2009-06-16 04:41:23 = UTC (rev 11162) +++ branches/community/Seam_2_2/build/build.properties 2009-06-16 16:18:30 = UTC (rev 11163) @@ -1,6 +1,6 @@ -offline.repository.jboss.org /Users/pmuir/workspace/repository.jboss.org/m= aven2 -embedded.poms.dir /Users/pmuir/workspace/seam/build/embedded -embedded.dir /Users/pmuir/workspace/jbossas/embedded +offline.repository.jboss.org /home/mnovotny/projects/jboss-maven-repo +embedded.poms.dir /home/mnovotny/workspaces/jboss/jboss-seam_2_2/build/emb= edded +embedded.dir /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedd= ed #embedded.jars.dir /Users/pmuir/tmp/embedded-jboss-beta3/lib #=EF=BF=BDembedded.dist.zip /Users/pmuir/Desktop/downloads/embedded-jboss-= beta3.zip -embedded.version beta3 \ No newline at end of file +embedded.version beta3.SP7 \ No newline at end of file Modified: branches/community/Seam_2_2/build/common.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/community/Seam_2_2/build/common.build.xml 2009-06-16 04:41:23 = UTC (rev 11162) +++ branches/community/Seam_2_2/build/common.build.xml 2009-06-16 16:18:30 = UTC (rev 11163) @@ -23,7 +23,7 @@ = = - + = = Modified: branches/community/Seam_2_2/build/embedded/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/community/Seam_2_2/build/embedded/build.xml 2009-06-16 04:41:2= 3 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/build.xml 2009-06-16 16:18:3= 0 UTC (rev 11163) @@ -13,7 +13,7 @@ = - = + = @@ -35,6 +35,7 @@ + Modified: branches/community/Seam_2_2/build/embedded/hibernate-all.pom.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/community/Seam_2_2/build/embedded/hibernate-all.pom.xml 2009-0= 6-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/hibernate-all.pom.xml 2009-0= 6-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.embedded hibernate-all - beta3 + beta3.SP7 The hibernate-all.jar distributed with JBoss Embedded. Thi= s contains Hibernate for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hib= ernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) Modified: branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom= .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/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml 2= 009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/jboss-embedded-all.pom.xml 2= 009-06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.embedded jboss-embedded-all - beta3 + beta3.SP7 The jboss-embedded-all.jar distributed with JBoss Embedded.= This contains all depdencies from JBoss AS that originate in JBoss. This jar has has the org.jboss.e= mbedded packages split out. = @@ -13,7 +13,7 @@ org.jboss.embedded jboss-embedded - beta3-SNAPSHOT + beta3.SP7 Modified: branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.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/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml 2009-= 06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/jboss-embedded.pom.xml 2009-= 06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.embedded jboss-embedded - beta3 + beta3.SP7 This jar has the org.jboss.embedded packages split out from= jboss-embedded-all. = Modified: branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.p= om.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/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml= 2009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/shaded/hibernate-all.pom.xml= 2009-06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.seam.embedded hibernate-all - beta3 + beta3.SP7 The hibernate-all.jar distributed with JBoss Embedded. Thi= s contains Hibernate for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hib= ernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) a= nd Hibernate Search (specific to this seam version of hibernate-all) Modified: branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-= all.pom.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/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.po= m.xml 2009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded-all.po= m.xml 2009-06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.seam.embedded jboss-embedded-all - beta3 + beta3.SP7 The jboss-embedded-all.jar distributed with JBoss Embedded.= This contains all depdencies from JBoss AS that originate in JBoss. This jar has has the org.jboss.e= mbedded packages split out. = @@ -13,7 +13,7 @@ org.jboss.seam.embedded jboss-embedded-api - beta3-SNAPSHOT + beta3.SP7 Modified: branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.= pom.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/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xm= l 2009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/shaded/jboss-embedded.pom.xm= l 2009-06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.seam.embedded jboss-embedded-api - beta3 + beta3.SP7 This jar has the org.jboss.embedded packages split out from= jboss-embedded-all. This Seam specific version simply keeps the old jboss-= embedded-api name for tooling compatibility = Modified: branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.= pom.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/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xm= l 2009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/shaded/thirdparty-all.pom.xm= l 2009-06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.seam.embedded thirdparty-all - beta3 + beta3.SP7 The thirdparty-all.jar distributed with JBoss Embedded. Th= is contains thirdparty dependencies distributed with JBoss AS. This Seam version also includes = lucene, a dependency of hibernate search Modified: branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.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/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml 2009-= 06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/build/embedded/thirdparty-all.pom.xml 2009-= 06-16 16:18:30 UTC (rev 11163) @@ -5,7 +5,7 @@ 4.0.0 org.jboss.embedded thirdparty-all - beta3 + beta3.SP7 The thirdparty-all.jar distributed with JBoss Embedded. Th= is contains thirdparty dependencies distributed with JBoss AS. Modified: branches/community/Seam_2_2/build/root.pom.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/community/Seam_2_2/build/root.pom.xml 2009-06-16 04:41:23 UTC = (rev 11162) +++ branches/community/Seam_2_2/build/root.pom.xml 2009-06-16 16:18:30 UTC = (rev 11163) @@ -375,11 +375,11 @@ junit junit + = + + org.slf4j + slf4j-api - - org.slf4j - slf4j-api - = @@ -839,7 +839,7 @@ org.jboss.seam.embedded jboss-embedded-api - beta3 + beta3.SP7 = @@ -1218,6 +1218,12 @@ ${version.wicket} = + + org.slf4j + slf4j-api + 1.4.2 + + = org.slf4j slf4j-log4j12 Modified: branches/community/Seam_2_2/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/community/Seam_2_2/build.xml 2009-06-16 04:41:23 UTC (rev 1116= 2) +++ branches/community/Seam_2_2/build.xml 2009-06-16 16:18:30 UTC (rev 1116= 3) @@ -837,6 +837,8 @@ + + Modified: branches/community/Seam_2_2/src/test/integration/resources/test-d= estinations-service.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/community/Seam_2_2/src/test/integration/resources/test-destina= tions-service.xml 2009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/src/test/integration/resources/test-destina= tions-service.xml 2009-06-16 16:18:30 UTC (rev 11163) @@ -1,17 +1,17 @@ - - - jboss.messaging:service=3DServerPeer - - jboss.messaging:service=3DPostOffice - - = - - - jboss.messaging:service=3DServerPeer - - jboss.messaging:service=3DPostOffice - + + + + + + + + + + + + + + + Modified: branches/community/Seam_2_2/src/test/integration/src/org/jboss/se= am/test/integration/testng.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/community/Seam_2_2/src/test/integration/src/org/jboss/seam/tes= t/integration/testng.xml 2009-06-16 04:41:23 UTC (rev 11162) +++ branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/tes= t/integration/testng.xml 2009-06-16 16:18:30 UTC (rev 11163) @@ -50,11 +50,11 @@ = - - - - - + + + + + = --===============7103670941757979028==-- From seam-commits at lists.jboss.org Tue Jun 16 14:40:34 2009 Content-Type: multipart/mixed; boundary="===============3180550603294045812==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11164 - branches/community/Seam_2_2. Date: Tue, 16 Jun 2009 14:28:34 -0400 Message-ID: --===============3180550603294045812== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-16 14:28:33 -0400 (Tue, 16 Jun 2009) New Revision: 11164 Modified: branches/community/Seam_2_2/changelog.txt branches/community/Seam_2_2/readme.txt Log: for release Modified: branches/community/Seam_2_2/changelog.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/community/Seam_2_2/changelog.txt 2009-06-16 16:18:30 UTC (rev = 11163) +++ branches/community/Seam_2_2/changelog.txt 2009-06-16 18:28:33 UTC (rev = 11164) @@ -1,6 +1,36 @@ JBoss Seam Changelog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D = + +Release Notes - Seam - Version 2.2.0.CR1 + +** Bug + * [JBSEAM-2523] - Identity component should be scoped to the WAR module + * [JBSEAM-2746] - Hibernate Search doesn't update index correctly + * [JBSEAM-3849] - ClassLoader cannot find xhtml files when scanning pa= ge.xml files in an EAR with Multiple WARs + * [JBSEAM-4034] - Using outdated Drools API in documentation example + * [JBSEAM-4172] - s:validateEquality doesn't work with empty values + * [JBSEAM-4205] - Multiple p:paragraph's in p:cell cause text duplicat= ion + * [JBSEAM-4207] - Security xsd for components.xml is incorrect + * [JBSEAM-4230] - Target eclipseclasspath generates .classpath file wi= th path to local maven repository for tools.jar, while this shouldn't be in= maven repo + * [JBSEAM-4244] - fix for JBSEAM-4131 introduced a performance regress= ion + * [JBSEAM-4246] - Addition of numberDepth to p:chapter + +** Feature Request + * [JBSEAM-1587] - page parameters: option to bypass model-based valida= tions + * [JBSEAM-3891] - openid fails on port 80 + * [JBSEAM-3948] - Excel attachment should be more user-friendly to cre= ate + * [JBSEAM-4011] - Upgrade Drools framework integration to version 5 + * [JBSEAM-4049] - Drools Custom Consequence Exception handlers + * [JBSEAM-4079] - Modularize jBPM integration + * [JBSEAM-4188] - Add decision table support to org.jboss.seam.drools.= RuleBase = + * [JBSEAM-4214] - Upgrade to Drools 5 + * [JBSEAM-4225] - Allow to add eventListeners to WorkingMemory + +** Task + * [JBSEAM-4201] - Upgrade to newest Hibernate libraries (3.3.x series)= and Hibernate Search to 3.1.1 + + Release Notes - Seam - Version 2.1.2 = ** Bug Modified: branches/community/Seam_2_2/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/community/Seam_2_2/readme.txt 2009-06-16 16:18:30 UTC (rev 111= 63) +++ branches/community/Seam_2_2/readme.txt 2009-06-16 18:28:33 UTC (rev 111= 64) @@ -1,7 +1,7 @@ = JBoss Seam - Contextual Component framework for Java EE 5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D -version 2.1.2, May 2009 +version 2.2.0.CR1, June 2009 = This software is distributed under the terms of the FSF Lesser Gnu Public License (see lgpl.txt). = --===============3180550603294045812==-- From seam-commits at lists.jboss.org Tue Jun 16 14:45:37 2009 Content-Type: multipart/mixed; boundary="===============4862672473443884444==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11165 - tags. Date: Tue, 16 Jun 2009 14:33:37 -0400 Message-ID: --===============4862672473443884444== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-16 14:33:37 -0400 (Tue, 16 Jun 2009) New Revision: 11165 Added: tags/JBoss_Seam_2_2_0_CR1/ Log: tag 2.2.0.CR1 Copied: tags/JBoss_Seam_2_2_0_CR1 (from rev 11164, branches/community/Seam_= 2_2) --===============4862672473443884444==-- From seam-commits at lists.jboss.org Tue Jun 16 14:56:07 2009 Content-Type: multipart/mixed; boundary="===============2005604977216916943==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11166 - tags/JBoss_Seam_2_2_0_CR1/build. Date: Tue, 16 Jun 2009 14:44:06 -0400 Message-ID: --===============2005604977216916943== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-16 14:44:06 -0400 (Tue, 16 Jun 2009) New Revision: 11166 Modified: tags/JBoss_Seam_2_2_0_CR1/build/default.build.properties Log: for release Modified: tags/JBoss_Seam_2_2_0_CR1/build/default.build.properties =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- tags/JBoss_Seam_2_2_0_CR1/build/default.build.properties 2009-06-16 18:= 33:37 UTC (rev 11165) +++ tags/JBoss_Seam_2_2_0_CR1/build/default.build.properties 2009-06-16 18:= 44:06 UTC (rev 11166) @@ -8,7 +8,7 @@ major.version 2 minor.version .2 patchlevel .0 -qualifier -SNAPSHOT +qualifier .CR1 # # Other program locations # ----------------------- --===============2005604977216916943==-- From seam-commits at lists.jboss.org Tue Jun 16 15:48:52 2009 Content-Type: multipart/mixed; boundary="===============1637760834790600206==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11167 - branches/community/Seam_2_2. Date: Tue, 16 Jun 2009 15:36:51 -0400 Message-ID: --===============1637760834790600206== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2009-06-16 15:36:51 -0400 (Tue, 16 Jun 2009) New Revision: 11167 Modified: branches/community/Seam_2_2/build.xml Log: fixed classpath for testcore - JBSEAM-4201 Modified: branches/community/Seam_2_2/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/community/Seam_2_2/build.xml 2009-06-16 18:44:06 UTC (rev 1116= 6) +++ branches/community/Seam_2_2/build.xml 2009-06-16 19:36:51 UTC (rev 1116= 7) @@ -827,6 +827,9 @@ = + + + @@ -838,7 +841,7 @@ - + --===============1637760834790600206==-- From seam-commits at lists.jboss.org Tue Jun 16 16:06:49 2009 Content-Type: multipart/mixed; boundary="===============2761696284473827866==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11168 - tags/JBoss_Seam_2_2_0_CR1. Date: Tue, 16 Jun 2009 15:54:48 -0400 Message-ID: --===============2761696284473827866== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-16 15:54:48 -0400 (Tue, 16 Jun 2009) New Revision: 11168 Modified: tags/JBoss_Seam_2_2_0_CR1/build.xml Log: merge 11167 Modified: tags/JBoss_Seam_2_2_0_CR1/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 --- tags/JBoss_Seam_2_2_0_CR1/build.xml 2009-06-16 19:36:51 UTC (rev 11167) +++ tags/JBoss_Seam_2_2_0_CR1/build.xml 2009-06-16 19:54:48 UTC (rev 11168) @@ -827,6 +827,9 @@ = + + + @@ -838,7 +841,7 @@ - + --===============2761696284473827866==-- From seam-commits at lists.jboss.org Tue Jun 16 19:47:08 2009 Content-Type: multipart/mixed; boundary="===============2819380304638269387==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11169 - branches/community/Seam_2_2/src/main/org/jboss/seam/international. Date: Tue, 16 Jun 2009 19:35:05 -0400 Message-ID: --===============2819380304638269387== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-06-16 19:35:05 -0400 (Tue, 16 Jun 2009) New Revision: 11169 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/international/Messag= es.java Log: JBSEAM-4252 Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/international= /Messages.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/src/main/org/jboss/seam/international/Messa= ges.java 2009-06-16 19:54:48 UTC (rev 11168) +++ branches/community/Seam_2_2/src/main/org/jboss/seam/international/Messa= ges.java 2009-06-16 23:35:05 UTC (rev 11169) @@ -53,11 +53,9 @@ } catch (MissingResourceException mre) { return resourceKey; } - if (resource =3D=3D null) { - return resourceKey; - } else { - return Interpolator.instance().interpolate(resourc= e); - } + + return (resource =3D=3D null) ? resourceKey : resource; + } else { return null; } --===============2819380304638269387==-- From seam-commits at lists.jboss.org Wed Jun 17 10:18:17 2009 Content-Type: multipart/mixed; boundary="===============2684481656019326125==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11170 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Wed, 17 Jun 2009 10:06:06 -0400 Message-ID: --===============2684481656019326125== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-17 10:06:06 -0400 (Wed, 17 Jun 2009) New Revision: 11170 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Securi= ty.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-16 23:35:05 UTC (rev 11169) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-17 14:06:06 UTC (rev 11170) @@ -6,7 +6,7 @@ "Project-Id-Version: Security\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-06-11 18:45+0000\n" -"PO-Revision-Date: 2009-06-11 22:41+0100\n" +"PO-Revision-Date: 2009-06-17 16:05+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: it \n" "MIME-Version: 1.0\n" @@ -133,7 +133,7 @@ #: Security.xml:97 #, no-c-format msgid "The authentication features provided by Seam Security are built upo= n JAAS (Java Authentication and Authorization Service), and as such provide= a robust and highly configurable API for handling user authentication. How= ever, for less complex authentication requirements Seam offers a much more = simplified method of authentication that hides the complexity of JAAS." -msgstr "Le caratteristiche relative all'autenticazione nella gestione dell= a sicurezza di Seam sono costruite su JAAS (Java Authentication and Authori= zation Service, servizio di autenticazione e autorizzazione Java) e, come t= ali, forniscono una API robusta e altamente configurabile per gestire l'aut= entifica degli utenti. Comunque, per requisiti di autentifica meno compless= i, Seam offre un metodo di autentifica molto semplificato che nasconde la c= omplessit=C3=A0 di JAAS." +msgstr "Le caratteristiche relative all'autenticazione nella gestione dell= a sicurezza di Seam sono costruite su JAAS (Java Authentication and Authori= zation Service, servizio di autenticazione e autorizzazione Java) e, come t= ali, forniscono una API robusta e altamente configurabile per gestire l'aut= enticazione degli utenti. Comunque, per requisiti di autenticazione meno co= mplessi, Seam offre un metodo di autenticazione molto semplificato che nasc= onde la complessit=C3=A0 di JAAS." = #. Tag: title #: Security.xml:104 @@ -151,7 +151,7 @@ #: Security.xml:113 #, no-c-format msgid "The simplified authentication method provided by Seam uses a built-= in JAAS login module, SeamLoginModule, which delegates a= uthentication to one of your own Seam components. This login module is alre= ady configured inside Seam as part of a default application policy and as s= uch does not require any additional configuration files. It allows you to w= rite an authentication method using the entity classes that are provided by= your own application, or alternatively to authenticate with some other thi= rd party provider. Configuring this simplified form of authentication requi= res the identity component to be configured in = components.xml:" -msgstr "Il metodo di autenticazione semplificato fornito da Seam usa un mo= dulo di login JAAS gi=C3=A0 fatto, SeamLoginModule, il q= uale delega l'autentifica ad uno dei componenti dell'applicazione. Questo m= odulo di login =C3=A8 gi=C3=A0 configurato all'interno di Seam come parte d= ei criteri di gestione di default e in quanto tale non richiede alcun file = di configurazione aggiuntivo. Esso consente di scrivere un metodo di autent= ifica usando le classi entit=C3=A0 che sono fornite dall'applicazione o, in= alternativa, di esegure l'autentifica con qualche altro fornitore di terze= parti. Per configurare questa forma semplificata di autentifica =C3=A8 ric= hiesto di di configurare il componente Identity in components.xml
:" +msgstr "Il metodo di autenticazione semplificato fornito da Seam usa un mo= dulo di login JAAS gi=C3=A0 fatto, SeamLoginModule, il q= uale delega l'autenticazione ad uno dei componenti dell'applicazione. Quest= o modulo di login =C3=A8 gi=C3=A0 configurato all'interno di Seam come part= e dei criteri di gestione di default e in quanto tale non richiede alcun fi= le di configurazione aggiuntivo. Esso consente di scrivere un metodo di aut= enticazione usando le classi entit=C3=A0 che sono fornite dall'applicazione= o, in alternativa, di esegure l'autenticazione con qualche altro fornitore= di terze parti. Per configurare questa forma semplificata di autentifica = =C3=A8 richiesto di di configurare il componente Identity in components.xml:" = #. Tag: programlisting #: Security.xml:122 @@ -197,7 +197,7 @@ #: Security.xml:135 #, no-c-format msgid "The authenticate-method property specified for <= literal>identity in components.xml specifies w= hich method will be used by SeamLoginModule to authentic= ate users. This method takes no parameters, and is expected to return a boo= lean, which indicates whether authentication is successful or not. The user= 's username and password can be obtained from Credentials.getUsern= ame() and Credentials.getPassword(), respectiv= ely (you can get a reference to the credentials componen= t via Identity.instance().getCredentials()). Any roles t= hat the user is a member of should be assigned using Identity.addR= ole(). Here's a complete example of an authentication method insi= de a POJO component:" -msgstr "La propriet=C3=A0 authenticate-method specifica= ta per identity in components.xml spe= cifica quale metodo sar=C3=A0 usato dal SeamLoginModule = per autenticare l'utente. Questo metodo non ha parametri ed =C3=A8 previsto= che restituisca un boolean, il quale indica se l'autenticazione ha avuto s= uccesso o no. Il nome utente e la password possono essere ottenuti da Credentials.getUsername()
e Credentials.getPassword(= ) rispettivamente (=C3=A8 possibile avere un riferimento al compo= nente credentials tramite Identity.instance().g= etCredentials()). Tutti i ruoli di cui l'utente =C3=A8 membro dev= ono essere assegnati usando Identity.addRole(). Ecco un = esempio completo di un metodo di autentifica all'interno di un componente P= OJO:" +msgstr "La propriet=C3=A0 authenticate-method specifica= ta per identity in components.xml spe= cifica quale metodo sar=C3=A0 usato dal SeamLoginModule = per autenticare l'utente. Questo metodo non ha parametri ed =C3=A8 previsto= che restituisca un boolean, il quale indica se l'autenticazione ha avuto s= uccesso o no. Il nome utente e la password possono essere ottenuti da Credentials.getUsername()
e Credentials.getPassword(= ) rispettivamente (=C3=A8 possibile avere un riferimento al compo= nente credentials tramite Identity.instance().g= etCredentials()). Tutti i ruoli di cui l'utente =C3=A8 membro dev= ono essere assegnati usando Identity.addRole(). Ecco un = esempio completo di un metodo di autenticazione all'interno di un component= e POJO:" = #. Tag: programlisting #: Security.xml:147 @@ -265,13 +265,13 @@ #: Security.xml:149 #, no-c-format msgid "In the above example, both User and Use= rRole are application-specific entity beans. The roles parameter is populated with the roles that the user is a member of= , which should be added to the Set as literal string val= ues, e.g. \"admin\", \"user\". In this case, if the user record is not foun= d and a NoResultException thrown, the authentication met= hod returns false to indicate the authentication failed." -msgstr "Nell'esempio precedente sia User che U= serRole sono entity bean specifici dell'applicazione. Il parametr= o roles =C3=A8 popolato con i ruoli di cui l'utente =C3= =A8 membro, che devono essere aggiunti alla Set come val= ori stringa, ad esempio \"amministratore\", \"utente\". In questo caso, se = il record dell'utente non viene trovato e una NoResultException viene lanciata, il metodo di autenticazione restituisce fa= lse per indicare che l'autentifica =C3=A8 fallita." +msgstr "Nell'esempio precedente sia User che U= serRole sono entity bean specifici dell'applicazione. Il parametr= o roles =C3=A8 popolato con i ruoli di cui l'utente =C3= =A8 membro, che devono essere aggiunti alla Set come val= ori stringa, ad esempio \"amministratore\", \"utente\". In questo caso, se = il record dell'utente non viene trovato e una NoResultException viene lanciata, il metodo di autenticazione restituisce fa= lse per indicare che l'autenticazione =C3=A8 fallita." = #. Tag: para #: Security.xml:158 #, no-c-format msgid "When writing an authenticator method, it is important that it is ke= pt minimal and free from any side-effects. This is because there is no guar= antee as to how many times the authenticator method will be called by the s= ecurity API, and as such it may be invoked multiple times during a single r= equest. Because of this, any special code that should execute upon a succes= sful or failed authentication should be written by implementing an event ob= server. See the section on Security Events further down in this chapter for= more information about which events are raised by Seam Security." -msgstr "Nella scrittura di metodo di autenticazione =C3=A8 importante ridu= rlo al minimo e libero da ogni effetto collaterale. Il motivo =C3=A8 che no= n c'=C3=A8 garanzia sul numero di volte che il metodo di autentifica pu=C3= =B2 essere chiamato dalle API della sicurezza, di conseguenza esso potrebbe= essere invocato pi=C3=B9 volte durante una singola richiesta. Perci=C3=B2 = qualsiasi codice che si vuole eseguire in seguito ad una autentifica fallit= a o completata con successo dovrebbe essere scritto implementando un observ= er. Vedi il paragrafo sugli Eventi di Sicurezza pi=C3=B9 avanti in questo c= apitolo per maggiori informazioni su quali eventi sono emessi dalla gestion= e della sicurezza Seam." +msgstr "Nella scrittura di metodo di autenticazione =C3=A8 importante ridu= rlo al minimo e libero da ogni effetto collaterale. Il motivo =C3=A8 che no= n c'=C3=A8 garanzia sul numero di volte che il metodo di autenticazione pu= =C3=B2 essere chiamato dalle API della sicurezza, di conseguenza esso potre= bbe essere invocato pi=C3=B9 volte durante una singola richiesta. Perci=C3= =B2 qualsiasi codice che si vuole eseguire in seguito ad una autenticazione= fallita o completata con successo dovrebbe essere scritto implementando un= observer. Vedi il paragrafo sugli Eventi di Sicurezza pi=C3=B9 avanti in q= uesto capitolo per maggiori informazioni su quali eventi sono emessi dalla = gestione della sicurezza Seam." = #. Tag: title #: Security.xml:170 @@ -283,7 +283,7 @@ #: Security.xml:172 #, no-c-format msgid "The Identity.addRole() method behaves differentl= y depending on whether the current session is authenticated or not. If the = session is not authenticated, then addRole() should only be called during the authentication process. When cal= led here, the role name is placed into a temporary list of pre-authenticate= d roles. Once authentication is successful, the pre-authenticated roles the= n become \"real\" roles, and calling Identity.hasRole() = for those roles will then return true. The following sequence diagram repre= sents the list of pre-authenticated roles as a first class object to show m= ore clearly how it fits in to the authentication process." -msgstr "Il metodo Identity.addRole() si comporta in mod= o diverso a seconda che la sessione corrente sia autenticata o meno. Se la = sessione non =C3=A8 autenticata, allora addRole() dovreb= be essere chiamato solo durante il processo di autenti= cazione. Quando viene chiamato in questo contesto, il nome del ruolo =C3=A8= messo in una lista temporanea di ruoli pre autenticati. Una volta che l'au= tentifica =C3=A8 completata i ruoli pre autenticati diventano ruoli \"reali= \" e chiamando Identity.hasRole() per questi ruoli si ot= terr=C3=A0 true. Il seguente diagramma di sequenza rappr= esenta la lista dei ruoli pre autenticati come oggetto in primo piano per m= ostrare pi=C3=B9 chiaramente come si inserisce nel processo di autentifica." +msgstr "Il metodo Identity.addRole() si comporta in mod= o diverso a seconda che la sessione corrente sia autenticata o meno. Se la = sessione non =C3=A8 autenticata, allora addRole() dovreb= be essere chiamato solo durante il processo di autenti= cazione. Quando viene chiamato in questo contesto, il nome del ruolo =C3=A8= messo in una lista temporanea di ruoli pre autenticati. Una volta che l'au= tenticazione =C3=A8 completata i ruoli pre autenticati diventano ruoli \"re= ali\" e chiamando Identity.hasRole() per questi ruoli si= otterr=C3=A0 true. Il seguente diagramma di sequenza ra= ppresenta la lista dei ruoli pre autenticati come oggetto in primo piano pe= r mostrare pi=C3=B9 chiaramente come si inserisce nel processo di autentica= zione." = #. Tag: para #: Security.xml:192 @@ -341,7 +341,7 @@ #: Security.xml:221 #, no-c-format msgid "The credentials component provides both username and password properties, catering fo= r the most common authentication scenario. These properties can be bound di= rectly to the username and password fields on a login form. Once these prop= erties are set, calling identity.login() will authentica= te the user using the provided credentials. Here's an example of a simple l= ogin form:" -msgstr "Il componente credentials fornisce sia la propr= iet=C3=A0 username che la password, s= oddisfacendo lo scenario di autenticazione pi=C3=B9 comune. Queste propriet= =C3=A0 possono essere collegate direttamente ai campi username e password d= i una form di accesso. Una volta che queste propriet=C3=A0 sono impostate, = chiamando identity.login() si otterr=C3=A0 l'autentifica= dell'utente usando le credenziali fornite. Ecco un esempio di una semplice= form di accesso: " +msgstr "Il componente credentials fornisce sia la propr= iet=C3=A0 username che la password, s= oddisfacendo lo scenario di autenticazione pi=C3=B9 comune. Queste propriet= =C3=A0 possono essere collegate direttamente ai campi username e password d= i una form di accesso. Una volta che queste propriet=C3=A0 sono impostate, = chiamando identity.login() si otterr=C3=A0 l'autenticazi= one dell'utente usando le credenziali fornite. Ecco un esempio di una sempl= ice form di accesso: " = #. Tag: programlisting #: Security.xml:229 @@ -433,7 +433,7 @@ #: Security.xml:280 #, no-c-format msgid "Automatic client authentication with a persistent cookie stored on = the client machine is dangerous. While convenient for users, any cross-site= scripting security hole in your website would have dramatically more serio= us effects than usual. Without the authentication cookie, the only cookie t= o steal for an attacker with XSS is the cookie of the current session of a = user. This means the attack only works when the user has an open session - = which should be a short timespan. However, it is much more attractive and d= angerous if an attacker has the possibility to steal a persistent Remember = Me cookie that allows him to login without authentication, at any time. Not= e that this all depends on how well you protect your website against XSS at= tacks - it's up to you to make sure that your website is 100% XSS safe - a = non-trival achievement for any website that allows user input to be rendere= d on a page." -msgstr "L'autenticazione automatica tramite un cookie persistente memorizz= ato sulla macchina client =C3=A8 pericolosa. Bench=C3=A9 sia conveniente pe= r gli utenti, qualsiasi debolezza nella sicurezza che consenta un cross-sit= e scripting nel sito avrebbe effetti drammaticamente pi=C3=B9 gravi del sol= ito. Senza il cookie di autentifica, il solo cookie che un malintenzionato = pu=C3=B2 prelevare tramite un attacco XSS =C3=A8 il cookie della sessione c= orrente dell'utente. Ci=C3=B2 significa che l'attacco funziona solo quando = l'utente ha una sessione aperta, ovvero per un intervallo di tempo limitato= . Al contrario =C3=A8 molto pi=C3=B9 allettante e pericoloso se un malinten= zionato ha la possibilit=C3=A0 di prelevare il cookie relativo alla funzion= e \"Ricordami su questo computer\", il quale gli consentirebbe di accedere = senza autentifica ogni volta che vuole. Notare che questo dipende anche da = quanto =C3=A8 efficace la protezione del sito dagli attacchi XSS. Sta a chi= scrive l'applicazione fare in modo che il sito sia si! curo al 100% dagli attacchi XSS, un obiettivo non banale per qualsiasi sit= o che consente di rappresentare sulle pagine un contenuto scritto dagli ute= nti." +msgstr "L'autenticazione automatica tramite un cookie persistente memorizz= ato sulla macchina client =C3=A8 pericolosa. Bench=C3=A9 sia conveniente pe= r gli utenti, qualsiasi debolezza nella sicurezza che consenta un cross-sit= e scripting nel sito avrebbe effetti drammaticamente pi=C3=B9 gravi del sol= ito. Senza il cookie di autenticazione, il solo cookie che un malintenziona= to pu=C3=B2 prelevare tramite un attacco XSS =C3=A8 il cookie della session= e corrente dell'utente. Ci=C3=B2 significa che l'attacco funziona solo quan= do l'utente ha una sessione aperta, ovvero per un intervallo di tempo limit= ato. Al contrario =C3=A8 molto pi=C3=B9 allettante e pericoloso se un malin= tenzionato ha la possibilit=C3=A0 di prelevare il cookie relativo alla funz= ione \"Ricordami su questo computer\", il quale gli consentirebbe di accede= re senza autenticazione ogni volta che vuole. Notare che questo dipende anc= he da quanto =C3=A8 efficace la protezione del sito dagli attacchi XSS. Sta= a chi scrive l'applicazione fare in modo che il sito ! sia sicuro al 100% dagli attacchi XSS, un obiettivo non banale per qualsia= si sito che consente di rappresentare sulle pagine un contenuto scritto dag= li utenti." = #. Tag: para #: Security.xml:291 @@ -807,7 +807,7 @@ #: Security.xml:450 #, no-c-format msgid "Although not recommended for use unless absolutely necessary, Seam = provides means for authenticating using either HTTP Basic or HTTP Digest (R= FC 2617) methods. To use either form of authentication, the authen= tication-filter component must be enabled in components.xml:" -msgstr "Bench=C3=A9 l'uso non sia raccomandato a meno che non sia assoluta= mente necessario, Seam fornisce gli strumenti per l'autenticazione in HTTP = sia con metodo Basic che Digest (RFC 2617). Per usare entrambe le forme di = autentifica, occorre abilitare il componente authentication-filter= in components.xml:" +msgstr "Bench=C3=A9 l'uso non sia raccomandato a meno che non sia assoluta= mente necessario, Seam fornisce gli strumenti per l'autenticazione in HTTP = sia con metodo Basic che Digest (RFC 2617). Per usare entrambe le forme di = autenticazione, occorre abilitare il componente authentication-fil= ter in components.xml:" = #. Tag: programlisting #: Security.xml:456 @@ -825,7 +825,7 @@ #: Security.xml:458 #, no-c-format msgid "To enable the filter for basic authentication, set auth-ty= pe to basic, or for digest authentication, set= it to digest. If using digest authentication, the key and realm must also be set:" -msgstr "Per abilitare il filtro per l'autenticazione Basic impostare auth-type a basic, oppure per l'autentific= a Digest, impostarlo a digest. Se si usa l'autentifica D= igest, occorre impostare anche un valore per key e realm:" +msgstr "Per abilitare il filtro per l'autenticazione Basic impostare auth-type a basic, oppure per l'autenticaz= ione Digest, impostarlo a digest. Se si usa l'autenticaz= ione Digest, occorre impostare anche un valore per key e= realm:" = #. Tag: programlisting #: Security.xml:464 @@ -2098,7 +2098,7 @@ #: Security.xml:1372 #, no-c-format msgid "If you are using the Identity Management features in your Seam appl= ication, then it is not required to provide an authenticator component (see= previous Authentication section) to enable authentication. Simply omit the= authenticator-method from the identity configuration in components.xml, and the Sea= mLoginModule will by default use IdentityManager to authenticate your application's users, without any special configurat= ion required." -msgstr "Se in un'applicazione Seam si stanno usando le funzioni di gestion= e delle identit=C3=A0, allora non =C3=A8 richiesto di fornire un componente= authenticator (vedi il precedente paragrafo Autenticazi= one) per abilitare l'autentifica. Basta omettere authenticator-met= hod dalla configurazione di identity in components.xml e il SeamLoginModule user=C3= =A0 per default IdentityManger per autenticare gli utent= i dell'applicazione, senza nessuna configurazione speciale." +msgstr "Se in un'applicazione Seam si stanno usando le funzioni di gestion= e delle identit=C3=A0, allora non =C3=A8 richiesto di fornire un componente= authenticator (vedi il precedente paragrafo Autenticazi= one) per abilitare l'autenticazione. Basta omettere authenticator-= method dalla configurazione di identity in components.xml e il SeamLoginModule user= =C3=A0 per default IdentityManger per autenticare gli ut= enti dell'applicazione, senza nessuna configurazione speciale." = #. Tag: title #: Security.xml:1383 @@ -2403,7 +2403,7 @@ #: Security.xml:1744 #, no-c-format msgid "Authenticates the specified username and password using the configu= red Identity Store. Returns true if successful or false if authentication failed. Successful authentication impl= ies nothing beyond the return value of the method. It does not change the s= tate of the Identity component - to perform a proper Sea= m login the Identity.login() must be used instead." -msgstr "Autenticazione il nome utente e la password specificati usando l'I= dentity Store configurato. Restituisce true se conclude = con successo, oppure false se l'autentifica fallisce. Il= successo dell'autenticazione non implica niente oltre al valore restituito= dal metodo. Non cambia lo stato del componente Identity= . Per eseguire un vero e proprio login deve essere invece usato il metodo <= literal>Identity.login()." +msgstr "Autenticazione il nome utente e la password specificati usando l'I= dentity Store configurato. Restituisce true se conclude = con successo, oppure false se l'autenticazione fallisce.= Il successo dell'autenticazione non implica niente oltre al valore restitu= ito dal metodo. Non cambia lo stato del componente Identity. Per eseguire un vero e proprio login deve essere invece usato il metod= o Identity.login()." = #. Tag: literal #: Security.xml:1757 @@ -3916,7 +3916,7 @@ #: Security.xml:3029 #, no-c-format msgid "Besides the PermissionCheck facts, there is also= a org.jboss.seam.security.Role fact for each of the rol= es that the authenticated user is a member of. These Role facts are synchronized with the user's authenticated roles at the beginni= ng of every permission check. As a consequence, any Role= object that is inserted into the working memory during the course of a per= mission check will be removed before the next permission check occurs, if t= he authenticated user is not actually a member of that role. Besides the PermissionCheck and Role facts, the wor= king memory also contains the java.security.Principal ob= ject that was created as a result of the authentication process." -msgstr "Accanto al fatto PermissionCheck c'=C3=A8 anche= un fatto org.jboss.seam.security.Role per ogni ruolo di= cui l'utente autenticato =C3=A8 membro. Questi fatti Role sono sincronizzati con i ruoli dell'utente autenticato all'inizio di ogn= i controllo di permesso. Di conseguenza qualsiasi oggetto Role che venisse inserito nella working memory nel corso del controllo di= permesso sarebbe rimosso prima che il controllo di permesso successivo avv= enga, a meno che l'utente autenticato non sia effettivamente membro di quel= ruolo. Insieme ai fatti PermissionCheck e Role= la working memory contiene anche l'oggetto java.securit= y.Principal che era stato creato come risultato del processo di a= utentifica." +msgstr "Accanto al fatto PermissionCheck c'=C3=A8 anche= un fatto org.jboss.seam.security.Role per ogni ruolo di= cui l'utente autenticato =C3=A8 membro. Questi fatti Role sono sincronizzati con i ruoli dell'utente autenticato all'inizio di ogn= i controllo di permesso. Di conseguenza qualsiasi oggetto Role che venisse inserito nella working memory nel corso del controllo di= permesso sarebbe rimosso prima che il controllo di permesso successivo avv= enga, a meno che l'utente autenticato non sia effettivamente membro di quel= ruolo. Insieme ai fatti PermissionCheck e Role= la working memory contiene anche l'oggetto java.securit= y.Principal che era stato creato come risultato del processo di a= utenticazione." = #. Tag: para #: Security.xml:3040 --===============2684481656019326125==-- From seam-commits at lists.jboss.org Wed Jun 17 11:16:25 2009 Content-Type: multipart/mixed; boundary="===============0121430330573406832==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11171 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT. Date: Wed, 17 Jun 2009 11:04:14 -0400 Message-ID: --===============0121430330573406832== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nico.ben Date: 2009-06-17 11:04:13 -0400 (Wed, 17 Jun 2009) New Revision: 11171 Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po Log: Italian translation Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Securi= ty.po =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-17 14:06:06 UTC (rev 11170) +++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/it-IT/Security.po = 2009-06-17 15:04:13 UTC (rev 11171) @@ -6,7 +6,7 @@ "Project-Id-Version: Security\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2009-06-11 18:45+0000\n" -"PO-Revision-Date: 2009-06-17 16:05+0100\n" +"PO-Revision-Date: 2009-06-17 16:50+0100\n" "Last-Translator: Nicola Benaglia \n" "Language-Team: it \n" "MIME-Version: 1.0\n" @@ -2098,7 +2098,7 @@ #: Security.xml:1372 #, no-c-format msgid "If you are using the Identity Management features in your Seam appl= ication, then it is not required to provide an authenticator component (see= previous Authentication section) to enable authentication. Simply omit the= authenticator-method from the identity configuration in components.xml, and the Sea= mLoginModule will by default use IdentityManager to authenticate your application's users, without any special configurat= ion required." -msgstr "Se in un'applicazione Seam si stanno usando le funzioni di gestion= e delle identit=C3=A0, allora non =C3=A8 richiesto di fornire un componente= authenticator (vedi il precedente paragrafo Autenticazi= one) per abilitare l'autenticazione. Basta omettere authenticator-= method dalla configurazione di identity in components.xml e il SeamLoginModule user= =C3=A0 per default IdentityManger per autenticare gli ut= enti dell'applicazione, senza nessuna configurazione speciale." +msgstr "Se in un'applicazione Seam si stanno usando le funzioni di gestion= e delle identit=C3=A0, allora non =C3=A8 richiesto di fornire un componente= authenticator (vedi il precedente paragrafo Autenticazi= one) per abilitare l'autenticazione. Basta omettere authenticator-= method dalla configurazione di identity in components.xml e il SeamLoginModule user= =C3=A0 per default IdentityManager per autenticare gli u= tenti dell'applicazione, senza nessuna configurazione speciale." = #. Tag: title #: Security.xml:1383 @@ -3173,7 +3173,7 @@ #: Security.xml:2502 #, no-c-format msgid "@PostLoad - Called after an entity instance is l= oaded from the database. Use this method to configure a read permission." -msgstr "@PostLoad - Chiamato dopo che l'istana di una e= ntit=C3=A0 viene caricata dal database. Usare questo metodo per configurare= un permesso read." +msgstr "@PostLoad - Chiamato dopo che l'istanza di una = entit=C3=A0 viene caricata dal database. Usare questo metodo per configurar= e un permesso read." = #. Tag: para #: Security.xml:2508 @@ -3191,7 +3191,7 @@ #: Security.xml:2520 #, no-c-format msgid "@PreRemove - Called before an entity is deleted.= Use this method to configure a delete permission." -msgstr "@PreRemove - Chiamato prima che un'entit=C3=A0 = venga cancellata. Usare questo metodo per configuare un permesso d= elete." +msgstr "@PreRemove - Chiamato prima che un'entit=C3=A0 = venga cancellata. Usare questo metodo per configurare un permesso = delete." = #. Tag: para #: Security.xml:2527 @@ -3379,7 +3379,7 @@ #: Security.xml:2608 #, no-c-format msgid "Out of the box, Seam comes with annotations for standard CRUD-based= permissions, however it is a simple matter to add your own. The following = annotations are provided in the org.jboss.seam.annotations.securit= y package:" -msgstr "Cos=C3=AC com'=C3=A8, Seam contiene delle annotazioni per i permes= si standard per le operazioni CRUD, comunque =C3=A8 solo questione di aggiu= ngerne altre. Le seguenti annotazioni sono fornire nel package org= .jboss.seam.annotations.security:" +msgstr "Cos=C3=AC com'=C3=A8, Seam contiene delle annotazioni per i permes= si standard per le operazioni CRUD, comunque =C3=A8 solo questione di aggiu= ngerne altre. Le seguenti annotazioni sono fornire nel pacchetto o= rg.jboss.seam.annotations.security:" = #. Tag: para #: Security.xml:2615 @@ -3868,7 +3868,7 @@ #: Security.xml:2978 #, no-c-format msgid "Let's break this down step by step. The first thing we see is the p= ackage declaration. A package in Drools is essentially a collection of rule= s. The package name can be anything you want - it doesn't relate to anythin= g else outside the scope of the rule base." -msgstr "Dividiamolo passo per passo. La prima cosa che vediamo =C3=A8 la d= ichiarazione del package. Un package in Drools =C3=A8 essenzialmente una co= llezione di regole. Il nome del package pu=C3=B2 essere qualsiasi, non =C3= =A8 in relazione con niente che sia al di fuori della visibilit=C3=A0 della= base di regole." +msgstr "Dividiamolo passo per passo. La prima cosa che vediamo =C3=A8 la d= ichiarazione del pacchetto. Un pacchetto in Drools =C3=A8 essenzialmente un= a collezione di regole. Il nome del pacchetto pu=C3=B2 essere qualsiasi, no= n =C3=A8 in relazione con niente che sia al di fuori della visibilit=C3=A0 = della base di regole." = #. Tag: para #: Security.xml:2984 @@ -3880,7 +3880,7 @@ #: Security.xml:2990 #, no-c-format msgid "Finally we have the code for the rule. Each rule within a package s= hould be given a unique name (usually describing the purpose of the rule). = In this case our rule is called CanUserDeleteCustomers a= nd will be used to check whether a user is allowed to delete a customer rec= ord." -msgstr "Infine abbiamo il codice della regola. Ogni regola all'interno di = un package deve avere un nome univoco (di solito descrive lo scopo della re= gola). In questo caso la nostra regola si chiama CanUserDeleteCust= omers e verr=C3=A0 usata per verificare se ad un utente =C3=A8 co= nsentito di cancellare un record relativo ad un cliente." +msgstr "Infine abbiamo il codice della regola. Ogni regola all'interno di = un pacchetto deve avere un nome univoco (di solito descrive lo scopo della = regola). In questo caso la nostra regola si chiama CanUserDeleteCu= stomers e verr=C3=A0 usata per verificare se ad un utente =C3=A8 = consentito di cancellare un record relativo ad un cliente." = #. Tag: para #: Security.xml:2996 @@ -4050,7 +4050,7 @@ #: Security.xml:3122 #, no-c-format msgid "Another built-in permission resolver provided by Seam, Per= sistentPermissionResolver allows permissions to be loaded from pe= rsistent storage, such as a relational database. This permission resolver p= rovides ACL style instance-based security, allowing for specific object per= missions to be assigned to individual users and roles. It also allows for p= ersistent, arbitrarily-named permission targets (not necessarily object/cla= ss based) to be assigned in the same way." -msgstr "Un altro risolutore di permessi incluso in Seam, il Persi= stentPermissionResolver consente di caricare i permessi da un dis= positivo di memorizzazione persistente, come una database relazionale. Ques= to risolutore di permessi fornisce una sicurezza orientata alle istanze in = stile ACL (Access Control List), permettendo di assegnare specifici permess= i sull'oggetto a utenti e ruoli. Allo stesso modo permette inoltre di asseg= nare in modo persistente permessi con un nome arbitrario (non necessariamen= te basato sull'oggetto o la classe). " +msgstr "Un altro risolutore di permessi incluso in Seam, il Persi= stentPermissionResolver consente di caricare i permessi da un dis= positivo di memorizzazione persistente, come un database relazionale. Quest= o risolutore di permessi fornisce una sicurezza orientata alle istanze in s= tile ACL (Access Control List), permettendo di assegnare specifici permessi= sull'oggetto a utenti e ruoli. Allo stesso modo permette inoltre di assegn= are in modo persistente permessi con un nome arbitrario (non necessariament= e basato sull'oggetto o la classe). " = #. Tag: para #: Security.xml:3133 @@ -4257,7 +4257,7 @@ #: Security.xml:3368 #, no-c-format msgid "As mentioned, the entity classes that contain the user and role per= missions must be configured with a special set of annotations, contained wi= thin the org.jboss.seam.annotations.security.permission = package. The following table lists each of these annotations along with a d= escription of how they are used:" -msgstr "Come gi=C3=A0 detto, le classi entit=C3=A0 che contengono i permes= si degli utenti e dei ruoli devono essere configurate con uno speciale insi= eme di annotazioni contenute nel package org.jboss.seam.annotation= s.security.permission. La seguente tabella elenca queste annotazi= oni insieme ad una descrizione su come sono usate:" +msgstr "Come gi=C3=A0 detto, le classi entit=C3=A0 che contengono i permes= si degli utenti e dei ruoli devono essere configurate con uno speciale insi= eme di annotazioni contenute nel pacchetto org.jboss.seam.annotati= ons.security.permission. La seguente tabella elenca queste annota= zioni insieme ad una descrizione su come sono usate:" = #. Tag: title #: Security.xml:3375 @@ -4492,7 +4492,7 @@ #: Security.xml:3531 #, no-c-format msgid "A further set of class-specific annotations can be used to configur= e a specific set of allowable permissions for a target class. These permiss= ions can be found in the org.jboss.seam.annotation.security.permis= sion package:" -msgstr "Un ulteriore insieme di annotazioni specifiche per le classi pu=C3= =B2 essere usato per specificare i permessi consentiti per una determinata = classe obiettivo. Questi permessi si possono trovare nel package o= rg.jboss.seam.annotation.security.permission:" +msgstr "Un ulteriore insieme di annotazioni specifiche per le classi pu=C3= =B2 essere usato per specificare i permessi consentiti per una determinata = classe obiettivo. Questi permessi si possono trovare nel pacchetto org.jboss.seam.annotation.security.permission:" = #. Tag: title #: Security.xml:3538 @@ -4619,7 +4619,7 @@ #: Security.xml:3649 #, no-c-format msgid "When storing or looking up permissions, JpaPermissionStore= must be able to uniquely identify specific object instances to e= ffectively operate on its permissions. To achieve this, an identi= fier strategy may be assigned to each target class for the gener= ation of unique identifier values. Each identifier strategy implementation = knows how to generate unique identifiers for a particular type of class, an= d it is a simple matter to create new identifier strategies." -msgstr "Quando JpaPermissionStore memorizza o cerca un = permesso deve essere in grado di identificare univocamente le istanze degli= oggetti sui cui permessi deve operare. Per ottenere questo occorre assegna= re una stragegia di risoluzione dell'identificatore pe= r ciascuna classe obiettivo, in modo da generare i valori identificativi un= ivoci. Ciascuna implementazione della strategia di risoluzione sa come gene= re gli identificativi univoci per un particolare tipo di classe ed =C3=A8 s= olo questione di creare nuove strategia di risoluzione." +msgstr "Quando JpaPermissionStore memorizza o cerca un = permesso deve essere in grado di identificare univocamente le istanze degli= oggetti sui cui permessi deve operare. Per ottenere questo occorre assegna= re una stragegia di risoluzione dell'identificatore pe= r ciascuna classe obiettivo, in modo da generare i valori identificativi un= ivoci. Ciascuna implementazione della strategia di risoluzione sa come gene= rare gli identificativi univoci per un particolare tipo di classe ed =C3=A8= solo questione di creare nuove strategia di risoluzione." = #. Tag: para #: Security.xml:3657 @@ -4669,7 +4669,7 @@ #: Security.xml:3686 #, no-c-format msgid "This identifier strategy is used to generate unique identifiers for= classes, and will use the value of the name (if specifi= ed) in the @Identifier annotation. If there is no name property provided, then it will attempt to use the compon= ent name of the class (if the class is a Seam component), or as a last reso= rt it will create an identifier based on the name of the class (excluding t= he package name). For example, the identifier for the following class will = be \"customer\":" -msgstr "Questa strategia di risoluzione degli identificatori =C3=A8 usata = per generare gli identificatori univoci per le classi e user=C3=A0 il valor= e della propriet=C3=A0 name (se indicato) nell'annotazio= ne @Identifier. Se la propriet=C3=A0 name non =C3=A8 indicata, allora tenter=C3=A0 di usare il nome del componen= te della classe (se la classe =C3=A8 un componente Seam), oppure, come ulti= ma risorsa creer=C3=A0 un identificatore basato sul nome della classe (escl= udendo il nome del package). Ad esempio, l'identificatore per la seguente c= lasse sar=C3=A0 \"customr\":" +msgstr "Questa strategia di risoluzione degli identificatori =C3=A8 usata = per generare gli identificatori univoci per le classi e user=C3=A0 il valor= e della propriet=C3=A0 name (se indicato) nell'annotazio= ne @Identifier. Se la propriet=C3=A0 name non =C3=A8 indicata, allora tenter=C3=A0 di usare il nome del componen= te della classe (se la classe =C3=A8 un componente Seam), oppure, come ulti= ma risorsa creer=C3=A0 un identificatore basato sul nome della classe (escl= udendo il nome del pacchetto). Ad esempio, l'identificatore per la seguente= classe sar=C3=A0 \"customer\":" = #. Tag: programlisting #: Security.xml:3695 --===============0121430330573406832==-- From seam-commits at lists.jboss.org Wed Jun 17 22:04:31 2009 Content-Type: multipart/mixed; boundary="===============2443767084064970564==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11172 - in sandbox/trunk/modules/xwidgets: src/main/javascript and 1 other directory. Date: Wed, 17 Jun 2009 21:52:14 -0400 Message-ID: --===============2443767084064970564== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shane.bryzak(a)jboss.com Date: 2009-06-17 21:52:13 -0400 (Wed, 17 Jun 2009) New Revision: 11172 Added: sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Button.js sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Button.js Modified: sandbox/trunk/modules/xwidgets/examples/helloworld/index.html sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw sandbox/trunk/modules/xwidgets/examples/helloworld/xw.Panel.js sandbox/trunk/modules/xwidgets/src/main/javascript/xw.Panel.js sandbox/trunk/modules/xwidgets/src/main/javascript/xw.js Log: refactored to clean up component mode, two phase render Modified: sandbox/trunk/modules/xwidgets/examples/helloworld/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/index.html 2009-06-1= 7 15:04:13 UTC (rev 11171) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/index.html 2009-06-1= 8 01:52:13 UTC (rev 11172) @@ -1,5 +1,5 @@ - +

Hello World Example

=
Modified: sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw 2009-06-17 1= 5:04:13 UTC (rev 11171) +++ sandbox/trunk/modules/xwidgets/examples/helloworld/test.xw 2009-06-18 0= 1:52:13 UTC (rev 11172) @@ -2,5 +2,7 @@