Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Upgrade ARQ GAE -- fixed Modules #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Aug 28, 2013
1 parent 13c85ae commit aa5b2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions common/appengine-tck-base/src/main/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
<configuration>
<property name="jbossHome">${capedwarf.home}</property>
<property name="serverConfig">standalone-capedwarf.xml</property>
<property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=256m
-Djboss.mail.host=${jboss.mail.host:localhost}
</property>
<property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=256m -Djboss.mail.host=${jboss.mail.host:localhost}</property>
<property name="allowConnectingToRunningServer">true</property>
</configuration>
</container>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<version.javax.servlet>3.0.1</version.javax.servlet>
<version.junit>4.11</version.junit>
<version.arquillian>1.1.1.Final</version.arquillian>
<version.arquillian.gae>1.0.0.Beta5</version.arquillian.gae>
<version.arquillian.gae>1.0.0.Beta6</version.arquillian.gae>
<version.arquillian.drone>1.2.0.Alpha3</version.arquillian.drone>

<!-- Utils -->
Expand Down

1 comment on commit aa5b2c2

@terryok
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get this error when trying to run against Appspot. Looks like it's trying to deploy against localhost instead. I narrowed the issue down to this commit.

Caused by: java.lang.IllegalStateException: Error launching request at http://localhost:8080/ArquillianServletRunner?outputMode=serializedObject&className=com.google.appengine.tck.datastore.SmokeTest&methodName=batchGetReturnsOnlyExistingKeysInMap. No result returned

Please sign in to comment.