[JBoss JIRA] (ARQ-1081) DTD not supported by APE
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1081?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1081:
-------------------------------
Fix Version/s: persistence_1.0.0.Alpha6
(was: persistence_1.0.0.next)
> DTD not supported by APE
> ------------------------
>
> Key: ARQ-1081
> URL: https://issues.jboss.org/browse/ARQ-1081
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: 1.0.0.Alpha4
> Environment: Glassfish 3.1.2.2
> Reporter: Anton Shaykin
> Assignee: Bartosz Majsak
> Priority: Minor
> Fix For: persistence_1.0.0.Alpha6
>
>
> 1) The DTD is not added to deployment archive automatically
> 2) Even when added manually to places usually scanned by WebappClassLoader (such as WEB-INF/classes, WEB-INF/libs (in a separate jar) etc.), test fails due to the following reason:
> java.io.FileNotFoundException: C:\java\glassfish-3.1.2.2\glassfish\domains\domain1\config\test.dtd (The system cannot find the file specified)
> For more details, see this thread: https://community.jboss.org/thread/204709
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1146) Single statement which spans multiple lines is not handled properly
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1146?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1146:
-------------------------------
Fix Version/s: persistence_1.0.0.Alpha6
(was: persistence_1.0.0.next)
> Single statement which spans multiple lines is not handled properly
> -------------------------------------------------------------------
>
> Key: ARQ-1146
> URL: https://issues.jboss.org/browse/ARQ-1146
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha5
> Reporter: Bartosz Majsak
> Assignee: Bartosz Majsak
> Fix For: persistence_1.0.0.Alpha6
>
>
> It seems that current way of splitting SQL file into several statements is not really working properly when ';' is used as demarcation of statement's end.
> Moreover this should be extendable to allow user define his own batch of statements (such as 'GO' keyword for MS SQL). It should be also possible to alter this behaviour and run whole SQL script in one go.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1215) Clean slf4j dependency
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1215?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1215:
-------------------------------
Fix Version/s: persistence_1.0.0.Alpha6
(was: persistence_1.0.0.next)
> Clean slf4j dependency
> ----------------------
>
> Key: ARQ-1215
> URL: https://issues.jboss.org/browse/ARQ-1215
> Project: Arquillian
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha5
> Reporter: Bartosz Majsak
> Assignee: Bartosz Majsak
> Fix For: persistence_1.0.0.Alpha6
>
>
> Current dependency included to satisfy DBUnit is slf4j-jdk14 which is obviously potential source of classpath conflicts. Replace it with reference to API only, so the user can provide facade working with logging framework of his choice.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1086) @CleanuUsingScript with phase NONE
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1086?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1086:
-------------------------------
Fix Version/s: persistence_1.0.0.Alpha6
(was: persistence_1.0.0.next)
> @CleanuUsingScript with phase NONE
> ----------------------------------
>
> Key: ARQ-1086
> URL: https://issues.jboss.org/browse/ARQ-1086
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha4
> Reporter: Anton Shaykin
> Assignee: Bartosz Majsak
> Priority: Minor
> Fix For: persistence_1.0.0.Alpha6
>
>
> When using @CleanupUsingScript(phase = NONE) with @UsingDataSet the following exception is thrown:
> InvalidResourceLocation: Unable to locate cleanup-com.example.arqtest.SimpleTest#testStuff.sql. File does not exist also in default location scripts/
> As Bartosz pointed out, using this annotation with phase=NONE is semantically incorrect. This is obviously not a serious bug.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1343) Schema creation scripts should be repeatable
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1343?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1343:
-------------------------------
Fix Version/s: persistence_1.0.0.Alpha6
(was: persistence_1.0.0.next)
> Schema creation scripts should be repeatable
> --------------------------------------------
>
> Key: ARQ-1343
> URL: https://issues.jboss.org/browse/ARQ-1343
> Project: Arquillian
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha5
> Environment: H2 DB on default integration tests profile
> Reporter: Bartosz Majsak
> Assignee: Bartosz Majsak
> Fix For: persistence_1.0.0.Alpha6
>
>
> Schema creation script should drop tables and sequences if exist in order to avoid "dirty state" from previous tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months