My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 02, 2009
    issue 3 (failed SanityTest on parancoe-plugin-italy - trunk) Status changed by enricogiurin   -   The problem has not been appeared any more so it seems was not an bug
    Status: Invalid
    The problem has not been appeared any more so it seems was not an bug
    Status: Invalid
  • Dec 02, 2009
    issue 12 (Fixture not loaded for an entity enum ) reported by enricogiurin   -   In order to create a lookup table in my application I have defined a JPA annotated entity like an enum, in this way: @Entity public enum Gender { ... } See this article for better understanding of a JPA annotated entity which represents a lookup table: http://www.parancoe.org/articles/2009/12/02/lookup-tables/ I have associated the related dao to that pojo . The corresponding table is created on the underlying database. I have defined a corresponding fixture in a ylm file and modified the method getFixtureClasses() of the BaseTest class which my test classes extend. The fixture is not loaded. The main issue is that also the other fixtures are not loaded As long as I don't remove the class definition of my enum entity from the getFixtureClasses method.
    In order to create a lookup table in my application I have defined a JPA annotated entity like an enum, in this way: @Entity public enum Gender { ... } See this article for better understanding of a JPA annotated entity which represents a lookup table: http://www.parancoe.org/articles/2009/12/02/lookup-tables/ I have associated the related dao to that pojo . The corresponding table is created on the underlying database. I have defined a corresponding fixture in a ylm file and modified the method getFixtureClasses() of the BaseTest class which my test classes extend. The fixture is not loaded. The main issue is that also the other fixtures are not loaded As long as I don't remove the class definition of my enum entity from the getFixtureClasses method.

Earlier this year

  • Nov 26, 2009
    issue 11 (Check the connection autocommit status before committing) reported by lucio.benfante   -   If the autocommit status of a connection is true, the commit/rollback in the ParancoeOpenSessionInViewInterceptor can fail (this is mostly in evidence using JBoss): 15:55:06,264 ERROR [ParancoeDispatcherServlet] HandlerInterceptor.afterCompletion threw exception org.hibernate.TransactionException: JDBC commit failed at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:130) at org.parancoe.web.ParancoeOpenSessionInViewInterceptor.afterCompletion(ParancoeOpenSessionInViewInterceptor.java:64) at org.springframework.web.servlet.DispatcherServlet.triggerAfterCompletion(DispatcherServlet.java:1235) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:911) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:277) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) Caused by: java.sql.SQLException: You cannot commit with autocommit set! at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.jdbcCommit(BaseWrapperManagedConnection.java:434) at org.jboss.resource.adapter.jdbc.WrappedConnection.commit(WrappedConnection.java:331) at org.hibernate.transaction.JDBCTransaction.commitAndResetAutoCommit(JDBCTransaction.java:139) at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:115) ... 61 more Proposed solution: Set the autocommit status to false before the commit/rollback, then restore to its original status: if (session.getTransaction().isActive() && !session.getTransaction().wasRolledBack()) { Connection connection = session.connection(); boolean autoCommit = connection.getAutoCommit(); connection.setAutoCommit(false); session.getTransaction().commit(); connection.setAutoCommit(autoCommit); }
    If the autocommit status of a connection is true, the commit/rollback in the ParancoeOpenSessionInViewInterceptor can fail (this is mostly in evidence using JBoss): 15:55:06,264 ERROR [ParancoeDispatcherServlet] HandlerInterceptor.afterCompletion threw exception org.hibernate.TransactionException: JDBC commit failed at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:130) at org.parancoe.web.ParancoeOpenSessionInViewInterceptor.afterCompletion(ParancoeOpenSessionInViewInterceptor.java:64) at org.springframework.web.servlet.DispatcherServlet.triggerAfterCompletion(DispatcherServlet.java:1235) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:911) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:277) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) Caused by: java.sql.SQLException: You cannot commit with autocommit set! at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.jdbcCommit(BaseWrapperManagedConnection.java:434) at org.jboss.resource.adapter.jdbc.WrappedConnection.commit(WrappedConnection.java:331) at org.hibernate.transaction.JDBCTransaction.commitAndResetAutoCommit(JDBCTransaction.java:139) at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:115) ... 61 more Proposed solution: Set the autocommit status to false before the commit/rollback, then restore to its original status: if (session.getTransaction().isActive() && !session.getTransaction().wasRolledBack()) { Connection connection = session.connection(); boolean autoCommit = connection.getAutoCommit(); connection.setAutoCommit(false); session.getTransaction().commit(); connection.setAutoCommit(autoCommit); }
  • Jun 23, 2009
    r858 (Added some tests) committed by lucio.benfante   -   Added some tests
    Added some tests
  • Jun 22, 2009
    issue 10 (Check the init methods PluginHelper) reported by lucio.benfante   -   The following methods of the PluginHelper: public void initWebPlugins() public void initApplicationContextPlugins() They create a new instance of the PluginHelper itself. For example in initWebPlugins(): Collection<WebPlugin> plugins = new PluginHelper(ctx).getWebPlugins(); Is it really necessary? Please review.
    The following methods of the PluginHelper: public void initWebPlugins() public void initApplicationContextPlugins() They create a new instance of the PluginHelper itself. For example in initWebPlugins(): Collection<WebPlugin> plugins = new PluginHelper(ctx).getWebPlugins(); Is it really necessary? Please review.
  • Jun 04, 2009
    r857 (Added a mock for a mail sender.) committed by lucio.benfante   -   Added a mock for a mail sender.
    Added a mock for a mail sender.
  • Jun 01, 2009
    r856 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Jun 01, 2009
    r855 ([maven-release-plugin] copy for tag parancoe-plugin-springs...) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-plugin-springsecurity-2.0.3
    [maven-release-plugin] copy for tag parancoe-plugin-springsecurity-2.0.3
  • Jun 01, 2009
    r854 ([maven-release-plugin] prepare release parancoe-plugin-sprin...) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-plugin-springsecurity-2.0.3
    [maven-release-plugin] prepare release parancoe-plugin-springsecurity-2.0.3
  • Jun 01, 2009
    r853 (Aligned to 2.0.1 for releasing) committed by lucio.benfante   -   Aligned to 2.0.1 for releasing
    Aligned to 2.0.1 for releasing
  • Jun 01, 2009
    r852 (Added dependency spring-security-core-tiger to use annotatio...) committed by enricogiurin   -   Added dependency spring-security-core-tiger to use annotation.
    Added dependency spring-security-core-tiger to use annotation.
  • May 25, 2009
    r851 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • May 25, 2009
    r850 ([maven-release-plugin] copy for tag parancoe-plugin-dwr-2.0...) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-plugin-dwr-2.0.4
    [maven-release-plugin] copy for tag parancoe-plugin-dwr-2.0.4
  • May 25, 2009
    r849 ([maven-release-plugin] prepare release parancoe-plugin-dwr-2...) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-plugin-dwr-2.0.4
    [maven-release-plugin] prepare release parancoe-plugin-dwr-2.0.4
  • May 25, 2009
    r848 (Updated dwr jar compiling with 1.5) committed by lucio.benfante   -   Updated dwr jar compiling with 1.5
    Updated dwr jar compiling with 1.5
  • May 21, 2009
    r847 (Added auto-discovery of daos and entities) committed by lucio.benfante   -   Added auto-discovery of daos and entities
    Added auto-discovery of daos and entities
  • May 21, 2009
    r846 (Added (provided) servlet and JSP dependencies in the resulti...) committed by lucio.benfante   -   Added (provided) servlet and JSP dependencies in the resulting pom.
    Added (provided) servlet and JSP dependencies in the resulting pom.
  • May 21, 2009
    r845 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • May 21, 2009
    r844 ([maven-release-plugin] copy for tag parancoe-plugin-dwr-2.0...) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-plugin-dwr-2.0.3
    [maven-release-plugin] copy for tag parancoe-plugin-dwr-2.0.3
  • May 21, 2009
    r843 ([maven-release-plugin] prepare release parancoe-plugin-dwr-2...) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-plugin-dwr-2.0.3
    [maven-release-plugin] prepare release parancoe-plugin-dwr-2.0.3
  • May 21, 2009
    r842 (Updated DWR 3 from svn repository) committed by lucio.benfante   -   Updated DWR 3 from svn repository
    Updated DWR 3 from svn repository
  • May 06, 2009
    r841 (Fixed type of interceptors.) committed by lucio.benfante   -   Fixed type of interceptors.
    Fixed type of interceptors.
  • May 04, 2009
    r840 (Fixed type of interceptor using the interface (and not the a...) committed by lucio.benfante   -   Fixed type of interceptor using the interface (and not the adapter)
    Fixed type of interceptor using the interface (and not the adapter)
  • May 04, 2009
    r839 (Corrected plugin class name) committed by lucio.benfante   -   Corrected plugin class name
    Corrected plugin class name
  • Apr 23, 2009
    r838 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Apr 23, 2009
    r837 ([maven-release-plugin] copy for tag parancoe-plugin-tiles-2...) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-plugin-tiles-2.0.1
    [maven-release-plugin] copy for tag parancoe-plugin-tiles-2.0.1
  • Apr 23, 2009
    r836 ([maven-release-plugin] prepare release parancoe-plugin-tiles...) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-plugin-tiles-2.0.1
    [maven-release-plugin] prepare release parancoe-plugin-tiles-2.0.1
  • Apr 23, 2009
    r835 (Update versions fo releasing) committed by lucio.benfante   -   Update versions fo releasing
    Update versions fo releasing
  • Jan 02, 2009
    r834 (Added Tiles plugin) committed by lucio.benfante   -   Added Tiles plugin
    Added Tiles plugin
  • Jan 02, 2009
    r833 (Added Tiles plugin) committed by lucio.benfante   -   Added Tiles plugin
    Added Tiles plugin

Older

  • Nov 24, 2008
    r832 (Added todo for (eventually) enhancing the exception managing...) committed by lucio.benfante   -   Added todo for (eventually) enhancing the exception managing on calling the dao base methods.
    Added todo for (eventually) enhancing the exception managing on calling the dao base methods.
  • Nov 17, 2008
    r831 (Added Italy plugin documentation) committed by lucio.benfante   -   Added Italy plugin documentation
    Added Italy plugin documentation
  • Nov 16, 2008
    r830 (Updated dependency to parancoe (2.0.1)) committed by lucio.benfante   -   Updated dependency to parancoe (2.0.1)
    Updated dependency to parancoe (2.0.1)
  • Nov 16, 2008
    r829 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Nov 16, 2008
    r828 ([maven-release-plugin] copy for tag parancoe-webarchetype-2...) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-webarchetype-2.0.3
    [maven-release-plugin] copy for tag parancoe-webarchetype-2.0.3
  • Nov 16, 2008
    r827 ([maven-release-plugin] prepare release parancoe-webarchetype...) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-webarchetype-2.0.3
    [maven-release-plugin] prepare release parancoe-webarchetype-2.0.3
  • Nov 16, 2008
    r826 (Updated dependency to parancoe (2.0.1)) committed by lucio.benfante   -   Updated dependency to parancoe (2.0.1)
    Updated dependency to parancoe (2.0.1)
  • Nov 16, 2008
    r825 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Nov 16, 2008
    r824 ([maven-release-plugin] copy for tag parancoe-plugins-2.0.1) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-plugins-2.0.1
    [maven-release-plugin] copy for tag parancoe-plugins-2.0.1
  • Nov 16, 2008
    r823 ([maven-release-plugin] prepare release parancoe-plugins-2.0....) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-plugins-2.0.1
    [maven-release-plugin] prepare release parancoe-plugins-2.0.1
  • Nov 16, 2008
    r822 (Updated dependency to parancoe (2.0.1)) committed by lucio.benfante   -   Updated dependency to parancoe (2.0.1)
    Updated dependency to parancoe (2.0.1)
  • Nov 16, 2008
    r821 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Nov 16, 2008
    r820 ([maven-release-plugin] copy for tag parancoe-2.0.1) committed by lucio.benfante   -   [maven-release-plugin] copy for tag parancoe-2.0.1
    [maven-release-plugin] copy for tag parancoe-2.0.1
  • Nov 16, 2008
    r819 ([maven-release-plugin] prepare release parancoe-2.0.1) committed by lucio.benfante   -   [maven-release-plugin] prepare release parancoe-2.0.1
    [maven-release-plugin] prepare release parancoe-2.0.1
  • Nov 16, 2008
    r818 (Added dwr controller overriding note) committed by lucio.benfante   -   Added dwr controller overriding note
    Added dwr controller overriding note
  • Nov 13, 2008
    r817 (Changed the version of the parancoe-web dependency to SNAPSH...) committed by lucio.benfante   -   Changed the version of the parancoe-web dependency to SNAPSHOT (for development)
    Changed the version of the parancoe-web dependency to SNAPSHOT (for development)
  • Nov 13, 2008
    r816 (Changed the version of the dwr xsd from 2.0 ti 3.0.) committed by lucio.benfante   -   Changed the version of the dwr xsd from 2.0 ti 3.0.
    Changed the version of the dwr xsd from 2.0 ti 3.0.
  • Nov 13, 2008
    r815 (Changed the order of loading of configuration files: the las...) committed by lucio.benfante   -   Changed the order of loading of configuration files: the last files are the configuration files of the application, so they can override the configuration from the plugins.
    Changed the order of loading of configuration files: the last files are the configuration files of the application, so they can override the configuration from the plugins.
  • Nov 12, 2008
    r814 (Completed the DWR documentation) committed by lucio.benfante   -   Completed the DWR documentation
    Completed the DWR documentation
  • Nov 09, 2008
    r813 ([maven-release-plugin] prepare for next development iteratio...) committed by lucio.benfante   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
 
Hosted by Google Code