Steps to re-produce:

(1) checkout JBossAS 7.2.0.Final tag --> JBOSS_HOME

(2) build CapeDwarf Shared

https://github.com/capedwarf/capedwarf-shared

(3) build CapeDwarf Blue

https://github.com/capedwarf/capedwarf-blue

(4) build CapeDwarf AS

https://github.com/capedwarf/capedwarf-jboss-as

mvn clean install -Djboss.dir=<JBOSS_HOME> -Pupdate-as

This will install CapeDwarf Subsystem into previous AS 7.2.0.Final

(5) grab GAE 1.7.6 SDK

http://googleappengine.googlecode.com/files/appengine-java-sdk-1.7.6.zip

(6) Build GAE demos/helloorm2

ant

cd war/

zip -r ROOT.war .

This will zip the demo app as ROOT.war,
which you then deploy to AS.

(7) start CapeDwarf

JBOSS_HOME/bin

./standalone.sh -c standalone-capedwarf.xml -b <IP> -Djboss.node.name=some_name

(8) deploy the app / ROOT.war

---

Deploy this on a few nodes, goto browser: http://<IP:8080>,
add a few flights and see how it works.

It now runs a bit better, where we changed mstruk's laptop with luksa's.
But we still get replication locks ...

Also, the problem is that query on indexing slave takes waaay tooo long.

Anyway, you'll see. ;-)

Ping me for any issues.

-Ales

_______________________________________________
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Reply via email to