]
Karel Piwko commented on JBSEAM-3035:
-------------------------------------
Spring version was updated, the auto-discovery of entities in Spring example was
overridden by a <class> tag line in META-INF/persistence-spring.xml for each POJO
entity, such as:
<persistence
version="1.0">
<persistence-unit name="bookingDatabase"
transaction-type="RESOURCE_LOCAL">
<class>org.jboss.seam.example.spring.Booking</class>
...
</persistence-unit>
</persistence>
upgrade to Spring JAR to version 2.5
------------------------------------
Key: JBSEAM-3035
URL:
https://jira.jboss.org/browse/JBSEAM-3035
Project: Seam
Issue Type: Task
Components: Build, Spring
Affects Versions: 2.0.2.GA, 2.1.0.A1
Reporter: Dan Allen
Assignee: Marek Novotny
Priority: Minor
Fix For: 2.2.1.CR1
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
Without the Spring 2.5 JAR, the org.springframework.web.jsf.el.SpringBeanFacesELResolver
is not available. Spring 2.5 is backward compliant, so there should be no reason we are
holding back.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: