<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-33144</id>
	<title>Nabble - seam-dev</title>
	<updated>2009-11-04T17:29:00Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/seam-dev-f33144.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/seam-dev-f33144.html" />
	<subtitle type="html">Seam development discussions (moderated)</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26207770</id>
	<title>JProfiler 6 license</title>
	<published>2009-11-04T17:29:00Z</published>
	<updated>2009-11-04T17:29:00Z</updated>
	<author>
		<name>Shane Bryzak-4</name>
	</author>
	<content type="html">Hey guys,
&lt;br&gt;&lt;br&gt;Do we have a license key for JProfiler 6? &amp;nbsp;The key I have is only for 
&lt;br&gt;JProfiler 5, and of course it doesn't work with v6. &amp;nbsp;Please respond to 
&lt;br&gt;me off-list if you can help out.
&lt;br&gt;&lt;br&gt;Shane
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26207770&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JProfiler-6-license-tp26207770p26207770.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26149937</id>
	<title>Re: Seam and SSO</title>
	<published>2009-11-01T03:05:20Z</published>
	<updated>2009-11-01T03:05:20Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">Please direct your question to the user forum at &lt;a href=&quot;http://seamframework.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seamframework.org&lt;/a&gt;&amp;nbsp;
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;On 26 Oct 2009, at 01:02, cllai wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; hi, i working on sso and seam too. can u pls send me example to how to
&lt;br&gt;&amp;gt; integrate jboss sso and seam?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Raphael Duarte Paiva wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I wrote my own solution to SSO integration with seam and Jboss AS.
&lt;br&gt;&amp;gt;&amp;gt; Its a pretty Simple LoginModule for Jboss AS, who calls a session &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; bean
&lt;br&gt;&amp;gt;&amp;gt; that
&lt;br&gt;&amp;gt;&amp;gt; query the user from the database and store its principal into the
&lt;br&gt;&amp;gt;&amp;gt; container
&lt;br&gt;&amp;gt;&amp;gt; itself.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Then I wrote a seam component that is called every time a user &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; enters a
&lt;br&gt;&amp;gt;&amp;gt; module (a service of the major project). It just retrieve the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; principal
&lt;br&gt;&amp;gt;&amp;gt; from
&lt;br&gt;&amp;gt;&amp;gt; the container (using jacc) and authenticate it in seam (populating &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt; Identity component).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If you need more details, feel free to contact me.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Sep 24, 2009 at 22:14, xin wu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alartin@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I think the SSO is a big issue when we suggest clients to adopt &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Seam. I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; try
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the CAS SSO and rewrite Authenticator and Pages classes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; according to CAS wiki but it does not work properly. Even I can &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; use SSO
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; two Seam applications, the seam application does not work same as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; before. The reason seems that Seam can not handle
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; navigation(pages.xml/x.page.xml) correctly any more. For example, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; when I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; login a simple CRUD Seam application and create a new entity, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; after I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; click
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; save button, the entity is created successfully but I am not &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; navigated to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the Entity.xhtml and stayed at the same edit page. When I click list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; page,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and click View/Edit link of the entity, the entity's information &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is not
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; shown at the corresponding fields. They are all empty.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In fact, the CAS SSO adds some filters in web.xml. Does them affect
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Seam's
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; navigation? After I remove CAS SSO configuration, all works fine.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SSO is a common requirement of many clients. Can somebody help to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; figure
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; out what happened? Thanks.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sean Wu
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JBoss Solution Architect
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; RedHat Service Center, P.R.China
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149937&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seanwu@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mobile: 13911868610
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149937&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Abraços
&lt;br&gt;&amp;gt;&amp;gt; Raphael Duarte Paiva
&lt;br&gt;&amp;gt;&amp;gt; Graduando em Ciência da Computação
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;For millions of years, mankind lived just like the animals. Then
&lt;br&gt;&amp;gt;&amp;gt; something
&lt;br&gt;&amp;gt;&amp;gt; happened which unleashed the power of our imagination. We learned &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; to talk
&lt;br&gt;&amp;gt;&amp;gt; [...]&amp;quot; - Stephen Hawking, 1993
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149937&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Seam-and-SSO-tp25692711p26053510.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Seam-and-SSO-tp25692711p26053510.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the seam-dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149937&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149937&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-and-SSO-tp25692711p26149937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26148081</id>
	<title>Re: Seam and SSO</title>
	<published>2009-10-25T18:02:01Z</published>
	<updated>2009-10-25T18:02:01Z</updated>
	<author>
		<name>cllai</name>
	</author>
	<content type="html">&lt;br&gt;hi, i working on sso and seam too. can u pls send me example to how to
&lt;br&gt;integrate jboss sso and seam?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Raphael Duarte Paiva wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I wrote my own solution to SSO integration with seam and Jboss AS.
&lt;br&gt;&amp;gt; Its a pretty Simple LoginModule for Jboss AS, who calls a session bean
&lt;br&gt;&amp;gt; that
&lt;br&gt;&amp;gt; query the user from the database and store its principal into the
&lt;br&gt;&amp;gt; container
&lt;br&gt;&amp;gt; itself.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then I wrote a seam component that is called every time a user enters a
&lt;br&gt;&amp;gt; module (a service of the major project). It just retrieve the principal
&lt;br&gt;&amp;gt; from
&lt;br&gt;&amp;gt; the container (using jacc) and authenticate it in seam (populating the
&lt;br&gt;&amp;gt; Identity component).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you need more details, feel free to contact me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Thu, Sep 24, 2009 at 22:14, xin wu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148081&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alartin@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think the SSO is a big issue when we suggest clients to adopt Seam. I
&lt;br&gt;&amp;gt;&amp;gt; try
&lt;br&gt;&amp;gt;&amp;gt; the CAS SSO and rewrite Authenticator and Pages classes
&lt;br&gt;&amp;gt;&amp;gt; according to CAS wiki but it does not work properly. Even I can use SSO
&lt;br&gt;&amp;gt;&amp;gt; in
&lt;br&gt;&amp;gt;&amp;gt; two Seam applications, the seam application does not work same as
&lt;br&gt;&amp;gt;&amp;gt; before. The reason seems that Seam can not handle
&lt;br&gt;&amp;gt;&amp;gt; navigation(pages.xml/x.page.xml) correctly any more. For example, when I
&lt;br&gt;&amp;gt;&amp;gt; login a simple CRUD Seam application and create a new entity, after I
&lt;br&gt;&amp;gt;&amp;gt; click
&lt;br&gt;&amp;gt;&amp;gt; save button, the entity is created successfully but I am not navigated to
&lt;br&gt;&amp;gt;&amp;gt; the Entity.xhtml and stayed at the same edit page. When I click list
&lt;br&gt;&amp;gt;&amp;gt; page,
&lt;br&gt;&amp;gt;&amp;gt; and click View/Edit link of the entity, the entity's information is not
&lt;br&gt;&amp;gt;&amp;gt; shown at the corresponding fields. They are all empty.
&lt;br&gt;&amp;gt;&amp;gt; In fact, the CAS SSO adds some filters in web.xml. Does them affect
&lt;br&gt;&amp;gt;&amp;gt; Seam's
&lt;br&gt;&amp;gt;&amp;gt; navigation? After I remove CAS SSO configuration, all works fine.
&lt;br&gt;&amp;gt;&amp;gt; SSO is a common requirement of many clients. Can somebody help to figure
&lt;br&gt;&amp;gt;&amp;gt; out what happened? Thanks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sean Wu
&lt;br&gt;&amp;gt;&amp;gt; JBoss Solution Architect
&lt;br&gt;&amp;gt;&amp;gt; RedHat Service Center, P.R.China
&lt;br&gt;&amp;gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148081&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seanwu@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Mobile: 13911868610
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148081&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Abraços
&lt;br&gt;&amp;gt; Raphael Duarte Paiva
&lt;br&gt;&amp;gt; Graduando em Ciência da Computação
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;For millions of years, mankind lived just like the animals. Then
&lt;br&gt;&amp;gt; something
&lt;br&gt;&amp;gt; happened which unleashed the power of our imagination. We learned to talk
&lt;br&gt;&amp;gt; [...]&amp;quot; - Stephen Hawking, 1993
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148081&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/Seam-and-SSO-tp25692711p26053510.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Seam-and-SSO-tp25692711p26053510.html&lt;/a&gt;&lt;br&gt;Sent from the seam-dev mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148081&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-and-SSO-tp25692711p26148081.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25918145</id>
	<title>Re: [weld-dev] Weld 1.0.0 CR1 out</title>
	<published>2009-10-15T17:31:53Z</published>
	<updated>2009-10-15T17:31:53Z</updated>
	<author>
		<name>Gavin King-3</name>
	</author>
	<content type="html">Awesome! Congratulations, Pete, and all!
&lt;br&gt;&lt;br&gt;Sent from my iPhone
&lt;br&gt;&lt;br&gt;On Oct 15, 2009, at 5:26 PM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25918145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Weld100CR1Available&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Weld100CR1Available&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And I just want to say thanks to everyone who has participated in this
&lt;br&gt;&amp;gt; - although I (tried to) call out the major contributors on the blog,
&lt;br&gt;&amp;gt; there are many many more people who have tried out the software,
&lt;br&gt;&amp;gt; blogged or talked about it, given us beer when we were low etc. So,
&lt;br&gt;&amp;gt; thanks again, and onward to CR2 :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pete
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25918145&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25918145&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Weld-1.0.0-CR1-out-tp25916325p25918145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25916325</id>
	<title>Weld 1.0.0 CR1 out</title>
	<published>2009-10-15T14:26:03Z</published>
	<updated>2009-10-15T14:26:03Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://in.relation.to/Bloggers/Weld100CR1Available&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Weld100CR1Available&lt;/a&gt;&lt;br&gt;&lt;br&gt;And I just want to say thanks to everyone who has participated in this &amp;nbsp;
&lt;br&gt;- although I (tried to) call out the major contributors on the blog, &amp;nbsp;
&lt;br&gt;there are many many more people who have tried out the software, &amp;nbsp;
&lt;br&gt;blogged or talked about it, given us beer when we were low etc. So, &amp;nbsp;
&lt;br&gt;thanks again, and onward to CR2 :-)
&lt;br&gt;&lt;br&gt;Pete
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25916325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Weld-1.0.0-CR1-out-tp25916325p25916325.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25719999</id>
	<title>Re: Seam and SSO</title>
	<published>2009-10-02T06:50:02Z</published>
	<updated>2009-10-02T06:50:02Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">Please use the forums for such questions.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;On 25 Sep 2009, at 03:14, xin wu wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think the SSO is a big issue when we suggest clients to adopt &amp;nbsp;
&lt;br&gt;&amp;gt; Seam. I try the CAS SSO and rewrite Authenticator and Pages classes
&lt;br&gt;&amp;gt; according to CAS wiki but it does not work properly. Even I can use &amp;nbsp;
&lt;br&gt;&amp;gt; SSO in two Seam applications, the seam application does not work &amp;nbsp;
&lt;br&gt;&amp;gt; same as
&lt;br&gt;&amp;gt; before. The reason seems that Seam can not handle navigation 
&lt;br&gt;&amp;gt; (pages.xml/x.page.xml) correctly any more. For example, when I login &amp;nbsp;
&lt;br&gt;&amp;gt; a simple CRUD Seam application and create a new entity, after I &amp;nbsp;
&lt;br&gt;&amp;gt; click save button, the entity is created successfully but I am not &amp;nbsp;
&lt;br&gt;&amp;gt; navigated to the Entity.xhtml and stayed at the same edit page. When &amp;nbsp;
&lt;br&gt;&amp;gt; I click list page, and click View/Edit link of the entity, the &amp;nbsp;
&lt;br&gt;&amp;gt; entity's information is not shown at the corresponding fields. They &amp;nbsp;
&lt;br&gt;&amp;gt; are all empty.
&lt;br&gt;&amp;gt; In fact, the CAS SSO adds some filters in web.xml. Does them affect &amp;nbsp;
&lt;br&gt;&amp;gt; Seam's navigation? After I remove CAS SSO configuration, all works &amp;nbsp;
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt; SSO is a common requirement of many clients. Can somebody help to &amp;nbsp;
&lt;br&gt;&amp;gt; figure out what happened? Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sean Wu
&lt;br&gt;&amp;gt; JBoss Solution Architect
&lt;br&gt;&amp;gt; RedHat Service Center, P.R.China
&lt;br&gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25719999&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seanwu@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Mobile: 13911868610
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25719999&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25719999&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-and-SSO-tp25692711p25719999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25760426</id>
	<title>Re: Seam and SSO</title>
	<published>2009-10-01T07:09:02Z</published>
	<updated>2009-10-01T07:09:02Z</updated>
	<author>
		<name>Raphael Duarte Paiva</name>
	</author>
	<content type="html">I wrote my own solution to SSO integration with seam and Jboss AS.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Its a pretty Simple LoginModule for Jboss AS, who calls a session bean that query the user from the database and store its principal into the container itself.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Then I wrote a seam component that is called every time a user enters a module (a service of the major project). It just retrieve the principal from the container (using jacc) and authenticate it in seam (populating the Identity component).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If you need more details, feel free to contact me.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 24, 2009 at 22:14, xin wu &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25760426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alartin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hi all,&lt;br&gt;&lt;br&gt;I think the SSO is a big issue when we suggest clients to adopt Seam. I try the CAS SSO and rewrite Authenticator and Pages classes&lt;br&gt;
according to CAS wiki but it does not work properly. Even I can use SSO in two Seam applications, the seam application does not work same as&lt;br&gt;
before. The reason seems that Seam can not handle navigation(pages.xml/x.page.xml) correctly any more. For example, when I login a simple CRUD Seam application and create a new entity, after I click save button, the entity is created successfully but I am not navigated to the Entity.xhtml and stayed at the same edit page. When I click list page, and click View/Edit link of the entity, the entity&amp;#39;s information is not shown at the corresponding fields. They are all empty.&lt;br&gt;

In fact, the CAS SSO adds some filters in web.xml. Does them affect Seam&amp;#39;s navigation? After I remove CAS SSO configuration, all works fine.&lt;br&gt;SSO is a common requirement of many clients. Can somebody help to figure out what happened? Thanks.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;
&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;&lt;br&gt;Sean Wu&lt;br&gt;JBoss Solution Architect&lt;br&gt;RedHat Service Center, P.R.China&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25760426&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seanwu@...&lt;/a&gt;&lt;br&gt;Mobile: 13911868610&lt;br&gt;

&lt;/font&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25760426&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Abraços&lt;br&gt;Raphael Duarte Paiva&lt;br&gt;Graduando em Ciência da Computação&lt;br&gt;&lt;br&gt;&amp;quot;For millions of years, mankind lived just like the animals. Then something happened which unleashed the power of our imagination. We learned to talk [...]&amp;quot; - Stephen Hawking, 1993&lt;br&gt;

&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25760426&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-and-SSO-tp25692711p25760426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25692711</id>
	<title>Seam and SSO</title>
	<published>2009-09-24T18:14:14Z</published>
	<updated>2009-09-24T18:14:14Z</updated>
	<author>
		<name>alartin</name>
	</author>
	<content type="html">Hi all,&lt;br&gt;&lt;br&gt;I think the SSO is a big issue when we suggest clients to adopt Seam. I try the CAS SSO and rewrite Authenticator and Pages classes&lt;br&gt;according to CAS wiki but it does not work properly. Even I can use SSO in two Seam applications, the seam application does not work same as&lt;br&gt;
before. The reason seems that Seam can not handle navigation(pages.xml/x.page.xml) correctly any more. For example, when I login a simple CRUD Seam application and create a new entity, after I click save button, the entity is created successfully but I am not navigated to the Entity.xhtml and stayed at the same edit page. When I click list page, and click View/Edit link of the entity, the entity&amp;#39;s information is not shown at the corresponding fields. They are all empty.&lt;br&gt;
In fact, the CAS SSO adds some filters in web.xml. Does them affect Seam&amp;#39;s navigation? After I remove CAS SSO configuration, all works fine.&lt;br&gt;SSO is a common requirement of many clients. Can somebody help to figure out what happened? Thanks.&lt;br&gt;
&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;&lt;br&gt;Sean Wu&lt;br&gt;JBoss Solution Architect&lt;br&gt;RedHat Service Center, P.R.China&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25692711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seanwu@...&lt;/a&gt;&lt;br&gt;Mobile: 13911868610&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25692711&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-and-SSO-tp25692711p25692711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25537860</id>
	<title>Re: About Seam 2.2.0 and Drools 5</title>
	<published>2009-09-15T20:47:46Z</published>
	<updated>2009-09-15T20:47:46Z</updated>
	<author>
		<name>tsurdilo</name>
	</author>
	<content type="html">Ingo Jobling wrote:
&lt;br&gt;&amp;gt; Ha ha it just depends on the many meanings of support you take, which means 
&lt;br&gt;&amp;gt; so many wasted hours and maybe even failed projects ;-)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Why so negative ? :)
&lt;br&gt;What exactly are you looking for which does not work for you?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Pete Muir&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;quot;Diego de Oliveira Martins&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dioliver1988@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Tuesday, September 01, 2009 10:32 AM
&lt;br&gt;&amp;gt; Subject: Re: [seam-dev] About Seam 2.2.0 and Drools 5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Diego,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Seam 2.2 allows you to use Drools 5. With Seam 3, we will introduce
&lt;br&gt;&amp;gt; additional features that are new in Drools 5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So basically, it just depends on which of the many meanings of support
&lt;br&gt;&amp;gt; you take ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 26 Aug 2009, at 21:29, Diego de Oliveira Martins wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I got a doubt about the support to Drools 5 announced on Seam 2.2.0
&lt;br&gt;&amp;gt;&amp;gt; release notes (and posts on blogs all over the internet, like the In
&lt;br&gt;&amp;gt;&amp;gt; Relation To...).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It says:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;We've also moved our Drools support from Drools 4 to Drools 5&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Maybe I'm misunderstanding exactly what Seam team intended to say,
&lt;br&gt;&amp;gt;&amp;gt; but I got confused.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In SVN, there's another branch, called Seam_2_2_Drools5, and there's
&lt;br&gt;&amp;gt;&amp;gt; a lot of commits trying to integrate Seam and the Drools 5 API. On
&lt;br&gt;&amp;gt;&amp;gt; the otherhand, the branch Seam_2_2 really doesn't seems to support
&lt;br&gt;&amp;gt;&amp;gt; this API (KnowledgeBase and other new stuff).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It looks like I still have to use the old drools 4 api to make Seam
&lt;br&gt;&amp;gt;&amp;gt; 2.2.0 work with Drools.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Am I wrong?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Diego
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Diego Martins
&lt;br&gt;&amp;gt;&amp;gt; Graduando do Departamento de Ciência da Computação
&lt;br&gt;&amp;gt;&amp;gt; Universidade Federal do Rio de Janeiro
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Internal Virus Database is out of date.
&lt;br&gt;&amp;gt; Checked by AVG - www.avg.com
&lt;br&gt;&amp;gt; Version: 8.5.392 / Virus Database: 270.13.35/2270 - Release Date: 07/29/09 
&lt;br&gt;&amp;gt; 06:12:00
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537860&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-Seam-2.2.0-and-Drools-5-tp25219045p25537860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25463338</id>
	<title>Re: About Seam 2.2.0 and Drools 5</title>
	<published>2009-09-14T21:14:00Z</published>
	<updated>2009-09-14T21:14:00Z</updated>
	<author>
		<name>Ingo Jobling</name>
	</author>
	<content type="html">Ha ha it just depends on the many meanings of support you take, which means 
&lt;br&gt;so many wasted hours and maybe even failed projects ;-)
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Pete Muir&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;Diego de Oliveira Martins&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463338&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dioliver1988@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463338&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, September 01, 2009 10:32 AM
&lt;br&gt;Subject: Re: [seam-dev] About Seam 2.2.0 and Drools 5
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Diego,
&lt;br&gt;&lt;br&gt;Seam 2.2 allows you to use Drools 5. With Seam 3, we will introduce
&lt;br&gt;additional features that are new in Drools 5.
&lt;br&gt;&lt;br&gt;So basically, it just depends on which of the many meanings of support
&lt;br&gt;you take ;-)
&lt;br&gt;&lt;br&gt;On 26 Aug 2009, at 21:29, Diego de Oliveira Martins wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I got a doubt about the support to Drools 5 announced on Seam 2.2.0
&lt;br&gt;&amp;gt; release notes (and posts on blogs all over the internet, like the In
&lt;br&gt;&amp;gt; Relation To...).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It says:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;We've also moved our Drools support from Drools 4 to Drools 5&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe I'm misunderstanding exactly what Seam team intended to say,
&lt;br&gt;&amp;gt; but I got confused.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In SVN, there's another branch, called Seam_2_2_Drools5, and there's
&lt;br&gt;&amp;gt; a lot of commits trying to integrate Seam and the Drools 5 API. On
&lt;br&gt;&amp;gt; the otherhand, the branch Seam_2_2 really doesn't seems to support
&lt;br&gt;&amp;gt; this API (KnowledgeBase and other new stuff).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It looks like I still have to use the old drools 4 api to make Seam
&lt;br&gt;&amp;gt; 2.2.0 work with Drools.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Am I wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Diego
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Diego Martins
&lt;br&gt;&amp;gt; Graduando do Departamento de Ciência da Computação
&lt;br&gt;&amp;gt; Universidade Federal do Rio de Janeiro
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463338&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463338&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Internal Virus Database is out of date.
&lt;br&gt;Checked by AVG - www.avg.com
&lt;br&gt;Version: 8.5.392 / Virus Database: 270.13.35/2270 - Release Date: 07/29/09 
&lt;br&gt;06:12:00
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463338&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-Seam-2.2.0-and-Drools-5-tp25219045p25463338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25440569</id>
	<title>Expansion of a previous benchmark</title>
	<published>2009-09-14T11:00:56Z</published>
	<updated>2009-09-14T11:00:56Z</updated>
	<author>
		<name>Emmanuel Bernard</name>
	</author>
	<content type="html">&lt;a href=&quot;http://ptrthomas.wordpress.com/2009/09/14/perfbench-update-tapestry-5-and-grails/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ptrthomas.wordpress.com/2009/09/14/perfbench-update-tapestry-5-and-grails/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25440569&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expansion-of-a-previous-benchmark-tp25440569p25440569.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25268602</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-09-02T18:48:56Z</published>
	<updated>2009-09-02T18:48:56Z</updated>
	<author>
		<name>Stuart Douglas</name>
	</author>
	<content type="html">&lt;br&gt;I have attached a new patch to the issue that contains some integration
&lt;br&gt;tests and prevents the propagation of the seam managed persistence
&lt;br&gt;context into the new transaction.
&lt;br&gt;&lt;br&gt;Stuart
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, 2009-09-03 at 06:55 +1000, Stuart Douglas wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It is pluggable, you create a component that extends
&lt;br&gt;&amp;gt; SeamTransactionManager and install it over the top of the default
&lt;br&gt;&amp;gt; implementation, or if the TransactionManager is in jndi but in a
&lt;br&gt;&amp;gt; different location then that can be configured through components.xml
&lt;br&gt;&amp;gt; as well.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not going to write app server specific components and
&lt;br&gt;&amp;gt; documentation until after I have got the rest of the patch complete.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Pete Muir [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Thu 3/09/2009 12:58 AM
&lt;br&gt;&amp;gt; To: Denis Forveille
&lt;br&gt;&amp;gt; Cc: Stuart Douglas; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [seam-dev] Implementing REQUIRES_NEW for seam transaction
&lt;br&gt;&amp;gt; management
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 2 Sep 2009, at 09:44, Denis Forveille wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Stuart,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I don't agree with the proposed patch as it assume that the
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;TransactionManager&amp;quot; is exposed and accessible to the applications
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; &amp;gt; is bound in JNDI &amp;nbsp;(you assume &amp;quot;java:/TransactionManager&amp;quot; as the
&lt;br&gt;&amp;gt; &amp;gt; default name)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; As said before, this is not part of the J2EE contract for the AS to
&lt;br&gt;&amp;gt; &amp;gt; expose their TransactionManager and some do not, like WebSphere.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is correct, and has not been fixed in Java EE.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you really need a portable way to get the TM, you would need to 
&lt;br&gt;&amp;gt; make this a pluggable service provider.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; To my knowledge, there is no &amp;quot;standard&amp;quot; way to get this object in
&lt;br&gt;&amp;gt; J2EE
&lt;br&gt;&amp;gt; &amp;gt; and every AS may have their way, some may not exposes it at all.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If you want to know what WebSphere officially exposes to users
&lt;br&gt;&amp;gt; &amp;gt; concerning transactions management, , you should read this article
&lt;br&gt;&amp;gt; in
&lt;br&gt;&amp;gt; &amp;gt; the WebSphere information center :
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; One &amp;quot;easy&amp;quot; solution could be to declare that this functionality is
&lt;br&gt;&amp;gt; &amp;gt; only available to AS that expose their TransactionManager via JNDI,
&lt;br&gt;&amp;gt; &amp;gt; but thsi is not very elegant for a framework like Seam to do that
&lt;br&gt;&amp;gt; &amp;gt; IMHO.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Denis
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 2009/9/2 Stuart Douglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I have attached the first version of the REQUIRES_NEW patch to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; JBSEAM-4391.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; It seems to work ok, however I have not yet created the tests for
&lt;br&gt;&amp;gt; it,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; and at the moment I have only supplied a simple transaction
&lt;br&gt;&amp;gt; manager 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; that
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; looks up the JTA TransactionManager from JNDI.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I do however have a few questions about the best way to handle
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; persistence context propagation. The SMPC does not properly support
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; REQUIRES_NEW on EJB's (you should use @PersistenceContext
&lt;br&gt;&amp;gt; instead), 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; it also will not properly support REQUIRES_NEW on seam components.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; This is a much bigger problem for seam components, as there is not
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; direct equivalent of @PersistenceContext. I have a few solutions in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; mind:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 1) When suspending the transaction pull all persistence contexts 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; out of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; all scopes and store them in a map, when the original transaction
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; resumes put them back (there is more to it that this, like do we 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; flush
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the PC's that are created in the new transaction).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 2) Place some kind of warning in the log whenever a user accesses a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; persistence context that they shouldn't. This would probably
&lt;br&gt;&amp;gt; require
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; hacking up the ManagedPersistenceContext class, and would not
&lt;br&gt;&amp;gt; really
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; help the use get hold of an EntityManager they are allowed to use.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 3) Do nothing, but document this in the manual. The user would
&lt;br&gt;&amp;gt; have 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; create their own entity managers by getting hold of an
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; EntityManagerFactory.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Comments?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Mon, 2009-08-31 at 14:36 -0400, Dan Allen wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I would like to implement REQUIRES_NEW as a transaction
&lt;br&gt;&amp;gt; type
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Transactional annotation. My basic plan is:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Create a TransactionManager component that can be 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; installed
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; into
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; components.xml, and give the option to configure the JNDI
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the JTA TransactionManager.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - modify the Work.workInTransaction method to check if the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; existing
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transaction need to be suspended, as if so use the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TransactionManager
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; component to suspend and resume the transaction.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I can't help thinking that there is some problem with this
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; approach,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; otherwise someone else would have already done it.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Try it, create some tests and if it works, prove it.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I also know that TransactionManager is not supposed to be 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; used
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application, does anyone know if this will cause problems?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Spring has been doing this for a long time. It's of course app 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; server
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; dependent, but the general feeling is that using it is so common
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; consider it a public API.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I would also like to implement the ability to control seam
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transactions based on a flag in pages.xml, so they can be
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; disabled for
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; specific views. Would anyone have any objections to this?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I've always been in favor of this idea.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25268602&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25268602.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25265680</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-09-02T13:55:55Z</published>
	<updated>2009-09-02T13:55:55Z</updated>
	<author>
		<name>Stuart Douglas</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 3.2//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META NAME=&quot;Generator&quot; CONTENT=&quot;MS Exchange Server version 6.5.7638.1&quot;&gt;
&lt;TITLE&gt;RE: [seam-dev] Implementing REQUIRES_NEW for seam transaction management&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;!-- Converted from text/plain format --&gt;
&lt;BR&gt;

&lt;P&gt;&lt;FONT SIZE=2&gt;It is pluggable, you create a component that extends SeamTransactionManager and install it over the top of the default implementation, or if the TransactionManager is in jndi but in a different location then that can be configured through components.xml as well.&lt;BR&gt;
&lt;BR&gt;
I'm not going to write app server specific components and documentation until after I have got the rest of the patch complete.&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
Stuart&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
-----Original Message-----&lt;BR&gt;
From: Pete Muir [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;]&lt;BR&gt;
Sent: Thu 3/09/2009 12:58 AM&lt;BR&gt;
To: Denis Forveille&lt;BR&gt;
Cc: Stuart Douglas; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;BR&gt;
Subject: Re: [seam-dev] Implementing REQUIRES_NEW for seam transaction management&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
On 2 Sep 2009, at 09:44, Denis Forveille wrote:&lt;BR&gt;
&lt;BR&gt;
&amp;gt; Stuart,&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; I don't agree with the proposed patch as it assume that the&lt;BR&gt;
&amp;gt; &amp;quot;TransactionManager&amp;quot; is exposed and accessible to the applications and&lt;BR&gt;
&amp;gt; is bound in JNDI&amp;nbsp; (you assume &amp;quot;java:/TransactionManager&amp;quot; as the&lt;BR&gt;
&amp;gt; default name)&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; As said before, this is not part of the J2EE contract for the AS to&lt;BR&gt;
&amp;gt; expose their TransactionManager and some do not, like WebSphere.&lt;BR&gt;
&lt;BR&gt;
This is correct, and has not been fixed in Java EE.&lt;BR&gt;
&lt;BR&gt;
If you really need a portable way to get the TM, you would need to&amp;nbsp;&lt;BR&gt;
make this a pluggable service provider.&lt;BR&gt;
&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; To my knowledge, there is no &amp;quot;standard&amp;quot; way to get this object in J2EE&lt;BR&gt;
&amp;gt; and every AS may have their way, some may not exposes it at all.&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; If you want to know what WebSphere officially exposes to users&lt;BR&gt;
&amp;gt; concerning transactions management, , you should read this article in&lt;BR&gt;
&amp;gt; the WebSphere information center :&lt;BR&gt;
&amp;gt; &lt;A HREF=&quot;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&lt;/A&gt;&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; One &amp;quot;easy&amp;quot; solution could be to declare that this functionality is&lt;BR&gt;
&amp;gt; only available to AS that expose their TransactionManager via JNDI,&lt;BR&gt;
&amp;gt; but thsi is not very elegant for a framework like Seam to do that&lt;BR&gt;
&amp;gt; IMHO.&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; Denis&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; 2009/9/2 Stuart Douglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;:&lt;BR&gt;
&amp;gt;&amp;gt; I have attached the first version of the REQUIRES_NEW patch to&lt;BR&gt;
&amp;gt;&amp;gt; JBSEAM-4391.&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; It seems to work ok, however I have not yet created the tests for it,&lt;BR&gt;
&amp;gt;&amp;gt; and at the moment I have only supplied a simple transaction manager&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt; that&lt;BR&gt;
&amp;gt;&amp;gt; looks up the JTA TransactionManager from JNDI.&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; I do however have a few questions about the best way to handle&lt;BR&gt;
&amp;gt;&amp;gt; persistence context propagation. The SMPC does not properly support&lt;BR&gt;
&amp;gt;&amp;gt; REQUIRES_NEW on EJB's (you should use @PersistenceContext instead),&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt; and&lt;BR&gt;
&amp;gt;&amp;gt; it also will not properly support REQUIRES_NEW on seam components.&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; This is a much bigger problem for seam components, as there is not&lt;BR&gt;
&amp;gt;&amp;gt; direct equivalent of @PersistenceContext. I have a few solutions in&lt;BR&gt;
&amp;gt;&amp;gt; mind:&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; 1) When suspending the transaction pull all persistence contexts&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt; out of&lt;BR&gt;
&amp;gt;&amp;gt; all scopes and store them in a map, when the original transaction&lt;BR&gt;
&amp;gt;&amp;gt; resumes put them back (there is more to it that this, like do we&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt; flush&lt;BR&gt;
&amp;gt;&amp;gt; the PC's that are created in the new transaction).&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; 2) Place some kind of warning in the log whenever a user accesses a&lt;BR&gt;
&amp;gt;&amp;gt; persistence context that they shouldn't. This would probably require&lt;BR&gt;
&amp;gt;&amp;gt; hacking up the ManagedPersistenceContext class, and would not really&lt;BR&gt;
&amp;gt;&amp;gt; help the use get hold of an EntityManager they are allowed to use.&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; 3) Do nothing, but document this in the manual. The user would have&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt; to&lt;BR&gt;
&amp;gt;&amp;gt; create their own entity managers by getting hold of an&lt;BR&gt;
&amp;gt;&amp;gt; EntityManagerFactory.&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; Comments?&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; Stuart&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt; On Mon, 2009-08-31 at 14:36 -0400, Dan Allen wrote:&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to implement REQUIRES_NEW as a transaction type&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Transactional annotation. My basic plan is:&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Create a TransactionManager component that can be&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; installed&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; components.xml, and give the option to configure the JNDI&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; location of&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the JTA TransactionManager.&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - modify the Work.workInTransaction method to check if the&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; existing&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transaction need to be suspended, as if so use the&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransactionManager&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; component to suspend and resume the transaction.&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I can't help thinking that there is some problem with this&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; approach,&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; otherwise someone else would have already done it.&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; Try it, create some tests and if it works, prove it.&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I also know that TransactionManager is not supposed to be&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; used&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by the&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application, does anyone know if this will cause problems?&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; Spring has been doing this for a long time. It's of course app&amp;nbsp;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; server&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; dependent, but the general feeling is that using it is so common to&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; consider it a public API.&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would also like to implement the ability to control seam&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; global&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transactions based on a flag in pages.xml, so they can be&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; disabled for&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; specific views. Would anyone have any objections to this?&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; I've always been in favor of this idea.&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; -Dan&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; --&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; Dan Allen&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; Registered Linux User #231597&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;A HREF=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/A&gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;A HREF=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/A&gt;&lt;BR&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;A HREF=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/A&gt;&lt;BR&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;BR&gt;
&amp;gt;&amp;gt; seam-dev mailing list&lt;BR&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;BR&gt;
&amp;gt;&amp;gt; &lt;A HREF=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/A&gt;&lt;BR&gt;
&amp;gt;&amp;gt;&lt;BR&gt;
&amp;gt;&lt;BR&gt;
&amp;gt; _______________________________________________&lt;BR&gt;
&amp;gt; seam-dev mailing list&lt;BR&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;BR&gt;
&amp;gt; &lt;A HREF=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/A&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;/FONT&gt;
&lt;/P&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25265680&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25265680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25259288</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-09-02T07:58:46Z</published>
	<updated>2009-09-02T07:58:46Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">&lt;br&gt;On 2 Sep 2009, at 09:44, Denis Forveille wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Stuart,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't agree with the proposed patch as it assume that the
&lt;br&gt;&amp;gt; &amp;quot;TransactionManager&amp;quot; is exposed and accessible to the applications and
&lt;br&gt;&amp;gt; is bound in JNDI &amp;nbsp;(you assume &amp;quot;java:/TransactionManager&amp;quot; as the
&lt;br&gt;&amp;gt; default name)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As said before, this is not part of the J2EE contract for the AS to
&lt;br&gt;&amp;gt; expose their TransactionManager and some do not, like WebSphere.
&lt;br&gt;&lt;br&gt;This is correct, and has not been fixed in Java EE.
&lt;br&gt;&lt;br&gt;If you really need a portable way to get the TM, you would need to &amp;nbsp;
&lt;br&gt;make this a pluggable service provider.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To my knowledge, there is no &amp;quot;standard&amp;quot; way to get this object in J2EE
&lt;br&gt;&amp;gt; and every AS may have their way, some may not exposes it at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you want to know what WebSphere officially exposes to users
&lt;br&gt;&amp;gt; concerning transactions management, , you should read this article in
&lt;br&gt;&amp;gt; the WebSphere information center :
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One &amp;quot;easy&amp;quot; solution could be to declare that this functionality is
&lt;br&gt;&amp;gt; only available to AS that expose their TransactionManager via JNDI,
&lt;br&gt;&amp;gt; but thsi is not very elegant for a framework like Seam to do that
&lt;br&gt;&amp;gt; IMHO.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Denis
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/9/2 Stuart Douglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; I have attached the first version of the REQUIRES_NEW patch to
&lt;br&gt;&amp;gt;&amp;gt; JBSEAM-4391.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It seems to work ok, however I have not yet created the tests for it,
&lt;br&gt;&amp;gt;&amp;gt; and at the moment I have only supplied a simple transaction manager &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; that
&lt;br&gt;&amp;gt;&amp;gt; looks up the JTA TransactionManager from JNDI.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I do however have a few questions about the best way to handle
&lt;br&gt;&amp;gt;&amp;gt; persistence context propagation. The SMPC does not properly support
&lt;br&gt;&amp;gt;&amp;gt; REQUIRES_NEW on EJB's (you should use @PersistenceContext instead), &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and
&lt;br&gt;&amp;gt;&amp;gt; it also will not properly support REQUIRES_NEW on seam components.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This is a much bigger problem for seam components, as there is not
&lt;br&gt;&amp;gt;&amp;gt; direct equivalent of @PersistenceContext. I have a few solutions in
&lt;br&gt;&amp;gt;&amp;gt; mind:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1) When suspending the transaction pull all persistence contexts &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; out of
&lt;br&gt;&amp;gt;&amp;gt; all scopes and store them in a map, when the original transaction
&lt;br&gt;&amp;gt;&amp;gt; resumes put them back (there is more to it that this, like do we &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; flush
&lt;br&gt;&amp;gt;&amp;gt; the PC's that are created in the new transaction).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2) Place some kind of warning in the log whenever a user accesses a
&lt;br&gt;&amp;gt;&amp;gt; persistence context that they shouldn't. This would probably require
&lt;br&gt;&amp;gt;&amp;gt; hacking up the ManagedPersistenceContext class, and would not really
&lt;br&gt;&amp;gt;&amp;gt; help the use get hold of an EntityManager they are allowed to use.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 3) Do nothing, but document this in the manual. The user would have &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; create their own entity managers by getting hold of an
&lt;br&gt;&amp;gt;&amp;gt; EntityManagerFactory.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Comments?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, 2009-08-31 at 14:36 -0400, Dan Allen wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259288&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I would like to implement REQUIRES_NEW as a transaction type
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Transactional annotation. My basic plan is:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Create a TransactionManager component that can be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; installed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; into
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; components.xml, and give the option to configure the JNDI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the JTA TransactionManager.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - modify the Work.workInTransaction method to check if the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; existing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transaction need to be suspended, as if so use the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TransactionManager
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; component to suspend and resume the transaction.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I can't help thinking that there is some problem with this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; approach,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; otherwise someone else would have already done it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Try it, create some tests and if it works, prove it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I also know that TransactionManager is not supposed to be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; used
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application, does anyone know if this will cause problems?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Spring has been doing this for a long time. It's of course app &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; server
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; dependent, but the general feeling is that using it is so common to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; consider it a public API.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I would also like to implement the ability to control seam
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transactions based on a flag in pages.xml, so they can be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; disabled for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; specific views. Would anyone have any objections to this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've always been in favor of this idea.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259288&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259288&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259288&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25259288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25259017</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-09-02T07:44:34Z</published>
	<updated>2009-09-02T07:44:34Z</updated>
	<author>
		<name>Denis Forveille</name>
	</author>
	<content type="html">Stuart,
&lt;br&gt;&lt;br&gt;I don't agree with the proposed patch as it assume that the
&lt;br&gt;&amp;quot;TransactionManager&amp;quot; is exposed and accessible to the applications and
&lt;br&gt;is bound in JNDI &amp;nbsp;(you assume &amp;quot;java:/TransactionManager&amp;quot; as the
&lt;br&gt;default name)
&lt;br&gt;&lt;br&gt;As said before, this is not part of the J2EE contract for the AS to
&lt;br&gt;expose their TransactionManager and some do not, like WebSphere.
&lt;br&gt;&lt;br&gt;To my knowledge, there is no &amp;quot;standard&amp;quot; way to get this object in J2EE
&lt;br&gt;and every AS may have their way, some may not exposes it at all.
&lt;br&gt;&lt;br&gt;If you want to know what WebSphere officially exposes to users
&lt;br&gt;concerning transactions management, , you should read this article in
&lt;br&gt;the WebSphere information center :
&lt;br&gt;&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.doc/info/exp/ae/cjta_extjta.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;One &amp;quot;easy&amp;quot; solution could be to declare that this functionality is
&lt;br&gt;only available to AS that expose their TransactionManager via JNDI,
&lt;br&gt;but thsi is not very elegant for a framework like Seam to do that
&lt;br&gt;IMHO.
&lt;br&gt;&lt;br&gt;Denis
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/9/2 Stuart Douglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259017&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have attached the first version of the REQUIRES_NEW patch to
&lt;br&gt;&amp;gt; JBSEAM-4391.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems to work ok, however I have not yet created the tests for it,
&lt;br&gt;&amp;gt; and at the moment I have only supplied a simple transaction manager that
&lt;br&gt;&amp;gt; looks up the JTA TransactionManager from JNDI.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I do however have a few questions about the best way to handle
&lt;br&gt;&amp;gt; persistence context propagation. The SMPC does not properly support
&lt;br&gt;&amp;gt; REQUIRES_NEW on EJB's (you should use @PersistenceContext instead), and
&lt;br&gt;&amp;gt; it also will not properly support REQUIRES_NEW on seam components.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is a much bigger problem for seam components, as there is not
&lt;br&gt;&amp;gt; direct equivalent of @PersistenceContext. I have a few solutions in
&lt;br&gt;&amp;gt; mind:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) When suspending the transaction pull all persistence contexts out of
&lt;br&gt;&amp;gt; all scopes and store them in a map, when the original transaction
&lt;br&gt;&amp;gt; resumes put them back (there is more to it that this, like do we flush
&lt;br&gt;&amp;gt; the PC's that are created in the new transaction).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2) Place some kind of warning in the log whenever a user accesses a
&lt;br&gt;&amp;gt; persistence context that they shouldn't. This would probably require
&lt;br&gt;&amp;gt; hacking up the ManagedPersistenceContext class, and would not really
&lt;br&gt;&amp;gt; help the use get hold of an EntityManager they are allowed to use.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 3) Do nothing, but document this in the manual. The user would have to
&lt;br&gt;&amp;gt; create their own entity managers by getting hold of an
&lt;br&gt;&amp;gt; EntityManagerFactory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Comments?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, 2009-08-31 at 14:36 -0400, Dan Allen wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259017&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;         I would like to implement REQUIRES_NEW as a transaction type
&lt;br&gt;&amp;gt;&amp;gt;         for the
&lt;br&gt;&amp;gt;&amp;gt;         @Transactional annotation. My basic plan is:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         - Create a TransactionManager component that can be installed
&lt;br&gt;&amp;gt;&amp;gt;         into
&lt;br&gt;&amp;gt;&amp;gt;         components.xml, and give the option to configure the JNDI
&lt;br&gt;&amp;gt;&amp;gt;         location of
&lt;br&gt;&amp;gt;&amp;gt;         the JTA TransactionManager.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         - modify the Work.workInTransaction method to check if the
&lt;br&gt;&amp;gt;&amp;gt;         existing
&lt;br&gt;&amp;gt;&amp;gt;         transaction need to be suspended, as if so use the
&lt;br&gt;&amp;gt;&amp;gt;         TransactionManager
&lt;br&gt;&amp;gt;&amp;gt;         component to suspend and resume the transaction.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         I can't help thinking that there is some problem with this
&lt;br&gt;&amp;gt;&amp;gt;         approach,
&lt;br&gt;&amp;gt;&amp;gt;         otherwise someone else would have already done it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Try it, create some tests and if it works, prove it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         I also know that TransactionManager is not supposed to be used
&lt;br&gt;&amp;gt;&amp;gt;         by the
&lt;br&gt;&amp;gt;&amp;gt;         application, does anyone know if this will cause problems?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Spring has been doing this for a long time. It's of course app server
&lt;br&gt;&amp;gt;&amp;gt; dependent, but the general feeling is that using it is so common to
&lt;br&gt;&amp;gt;&amp;gt; consider it a public API.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         I would also like to implement the ability to control seam
&lt;br&gt;&amp;gt;&amp;gt;         global
&lt;br&gt;&amp;gt;&amp;gt;         transactions based on a flag in pages.xml, so they can be
&lt;br&gt;&amp;gt;&amp;gt;         disabled for
&lt;br&gt;&amp;gt;&amp;gt;         specific views. Would anyone have any objections to this?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've always been in favor of this idea.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259017&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25259017&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25259017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25256102</id>
	<title>Re: Maven Seam version within a Seam distribution</title>
	<published>2009-09-02T04:58:31Z</published>
	<updated>2009-09-02T04:58:31Z</updated>
	<author>
		<name>Max Rydahl Andersen-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;mid:1251873647.4047.8.camel@lenovo-rh&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;We need somehow to distinguish enterprise editions from community
releases, if you have any idea or suggestion how to number it, please
don't hesitate to share with me ;-)
  &lt;/pre&gt;
&lt;/blockquote&gt;
for now use the same version - 2.2.0.EAP5&lt;br&gt;
&lt;br&gt;
/max&lt;br&gt;
&lt;blockquote cite=&quot;mid:1251873647.4047.8.camel@lenovo-rh&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;
Snjezana Peco p&amp;iacute;&amp;#353;e v &amp;Uacute;t 01. 09. 2009 v 20:23 +0200:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Pete Muir wrote:
    &lt;/pre&gt;
    &lt;blockquote type=&quot;cite&quot;&gt;
      &lt;pre wrap=&quot;&quot;&gt;On 29 Aug 2009, at 13:08, Snjezana Peco wrote:

      &lt;/pre&gt;
      &lt;blockquote type=&quot;cite&quot;&gt;
        &lt;pre wrap=&quot;&quot;&gt;Does that mean that the mavenized Seam Web Project wizard wouldn't work
with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version?
Currently, if the user chooses Seam facet 2.2, the JBoss Maven
Integration facet offers the 2.2.0.GA version that the user can change.

Snjeza

Max Rydahl Andersen wrote:
        &lt;/pre&gt;
        &lt;blockquote type=&quot;cite&quot;&gt;
          &lt;pre wrap=&quot;&quot;&gt;Looking in the manifest is the correct place to look afaik.

As long as there are no Maven repo for our products we can only make
the maven integration work with .org versions.

/max

Snjezana Peco wrote:
          &lt;/pre&gt;
          &lt;blockquote type=&quot;cite&quot;&gt;
            &lt;pre wrap=&quot;&quot;&gt;I have tried to find Maven versions of Seam and required libraries in
order to fix &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
I have succeeded to find versions of the required libraries in
&amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded  to find the
version of Seam (root.pom.xml contains @seam.version@).
            &lt;/pre&gt;
          &lt;/blockquote&gt;
        &lt;/blockquote&gt;
      &lt;/blockquote&gt;
      &lt;pre wrap=&quot;&quot;&gt;These are replaced at build time with the current version of Seam.

      &lt;/pre&gt;
      &lt;blockquote type=&quot;cite&quot;&gt;
        &lt;blockquote type=&quot;cite&quot;&gt;
          &lt;blockquote type=&quot;cite&quot;&gt;
            &lt;pre wrap=&quot;&quot;&gt;I have also
tried to find the version of Seam within the jboss-seam.jar file. For
EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
isn't any Maven version.
Is it possible to find the Maven version of Seam within any Seam
distribution?
            &lt;/pre&gt;
          &lt;/blockquote&gt;
        &lt;/blockquote&gt;
      &lt;/blockquote&gt;
      &lt;pre wrap=&quot;&quot;&gt;Look in build/default.build.properties
      &lt;/pre&gt;
    &lt;/blockquote&gt;
    &lt;pre wrap=&quot;&quot;&gt;
Within the EAP 5.0 distribution, this file contains 2.2.0.EAP5 which is 
not a Maven version.

Snjeza
_______________________________________________
seam-dev mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25256102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;
    &lt;/pre&gt;
    &lt;pre wrap=&quot;&quot;&gt;
&lt;hr class=&quot;__postbox_mime_separator&quot; size=&quot;4&quot; width=&quot;90%&quot;&gt;
_______________________________________________
seam-dev mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25256102&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;
    &lt;/pre&gt;
  &lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25256102&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25256102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25252423</id>
	<title>Re: Maven Seam version within a Seam distribution</title>
	<published>2009-09-01T23:40:47Z</published>
	<updated>2009-09-01T23:40:47Z</updated>
	<author>
		<name>Marek Novotny</name>
	</author>
	<content type="html">We need somehow to distinguish enterprise editions from community
&lt;br&gt;releases, if you have any idea or suggestion how to number it, please
&lt;br&gt;don't hesitate to share with me ;-)
&lt;br&gt;&lt;br&gt;Snjezana Peco píše v Út 01. 09. 2009 v 20:23 +0200:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pete Muir wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 29 Aug 2009, at 13:08, Snjezana Peco wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Does that mean that the mavenized Seam Web Project wizard wouldn't work
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Currently, if the user chooses Seam facet 2.2, the JBoss Maven
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Integration facet offers the 2.2.0.GA version that the user can change.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Max Rydahl Andersen wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Looking in the manifest is the correct place to look afaik.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; As long as there are no Maven repo for our products we can only make
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; the maven integration work with .org versions.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; /max
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Snjezana Peco wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; I have tried to find Maven versions of Seam and required libraries in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; order to fix &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; I have succeeded to find versions of the required libraries in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded &amp;nbsp;to find the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; version of Seam (root.pom.xml contains @seam.version@).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; These are replaced at build time with the current version of Seam.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; I have also
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; tried to find the version of Seam within the jboss-seam.jar file. For
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; isn't any Maven version.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Is it possible to find the Maven version of Seam within any Seam
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; distribution?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Look in build/default.build.properties
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Within the EAP 5.0 distribution, this file contains 2.2.0.EAP5 which is 
&lt;br&gt;&amp;gt; not a Maven version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25252423&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;-- 
&lt;/div&gt;Marek Novotny
&lt;br&gt;--
&lt;br&gt;JBoss Seam Product Lead
&lt;br&gt;&lt;br&gt;Red Hat Czech s.r.o.
&lt;br&gt;Purkynova 99
&lt;br&gt;612 45 Brno
&lt;br&gt;&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25252423&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mnovotny@...&lt;/a&gt;
&lt;br&gt;Office phone: +420 532 294 287, ext. 82-62 087
&lt;br&gt;mobile: +420 608 509 230
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;Looking to carve out IT costs?
&lt;br&gt;www.europe.redhat.com/promo/carveoutcosts/
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25252423&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25252423/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25252423.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25256782</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-09-01T22:59:31Z</published>
	<updated>2009-09-01T22:59:31Z</updated>
	<author>
		<name>Stuart Douglas</name>
	</author>
	<content type="html">I have attached the first version of the REQUIRES_NEW patch to 
&lt;br&gt;JBSEAM-4391.
&lt;br&gt;&lt;br&gt;&lt;br&gt;It seems to work ok, however I have not yet created the tests for it,
&lt;br&gt;and at the moment I have only supplied a simple transaction manager that
&lt;br&gt;looks up the JTA TransactionManager from JNDI. 
&lt;br&gt;&lt;br&gt;I do however have a few questions about the best way to handle
&lt;br&gt;persistence context propagation. The SMPC does not properly support
&lt;br&gt;REQUIRES_NEW on EJB's (you should use @PersistenceContext instead), and
&lt;br&gt;it also will not properly support REQUIRES_NEW on seam components. 
&lt;br&gt;&lt;br&gt;This is a much bigger problem for seam components, as there is not
&lt;br&gt;direct equivalent of @PersistenceContext. I have a few solutions in
&lt;br&gt;mind:
&lt;br&gt;&lt;br&gt;1) When suspending the transaction pull all persistence contexts out of
&lt;br&gt;all scopes and store them in a map, when the original transaction
&lt;br&gt;resumes put them back (there is more to it that this, like do we flush
&lt;br&gt;the PC's that are created in the new transaction). 
&lt;br&gt;&lt;br&gt;2) Place some kind of warning in the log whenever a user accesses a
&lt;br&gt;persistence context that they shouldn't. This would probably require
&lt;br&gt;hacking up the ManagedPersistenceContext class, and would not really
&lt;br&gt;help the use get hold of an EntityManager they are allowed to use. 
&lt;br&gt;&lt;br&gt;3) Do nothing, but document this in the manual. The user would have to
&lt;br&gt;create their own entity managers by getting hold of an
&lt;br&gt;EntityManagerFactory.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comments?
&lt;br&gt;&lt;br&gt;Stuart 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, 2009-08-31 at 14:36 -0400, Dan Allen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25256782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I would like to implement REQUIRES_NEW as a transaction type
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Transactional annotation. My basic plan is:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Create a TransactionManager component that can be installed
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; into
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; components.xml, and give the option to configure the JNDI
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location of
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the JTA TransactionManager.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - modify the Work.workInTransaction method to check if the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; existing
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transaction need to be suspended, as if so use the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TransactionManager
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; component to suspend and resume the transaction.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I can't help thinking that there is some problem with this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; approach,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; otherwise someone else would have already done it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Try it, create some tests and if it works, prove it.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I also know that TransactionManager is not supposed to be used
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application, does anyone know if this will cause problems?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Spring has been doing this for a long time. It's of course app server
&lt;br&gt;&amp;gt; dependent, but the general feeling is that using it is so common to
&lt;br&gt;&amp;gt; consider it a public API.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I would also like to implement the ability to control seam
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transactions based on a flag in pages.xml, so they can be
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; disabled for
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; specific views. Would anyone have any objections to this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've always been in favor of this idea.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25256782&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25256782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25245428</id>
	<title>Re: Maven Seam version within a Seam distribution</title>
	<published>2009-09-01T11:23:49Z</published>
	<updated>2009-09-01T11:23:49Z</updated>
	<author>
		<name>Snjezana Peco</name>
	</author>
	<content type="html">Pete Muir wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 29 Aug 2009, at 13:08, Snjezana Peco wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does that mean that the mavenized Seam Web Project wizard wouldn't work
&lt;br&gt;&amp;gt;&amp;gt; with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version?
&lt;br&gt;&amp;gt;&amp;gt; Currently, if the user chooses Seam facet 2.2, the JBoss Maven
&lt;br&gt;&amp;gt;&amp;gt; Integration facet offers the 2.2.0.GA version that the user can change.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Max Rydahl Andersen wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Looking in the manifest is the correct place to look afaik.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; As long as there are no Maven repo for our products we can only make
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the maven integration work with .org versions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /max
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Snjezana Peco wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have tried to find Maven versions of Seam and required libraries in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; order to fix &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have succeeded to find versions of the required libraries in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded &amp;nbsp;to find the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; version of Seam (root.pom.xml contains @seam.version@).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; These are replaced at build time with the current version of Seam.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have also
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; tried to find the version of Seam within the jboss-seam.jar file. For
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; isn't any Maven version.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is it possible to find the Maven version of Seam within any Seam
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; distribution?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Look in build/default.build.properties
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Within the EAP 5.0 distribution, this file contains 2.2.0.EAP5 which is 
&lt;br&gt;not a Maven version.
&lt;br&gt;&lt;br&gt;Snjeza
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25245428&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25245428.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25241570</id>
	<title>Re: Please add a link to download the &quot;latest 2.2 unstable nightly build&quot; on the Wiki</title>
	<published>2009-09-01T07:39:33Z</published>
	<updated>2009-09-01T07:39:33Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">Done - thanks!
&lt;br&gt;&lt;br&gt;On 31 Aug 2009, at 07:31, Denis Forveille wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Could someone that has the rights to edit the &amp;quot;Seam Download&amp;quot; page of
&lt;br&gt;&amp;gt; the Wiki , add a link to download the &amp;quot;latest 2.2 unstable nightly
&lt;br&gt;&amp;gt; build&amp;quot;?
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241570&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-add-a-link-to-download-the-%22latest-2.2-unstable-nightly-build%22-on-the-Wiki-tp25231284p25241570.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25241430</id>
	<title>Re: About Seam 2.2.0 and Drools 5</title>
	<published>2009-09-01T07:32:25Z</published>
	<updated>2009-09-01T07:32:25Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">Hi Diego,
&lt;br&gt;&lt;br&gt;Seam 2.2 allows you to use Drools 5. With Seam 3, we will introduce &amp;nbsp;
&lt;br&gt;additional features that are new in Drools 5.
&lt;br&gt;&lt;br&gt;So basically, it just depends on which of the many meanings of support &amp;nbsp;
&lt;br&gt;you take ;-)
&lt;br&gt;&lt;br&gt;On 26 Aug 2009, at 21:29, Diego de Oliveira Martins wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I got a doubt about the support to Drools 5 announced on Seam 2.2.0 &amp;nbsp;
&lt;br&gt;&amp;gt; release notes (and posts on blogs all over the internet, like the In &amp;nbsp;
&lt;br&gt;&amp;gt; Relation To...).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It says:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;We've also moved our Drools support from Drools 4 to Drools 5&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe I'm misunderstanding exactly what Seam team intended to say, &amp;nbsp;
&lt;br&gt;&amp;gt; but I got confused.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In SVN, there's another branch, called Seam_2_2_Drools5, and there's &amp;nbsp;
&lt;br&gt;&amp;gt; a lot of commits trying to integrate Seam and the Drools 5 API. On &amp;nbsp;
&lt;br&gt;&amp;gt; the otherhand, the branch Seam_2_2 really doesn't seems to support &amp;nbsp;
&lt;br&gt;&amp;gt; this API (KnowledgeBase and other new stuff).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It looks like I still have to use the old drools 4 api to make Seam &amp;nbsp;
&lt;br&gt;&amp;gt; 2.2.0 work with Drools.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Am I wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Diego
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Diego Martins
&lt;br&gt;&amp;gt; Graduando do Departamento de Ciência da Computação
&lt;br&gt;&amp;gt; Universidade Federal do Rio de Janeiro
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241430&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-Seam-2.2.0-and-Drools-5-tp25219045p25241430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25241417</id>
	<title>Re: Maven Seam version within a Seam distribution</title>
	<published>2009-09-01T07:30:54Z</published>
	<updated>2009-09-01T07:30:54Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">&lt;br&gt;On 29 Aug 2009, at 13:08, Snjezana Peco wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Does that mean that the mavenized Seam Web Project wizard wouldn't &amp;nbsp;
&lt;br&gt;&amp;gt; work
&lt;br&gt;&amp;gt; with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version?
&lt;br&gt;&amp;gt; Currently, if the user chooses Seam facet 2.2, the JBoss Maven
&lt;br&gt;&amp;gt; Integration facet offers the 2.2.0.GA version that the user can &amp;nbsp;
&lt;br&gt;&amp;gt; change.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Max Rydahl Andersen wrote:
&lt;br&gt;&amp;gt;&amp;gt; Looking in the manifest is the correct place to look afaik.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As long as there are no Maven repo for our products we can only make
&lt;br&gt;&amp;gt;&amp;gt; the maven integration work with .org versions.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /max
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Snjezana Peco wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have tried to find Maven versions of Seam and required libraries &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; order to fix &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have succeeded to find versions of the required libraries in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded &amp;nbsp;to find the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; version of Seam (root.pom.xml contains @seam.version@).
&lt;/div&gt;&lt;br&gt;These are replaced at build time with the current version of Seam.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have also
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; tried to find the version of Seam within the jboss-seam.jar file. &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; isn't any Maven version.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is it possible to find the Maven version of Seam within any Seam
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; distribution?
&lt;br&gt;&lt;br&gt;Look in build/default.build.properties
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25241417&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25241417.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25231317</id>
	<title>Re: Reaching the seam-dev mailing list is a nightmare (Second try)</title>
	<published>2009-08-31T15:18:44Z</published>
	<updated>2009-08-31T15:18:44Z</updated>
	<author>
		<name>Shane Bryzak-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html; charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body text=&quot;#000000&quot; bgcolor=&quot;#ffffff&quot;&gt;
On the latest e-mail that Denis sent the moderate flag was turned on -
I've removed it so all future messages should go through without delay.&lt;br&gt;
&lt;br&gt;
On 01/09/09 04:04, Dan Allen wrote:
&lt;blockquote cite=&quot;mid:19758da0908311104uf3cf657u7fd1657fe5918c95@mail.gmail.com&quot; type=&quot;cite&quot;&gt;Shane, I believe you are one of the moderators. Can you
see if Denis' gmail address is listed properly. I would take care of
this if I had access to the admin interface, but I don't.&lt;br&gt;
  &lt;br&gt;
-Dan&lt;br&gt;
  &lt;br&gt;
  &lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Aug 31, 2009 at 11:33 AM, Denis
Forveille &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231317&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;denis.forveille@...&lt;/a&gt;&amp;gt;&lt;/span&gt;
wrote:&lt;br&gt;
  &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;That
will be cool but when will this be in place?&lt;br&gt;
    &lt;br&gt;
I send a message this morning and it didnt' reach the mailing&lt;br&gt;
list...Just received the usual &quot;Your message is waiting moderator&lt;br&gt;
approval...&quot; so i put you, Pete and Dan, in CC&lt;br&gt;
    &lt;br&gt;
Thx&lt;br&gt;
    &lt;br&gt;
On Wed, Aug 26, 2009 at 8:05 AM, Pete Muir &amp;lt;pmuir at &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://redhat.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;redhat.com&lt;/a&gt;&amp;gt;
wrote:&lt;br&gt;
    &lt;br&gt;
&amp;gt; Yes, assuming that the person who moderates the post checks accept
for both&lt;br&gt;
&amp;gt; this message, and one of &quot;clear this members moderate flag&quot; or
&quot;add this&lt;br&gt;
&amp;gt; sender to the accepts filter&quot;. And, of course, this is all based
on the&lt;br&gt;
&amp;gt; address you use to post.&lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
Excellent.&lt;br&gt;
    &lt;br&gt;
-Dan&lt;br&gt;
  &lt;/blockquote&gt;
  &lt;/div&gt;
  &lt;br&gt;
  &lt;br clear=&quot;all&quot;&gt;
  &lt;br&gt;
-- &lt;br&gt;
Dan Allen&lt;br&gt;
Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;
Registered Linux User #231597&lt;br&gt;
  &lt;br&gt;
  &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
  &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;
  &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;
_______________________________________________
seam-dev mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231317&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231317&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reaching-the-seam-dev-mailing-list-is-a-nightmare-%28Second-try%29-tp25231291p25231317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25231288</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-08-31T11:57:03Z</published>
	<updated>2009-08-31T11:57:03Z</updated>
	<author>
		<name>Denis Forveille</name>
	</author>
	<content type="html">2009/8/31 Dan Allen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dan.j.allen@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231288&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to implement REQUIRES_NEW as a transaction type for the
&lt;br&gt;&amp;gt;&amp;gt; @Transactional annotation. My basic plan is:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - Create a TransactionManager component that can be installed into
&lt;br&gt;&amp;gt;&amp;gt; components.xml, and give the option to configure the JNDI location of
&lt;br&gt;&amp;gt;&amp;gt; the JTA TransactionManager.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - modify the Work.workInTransaction method to check if the existing
&lt;br&gt;&amp;gt;&amp;gt; transaction need to be suspended, as if so use the TransactionManager
&lt;br&gt;&amp;gt;&amp;gt; component to suspend and resume the transaction.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I can't help thinking that there is some problem with this approach,
&lt;br&gt;&amp;gt;&amp;gt; otherwise someone else would have already done it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try it, create some tests and if it works, prove it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I also know that TransactionManager is not supposed to be used by the
&lt;br&gt;&amp;gt;&amp;gt; application, does anyone know if this will cause problems?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Spring has been doing this for a long time. It's of course app server
&lt;br&gt;&amp;gt; dependent, but the general feeling is that using it is so common to consider
&lt;br&gt;&amp;gt; it a public API.
&lt;br&gt;&amp;gt;
&lt;/div&gt;WebSphere v6.x/v7.x does not expose its TransactionManager as it is
&lt;br&gt;not part of the J2EE contract.
&lt;br&gt;For hibernate, have a look at the
&lt;br&gt;org.hibernate.transaction.WebSphereExtendedJTATransactionLookup class
&lt;br&gt;to have an idea how they access it (in a non supported way..)
&lt;br&gt;I don't know how Spring did it, maybe look at
&lt;br&gt;org.springframework.transaction.jta.WebSphereUowTransactionManager
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would also like to implement the ability to control seam global
&lt;br&gt;&amp;gt;&amp;gt; transactions based on a flag in pages.xml, so they can be disabled for
&lt;br&gt;&amp;gt;&amp;gt; specific views. Would anyone have any objections to this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've always been in favor of this idea.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231288&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231288&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25231288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25228345</id>
	<title>Re: seam-gen</title>
	<published>2009-08-31T11:38:39Z</published>
	<updated>2009-08-31T11:38:39Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">This list is not the proper place for this question. Either use the Seam in Action forums:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.manning-sandbox.com/forum.jspa?forumID=354&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.manning-sandbox.com/forum.jspa?forumID=354&lt;/a&gt;&lt;br&gt;
&lt;br&gt;or the Seam Framework community forums:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://seamframework.org/Community/SeamUsers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seamframework.org/Community/SeamUsers&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks for understanding. If we answer one support question here, we will have to answer them all...and it just isn&amp;#39;t the right forum for that.&lt;br&gt;
&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Aug 28, 2009 at 7:34 PM, Info &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228345&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi&lt;br&gt;
&lt;br&gt;
I am using Dan Allens book ( Seam in Action) and have been following the&lt;br&gt;
instructions to get seam-gen going. I have hit an error in &amp;#39;seam&lt;br&gt;
generate&amp;#39; related to Hibernate and I am unsure of how to troubleshoot&lt;br&gt;
it. If anyone has any ideas I would appreciate it. Find below the output:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
C:\Documents and Settings\paulmeehan\My&lt;br&gt;
Documents\Development\&lt;a href=&quot;http://jboss-seam-2.2.0.GA&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jboss-seam-2.2.0.GA&lt;/a&gt;&amp;gt;seam generate&lt;br&gt;
SEAM_HOME: C:\Documents and Settings\paulmeehan\My&lt;br&gt;
Documents\Development\&lt;a href=&quot;http://jboss-seam-2.2.0.GA&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jboss-seam-2.2.0.GA&lt;/a&gt;&lt;br&gt;
Using seam-gen sources from: C:\Documents and Settings\paulmeehan\My&lt;br&gt;
Documents\Development\&lt;a href=&quot;http://jboss-seam-2.2.0.GA&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jboss-seam-2.2.0.GA&lt;/a&gt;\seam-gen&lt;br&gt;
Buildfile: C:\Documents and Settings\paulmeehan\My&lt;br&gt;
Documents\Development\&lt;a href=&quot;http://jboss-seam-2.2.0.GA&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jboss-seam-2.2.0.GA&lt;/a&gt;\seam-gen\build.xml&lt;br&gt;
&lt;br&gt;
init:&lt;br&gt;
&lt;br&gt;
init-properties:&lt;br&gt;
     [echo] C:/Documents and Settings/paulmeehan/My&lt;br&gt;
Documents/Development/&lt;a href=&quot;http://jboss-4.2.2.GA&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jboss-4.2.2.GA&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
validate-workspace:&lt;br&gt;
&lt;br&gt;
validate-project:&lt;br&gt;
&lt;br&gt;
init-generate:&lt;br&gt;
&lt;br&gt;
generate-model:&lt;br&gt;
     [echo] Reverse engineering database using JDBC driver C:Documents&lt;br&gt;
and SettingspaulmeehanMy DocumentsDevelopmentseaminactionli&lt;br&gt;
ar&lt;br&gt;
     [echo] project=c:/Documents and Settings/paulmeehan/My&lt;br&gt;
Documents/Development/open18&lt;br&gt;
     [echo] model=com.mydomain.open18.model&lt;br&gt;
[hibernate] Executing Hibernate Tool with a JDBC Configuration (for&lt;br&gt;
reverse engineering)&lt;br&gt;
[hibernate] 1. task: hbm2java (Generates a set of .java files)&lt;br&gt;
[hibernate] log4j:WARN No appenders could be found for logger&lt;br&gt;
(org.hibernate.cfg.Environment).&lt;br&gt;
[hibernate] log4j:WARN Please initialize the log4j system properly.&lt;br&gt;
[hibernate] An exception occurred while running exporter #2:hbm2java&lt;br&gt;
(Generates a set of .java files)&lt;br&gt;
[hibernate] To get the full stack trace run ant with -verbose&lt;br&gt;
[hibernate] org.hibernate.HibernateException: JDBC Driver class not&lt;br&gt;
found: org.h2.Driver&lt;br&gt;
[hibernate] java.lang.ClassNotFoundException: org.h2.Driver&lt;br&gt;
[hibernate] A class were not found in the classpath of the Ant task.&lt;br&gt;
[hibernate] Ensure that the classpath contains the classes needed for&lt;br&gt;
Hibernate and your code are in the classpath.&lt;br&gt;
&lt;br&gt;
BUILD FAILED&lt;br&gt;
C:\Documents and Settings\paulmeehan\My&lt;br&gt;
Documents\Development\&lt;a href=&quot;http://jboss-seam-2.2.0.GA&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jboss-seam-2.2.0.GA&lt;/a&gt;\seam-gen\build.xml:1564:&lt;br&gt;
org.hibernate.Hibernate&lt;br&gt;
tion: JDBC Driver class not found: org.h2.Driver&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
thanks&lt;br&gt;
Paul Meehan&lt;br&gt;
--&lt;br&gt;
&lt;br&gt;
========================&lt;br&gt;
Zuonics Ltd&lt;br&gt;
&lt;br&gt;
The makers of &amp;#39;ZoeOS&amp;#39;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228345&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.zuonics.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.zuonics.com&lt;/a&gt;&lt;br&gt;
========================&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228345&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228345&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/seam-gen-tp25219046p25228345.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25228312</id>
	<title>Re: Implementing REQUIRES_NEW for seam transaction management</title>
	<published>2009-08-31T11:36:48Z</published>
	<updated>2009-08-31T11:36:48Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Aug 26, 2009 at 8:55 PM, Stuart Douglas &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228312&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I would like to implement REQUIRES_NEW as a transaction type for the&lt;br&gt;
@Transactional annotation. My basic plan is:&lt;br&gt;
&lt;br&gt;
- Create a TransactionManager component that can be installed into&lt;br&gt;
components.xml, and give the option to configure the JNDI location of&lt;br&gt;
the JTA TransactionManager.&lt;br&gt;
&lt;br&gt;
- modify the Work.workInTransaction method to check if the existing&lt;br&gt;
transaction need to be suspended, as if so use the TransactionManager&lt;br&gt;
component to suspend and resume the transaction.&lt;br&gt;
&lt;br&gt;
I can&amp;#39;t help thinking that there is some problem with this approach,&lt;br&gt;
otherwise someone else would have already done it.&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Try it, create some tests and if it works, prove it.&lt;br&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
&lt;br&gt;
I also know that TransactionManager is not supposed to be used by the&lt;br&gt;
application, does anyone know if this will cause problems?&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Spring has been doing this for a long time. It&amp;#39;s of course app server dependent, but the general feeling is that using it is so common to consider it a public API.&lt;br&gt;
 &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
&lt;br&gt;
I would also like to implement the ability to control seam global&lt;br&gt;
transactions based on a flag in pages.xml, so they can be disabled for&lt;br&gt;
specific views. Would anyone have any objections to this?&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I&amp;#39;ve always been in favor of this idea.&lt;br&gt;&lt;br&gt;-Dan&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;
Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;

&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25228312&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Implementing-REQUIRES_NEW-for-seam-transaction-management-tp25219048p25228312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25227802</id>
	<title>Re: Reaching the seam-dev mailing list is a nightmare (Second try)</title>
	<published>2009-08-31T11:04:34Z</published>
	<updated>2009-08-31T11:04:34Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">Shane, I believe you are one of the moderators. Can you see if Denis&amp;#39; gmail address is listed properly. I would take care of this if I had access to the admin interface, but I don&amp;#39;t.&lt;br&gt;&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Mon, Aug 31, 2009 at 11:33 AM, Denis Forveille &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25227802&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;denis.forveille@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
That will be cool but when will this be in place?&lt;br&gt;
&lt;br&gt;
I send a message this morning and it didnt&amp;#39; reach the mailing&lt;br&gt;
list...Just received the usual &amp;quot;Your message is waiting moderator&lt;br&gt;
approval...&amp;quot; so i put you, Pete and Dan, in CC&lt;br&gt;
&lt;br&gt;
Thx&lt;br&gt;
&lt;br&gt;
On Wed, Aug 26, 2009 at 8:05 AM, Pete Muir &amp;lt;pmuir at &lt;a href=&quot;http://redhat.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;redhat.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Yes, assuming that the person who moderates the post checks accept for both&lt;br&gt;
&amp;gt; this message, and one of &amp;quot;clear this members moderate flag&amp;quot; or &amp;quot;add this&lt;br&gt;
&amp;gt; sender to the accepts filter&amp;quot;. And, of course, this is all based on the&lt;br&gt;
&amp;gt; address you use to post.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Excellent.&lt;br&gt;
&lt;br&gt;
-Dan&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25227802&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reaching-the-seam-dev-mailing-list-is-a-nightmare-%28Second-try%29-tp25231291p25227802.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25231291</id>
	<title>Reaching the seam-dev mailing list is a nightmare (Second try)</title>
	<published>2009-08-31T08:33:41Z</published>
	<updated>2009-08-31T08:33:41Z</updated>
	<author>
		<name>Denis Forveille</name>
	</author>
	<content type="html">That will be cool but when will this be in place?
&lt;br&gt;&lt;br&gt;I send a message this morning and it didnt' reach the mailing
&lt;br&gt;list...Just received the usual &amp;quot;Your message is waiting moderator
&lt;br&gt;approval...&amp;quot; so i put you, Pete and Dan, in CC
&lt;br&gt;&lt;br&gt;Thx
&lt;br&gt;&lt;br&gt;On Wed, Aug 26, 2009 at 8:05 AM, Pete Muir &amp;lt;pmuir at redhat.com&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, assuming that the person who moderates the post checks accept for both
&lt;br&gt;&amp;gt; this message, and one of &amp;quot;clear this members moderate flag&amp;quot; or &amp;quot;add this
&lt;br&gt;&amp;gt; sender to the accepts filter&amp;quot;. And, of course, this is all based on the
&lt;br&gt;&amp;gt; address you use to post.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Excellent.
&lt;br&gt;&lt;br&gt;-Dan
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231291&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reaching-the-seam-dev-mailing-list-is-a-nightmare-%28Second-try%29-tp25231291p25231291.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25231284</id>
	<title>Please add a link to download the &quot;latest 2.2 unstable nightly build&quot; on the Wiki</title>
	<published>2009-08-31T05:31:44Z</published>
	<updated>2009-08-31T05:31:44Z</updated>
	<author>
		<name>Denis Forveille</name>
	</author>
	<content type="html">Could someone that has the rights to edit the &amp;quot;Seam Download&amp;quot; page of
&lt;br&gt;the Wiki , add a link to download the &amp;quot;latest 2.2 unstable nightly
&lt;br&gt;build&amp;quot;?
&lt;br&gt;Thanks
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25231284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-add-a-link-to-download-the-%22latest-2.2-unstable-nightly-build%22-on-the-Wiki-tp25231284p25231284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25217420</id>
	<title>Importing the photoalbum maven application to m2eclipse/JBoss Tools</title>
	<published>2009-08-30T18:45:40Z</published>
	<updated>2009-08-30T18:45:40Z</updated>
	<author>
		<name>Snjezana Peco</name>
	</author>
	<content type="html">I have tried to import the photoalbum application from 
&lt;br&gt;&lt;a href=&quot;http://jboss.org/downloading/?projectId=jbossrichfaces&amp;url=http://download.jboss.com/jboss-richfaces/richfaces-examples-3.3.1.GA.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss.org/downloading/?projectId=jbossrichfaces&amp;url=http://download.jboss.com/jboss-richfaces/richfaces-examples-3.3.1.GA.zip&lt;/a&gt;&amp;nbsp;
&lt;br&gt;to Eclipse.
&lt;br&gt;There are a few issues related to m2eclipse and WTP.
&lt;br&gt;&lt;br&gt;In order to import the application to Eclipse and configure it to work 
&lt;br&gt;with m2eclipse and JBoss Tools, it is necessary to do the following:
&lt;br&gt;&lt;br&gt;1. ejb, ear, web modules
&lt;br&gt;- change the names of the modules to:
&lt;br&gt;photoalbum-ear
&lt;br&gt;photoalbum-ejb
&lt;br&gt;photoalbum-web
&lt;br&gt;&lt;br&gt;2. ear module
&lt;br&gt;- set the version to 5 in maven-ear-plugin
&lt;br&gt;- set photoalbum-ear final-name to photoalbum-ear and add bundleFileName 
&lt;br&gt;to the web and ejb module of maven-ear-plugin - obliged because the WTP 
&lt;br&gt;deployer ignores deployName - see 
&lt;br&gt;&lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4655&lt;/a&gt;&amp;nbsp;i 
&lt;br&gt;&lt;a href=&quot;https://issues.sonatype.org/browse/MNGECLIPSE-1564&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.sonatype.org/browse/MNGECLIPSE-1564&lt;/a&gt;&lt;br&gt;- create application.xml and jboss-app.xml in 
&lt;br&gt;src/main/application/META-INF - see 
&lt;br&gt;&lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4809&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4809&lt;/a&gt;&lt;br&gt;- change context-root from photoalbum to photoalbum-web in pom.xml and 
&lt;br&gt;application.xml because m2eclipse ignores context-root - see 
&lt;br&gt;&lt;a href=&quot;https://issues.sonatype.org/browse/MNGECLIPSE-1564&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.sonatype.org/browse/MNGECLIPSE-1564&lt;/a&gt;&lt;br&gt;&lt;br&gt;3. ejb module
&lt;br&gt;- move component.properties from src/main/resources-filtered to 
&lt;br&gt;src/main/resources with the following contents:
&lt;br&gt;#
&lt;br&gt;#Mon Sep 15 14:29:32 EEST 2008
&lt;br&gt;jndiPattern=photoalbum-ear/#{ejbName}/local
&lt;br&gt;embeddedEjb=false
&lt;br&gt;and remove src/main/resources-filtered
&lt;br&gt;- remove the configuration of maven-resource-plugin
&lt;br&gt;I haven't succeeded to configure Maven resource filtering within 
&lt;br&gt;m2eclipse. But, as it is, Maven resource filtering is unnecessary here 
&lt;br&gt;because I have had to change the EAR's final name.
&lt;br&gt;&lt;br&gt;4) There is a bug in org.jboss.tools.jsf/PostInstallJsfFacetDelegate - 
&lt;br&gt;this class calls IProject.refreshLocal within the facet install 
&lt;br&gt;procedure which, sometimes, throws an exception. Until the bug is fixed, 
&lt;br&gt;you can workaround it by calling Maven&amp;gt;Update Project Configuration on 
&lt;br&gt;the EAR project
&lt;br&gt;&lt;br&gt;In order to test importing the photoalbum application, you can do the 
&lt;br&gt;following:
&lt;br&gt;&lt;br&gt;- install/update m2eclipse &amp;gt;= 0.9.9.20090820
&lt;br&gt;- install the latest JBoss Tools trunk
&lt;br&gt;- define Seam Runtime 2.1.1.GA and the DefaultDS connection profile 
&lt;br&gt;(they can be set after checking out Maven projects)
&lt;br&gt;- call Import&amp;gt;Check out Maven Projects from SCM
&lt;br&gt;- select svn for SCM URL and enter 
&lt;br&gt;&lt;a href=&quot;http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/photoalbum&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/photoalbum&lt;/a&gt;&lt;br&gt;- finish the Import wizard
&lt;br&gt;&lt;br&gt;You will get the photoalbum application containing the JBoss Tools settings.
&lt;br&gt;&lt;br&gt;Snjeza
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25217420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Importing-the-photoalbum-maven-application-to-m2eclipse-JBoss-Tools-tp25217420p25217420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25205087</id>
	<title>Re: Maven Seam version within a Seam distribution</title>
	<published>2009-08-29T11:08:09Z</published>
	<updated>2009-08-29T11:08:09Z</updated>
	<author>
		<name>Snjezana Peco</name>
	</author>
	<content type="html">Does that mean that the mavenized Seam Web Project wizard wouldn't work 
&lt;br&gt;with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version?
&lt;br&gt;Currently, if the user chooses Seam facet 2.2, the JBoss Maven 
&lt;br&gt;Integration facet offers the 2.2.0.GA version that the user can change.
&lt;br&gt;&lt;br&gt;Snjeza
&lt;br&gt;&lt;br&gt;Max Rydahl Andersen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Looking in the manifest is the correct place to look afaik.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As long as there are no Maven repo for our products we can only make 
&lt;br&gt;&amp;gt; the maven integration work with .org versions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /max
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Snjezana Peco wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have tried to find Maven versions of Seam and required libraries in
&lt;br&gt;&amp;gt;&amp;gt; order to fix &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt; I have succeeded to find versions of the required libraries in
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded &amp;nbsp;to find the
&lt;br&gt;&amp;gt;&amp;gt; version of Seam (root.pom.xml contains @seam.version@). I have also
&lt;br&gt;&amp;gt;&amp;gt; tried to find the version of Seam within the jboss-seam.jar file. For
&lt;br&gt;&amp;gt;&amp;gt; EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
&lt;br&gt;&amp;gt;&amp;gt; isn't any Maven version.
&lt;br&gt;&amp;gt;&amp;gt; Is it possible to find the Maven version of Seam within any Seam
&lt;br&gt;&amp;gt;&amp;gt; distribution?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25205087&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25205087&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25205087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25200244</id>
	<title>Re: Maven Seam version within a Seam distribution</title>
	<published>2009-08-28T22:47:33Z</published>
	<updated>2009-08-28T22:47:33Z</updated>
	<author>
		<name>Max Rydahl Andersen-2</name>
	</author>
	<content type="html">Looking in the manifest is the correct place to look afaik.
&lt;br&gt;&lt;br&gt;As long as there are no Maven repo for our products we can only make the 
&lt;br&gt;maven integration work with .org versions.
&lt;br&gt;&lt;br&gt;/max
&lt;br&gt;&lt;br&gt;Snjezana Peco wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have tried to find Maven versions of Seam and required libraries in
&lt;br&gt;&amp;gt; order to fix &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
&lt;br&gt;&amp;gt; I have succeeded to find versions of the required libraries in
&lt;br&gt;&amp;gt; &amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded &amp;nbsp;to find the
&lt;br&gt;&amp;gt; version of Seam (root.pom.xml contains @seam.version@). I have also
&lt;br&gt;&amp;gt; tried to find the version of Seam within the jboss-seam.jar file. For
&lt;br&gt;&amp;gt; EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that
&lt;br&gt;&amp;gt; isn't any Maven version.
&lt;br&gt;&amp;gt; Is it possible to find the Maven version of Seam within any Seam
&lt;br&gt;&amp;gt; distribution?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25200244&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25200244&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25200244.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25219046</id>
	<title>seam-gen</title>
	<published>2009-08-28T16:34:51Z</published>
	<updated>2009-08-28T16:34:51Z</updated>
	<author>
		<name>Info-1702</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I am using Dan Allens book ( Seam in Action) and have been following the 
&lt;br&gt;instructions to get seam-gen going. I have hit an error in 'seam 
&lt;br&gt;generate' related to Hibernate and I am unsure of how to troubleshoot 
&lt;br&gt;it. If anyone has any ideas I would appreciate it. Find below the output:
&lt;br&gt;&lt;br&gt;&lt;br&gt;C:\Documents and Settings\paulmeehan\My 
&lt;br&gt;Documents\Development\jboss-seam-2.2.0.GA&amp;gt;seam generate
&lt;br&gt;SEAM_HOME: C:\Documents and Settings\paulmeehan\My 
&lt;br&gt;Documents\Development\jboss-seam-2.2.0.GA
&lt;br&gt;Using seam-gen sources from: C:\Documents and Settings\paulmeehan\My 
&lt;br&gt;Documents\Development\jboss-seam-2.2.0.GA\seam-gen
&lt;br&gt;Buildfile: C:\Documents and Settings\paulmeehan\My 
&lt;br&gt;Documents\Development\jboss-seam-2.2.0.GA\seam-gen\build.xml
&lt;br&gt;&lt;br&gt;init:
&lt;br&gt;&lt;br&gt;init-properties:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[echo] C:/Documents and Settings/paulmeehan/My 
&lt;br&gt;Documents/Development/jboss-4.2.2.GA
&lt;br&gt;&lt;br&gt;validate-workspace:
&lt;br&gt;&lt;br&gt;validate-project:
&lt;br&gt;&lt;br&gt;init-generate:
&lt;br&gt;&lt;br&gt;generate-model:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[echo] Reverse engineering database using JDBC driver C:Documents 
&lt;br&gt;and SettingspaulmeehanMy DocumentsDevelopmentseaminactionli
&lt;br&gt;ar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[echo] project=c:/Documents and Settings/paulmeehan/My 
&lt;br&gt;Documents/Development/open18
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[echo] model=com.mydomain.open18.model
&lt;br&gt;[hibernate] Executing Hibernate Tool with a JDBC Configuration (for 
&lt;br&gt;reverse engineering)
&lt;br&gt;[hibernate] 1. task: hbm2java (Generates a set of .java files)
&lt;br&gt;[hibernate] log4j:WARN No appenders could be found for logger 
&lt;br&gt;(org.hibernate.cfg.Environment).
&lt;br&gt;[hibernate] log4j:WARN Please initialize the log4j system properly.
&lt;br&gt;[hibernate] An exception occurred while running exporter #2:hbm2java 
&lt;br&gt;(Generates a set of .java files)
&lt;br&gt;[hibernate] To get the full stack trace run ant with -verbose
&lt;br&gt;[hibernate] org.hibernate.HibernateException: JDBC Driver class not 
&lt;br&gt;found: org.h2.Driver
&lt;br&gt;[hibernate] java.lang.ClassNotFoundException: org.h2.Driver
&lt;br&gt;[hibernate] A class were not found in the classpath of the Ant task.
&lt;br&gt;[hibernate] Ensure that the classpath contains the classes needed for 
&lt;br&gt;Hibernate and your code are in the classpath.
&lt;br&gt;&lt;br&gt;BUILD FAILED
&lt;br&gt;C:\Documents and Settings\paulmeehan\My 
&lt;br&gt;Documents\Development\jboss-seam-2.2.0.GA\seam-gen\build.xml:1564: 
&lt;br&gt;org.hibernate.Hibernate
&lt;br&gt;tion: JDBC Driver class not found: org.h2.Driver
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Paul Meehan
&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;========================
&lt;br&gt;Zuonics Ltd
&lt;br&gt;&lt;br&gt;The makers of 'ZoeOS'
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25219046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.zuonics.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.zuonics.com&lt;/a&gt;&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25219046&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/seam-gen-tp25219046p25219046.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25197873</id>
	<title>Maven Seam version within a Seam distribution</title>
	<published>2009-08-28T15:15:27Z</published>
	<updated>2009-08-28T15:15:27Z</updated>
	<author>
		<name>Snjezana Peco</name>
	</author>
	<content type="html">I have tried to find Maven versions of Seam and required libraries in 
&lt;br&gt;order to fix &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBIDE-4813&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBIDE-4813&lt;/a&gt;.
&lt;br&gt;I have succeeded to find versions of the required libraries in 
&lt;br&gt;&amp;lt;SEAM_HOME&amp;gt;/build/root.pom.xml, but haven't succeeded &amp;nbsp;to find the 
&lt;br&gt;version of Seam (root.pom.xml contains @seam.version@). I have also 
&lt;br&gt;tried to find the version of Seam within the jboss-seam.jar file. For 
&lt;br&gt;EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that 
&lt;br&gt;isn't any Maven version.
&lt;br&gt;Is it possible to find the Maven version of Seam within any Seam 
&lt;br&gt;distribution?
&lt;br&gt;&lt;br&gt;Snjeza
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25197873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Seam-version-within-a-Seam-distribution-tp25197873p25197873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25192234</id>
	<title>Re: Subtle changes in seam-gen affecting JBDS :)</title>
	<published>2009-08-28T08:43:02Z</published>
	<updated>2009-08-28T08:43:02Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">Sigh. I have explained this before, but I take the blame for not making this information part of the official documentation. Perhaps I should.&lt;br&gt;&lt;br&gt;Here&amp;#39;s the story. The purpose of the tokenized file is to allow the same build to target different application servers. Right now, JBoss AS 5 and GlassFish are supported. This cannot be done at project setup time because the point of supporting multiple servers is to demonstrate portability of an application, hence a switch at build time.&lt;br&gt;
&lt;br&gt;Before raising objection to token replacements, know that I have set it up so that the JBoss Tools sees files in the place it expects to see them with explicit values. The tokenized files are only used by Ant when running the build for GlassFish or with an alternative profile (in theory).&lt;br&gt;
&lt;br&gt;With that said, there could be bugs in this setup. The problem is that people keep changing the files without a full understand of how everything works. I know, it is confusing as hell. We have established already that seam-gen is just not going to get any better until it is rethought. It was never designed to support JBoss Tools. Therefore, we have these problems.&lt;br&gt;
&lt;br&gt;We really need to just leave seam-gen as it is at this point because the complexity is too high for it to be stable with so many hands in the pot. I know Pete said that a year ago, but we really need to support GlassFish to fix the perception that Seam only worked on JBoss AS. Yes, it was risky, but it has expanded our user base, so it was worth the effort.&lt;br&gt;
&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Aug 17, 2009 at 8:12 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25192234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Regarding whether JBT can use the tokenized-war, I don&amp;#39;t think it can&lt;br&gt;
as it relies on ant replacement tokens.&lt;br&gt;
&lt;br&gt;
Dan, could we achieve the same thing using an ftl at generation time?&lt;br&gt;
&lt;br&gt;
In general, for the next major rev of Seam-gen, we should use ftl for&lt;br&gt;
every template file, no matter how trivial, as it gives us a lot more&lt;br&gt;
flexibility in the future to add features.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On 17 Aug 2009, at 13:04, Pete Muir wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Ok, I will respond on the issue.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On 17 Aug 2009, at 12:36, Max Rydahl Andersen wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Hi,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I&amp;#39;ve added Pete as a watcher on &lt;a href=&quot;https://jira.jboss.org/jira/browse/JBDS-828&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/JBDS-828&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; but if someone else knows about what components-war-tokenized.xml is&lt;br&gt;
&amp;gt;&amp;gt; and why&lt;br&gt;
&amp;gt;&amp;gt; components.xml is not targeting AS5 so JBoss Tools/JBDS breaks...then&lt;br&gt;
&amp;gt;&amp;gt; please feel free to comment.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; p.s. I assume the tokenized.xml is to add some flexibility and that&lt;br&gt;
&amp;gt;&amp;gt; is&lt;br&gt;
&amp;gt;&amp;gt; great, but adding that flexibility to JBDS&lt;br&gt;
&amp;gt;&amp;gt; this close to codefreeze is something I would like to avoid if&lt;br&gt;
&amp;gt;&amp;gt; possible.&lt;br&gt;
&amp;gt;&amp;gt; Next version we should sync on what&lt;br&gt;
&amp;gt;&amp;gt; flexibilities were added since I got a feeling that more than this&lt;br&gt;
&amp;gt;&amp;gt; were&lt;br&gt;
&amp;gt;&amp;gt; added to seam-gen recently ;)&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; /max&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25192234&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25192234&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25192234&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://in.relation.to/Bloggers/Dan&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Dan&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25192234&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subtle-changes-in-seam-gen-affecting-JBDS-%3A%29-tp25005226p25192234.html" />
</entry>

</feed>
