[JBoss JIRA] (ARQ-1624) Create a DeployableContainer integration for remote WAS V8.5
by Gerhard Poul (JIRA)
[ https://issues.jboss.org/browse/ARQ-1624?page=com.atlassian.jira.plugin.s... ]
Gerhard Poul reassigned ARQ-1624:
---------------------------------
Assignee: Gerhard Poul
> Create a DeployableContainer integration for remote WAS V8.5
> ------------------------------------------------------------
>
> Key: ARQ-1624
> URL: https://issues.jboss.org/browse/ARQ-1624
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: WebSphere Containers
> Reporter: Philippe Mazenauer
> Assignee: Gerhard Poul
>
> Adding Websphere Application Server V8.5 to possible WAS Connectors by simply copying the WAS 8 Connector and changing the following section in the POM:
> <dependency>
> <groupId>com.ibm.websphere</groupId>
> <artifactId>ws-admin-client</artifactId>
> <version>8.5.0</version>
> <scope>system</scope> <systemPath>${was_home}/runtimes/com.ibm.ws.admin.client_8.5.0.jar</systemPath>
> </dependency>
> And Probably making a proper release out of it, so you don't have to compile it local.
> Thanks
> Philippe Mazenauer
--
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
10 years, 11 months
[JBoss JIRA] (ARQ-1009) ClassNotFoundException when using CLEAN_INSERT
by Bartosz Majsak (JIRA)
[ https://issues.jboss.org/browse/ARQ-1009?page=com.atlassian.jira.plugin.s... ]
Bartosz Majsak reassigned ARQ-1009:
-----------------------------------
Assignee: Bartosz Majsak
> ClassNotFoundException when using CLEAN_INSERT
> ----------------------------------------------
>
> Key: ARQ-1009
> URL: https://issues.jboss.org/browse/ARQ-1009
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha4
> Environment: Windows 7, Java 1.6.0_31
> Reporter: Karsten Ohme
> Assignee: Bartosz Majsak
> Fix For: persistence_1.0.0.next
>
>
> I set in arquillian.xml the configuration property:
> <property name="dataSeedStrategy">CLEAN_INSERT</property>
> When starting the test I get a ClassNotFoundException in ConfigurationTypeConverter in line 182:
> Object instance = Class.forName(value).newInstance();
--
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
10 years, 11 months