[JBoss JIRA] (ARQ-2052) Profiles in arquillian.xml
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-2052?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek commented on ARQ-2052:
-------------------------------------
Hi,
you can have several arquillian.xml files and invoke them either using the parameter
{{-Darquillian.xml=/path/to/arquillian.xml}}
or {{maven-surefire-plugin}} configuration in several profiles:
{code:xml}
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<arquillian.xml>/path/to/arquillian.xml</arquillian.xml>
</systemPropertyVariables>
</configuration>
</plugin>
{code}
In similar way, you can set the variables you are using in arquillian.xml file
> Profiles in arquillian.xml
> --------------------------
>
> Key: ARQ-2052
> URL: https://issues.jboss.org/browse/ARQ-2052
> Project: Arquillian
> Issue Type: Feature Request
> Components: Configuration
> Environment: Development
> Reporter: Rafael Garcia
> Priority: Minor
>
> Hi,
> Could It set the *arquillian.xml* file for different environments or profiles??
> For example:
> {code:java}
> <property name="username">${jira.username}</property>
> <property name="password">${jira.password}</property>
> <property name="server">${jira.url}</property>
> {code}
> On the other hand, we have a properties file with:
> {code:java}
> # JIRA PROPERTIES
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ARQ-2052) Profiles in arquillian.xml
by Rafael Garcia (JIRA)
[ https://issues.jboss.org/browse/ARQ-2052?page=com.atlassian.jira.plugin.s... ]
Rafael Garcia updated ARQ-2052:
-------------------------------
Environment: Development (was: Hi,
Could It set the arquillian.xml file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
# JIRA PROPERTIES
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX)
> Profiles in arquillian.xml
> --------------------------
>
> Key: ARQ-2052
> URL: https://issues.jboss.org/browse/ARQ-2052
> Project: Arquillian
> Issue Type: Feature Request
> Components: Configuration
> Environment: Development
> Reporter: Rafael Garcia
> Priority: Minor
>
> Hi,
> Could It set the *arquillian.xml* file for different environments or profiles??
> For example:
> {code:java}
> <property name="username">${jira.username}</property>
> <property name="password">${jira.password}</property>
> <property name="server">${jira.url}</property>
> {code}
> On the other hand, we have a properties file with:
> {code:java}
> # JIRA PROPERTIES
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ARQ-2052) Profiles in arquillian.xml
by Rafael Garcia (JIRA)
[ https://issues.jboss.org/browse/ARQ-2052?page=com.atlassian.jira.plugin.s... ]
Rafael Garcia updated ARQ-2052:
-------------------------------
Description:
Hi,
Could It set the *arquillian.xml* file for different environments or profiles??
For example:
{code:java}
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
{code}
On the other hand, we have a properties file with:
{code:java}
# JIRA PROPERTIES
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
{code}
was:
Hi,
Could It set the *arquillian.xml* file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
*# JIRA PROPERTIES*
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
> Profiles in arquillian.xml
> --------------------------
>
> Key: ARQ-2052
> URL: https://issues.jboss.org/browse/ARQ-2052
> Project: Arquillian
> Issue Type: Feature Request
> Components: Configuration
> Environment: Hi,
> Could It set the arquillian.xml file for different environments or profiles??
> For example:
> <property name="username">${jira.username}</property>
> <property name="password">${jira.password}</property>
> <property name="server">${jira.url}</property>
> Before file .properties
> # JIRA PROPERTIES
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
> Reporter: Rafael Garcia
> Priority: Minor
>
> Hi,
> Could It set the *arquillian.xml* file for different environments or profiles??
> For example:
> {code:java}
> <property name="username">${jira.username}</property>
> <property name="password">${jira.password}</property>
> <property name="server">${jira.url}</property>
> {code}
> On the other hand, we have a properties file with:
> {code:java}
> # JIRA PROPERTIES
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ARQ-2052) Profiles in arquillian.xml
by Rafael Garcia (JIRA)
[ https://issues.jboss.org/browse/ARQ-2052?page=com.atlassian.jira.plugin.s... ]
Rafael Garcia updated ARQ-2052:
-------------------------------
Description:
Hi,
Could It set the *arquillian.xml* file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
*# JIRA PROPERTIES*
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
> Profiles in arquillian.xml
> --------------------------
>
> Key: ARQ-2052
> URL: https://issues.jboss.org/browse/ARQ-2052
> Project: Arquillian
> Issue Type: Feature Request
> Components: Configuration
> Environment: Hi,
> Could It set the arquillian.xml file for different environments or profiles??
> For example:
> <property name="username">${jira.username}</property>
> <property name="password">${jira.password}</property>
> <property name="server">${jira.url}</property>
> Before file .properties
> # JIRA PROPERTIES
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
> Reporter: Rafael Garcia
> Priority: Minor
>
> Hi,
> Could It set the *arquillian.xml* file for different environments or profiles??
> For example:
> <property name="username">${jira.username}</property>
> <property name="password">${jira.password}</property>
> <property name="server">${jira.url}</property>
> Before file .properties
> *# JIRA PROPERTIES*
> jira.url=http://XXXXX:8080
> jira.username=XXXXX
> jira.password=XXXXX
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ARQ-2052) Profiles in arquillian.xml
by Rafael Garcia (JIRA)
Rafael Garcia created ARQ-2052:
----------------------------------
Summary: Profiles in arquillian.xml
Key: ARQ-2052
URL: https://issues.jboss.org/browse/ARQ-2052
Project: Arquillian
Issue Type: Feature Request
Components: Configuration
Environment: Hi,
Could It set the arquillian.xml file for different environments or profiles??
For example:
<property name="username">${jira.username}</property>
<property name="password">${jira.password}</property>
<property name="server">${jira.url}</property>
Before file .properties
# JIRA PROPERTIES
jira.url=http://XXXXX:8080
jira.username=XXXXX
jira.password=XXXXX
Reporter: Rafael Garcia
Priority: Minor
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (ARQ-1923) Cannot build Warp 1.0.0.Alpha7 with OpenJDK 8
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1923?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek closed ARQ-1923.
-------------------------------
> Cannot build Warp 1.0.0.Alpha7 with OpenJDK 8
> ---------------------------------------------
>
> Key: ARQ-1923
> URL: https://issues.jboss.org/browse/ARQ-1923
> Project: Arquillian
> Issue Type: Bug
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha7
> Reporter: Pavol Pitonak
> Assignee: Matous Jobanek
> Fix For: warp_1.0.0.Alpha8
>
>
> # git clone https://github.com/arquillian/arquillian-extension-warp.git
> # mvn clean install
> result:
> * when launched with OpenJDK 8, one test fails TestExecutedMethod.testSerializedAnnotation
> {code}
> java.lang.IllegalStateException: java.lang.IllegalStateException: Error instantiating proxy for annotation. Annotation type: interface org.jboss.arquillian.warp.impl.shared.TestingAnnotation
> at org.jboss.arquillian.warp.impl.shared.SerializedAnnotation.getAnnotation(SerializedAnnotation.java:61)
> at org.jboss.arquillian.warp.impl.shared.TestExecutedMethod.testSerializedAnnotation(TestExecutedMethod.java:49)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
> at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
> Caused by: java.lang.IllegalStateException: Error instantiating proxy for annotation. Annotation type: interface org.jboss.arquillian.warp.impl.shared.TestingAnnotation
> at org.jboss.arquillian.warp.impl.utils.AnnotationInstanceProvider.get(AnnotationInstanceProvider.java:83)
> at org.jboss.arquillian.warp.impl.shared.SerializedAnnotation.getAnnotation(SerializedAnnotation.java:59)
> ... 24 more
> Caused by: java.lang.IllegalAccessException: Class org.jboss.arquillian.warp.impl.utils.AnnotationInstanceProvider can not access a member of class org.jboss.arquillian.warp.impl.shared.$Proxy5 with modifiers "public"
> at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
> at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:295)
> at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:287)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:398)
> at org.jboss.arquillian.warp.impl.utils.AnnotationInstanceProvider.get(AnnotationInstanceProvider.java:76)
> ... 25 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month