You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/10/19 15:02:19 UTC

svn commit: r586414 - in /myfaces/orchestra/trunk: core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ core/src/main/java/org/apache/myfaces/orchestra/conversation/ core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/ core...

Author: matzew
Date: Fri Oct 19 06:02:13 2007
New Revision: 586414

URL: http://svn.apache.org/viewvc?rev=586414&view=rev
Log:
setting svn properties:
find . -name *.java -exec svn propset svn:eol-style native {} \;
find . -name *.xml -exec svn propset svn:eol-style native {} \;

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnection.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnectionFactory.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationBindingEvent.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationFactory.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationFlashLifetimeAspect.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationInfo.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/LogConversationMessager.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/_JsfConversationUtils.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/JpaPersistenceContextFactory.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/_SpringUtils.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/filter/OrchestraServletFilter.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapterFilter.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapterFilter.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/CompoundFilter.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/OrchestraException.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/jsf/RequestParameterFacesContextFactory.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/ExternalContextWrapper.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/FacesContextWrapper.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/UrlParameterNavigationHandler.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/UrlParameterViewHandler.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractViewControllerManager.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/CompositeViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/CompositeViewControllerNameMapper.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/DefaultViewControllerManager.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/DefaultViewControllerNameMapper.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/InterfaceViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ReflectiveViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewController.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerManager.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerNameMapper.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/_ViewControllerUtils.java   (props changed)
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/jsf/ViewControllerPhaseListener.java   (props changed)
    myfaces/orchestra/trunk/core/src/site/xdoc/usage.xml
    myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TargetBean.java   (props changed)
    myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TargetBeanInterface.java   (props changed)
    myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TestDefaultViewControllerNameMapper.java   (props changed)
    myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TestInterfaceViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TestReflectiveViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/annotation/AnnotationInfo.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/annotation/AnnotationInfoManager.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/annotation/spring/AnnotationsInfoInitializer.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/annotations/ConversationRequire.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/spring/AnnotationInfo.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/spring/AnnotationsInitializer.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractAnnotationsViewControllerManager.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AnnotationsViewControllerExecutor.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AnnotationsViewControllerManager.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AnnotationsViewControllerNameMapper.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/PlainAnnotationsViewControllerManager.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/InitView.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/PreProcess.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/PreRenderView.java   (props changed)
    myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/ViewController.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/annotations/MultiViewController.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotHall.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotTopic.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotTopicVotes.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotVoteTopic.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotVoteTopicCmp.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotVoter.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/ItemDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/TopicDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/VoteDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/VoterDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/lib/BallotState.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/lib/SendMail.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Item.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Topic.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Vote.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Voter.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/backings/Checkout.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/backings/ConfiguratorData.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/backings/Customer.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/Initialization.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/ComponentDAO.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/CustomerDAO.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/OrderHeadDAO.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/PieceDAO.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/Component.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/Customer.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/OrderHead.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/OrderItem.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/Piece.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/dynaForm/model/SimpleEntity.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/filter/RequestEncodingFilter.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/FacesConst.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/FacesUtils.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/SpringUtils.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditProduct.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/PetstoreData.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/SearchProduct.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/Security.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupSuggest.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductPriceDao.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java   (props changed)
    myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java   (props changed)
    myfaces/orchestra/trunk/sandbox/pom.xml   (contents, props changed)
    myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/AbstractConnectionManagerListener.java   (props changed)
    myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java   (props changed)
    myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerListener.java   (props changed)
    myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnection.java   (props changed)
    myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnectionFactory.java   (props changed)
    myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java   (props changed)

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnectionFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationBindingEvent.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationFlashLifetimeAspect.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationInfo.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/LogConversationMessager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/_JsfConversationUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/JpaPersistenceContextFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/_SpringUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/filter/OrchestraServletFilter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapterFilter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapterFilter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/CompoundFilter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/OrchestraException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/jsf/RequestParameterFacesContextFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/ExternalContextWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/FacesContextWrapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/UrlParameterNavigationHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/UrlParameterViewHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractViewControllerManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/CompositeViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/CompositeViewControllerNameMapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/DefaultViewControllerManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/DefaultViewControllerNameMapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/InterfaceViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ReflectiveViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerNameMapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/_ViewControllerUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/jsf/ViewControllerPhaseListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/orchestra/trunk/core/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/xdoc/usage.xml?rev=586414&r1=586413&r2=586414&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/usage.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/usage.xml Fri Oct 19 06:02:13 2007
@@ -1,253 +1,253 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
-	"http://www.apache.org/dtd/xdoc.dtd">
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
-  -->
-
-<document>
-	<properties>
-		<title>Usage</title>
-	</properties>
-
-	<body>
-		<section name="Usage">
-			<p>
-				Once you have configured the system as described in
-				the installation document you can start using the new scope.
-			</p>
-
-			<p>
-				One more prerequisite: instead of configuring your beans in the faces-config.xml
-				configuration do this in your spring configuration now. You can
-				take over all your beans into the Spring configuration, Spring also provides
-				a session and a request scope.
-			</p>
-
-			<p>
-				With this in place, we'll start evaluating the Orchestra-relevant use-cases now - so we'll
-				together look at what you will want to do with Orchestra.
-			</p>
-
-			<subsection name="Starting a conversation">
-				In the beginning, we'll want to start a conversation. Doing that is a no-brainer in Orchestra - if
-				you've declared the relevant managed beans as in the following example:
-				<code><pre>
-&lt;bean name="userInfo"
-    class="my.app.pck.backings.UserInfo"
-    scope="conversation.flash"
-    autowire="byName"&gt;
-    &lt;aop:scoped-proxy /&gt;
-&lt;/bean&gt;
-				</pre></code>
-				<p>
-					We've learned about this syntax in the small example in the introduction - a short repetition:
-					<br/>
-					First, the scope-attribute of the bean-element will be defining the name of the scope; the 
-					names can be whatever you like but we recommend "conversation.flash" and "conversation.manual".
-					<br/>
-					Second, it is very important to use the
-					<b>
-						<code>&lt;aop:scoped-proxy /&gt;</code>
-					</b>
-					child-element. Bear with us - we'll explain to you why that is right now.
-					<br/>
-					Using the <code>&lt;aop:scoped-proxy /&gt;</code>
-					ensures that you will never have a reference to
-					the real instance of your bean, but to a proxy to it. There is no difference
-					in the way how you work with this instance in your code, but if you
-					end a conversation and restart it, you'll appreciate the difference: the proxy will make
-					sure that your application will see the new instance.
-				</p>
-				<p>The
-					<code>autowire="byName"</code>
-					Setting this property is fully optional. However, it
-					lowers the amount of configuration required. With this property set, Spring will scan your
-					bean configuration. Whenever it finds a bean with the same name as the property, it
-					will inject an instance of this bean configuration into this property.
-				</p>
-				<p>For example, if you configure a bean named
-					<code>userInfoDao</code>
-					and your bean has a
-					<code>setUserInfoDao()</code>
-					method Spring will inject an instance of this DAO into your bean.
-				</p>
-				<p>
-					Alternatively you could provide a custom conversation name:
-				</p>
-				<code><pre>
-&lt;bean name="bean1"
-    class="my.app.pck.backings.bean1"
-    scope="conversation.manual"
-    orchestra:conversationName="multibean"
-	autowire="byName"&gt;
-    &lt;aop:scoped-proxy /&gt;
-&lt;/bean&gt;
-&lt;bean name="bean2"
-	class="my.app.pck.backings.bean2"
-	scope="conversation.manual"
-	orchestra:conversationName="multibean"
-	autowire="byName"&gt;
-	&lt;aop:scoped-proxy /&gt;
-&lt;/bean&gt;
-				</pre></code>
-				<p>
-					As you can see in the above example we put two beans into the same conversation, which
-					means they share the same persistence context.<br />
-					This opens the possibility to keep the "one class per page" paradigm and still
-					allows you to pass entities between these two pages (e.g. Master/Detail scenarios).
-				</p>
-			</subsection>
-
-			<subsection name="Closing a conversation">
-			<p>
-				Closing a conversation is straightforward as well. If the bean is in a scope
-				that has been marked with lifetime=flash then the conversation terminates 
-				when a request is processed without referring to anything in that conversation.
-				If you've using a "manual" conversation instead, then you need to call:
-				<pre>
-	<code>Conversation.getCurrentInstance().invalidate()</code>
-				</pre>
-				from within the conversation-scoped bean. With this call, the conversation will cease to exist
-				and the bean will be cleared from the conversation.
-			</p>
-			</subsection>
-
-			<subsection name="Restart a conversation">
-				<p>
-					At times, you do not only want to close a conversation, but you also want to restart it
-					immediately. For this, use the following call:
-					<pre>
-public void invalidateAndRestart()
-{
-    YouBean bean = (YourBean)
-        ConversationUtils.invalidateAndRestart(Conversation.getCurrentInstance());
-    bean.setUser(createdUser.getId());
-}
-					</pre>
-
-					With the returned object, you can do configuration and initialization work.
-				</p>
-			</subsection>
-
-			<subsection name="Ensure a conversation is running">
-				<p>
-					If you have a conversation running over a multitude of pages,
-					you might want to check if the conversation has been initialized before you reach the page.
-					For doing this, you can call the method:
-
-					<code>ConversationUtils.ensureConversationRedirect(conversationName, redirectToJsp)</code>
-
-					before the conversation is first accessed on this page, as in an initialization or
-					prerender-method.
-				</p>
-			</subsection>
-
-			<subsection name="End a conversation by name">
-<code>ConversationUtils.invalidateIfExists(conversationName)</code>
-			</subsection>
-
-			<subsection name="JPA Transaction">
-				<b>Note</b>
-				:
-				Once again I would like to stress that Apache MyFaces Orchestra does not rely
-				on annotations, the JPA thing was just the one we build the examples with,
-				thats why we describe it at first.
-				<p>Every method in your conversation
-					bean is able to issue a database request or to call e.g. a DAO which will
-					do it. Its ensured that during the whole lifetime of this conversation
-					bean all database code will see the same entity manager.
-				</p>
-				<p>Methods
-					which change data has to be annotated with the
-					<code>@Transactional</code>
-					annotation.
-				</p>
-				<p>Which means, that every changed/inserted/deleted entity
-					will be flushed to the database and committed.
-				</p>
-				<p>Thats an important
-					thing to understand. You
-					<b>can</b>
-					change an entity whenever you want,
-					but it will only be flushed after such an annotated method has been
-					invoked.
-				</p>
-
-
-			</subsection>
-
-			<subsection name="Access a conversation">
-
-				<p>
-					From within a conversation scoped bean you can use
-
-					<code>Conversation.getCurrentInstance()</code>
-
-					or the ConversationManager API if you are outside of a conversation or would like to access another
-					conversation
-
-					<code>ConversationManager.getConversation(conversationName)</code>
-				</p>
-
-			</subsection>
-
-			<subsection name="Add beans to a conversation">
-				As e.g a http session or the request map, internally the conversation is also just a map
-				of beans.
-				<br/>
-				Using the spring configuration you're able to add just one bean, the conversation scoped
-				bean to the conversation with the same name as the bean.
-				<br/>
-				But there are ways to add other objects using the Conversation API.
-
-				<p>
-					Once you have access to the conversation object you can do:
-
-					<ul>
-						<li>conversation.setAttribute(key, value)</li>
-						<li>conversation.hasAttribute(key)</li>
-						<li>conversation.getAttribute(key)</li>
-						<li>conversation.removeAttribute(key)</li>
-					</ul>
-				</p>
-
-				<p>
-					Any bean implementing the <code>ConversationBindingListener</code> interface
-					will receive the <code>valueBound()/valueUnbound()</code>.
-
-					<ul>
-						<li>valueBound()<br/>
-							Will be invoked AFTER the bean has been added to the conversation map.
-						</li>
-
-						<li>valueUnbound()<br/>
-							Will be invoked AFTER the bean has been removed from the conversation map.<br/>
-							This will happen if you call <code>removeAttribute(key)</code> or if the
-							conversation ends, either manually or automatically due to a timeout.
-						</li>
-					</ul>
-
-					<b>Notice:</b> In <code>valueUnbound()</code> you can't assume that a faces context
-					will be available.
-				</p>
-			</subsection>
-
-		</section>
-	</body>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+	"http://www.apache.org/dtd/xdoc.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
+
+<document>
+	<properties>
+		<title>Usage</title>
+	</properties>
+
+	<body>
+		<section name="Usage">
+			<p>
+				Once you have configured the system as described in
+				the installation document you can start using the new scope.
+			</p>
+
+			<p>
+				One more prerequisite: instead of configuring your beans in the faces-config.xml
+				configuration you have to do this in your spring configuration now. You can
+				take over all your beans into the Spring configuration, Spring also provides
+				a session and a request scope.
+			</p>
+
+			<p>
+				With this in place, we'll start evaluating the Orchestra-relevant use-cases now - so we'll
+				together look at what you will want to do with Orchestra.
+			</p>
+
+			<subsection name="Starting a conversation">
+				In the beginning, we'll want to start a conversation. Doing that is a no-brainer in Orchestra - if
+				you've declared the relevant managed beans as in the following example:
+				<code><pre>
+&lt;bean name="userInfo"
+    class="my.app.pck.backings.UserInfo"
+    scope="conversation.flash"
+    autowire="byName"&gt;
+    &lt;aop:scoped-proxy /&gt;
+&lt;/bean&gt;
+				</pre></code>
+				<p>
+					We've learned about this syntax in the small example in the introduction - a short repetition:
+					<br/>
+					First, the scope-attribute of the bean-element will be defining the name of the scope; the 
+					names can be whatever you like but we recommend "conversation.flash" and "conversation.manual".
+					<br/>
+					Second, it is very important to use the
+					<b>
+						<code>&lt;aop:scoped-proxy /&gt;</code>
+					</b>
+					child-element. Bear with us - we'll explain to you why that is right now.
+					<br/>
+					Using the <code>&lt;aop:scoped-proxy /&gt;</code>
+					ensures that you will never have a reference to
+					the real instance of your bean, but to a proxy to it. There is no difference
+					in the way how you work with this instance in your code, but if you
+					end a conversation and restart it, you'll appreciate the difference: the proxy will make
+					sure that your application will see the new instance.
+				</p>
+				<p>The
+					<code>autowire="byName"</code>
+					Setting this property is fully optional. However, it
+					lowers the amount of configuration required. With this property set, Spring will scan your
+					bean configuration. Whenever it finds a bean with the same name as the property, it
+					will inject an instance of this bean configuration into this property.
+				</p>
+				<p>For example, if you configure a bean named
+					<code>userInfoDao</code>
+					and your bean has a
+					<code>setUserInfoDao()</code>
+					method Spring will inject an instance of this DAO into your bean.
+				</p>
+				<p>
+					Alternatively you could provide a custom conversation name:
+				</p>
+				<code><pre>
+&lt;bean name="bean1"
+    class="my.app.pck.backings.bean1"
+    scope="conversation.manual"
+    orchestra:conversationName="multibean"
+	autowire="byName"&gt;
+    &lt;aop:scoped-proxy /&gt;
+&lt;/bean&gt;
+&lt;bean name="bean2"
+	class="my.app.pck.backings.bean2"
+	scope="conversation.manual"
+	orchestra:conversationName="multibean"
+	autowire="byName"&gt;
+	&lt;aop:scoped-proxy /&gt;
+&lt;/bean&gt;
+				</pre></code>
+				<p>
+					As you can see in the above example we put two beans into the same conversation, which
+					means they share the same persistence context.<br />
+					This opens the possibility to keep the "one class per page" paradigm and still
+					allows you to pass entities between these two pages (e.g. Master/Detail scenarios).
+				</p>
+			</subsection>
+
+			<subsection name="Closing a conversation">
+			<p>
+				Closing a conversation is straightforward as well. If the bean is in a scope
+				that has been marked with lifetime=flash then the conversation terminates 
+				when a request is processed without referring to anything in that conversation.
+				If you've using a "manual" conversation instead, then you need to call:
+				<pre>
+	<code>Conversation.getCurrentInstance().invalidate()</code>
+				</pre>
+				from within the conversation-scoped bean. With this call, the conversation will cease to exist
+				and the bean will be cleared from the conversation.
+			</p>
+			</subsection>
+
+			<subsection name="Restart a conversation">
+				<p>
+					At times, you do not only want to close a conversation, but you also want to restart it
+					immediately. For this, use the following call:
+					<pre>
+public void invalidateAndRestart()
+{
+    YouBean bean = (YourBean)
+        ConversationUtils.invalidateAndRestart(Conversation.getCurrentInstance());
+    bean.setUser(createdUser.getId());
+}
+					</pre>
+
+					With the returned object, you can do configuration and initialization work.
+				</p>
+			</subsection>
+
+			<subsection name="Ensure a conversation is running">
+				<p>
+					If you have a conversation running over a multitude of pages,
+					you might want to check if the conversation has been initialized before you reach the page.
+					For doing this, you can call the method:
+
+					<code>ConversationUtils.ensureConversationRedirect(conversationName, redirectToJsp)</code>
+
+					before the conversation is first accessed on this page, as in an initialization or
+					prerender-method.
+				</p>
+			</subsection>
+
+			<subsection name="End a conversation by name">
+<code>ConversationUtils.invalidateIfExists(conversationName)</code>
+			</subsection>
+
+			<subsection name="JPA Transaction">
+				<b>Note</b>
+				:
+				Once again I would like to stress that Apache MyFaces Orchestra does not rely
+				on annotations, the JPA thing was just the one we build the examples with,
+				thats why we describe it at first.
+				<p>Every method in your conversation
+					bean is able to issue a database request or to call e.g. a DAO which will
+					do it. Its ensured that during the whole lifetime of this conversation
+					bean all database code will see the same entity manager.
+				</p>
+				<p>Methods
+					which change data has to be annotated with the
+					<code>@Transactional</code>
+					annotation.
+				</p>
+				<p>Which means, that every changed/inserted/deleted entity
+					will be flushed to the database and committed.
+				</p>
+				<p>Thats an important
+					thing to understand. You
+					<b>can</b>
+					change an entity whenever you want,
+					but it will only be flushed after such an annotated method has been
+					invoked.
+				</p>
+
+
+			</subsection>
+
+			<subsection name="Access a conversation">
+
+				<p>
+					From within a conversation scoped bean you can use
+
+					<code>Conversation.getCurrentInstance()</code>
+
+					or the ConversationManager API if you are outside of a conversation or would like to access another
+					conversation
+
+					<code>ConversationManager.getConversation(conversationName)</code>
+				</p>
+
+			</subsection>
+
+			<subsection name="Add beans to a conversation">
+				As e.g a http session or the request map, internally the conversation is also just a map
+				of beans.
+				<br/>
+				Using the spring configuration you're able to add just one bean, the conversation scoped
+				bean to the conversation with the same name as the bean.
+				<br/>
+				But there are ways to add other objects using the Conversation API.
+
+				<p>
+					Once you have access to the conversation object you can do:
+
+					<ul>
+						<li>conversation.setAttribute(key, value)</li>
+						<li>conversation.hasAttribute(key)</li>
+						<li>conversation.getAttribute(key)</li>
+						<li>conversation.removeAttribute(key)</li>
+					</ul>
+				</p>
+
+				<p>
+					Any bean implementing the <code>ConversationBindingListener</code> interface
+					will receive the <code>valueBound()/valueUnbound()</code>.
+
+					<ul>
+						<li>valueBound()<br/>
+							Will be invoked AFTER the bean has been added to the conversation map.
+						</li>
+
+						<li>valueUnbound()<br/>
+							Will be invoked AFTER the bean has been removed from the conversation map.<br/>
+							This will happen if you call <code>removeAttribute(key)</code> or if the
+							conversation ends, either manually or automatically due to a timeout.
+						</li>
+					</ul>
+
+					<b>Notice:</b> In <code>valueUnbound()</code> you can't assume that a faces context
+					will be available.
+				</p>
+			</subsection>
+
+		</section>
+	</body>
 </document>

Propchange: myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TargetBean.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TargetBeanInterface.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TestDefaultViewControllerNameMapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TestInterfaceViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/viewController/TestReflectiveViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/annotation/AnnotationInfo.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/annotation/AnnotationInfoManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/annotation/spring/AnnotationsInfoInitializer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/annotations/ConversationRequire.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/spring/AnnotationInfo.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/spring/AnnotationsInitializer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractAnnotationsViewControllerManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AnnotationsViewControllerExecutor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AnnotationsViewControllerManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AnnotationsViewControllerNameMapper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/PlainAnnotationsViewControllerManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/InitView.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/PreProcess.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/PreRenderView.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/annotations/ViewController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/annotations/MultiViewController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotHall.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotTopic.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotTopicVotes.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotVoteTopic.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotVoteTopicCmp.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/backings/BallotVoter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/ItemDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/TopicDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/VoteDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/dao/VoterDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/lib/BallotState.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/lib/SendMail.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Item.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Topic.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Vote.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/ballot/model/Voter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/backings/Checkout.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/backings/ConfiguratorData.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/backings/Customer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/Initialization.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/ComponentDAO.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/CustomerDAO.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/OrderHeadDAO.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/dao/PieceDAO.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/Component.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/Customer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/OrderHead.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/OrderItem.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/configurator/model/po/Piece.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/dynaForm/model/SimpleEntity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/filter/RequestEncodingFilter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/FacesConst.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/FacesUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/SpringUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditProduct.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/PetstoreData.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/SearchProduct.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/Security.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupSuggest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductPriceDao.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=586414&r1=586413&r2=586414&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Fri Oct 19 06:02:13 2007
@@ -1,406 +1,406 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-		 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-
-	<groupId>org.apache.myfaces.orchestra</groupId>
-	<artifactId>myfaces-orchestra-sandbox</artifactId>
-	<packaging>jar</packaging>
-	<name>MyFaces Orchestra Sandbox</name>
-
-	<parent>
-		<groupId>org.apache.myfaces.orchestra</groupId>
-		<artifactId>myfaces-orchestra-maven</artifactId>
-		<version>1.1-SNAPSHOT</version>
-	</parent>
-
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/sandbox</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/sandbox</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/sandbox</url>
-	</scm>
-
-	<dependencies>
-
-		<!-- compile dependencies -->
-
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>myfaces-orchestra-core</artifactId>
-			<version>1.1-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>myfaces-orchestra-core15</artifactId>
-			<version>1.1-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>bcel</groupId>
-			<artifactId>bcel</artifactId>
-			<version>5.1</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>javax.persistence</groupId>
-			<artifactId>persistence-api</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<!-- provided dependencies -->
-
-		<dependency>
-			<groupId>org.apache.myfaces.core</groupId>
-			<artifactId>myfaces-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-
-		<!-- The dynaform gui builder class requires tomahawk. -->
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk-sandbox</artifactId>
-			<version>1.1.7-SNAPSHOT</version>
-			<scope>provided</scope>
-		</dependency>
-
-
-		<dependency>
-			<groupId>javax.servlet.jsp</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.1</version>
-			<scope>provided</scope>
-		</dependency>
-
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring</artifactId>
-			<version>2.0.6</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<!-- test dependencies -->
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-mock</artifactId>
-			<version>2.0.6</version>
-			<scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>cglib</groupId>
-			<artifactId>cglib</artifactId>
-			<version>2.1_3</version>
-			<scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>javax.persistence</groupId>
-			<artifactId>toplink-essentials</artifactId>
-			<version>1.0</version>
-			<scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.derby</groupId>
-			<artifactId>derby</artifactId>
-			<version>10.3.1.4</version>
-			<scope>test</scope>
-		</dependency>
-
-	</dependencies>
-
-	<build>
-
-		<plugins>
-
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-				        <!-- all test output files go here. ie derby.log, etc -->
-					<workingDirectory>${project.build.directory}</workingDirectory>
-				</configuration>
-			</plugin>
-
-
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>xslt-maven-plugin</artifactId>
-				<version>1.0</version>
-				<configuration>
-					<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-					<srcIncludes>**/*.tld</srcIncludes>
-					<srcDir>src/main/tld</srcDir>
-					<destDir>target/classes/META-INF</destDir>
-				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>transform</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<!--
-			   <plugin>
-				   <groupId>org.codehaus.mojo</groupId>
-				   <artifactId>rat-maven-plugin</artifactId>
-				   <executions>
-					   <execution>
-						   <phase>verify</phase>
-						   <goals>
-							   <goal>check</goal>
-						   </goals>
-					   </execution>
-				   </executions>
-			   </plugin>
-   -->
-		</plugins>
-
-	</build>
-
-    <distributionManagement>
-        <site>
-            <id>apache-site</id>
-            <name>Apache Website</name>
-            <url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-sandbox</url>
-        </site>
-    </distributionManagement>
-
-	<reporting>
-
-		<plugins>
-
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>changelog-maven-plugin</artifactId>
-				<version>2.0-beta-1</version>
-				<reportSets>
-					<reportSet>
-						<id>dual-report</id>
-						<configuration>
-							<type>range</type>
-							<range>30</range>
-						</configuration>
-						<reports>
-							<report>changelog</report>
-							<report>file-activity</report>
-							<report>dev-activity</report>
-						</reports>
-					</reportSet>
-				</reportSets>
-			</plugin>
-
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.0-beta-3</version>
-			</plugin>
-
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jxr-maven-plugin</artifactId>
-			</plugin>
-
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>taglist-maven-plugin</artifactId>
-				<version>2.0</version>
-			</plugin>
-
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>surefire-report-maven-plugin</artifactId>
-			</plugin>
-
-			<plugin>
-				<artifactId>maven-pmd-plugin</artifactId>
-				<version>2.0</version>
-				<configuration>
-					<rulesets>
-						<ruleset>/rulesets/basic.xml</ruleset>
-						<ruleset>/rulesets/unusedcode.xml</ruleset>
-					</rulesets>
-					<linkXref>true</linkXref>
-					<minimumTokens>100</minimumTokens>
-					<targetJdk>1.5</targetJdk>
-					<excludes>
-						<!-- exclude annotations due to pmd problems we have to figure out later -->
-						<exclude>**/annotations/*.java</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
-
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-			</plugin>
-
-		</plugins>
-
-	</reporting>
-
-	<profiles>
-		<profile>
-			<id>generate-site</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>xslt-maven-plugin</artifactId>
-						<version>1.0</version>
-						<executions>
-							<execution>
-								<id>generate-tld-for-tlddoc</id>
-								<goals>
-									<goal>transform</goal>
-								</goals>
-								<configuration>
-									<xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
-									<srcIncludes>**/*.tld</srcIncludes>
-									<srcDir>src/main/tld</srcDir>
-									<destDir>target/tlddoc-site</destDir>
-								</configuration>
-							</execution>
-							<execution>
-								<id>generate-tld-for-jar</id>
-								<goals>
-									<goal>transform</goal>
-								</goals>
-								<configuration>
-									<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-									<srcIncludes>**/*.tld</srcIncludes>
-									<srcDir>src/main/tld</srcDir>
-									<destDir>target/classes/META-INF</destDir>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-
-			</build>
-			<reporting>
-				<plugins>
-					<plugin>
-						<groupId>net.sourceforge.maven-taglib</groupId>
-						<artifactId>maven-taglib-plugin</artifactId>
-						<configuration>
-							<taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
-							<tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
-						</configuration>
-					</plugin>
-				</plugins>
-			</reporting>
-		</profile>
-		<profile>
-			<id>generate-assembly</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>xslt-maven-plugin</artifactId>
-						<version>1.0</version>
-						<executions>
-							<execution>
-								<id>generate-tld-for-tlddoc</id>
-								<goals>
-									<goal>transform</goal>
-								</goals>
-								<configuration>
-									<xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
-									<srcIncludes>**/*.tld</srcIncludes>
-									<srcDir>src/main/tld</srcDir>
-									<destDir>target/tlddoc-site</destDir>
-								</configuration>
-							</execution>
-							<execution>
-								<id>generate-tld-for-jar</id>
-								<goals>
-									<goal>transform</goal>
-								</goals>
-								<configuration>
-									<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-									<srcIncludes>**/*.tld</srcIncludes>
-									<srcDir>src/main/tld</srcDir>
-									<destDir>target/classes/META-INF</destDir>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-javadoc</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>net.sourceforge.maven-taglib</groupId>
-						<artifactId>maven-taglib-plugin</artifactId>
-						<configuration>
-							<taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
-							<tldDocDir>${basedir}/target/tlddoc</tldDocDir>
-						</configuration>
-						<executions>
-							<execution>
-								<id>attach-javadoc</id>
-								<goals>
-									<goal>taglibdocjar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-source-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>attach-source</id>
-								<goals>
-									<goal>jar</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
-</project>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+		 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>org.apache.myfaces.orchestra</groupId>
+	<artifactId>myfaces-orchestra-sandbox</artifactId>
+	<packaging>jar</packaging>
+	<name>MyFaces Orchestra Sandbox</name>
+
+	<parent>
+		<groupId>org.apache.myfaces.orchestra</groupId>
+		<artifactId>myfaces-orchestra-maven</artifactId>
+		<version>1.1-SNAPSHOT</version>
+	</parent>
+
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/sandbox</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/sandbox</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/sandbox</url>
+	</scm>
+
+	<dependencies>
+
+		<!-- compile dependencies -->
+
+		<dependency>
+			<groupId>org.apache.myfaces.orchestra</groupId>
+			<artifactId>myfaces-orchestra-core</artifactId>
+			<version>1.1-SNAPSHOT</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.myfaces.orchestra</groupId>
+			<artifactId>myfaces-orchestra-core15</artifactId>
+			<version>1.1-SNAPSHOT</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>bcel</groupId>
+			<artifactId>bcel</artifactId>
+			<version>5.1</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>javax.persistence</groupId>
+			<artifactId>persistence-api</artifactId>
+			<version>1.0</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<!-- provided dependencies -->
+
+		<dependency>
+			<groupId>org.apache.myfaces.core</groupId>
+			<artifactId>myfaces-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+
+		<!-- The dynaform gui builder class requires tomahawk. -->
+		<dependency>
+			<groupId>org.apache.myfaces.tomahawk</groupId>
+			<artifactId>tomahawk-sandbox</artifactId>
+			<version>1.1.7-SNAPSHOT</version>
+			<scope>provided</scope>
+		</dependency>
+
+
+		<dependency>
+			<groupId>javax.servlet.jsp</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.1</version>
+			<scope>provided</scope>
+		</dependency>
+
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring</artifactId>
+			<version>2.0.6</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<!-- test dependencies -->
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-mock</artifactId>
+			<version>2.0.6</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>cglib</groupId>
+			<artifactId>cglib</artifactId>
+			<version>2.1_3</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>javax.persistence</groupId>
+			<artifactId>toplink-essentials</artifactId>
+			<version>1.0</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.derby</groupId>
+			<artifactId>derby</artifactId>
+			<version>10.3.1.4</version>
+			<scope>test</scope>
+		</dependency>
+
+	</dependencies>
+
+	<build>
+
+		<plugins>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+				        <!-- all test output files go here. ie derby.log, etc -->
+					<workingDirectory>${project.build.directory}</workingDirectory>
+				</configuration>
+			</plugin>
+
+
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>xslt-maven-plugin</artifactId>
+				<version>1.0</version>
+				<configuration>
+					<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+					<srcIncludes>**/*.tld</srcIncludes>
+					<srcDir>src/main/tld</srcDir>
+					<destDir>target/classes/META-INF</destDir>
+				</configuration>
+				<executions>
+					<execution>
+						<goals>
+							<goal>transform</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<!--
+			   <plugin>
+				   <groupId>org.codehaus.mojo</groupId>
+				   <artifactId>rat-maven-plugin</artifactId>
+				   <executions>
+					   <execution>
+						   <phase>verify</phase>
+						   <goals>
+							   <goal>check</goal>
+						   </goals>
+					   </execution>
+				   </executions>
+			   </plugin>
+   -->
+		</plugins>
+
+	</build>
+
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <name>Apache Website</name>
+            <url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-sandbox</url>
+        </site>
+    </distributionManagement>
+
+	<reporting>
+
+		<plugins>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>changelog-maven-plugin</artifactId>
+				<version>2.0-beta-1</version>
+				<reportSets>
+					<reportSet>
+						<id>dual-report</id>
+						<configuration>
+							<type>range</type>
+							<range>30</range>
+						</configuration>
+						<reports>
+							<report>changelog</report>
+							<report>file-activity</report>
+							<report>dev-activity</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.0-beta-3</version>
+			</plugin>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>jxr-maven-plugin</artifactId>
+			</plugin>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>taglist-maven-plugin</artifactId>
+				<version>2.0</version>
+			</plugin>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>surefire-report-maven-plugin</artifactId>
+			</plugin>
+
+			<plugin>
+				<artifactId>maven-pmd-plugin</artifactId>
+				<version>2.0</version>
+				<configuration>
+					<rulesets>
+						<ruleset>/rulesets/basic.xml</ruleset>
+						<ruleset>/rulesets/unusedcode.xml</ruleset>
+					</rulesets>
+					<linkXref>true</linkXref>
+					<minimumTokens>100</minimumTokens>
+					<targetJdk>1.5</targetJdk>
+					<excludes>
+						<!-- exclude annotations due to pmd problems we have to figure out later -->
+						<exclude>**/annotations/*.java</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>rat-maven-plugin</artifactId>
+			</plugin>
+
+		</plugins>
+
+	</reporting>
+
+	<profiles>
+		<profile>
+			<id>generate-site</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>xslt-maven-plugin</artifactId>
+						<version>1.0</version>
+						<executions>
+							<execution>
+								<id>generate-tld-for-tlddoc</id>
+								<goals>
+									<goal>transform</goal>
+								</goals>
+								<configuration>
+									<xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
+									<srcIncludes>**/*.tld</srcIncludes>
+									<srcDir>src/main/tld</srcDir>
+									<destDir>target/tlddoc-site</destDir>
+								</configuration>
+							</execution>
+							<execution>
+								<id>generate-tld-for-jar</id>
+								<goals>
+									<goal>transform</goal>
+								</goals>
+								<configuration>
+									<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+									<srcIncludes>**/*.tld</srcIncludes>
+									<srcDir>src/main/tld</srcDir>
+									<destDir>target/classes/META-INF</destDir>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+
+			</build>
+			<reporting>
+				<plugins>
+					<plugin>
+						<groupId>net.sourceforge.maven-taglib</groupId>
+						<artifactId>maven-taglib-plugin</artifactId>
+						<configuration>
+							<taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
+							<tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
+						</configuration>
+					</plugin>
+				</plugins>
+			</reporting>
+		</profile>
+		<profile>
+			<id>generate-assembly</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>xslt-maven-plugin</artifactId>
+						<version>1.0</version>
+						<executions>
+							<execution>
+								<id>generate-tld-for-tlddoc</id>
+								<goals>
+									<goal>transform</goal>
+								</goals>
+								<configuration>
+									<xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
+									<srcIncludes>**/*.tld</srcIncludes>
+									<srcDir>src/main/tld</srcDir>
+									<destDir>target/tlddoc-site</destDir>
+								</configuration>
+							</execution>
+							<execution>
+								<id>generate-tld-for-jar</id>
+								<goals>
+									<goal>transform</goal>
+								</goals>
+								<configuration>
+									<xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+									<srcIncludes>**/*.tld</srcIncludes>
+									<srcDir>src/main/tld</srcDir>
+									<destDir>target/classes/META-INF</destDir>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-javadoc-plugin</artifactId>
+						<executions>
+							<execution>
+								<id>attach-javadoc</id>
+								<goals>
+									<goal>jar</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+						<groupId>net.sourceforge.maven-taglib</groupId>
+						<artifactId>maven-taglib-plugin</artifactId>
+						<configuration>
+							<taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
+							<tldDocDir>${basedir}/target/tlddoc</tldDocDir>
+						</configuration>
+						<executions>
+							<execution>
+								<id>attach-javadoc</id>
+								<goals>
+									<goal>taglibdocjar</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-source-plugin</artifactId>
+						<executions>
+							<execution>
+								<id>attach-source</id>
+								<goals>
+									<goal>jar</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+
+</project>

Propchange: myfaces/orchestra/trunk/sandbox/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/AbstractConnectionManagerListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnectionFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java
------------------------------------------------------------------------------
    svn:eol-style = native