<div dir="ltr">All sounds good, I'll enter the jira's, and retest with as trunk as needed. <br><br>Inline comment on the groovy booking.<br><br>-Jay<br><br><div class="gmail_quote">On Sun, Oct 19, 2008 at 6:20 AM, Pete Muir <span dir="ltr"><<a href="mailto:pete.muir@jboss.org">pete.muir@jboss.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
On 19 Oct 2008, at 01:05, Jay Balunas wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wanted to provide a status on the testing of Seam <a href="http://2.1.0.GA" target="_blank">2.1.0.GA</a> on AS 5 CR2. I believe these issues are a mixture of Seam and AS 5 issues. Please review and let me know what you think.<br>
<br>
I have a couple of examples and seam-gen testing to complete. I will also be doing a spot check on windows, and with jdk5.<br>
<br>
Thanks,<br>
Jay<br>
<br>
So far I have tested only with JDK6 on Fedora 8. I can provide additional details for most of these if needed.<br>
<br>
* Blog example<br>
- When I deploy the blog example I get the exception below.<br>
- "Caused by: org.hibernate.cache.NoCachingEnabledException: Second-level cache is not enabled for usage [hibernate.cache.use_second_level_cache | hibernate.cache.use_query_cache]"<br>
- Made several changes that I reviewed with Pete, Norman.<br>
- Still getting this issue with these changes.<br>
- Waiting to hear from Stan on this.<br>
- Should this be a JBAS or JBSEAM jira?<br>
</blockquote>
<br>
Report this in JBSEAM for now, I will investigate. </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
* GroovyBooking example<br>
- JBSEAM-3579<br>
- Getting the sql error below. Jozef also saw this with Seam 2.0.3.CR2 on AS 5 CR2<br>
- Caused by: java.sql.SQLException: Violation of unique constraint SYS_PK_49: duplicate value(s) for column(s) $$<br>
- during import.sql import<br>
</blockquote>
<br>
Are you sure you have a clean data dir?</blockquote><div><br>Faily certain everything was clean, I will retest. Jozef saw this as well with Seam 2.0.3.CR1.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
* JPA/Hiberante example are showing a ZipException on jboss-seam-ui.jar<br>
- Entered JBAS-6107<br>
- Original issue JBAS-6076<br>
- Ales said that this should be fixed in trunk<br>
<br>
* Wicket undeploy exceptions<br>
- When undeploying the wicket example I see the following exceptions:<br>
- I will enter a jira - although I am not sure if this is Seam or AS related?<br>
Caused by: java.io.IOException: Child not found jboss-seam-wicket-booking.ear/lib/wicket.jar/org/apache/wicket/Application.properties for FileHandler@21707409[path context=file:/jboss/projects/seam/<a href="http://2.1.0.GA/jboss-5.0.0.CR2/server/default/deploy/" target="_blank">2.1.0.GA/jboss-5.0.0.CR2/server/default/deploy/</a> real=file:/jboss/projects/seam/<a href="http://2.1.0.GA/jboss-5.0.0.CR2/server/default/deploy/" target="_blank">2.1.0.GA/jboss-5.0.0.CR2/server/default/deploy/</a>]<br>
at org.jboss.virtual.VFS.findChild(VFS.java:211)<br>
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.resolveCachedVirtualFile(VirtualFileURLConnection.java:122)<br>
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getVirtualFile(VirtualFileURLConnection.java:144)<br>
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getLastModified(VirtualFileURLConnection.java:89)<br>
... 4 more<br>
</blockquote>
<br>
Please report in JBAS, with instructions to reproduce. Assign to Ales I think.</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* Spring example deployment exception<br>
- See spring_deploy_error.txt for listing<br>
- Persistence.xml is using "RESOURCE_LOCAL" and not define any data source<br>
- this works fine on other jboss versions.<br>
</blockquote>
<br>
Report in JBSEAM, assign to Mike Youngstrom</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* SeamSpace example<br>
- I believe two separate issues found<br>
- 1) If you click on "create user" or "create role" twice you get the following exception:<br>
- IllegalStateException: begin method invoked from a long-running conversation, try using @Begin(join=true) on method: createRole<br>
- 2) When adjusting security settings either on images, or users/roles the tables are empty<br>
- The application still functions as it should so this is probably an issue with view not the data<br>
<br>
* itext example<br>
- When you attempt to access the example you see a 404 not found page.<br>
- This may be fixed by the changes that Pete did for AS 5 - JBSEAM-3575<br>
- This may also be related to hotdeploy changes in Seam - need to wait for new tag to test<br>
- See the attached itext_error.txt for output.<br>
</blockquote>
<br>
Just try AS5 trunk, Ales upgraded to the seam-int which contains the fix. <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* Can't deploy 2 Seam Applications<br>
- javax.management.InstanceAlreadyExistsException: jboss.j2ee:jar=jboss-seam.jar,service=EJB3 already registered.<br>
- See full stack trace in 2_seam_app.txt<br>
- I believe we have seen this, but I was not able to find the jira<br>
</blockquote>
<br>
Stan assigned this to Carlo<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Minor or Known issues:<br>
----------------------<br>
<br>
* EntityManagerFactory Issue with AS 5 CR1 effects several examples<br>
- dvdstore, contactlist, quartz, others...<br>
- Followed workaround here<br>
- <a href="http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142385&start=-10" target="_blank">http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142385&start=-10</a><br>
- Also needed to add the following to the persistence.xml<br>
-<property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/><br>
- I believe this is a side effect of the workaround<br>
<br>
* "Welcome to Seam null" shows in nearly every example when deployed. I have also seen "Welcome to Seam 5.0.0.CR2" in cases.<br>
- Adrian fixed this for AS 5 GA<br>
<br>
* Excessive logging for every request of seam - JBSEAM-3575 entered<br>
14:51:54,551 INFO [Initialization] Installing components...<br>
14:51:54,551 INFO [Initialization] done redeploying<br>
14:51:55,293 INFO [Initialization] redeploying<br>
- Pete fixed this in AS 5 trunk and should be in AS 5 GA<br>
<br>
* Paths/links in the booking examples popup details are out of date.<br>
- Will report but this is minor<br>
<br>
<2_seam_app.txt><itext_error.txt><wicket_undeploy_errortxt><br>
</blockquote>
<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org" target="_blank">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>blog: <a href="http://in.relation.to/Bloggers/Jay">http://in.relation.to/Bloggers/Jay</a><br>
</div>