[seam-commits] Seam SVN: r8784 - in trunk: build and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 22 16:58:51 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-08-22 16:58:50 -0400 (Fri, 22 Aug 2008)
New Revision: 8784

Modified:
   trunk/build/default.build.properties
   trunk/changelog.txt
   trunk/examples/jee5/readme.txt
   trunk/readme.txt
Log:
prep for 2.1.0.BETA1 tag

Modified: trunk/build/default.build.properties
===================================================================
--- trunk/build/default.build.properties	2008-08-22 19:49:00 UTC (rev 8783)
+++ trunk/build/default.build.properties	2008-08-22 20:58:50 UTC (rev 8784)
@@ -8,7 +8,7 @@
 major.version 2
 minor.version .1
 patchlevel .0
-qualifier -SNAPSHOT
+qualifier .BETA1
 #
 # Other program locations
 # -----------------------

Modified: trunk/changelog.txt
===================================================================
--- trunk/changelog.txt	2008-08-22 19:49:00 UTC (rev 8783)
+++ trunk/changelog.txt	2008-08-22 20:58:50 UTC (rev 8784)
@@ -1,6 +1,288 @@
 JBoss Seam Changelog
 ====================
 
+Release Notes - Seam - Version 2.1.0.BETA1
+
+** Bug
+    * [JBSEAM-1371] - Unable to use TestNG groups with SeamTest
+    * [JBSEAM-1659] - MapDataModel implements Serializable but isn't
+    * [JBSEAM-1660] - MapDataModel and SetDataModel should allow passing null to setWrappedData
+    * [JBSEAM-1709] - seam-gen generated code throws exception
+    * [JBSEAM-1887] - Session timeout results in javax.faces.application.ViewExpiredException
+    * [JBSEAM-1997] - ConversationList not refreshed when beginning a long-running conversation
+    * [JBSEAM-2029] - Identity.checkEntityPermission() fails for entities mapped using orm.xml or .hbm.xml
+    * [JBSEAM-2086] - ConcurrentModificationException in Pages.wildcardViewIds
+    * [JBSEAM-2111] - coerceToType / javaassist error when converting types for multi selection
+    * [JBSEAM-2187] - E-mail attachment <cid:xxxxxx> problem
+    * [JBSEAM-2306] - Can't create Quartz Cron job at startup
+    * [JBSEAM-2309] - UserTransaction.commit() may throw a RollbackException(), in that case don't try to perform a UserTransaction.rollback()
+    * [JBSEAM-2330] - list.xhtml - Create Button disappearing when navigating
+    * [JBSEAM-2456] - Exception redirect when in pageflow can cause spurious additional facesmessage
+    * [JBSEAM-2475] - @Remove method called instead of @Destroy.
+    * [JBSEAM-2485] - NoClassDefFound when a service bean interface is in an outside .jar
+    * [JBSEAM-2500] - <p:html> does not work as a child of a <p:cell>
+    * [JBSEAM-2567] - Javassist proxies aren't being correctly serialized
+    * [JBSEAM-2586] - Green arrows to hide/show the FAQ browser control are *very* nonintuitive
+    * [JBSEAM-2588] - s:conversationPropagation breaks a4j:commandButton
+    * [JBSEAM-2593] - Cap and Join not working correctly in UIStroke
+    * [JBSEAM-2603] - commons-collections version is 2.1.1 when root.pom depends on 3.2
+    * [JBSEAM-2604] - parsing page.xml is not thread safe
+    * [JBSEAM-2606] - Natural conversation id already in use in seam-bay example
+    * [JBSEAM-2609] - Locking issue for ConversationEntry when using Conversation.instance().leave()
+    * [JBSEAM-2615] - POJO does not get outjected in the page context as expected
+    * [JBSEAM-2621] - debug page missing url-encoding for component viewing
+    * [JBSEAM-2632] - Posting replies to a forum comment in flat view breaks threading 
+    * [JBSEAM-2642] - components.xml circular references
+    * [JBSEAM-2653] - Posted timestamp comes from creating document and not saving
+    * [JBSEAM-2658] - s:defaultAction only works 1 submit
+    * [JBSEAM-2660] - Rename exception context variables
+    * [JBSEAM-2662] - Map Spring transaction status codes back to JTA status codes in SpringTransaction.JtaSpringSynchronizationAdapter
+    * [JBSEAM-2665] - Seam 2.0.1 incompatibility with Trinidad
+    * [JBSEAM-2667] - Interceptor should call annotation setter with instance, not class
+    * [JBSEAM-2673] - Comments created by non-loggedin users are pushed to feeds without users name
+    * [JBSEAM-2684] - #{entityQuery.dataModel} returns empty model
+    * [JBSEAM-2687] - Reset Password feature does not activate accounts
+    * [JBSEAM-2698] - *.page.xml files not loaded in new Tomcat version
+    * [JBSEAM-2699] - Feed <updated> element needs to be updated even when only an entry is updated
+    * [JBSEAM-2707] - Avoid proxies in directory display
+    * [JBSEAM-2710] - Seam uses the wrong character set to encode URLs
+    * [JBSEAM-2711] - Less than symbol not properly escaped in feedAggregator title rendering
+    * [JBSEAM-2731] - Wiki search engine returns protected document content
+    * [JBSEAM-2750] - loadImplicit error messages
+    * [JBSEAM-2753] - EclipseClasspathTask creates invalid .classpath when javadocPath exists
+    * [JBSEAM-2758] - Update WebSphere chapter with a note about Seam specific EJB's
+    * [JBSEAM-2763] - DVD store Synchronize ProcessDefinitionSwitcher
+    * [JBSEAM-2768] - SeamDisc Example Throws Exception When Adding Disc on Artist Screen
+    * [JBSEAM-2773] - JPA example on Tomcat 6.X throws a NoClassDefFoundError: org/objectweb/asm/Type
+    * [JBSEAM-2780] - @Stateless Framework classes not nullifying fields
+    * [JBSEAM-2781] - Workaround for NPE in bootstrap/ due to jboss.remoting bug.
+    * [JBSEAM-2799] - Overridden components with @Install(value = false) ignores precedence.
+    * [JBSEAM-2812] - GroovyHotDeploymentStrategy not reloading Java classes
+    * [JBSEAM-2815] - ant cleanall is deleting the entire distribution directory
+    * [JBSEAM-2821] - Page two of hotels list is empty when page size is 20 on all Booking examples
+    * [JBSEAM-2823] - Mail example links should be updated for seamframework.org
+    * [JBSEAM-2824] - Mail example - sending mail with attachment fails with domain error
+    * [JBSEAM-2826] - Mail example test failure on "testAttachment"
+    * [JBSEAM-2828] - Tomcat JPA deployment fails with NoClassDefFoundError: javax/faces/component/UIComponent
+    * [JBSEAM-2829] - Tomcat hibernate example deployment fails with NoClassDefFoundError: javax/faces/component/UIComponent
+    * [JBSEAM-2833] - Glassfish Jee5 example deployment fails with NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap
+    * [JBSEAM-2835] - Glassfish Hibernate example deployment fails with NoClassDefFoundError: org/objectweb/asm/Type
+    * [JBSEAM-2836] - seam-gen WAR release test throws EntityNotFoundException when creating vehicle
+    * [JBSEAM-2844] - Contact list example - create a user with no name and you can't remove them 
+    * [JBSEAM-2845] - Contact list example - change table page and then search for less people - table appears blank
+    * [JBSEAM-2850] - DVDStore example - ViewExpiredException: viewId:/checkout.seam
+    * [JBSEAM-2856] - s:selectItems with itemValue not submitting itemValue's data
+    * [JBSEAM-2862] - Problem when using s:convertEntity
+    * [JBSEAM-2863] - EntityStore assumes entity manager is named "entityManager"
+    * [JBSEAM-2870] - remoting.xsd references non-existent component remoting-config
+    * [JBSEAM-2875] - ConverterException with no FacesMessage causes NPE
+    * [JBSEAM-2880] - GWT-RPC fails because of wrong content type check
+    * [JBSEAM-2882] - Hard dependency on org.hibernate.ejb.event.EntityCallbackHandler just added (non-JPA environment)
+    * [JBSEAM-2888] - Calling Session.invalidate() leads to an explosion of new sessions
+    * [JBSEAM-2892] - Bad usage of List.get() in EntityBeanList.class
+    * [JBSEAM-2899] - Wrong JSF EL context used in cross-deployment calle
+    * [JBSEAM-2906] - Configuring a drools:rule-agent with files property throws NullPointerException
+    * [JBSEAM-2908] - Component.callCreateMethod exception handling
+    * [JBSEAM-2913] - Better solution for JBSEAM-2780 (has bead side effects)
+    * [JBSEAM-2914] - PDF: Image inside a cell cannot be aligned properly
+    * [JBSEAM-2916] - Problem with the ejb-jar.xml file in jboss-seam.jar in WebSphere v6.1 (without ejb3 pack)
+    * [JBSEAM-2917] - Bad cache in getEjbDescriptor
+    * [JBSEAM-2924] - session dropped by exception handler redirect if using url rewriting
+    * [JBSEAM-2930] - Exception handling in pages.xml ignores EL expressions
+    * [JBSEAM-2937] - If "/lib/gen" is populated testng tests fail with configuration errors
+    * [JBSEAM-2939] - Seam Remoting Problem - Cannot pass HashMap
+    * [JBSEAM-2970] - In POJO mode, seam 2.0.2 performs a commit on the transaction even if the transaction si marked for rollback
+    * [JBSEAM-2973] - EjbSynchronisations are destroyed before afterCompletion call
+    * [JBSEAM-2981] - don't include source jars when running tests
+    * [JBSEAM-2986] - Seam Transaction rolls back on all Exceptions
+    * [JBSEAM-2987] - HibernateEntityQuery fails when using a Collection as a parameter in an restriction
+    * [JBSEAM-3011] - s:graphicImage throws   NullPointerException GraphicImageResource.doWork when el expression for value is null
+    * [JBSEAM-3012] - Seam distribution build creates ${dist.src.jul.dir} and ${ref.doc.dir} instead of putting in dist
+    * [JBSEAM-3013] - @Converter for some target superclass doesn't work on it's subclasses
+    * [JBSEAM-3014] - Email / PDF rendering ignores custom taglibs defined with facelets.LIBRARIES in web.xml
+    * [JBSEAM-3017] - Seam-gen downloading from maven
+    * [JBSEAM-3023] - seam-gen generate-entities throws NoSuchMethodError on AnnotationConfiguration.setProperty
+    * [JBSEAM-3027] - seam-gen richfaces sakura skin not found
+    * [JBSEAM-3043] - seam root pom should declare type ejb for jboss-seam artifact
+    * [JBSEAM-3053] - Natural conversation id initialized at wrong time, leading to exceptions
+    * [JBSEAM-3063] - Need to Swallow/WARN the IllegalStateException on STATUS_ROLLEDBACK or STATUS_ROLLING_BACK
+    * [JBSEAM-3071] - Need to sanitize headers
+    * [JBSEAM-3078] - new entities are not wrapped by by conversation context flush
+    * [JBSEAM-3083] - urlBase on <m:message> does not work 
+    * [JBSEAM-3084] - AsynchronousInterceptor swallows any exception thrown
+    * [JBSEAM-3090] - web XSD incorrectly declares servlet-session element
+    * [JBSEAM-3094] - ManagedPersistenceContext throws away entityManager on sessionWillPassivate event
+    * [JBSEAM-3097] - Modify Filter to allow Collection Values
+    * [JBSEAM-3102] - Hibernate query at startup
+    * [JBSEAM-3107] - Jbpm.installPageflowDefinitions() changes order of pageflowDefinitions
+    * [JBSEAM-3109] - I get a NullPointerException when I try to use HTTP Basic Authentication.
+    * [JBSEAM-3118] - Unclear ItemValidator example in reference (31.2)
+    * [JBSEAM-3120] - SeamCollectionModel in Seam-Trinidad example is not handling the sorting in the most efficient way
+    * [JBSEAM-3125] - seam conversation and session.disconnect()
+    * [JBSEAM-3133] - the/an in "Attempted to invoke a Seam component outside the an initialized application"
+    * [JBSEAM-3137] - Numberguess example throws NoClassDefFoundError: org/richfaces/webapp/taglib/UIComponentELTagBase
+    * [JBSEAM-3147] - FacesMessage I18N keys are evaluated differently between "redirect" and "render" navigations
+    * [JBSEAM-3152] - Remoting does not work with qualified component names
+    * [JBSEAM-3158] - TestNG fails for action in Seam 2.0.x web project when server is running.
+    * [JBSEAM-3162] - Seam pay test failing
+    * [JBSEAM-3163] - components.xml <property> parsing for sets
+    * [JBSEAM-3164] - Seam security integration tests failing
+    * [JBSEAM-3186] - org.jboss.seam.Entity$NotEntityException: Unable to establish name of entity class
+    * [JBSEAM-3187] - Sending asynchronous mail is not ok with jsf mojarra 1.2_08
+    * [JBSEAM-3190] - Redirect error page to current view
+    * [JBSEAM-3192] - Refer to enclosing class when enforcing @Restrict
+    * [JBSEAM-3196] - Reference PDF can not be browsed
+    * [JBSEAM-3207] - Excel workbook generation package breaking the Seam build
+    * [JBSEAM-3217] - SessionContext null in stateless
+    * [JBSEAM-3221] - seam-gen build failing on deployment due to missing jboss-seam-excel dependency
+    * [JBSEAM-3222] - seam-gen project throwing exceptions due to missing rest-easy dependencies
+    * [JBSEAM-3223] - numberguess example - wrong number generated
+    * [JBSEAM-3232] - Remove empty catch blocks
+    * [JBSEAM-3234] - Format documentation according to standars
+    * [JBSEAM-3235] - Remove missing template WARN when using datatable exporter
+    * [JBSEAM-3239] - Change ExcelExporter's namespace to its package name
+    * [JBSEAM-3241] - Change ExcelFactory to use a class based scheme
+    * [JBSEAM-3246] - Reflections.getCollectionElementType does not deal with generics classes
+    * [JBSEAM-3250] - Business process variable is not resolved in process definition EL
+    * [JBSEAM-3254] - <s:selectItems> broken in NumberGuess example
+    * [JBSEAM-3257] - Wicket example conversation handling failing 
+    * [JBSEAM-3261] - Remoting does not work for cross-domain requests in Firefox
+    * [JBSEAM-3263] - jboss-embedded-all-beta3.jar in seam's maven repo is JDK6 specific
+    * [JBSEAM-3274] - HTTPS LInks Contain Wrong Port
+    * [JBSEAM-3277] - Null pointer exception related to URLScanner causing many skipped tests
+    * [JBSEAM-3283] - preserve transparency when transforming image
+    * [JBSEAM-3288] - Booking example - wrong message is displayed when canceling hotel booking
+    * [JBSEAM-3289] - 2 versions of ant used in the project distribution
+    * [JBSEAM-3295] - Major reentrancy problem with "Application Scope" components and injection/disinjection
+
+** Feature Request
+    * [JBSEAM-273] - Specify HTTP headers in pages.xml
+    * [JBSEAM-274] - More flexible mapping of URLs to view ids
+    * [JBSEAM-866] - Ajax4JSF integration for Wiki
+    * [JBSEAM-979] - Seam scans for pageflows on startup
+    * [JBSEAM-1165] - RGB color support for pdf
+    * [JBSEAM-1531] - Document pages.xsd and maybe other .xsds with xsd:documentation
+    * [JBSEAM-1811] - DefaultActionListener is not call when using s:link
+    * [JBSEAM-2079] - CLONE -Remember-Me automatic authentication
+    * [JBSEAM-2171] - Converter implementations for java 1.5 atomic classes
+    * [JBSEAM-2230] - Allow Seam to work with the WebLogic JAAS server authentication without any source code modifications
+    * [JBSEAM-2291] - Hot deploy pages.xml
+    * [JBSEAM-2352] - Use of EL at no-conversation-view-id
+    * [JBSEAM-2386] - pages.xml redirect should accept plain URLs
+    * [JBSEAM-2427] - Email rendering from async method/event fails to find web resources
+    * [JBSEAM-2432] - Wildcard view-id descriptions for conversation switcher
+    * [JBSEAM-2512] - Default configuration option for begins to use flushmode=MANUAL
+    * [JBSEAM-2515] - Abstraction of FacesMessages
+    * [JBSEAM-2517] - Id Attribute does not render on s:graphicImage
+    * [JBSEAM-2582] - Wiki UI consistency
+    * [JBSEAM-2596] - Exception handling - Never try to do anything after an exception but exception handling
+    * [JBSEAM-2605] - Allow to specify filename for attachment
+    * [JBSEAM-2626] - Performing a second search from the Search Results on seamframework.org
+    * [JBSEAM-2631] - Notification e-mail for all forum postings with correct threading
+    * [JBSEAM-2634] - Implement <toc> plugin
+    * [JBSEAM-2657] - Seam-mail fails when invoked from custom servlet bound with web:context-filter
+    * [JBSEAM-2675] - Search superclasses of components for @Interceptore
+    * [JBSEAM-2702] - Provide mechanism to obtain Spring PlatformTransactionManager directly from BeanFactory
+    * [JBSEAM-2706] - Pages.parse(InputStream) need to be protected for overriding in subclass
+    * [JBSEAM-2708] - Implement startupDepends="componentNames" for components.xml
+    * [JBSEAM-2720] - expose overrideable createRequest() and createResponse() methods in AbstractSeamTest.Request
+    * [JBSEAM-2726] - AnnotationDeploymentHandler
+    * [JBSEAM-2727] - Remove comment from s:cach 
+    * [JBSEAM-2745] - Add Content-Type text/javascript to Response Header in the Remote Servlet
+    * [JBSEAM-2769] - Implement Dynamic permission resolver for Seam Security
+    * [JBSEAM-2775] - package-info.java should be optional:"convention over configuration"
+    * [JBSEAM-2779] - Support for a single namespace across multiple packages
+    * [JBSEAM-2782] - Wicket application should support conversation propagation for all built components
+    * [JBSEAM-2787] - Add org.jboss.seam.endPageflow and org.jboss.seam.beginPageflow events
+    * [JBSEAM-2813] - Change port used by remoting-service.xml in Embedded JBoss to prevent interfering with running JBoss AS
+    * [JBSEAM-2860] - Allow subclass of BaseSeamTest to provide an alternate MockServletContext implementation
+    * [JBSEAM-2896] - component set for generating excel documents
+    * [JBSEAM-2897] - externalize list of deployable jars in seam-gen projects
+    * [JBSEAM-2951] - Add ability to start jBPM in the wait-state instead of only the start-state
+    * [JBSEAM-2982] - Give MultipartRequest constructor to support unit testing
+    * [JBSEAM-2990] - Implementation of StatusMessages for Wicket
+    * [JBSEAM-2994] - Support all pages.xml functionality through annotations for Wicket
+    * [JBSEAM-3003] - maintain insertion order of parameters in UrlBuilder
+    * [JBSEAM-3004] - Add "escape" attribute to s:selectItems
+    * [JBSEAM-3031] - components.properties not being used in seam-gen projects
+    * [JBSEAM-3037] - Use hibernateSession as default Seam-managed Hibernate Session name
+    * [JBSEAM-3069] - upgrade to iText 2.1
+    * [JBSEAM-3082] - missing naming-strategy element for hibernate-session-factory in persistence XSD 
+    * [JBSEAM-3096] - Allow interceptors to be disabled
+    * [JBSEAM-3106] - Enable "@In QuartzTriggerHandle timer" in currently running Job.
+    * [JBSEAM-3157] - Generate profile-specific components.properties definitions through seam-gen
+    * [JBSEAM-3171] - use rich:calendar for timestamp fields
+    * [JBSEAM-3174] - java.util.Calendar support in Remoting
+    * [JBSEAM-3240] - Create an import for org.jboss.seam.excel 
+    * [JBSEAM-3247] - Seam without hibernate: Please make org.jboss.seam.core.Validators independent from Hibernate 
+    * [JBSEAM-3249] - Add bridge between Servlet Security and Identity component
+
+** Patch
+    * [JBSEAM-2592] - Seam 2.0.1 GA patched to support BEA WebLogic Server 10.x with EJB3 support
+    * [JBSEAM-2786] - Small fixes to the text of the tutorial
+    * [JBSEAM-2789] - Elaborate on entity converter with multiple entity managers and possible reasons for validation errors
+    * [JBSEAM-2976] - Typo in ScopeType: "psUEdo" instead of "psEUdo"
+
+** Task
+    * [JBSEAM-1416] - Make it clear in the documentation that Session scope concurrency is only handled when interception is enabled
+    * [JBSEAM-1567] - Complete documentation for seam-ui
+    * [JBSEAM-1585] - Update portal example to JBoss AS 4.2.0.GA
+    * [JBSEAM-1891] - Decouple page fragment caching from JBoss Cache
+    * [JBSEAM-2160] - seam-gen templates use a mix of tabs and spaces
+    * [JBSEAM-2234] - Documentation for "Integration Testing with Mock Data" is incomplete
+    * [JBSEAM-2482] - Possible work around for Weblogic "varargs" EJB issue
+    * [JBSEAM-2489] - Define deployment handler API
+    * [JBSEAM-2491] - Seam is still using Groovy 1.1 beta, Groovy 1.5 has been released
+    * [JBSEAM-2545] - Destroy session immediately on servlet request, if user is not logged in
+    * [JBSEAM-2602] - Document use of flat dataset file in the Seam reference
+    * [JBSEAM-2612] - Drop dtds
+    * [JBSEAM-2625] - Avoid rescanning taglib.xml (and logging) for Seam mail rendering
+    * [JBSEAM-2661] - Upgrade to latest jfreechart
+    * [JBSEAM-2688] - Implement ETag/LastModified headers for Feed Servlet
+    * [JBSEAM-2712] -  Document character encoding stuff 
+    * [JBSEAM-2733] - Documentation of Seam transactions misleading regarding transaction boundaries
+    * [JBSEAM-2790] - Remove portal example
+    * [JBSEAM-2800] - Upgrade to Drools 4.0.6
+    * [JBSEAM-2807] - Add comment to jndiPattern in example's component.properties files
+    * [JBSEAM-2814] - Upgrade to RichFaces 3.2.0.GA
+    * [JBSEAM-2831] - Fix Seam Maven dependencies to be in line with new release of Hibernate
+    * [JBSEAM-2832] - Spring example - readme says it only deploys to tomcat, but it only builds to JBoss
+    * [JBSEAM-2839] - Blog example does not document that the password is "tokyo".
+    * [JBSEAM-2843] - seam-examples.html and examples/readme.txt needs to updated/reviewed
+    * [JBSEAM-2848] - JPA example readme.txt  for JBoss says that you need to deploy manually, but it is done.
+    * [JBSEAM-2865] - Duplicate component error on startup should print component class
+    * [JBSEAM-2866] - library commons-digester is in older version 1.5 instead of 1.8
+    * [JBSEAM-2867] - xml-apis.jar is in older version 1.3.02 instead of 2.7.1
+    * [JBSEAM-2868] - Project dependencies section in documentation states missing jars
+    * [JBSEAM-2886] - Merge new documentation structure into trunk
+    * [JBSEAM-2909] - Move remaining jar's to be maven managed
+    * [JBSEAM-2915] - Renderer should use it's own copy of JSF, based around a mock servlet context and mock requests
+    * [JBSEAM-2919] - Remove central from repo list in POMs
+    * [JBSEAM-2931] - Improve the exception thrown by an insecure order by clause
+    * [JBSEAM-2932] - update build scripts for ICEfaces1.7.0 release for seam-gen and seam-icefaces example
+    * [JBSEAM-2948] - Update readme.txt testng commands to include testteport
+    * [JBSEAM-2965] - Glassfish JPA example readme.txt says that it does not work on glassfish - it did.
+    * [JBSEAM-2966] - Glassfish hibernate example readme.txt update
+    * [JBSEAM-2969] - Deprecate or remove StyleResource, UILoadStyle, HtmlLoadStyle
+    * [JBSEAM-2972] - Unit test fails because of wicket unavailabity
+    * [JBSEAM-3001] - core:filters element doesnt exist as outlined in seam doc
+    * [JBSEAM-3009] - Continuous integration builds/tests have missing or skipped tests
+    * [JBSEAM-3036] - xstream*.jar needed for Drools is missing from Seam distribution package.
+    * [JBSEAM-3047] - The version of the JVM impacts which version of mvel*.jar should be included.
+    * [JBSEAM-3050] - Move Seam scanner code into Seam Core
+    * [JBSEAM-3099] - Port JBSEAM-3048 to trunk "Add id attribute to markup for JSF components in Seam examples"
+    * [JBSEAM-3144] - Release seam docbook plugins based on jbossorg 1.1.0 GA plugins and upgrade Seam build to use them
+    * [JBSEAM-3177] - update release-process.txt with JDK6 testing steps
+    * [JBSEAM-3178] - Reference guide update for JDK 6
+    * [JBSEAM-3200] - Upgrade release-process.txt to use JBoss AS 4.2.3
+    * [JBSEAM-3201] - Update readme.txt, and other locations for JBoss 4.2.3 as needed
+    * [JBSEAM-3220] - unify pdf and excel document store
+    * [JBSEAM-3227] - Update to Hibernate Tools 3.2.3.GA
+    * [JBSEAM-3242] - web.xml parsing should not create dependency on Jaxen
+    * [JBSEAM-3245] - Rebuild JExcelAPI with sane logging
+    * [JBSEAM-3253] - Upgrade to RichFaces 3.2.2
+    * [JBSEAM-3255] - Align dependencies to JBoss 4.2.3.GA
+
 Release Notes - JBoss Seam - Version 2.1.0.A1
 
 ** Bug

Modified: trunk/examples/jee5/readme.txt
===================================================================
--- trunk/examples/jee5/readme.txt	2008-08-22 19:49:00 UTC (rev 8783)
+++ trunk/examples/jee5/readme.txt	2008-08-22 20:58:50 UTC (rev 8784)
@@ -131,11 +131,11 @@
 EJB3 support fuctions correctly.  Please refer to the Seam reference guide for 
 additional information.
   
-- http://docs.jboss.com/seam/2.1.0.A1/reference/en/html/weblogic.html
+- http://seamframework.org/Documentation
   
 WebSphere 6.1.0.13 with EJB3 feature pack
 ---------------------------
 The instructions for integration with Websphere are fairly verbose.  Please 
 refer to the Seam reference guide for additional information.
 
-- http://docs.jboss.com/seam/2.1.0.A1/reference/en/html/websphere.html
\ No newline at end of file
+- http://seamframework.org/Documentation
\ No newline at end of file

Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt	2008-08-22 19:49:00 UTC (rev 8783)
+++ trunk/readme.txt	2008-08-22 20:58:50 UTC (rev 8784)
@@ -1,6 +1,6 @@
 JBoss Seam - Contextual Component framework for Java EE 5
 =========================================================
-version 2.1.0.A1, February 2008
+version 2.1.0.BETA1, August 2008
 
 This software is distributed under the terms of the FSF Lesser Gnu
 Public License (see lgpl.txt). 
@@ -50,5 +50,5 @@
 Learn more
 ----------
 
-* Read the documentation in the "doc/reference/en" directory
+* Read the documentation in the "doc/reference/en-US" directory
 * Read the online FAQ http://www.seamframework.org




More information about the seam-commits mailing list