Transaction error from colon placement when using Doc Import

XMLWordPrintable

    • Type: Bug
    • Resolution: Answered
    • Priority: Low
    • None
    • Affects Version/s: 3.1, 3.1.1
    • Component/s: None
    • Environment:

      Confluence 3.1.1 Standalone
      JDK 1.6.0_17

      Using the Doc Import feature on a document that contains content withing brackets [ ] will throw an error if the content between the brackets contains a colon more than 256 characters after the opening bracket [.

      Error from 3.1.1 on PostgreSQL (UTF-8) and MSSQL (UCS-2 with unicode fix implemented0:

      org.springframework.transaction.IllegalTransactionStateException: Transaction is already completed - do not call commit or rollback more than once per transaction
      	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:725)
      	at com.atlassian.xwork.interceptors.TransactionalInvocation.commitOrRollbackTransaction(TransactionalInvocation.java:93)
      	at com.atlassian.xwork.interceptors.TransactionalInvocation.invokeInTransaction(TransactionalInvocation.java:63)
      	at com.atlassian.xwork.interceptors.XWorkTransactionInterceptor.intercept(XWorkTransactionInterceptor.java:56)
      	at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
      .....
      

            Assignee:
            Unassigned
            Reporter:
            Adam Laskowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: