Cross-posting to dev. Sergey E., can you take a look and finish with this? Valery, thanks for pointing out.
--Yakov 2015-07-17 9:24 GMT+03:00 shibaevv <shibaev.val...@gmail.com>: > This fix with JTA is working if I keep ignite config outside of my war file > (e.g. $JBOSS_HOME/config). > But if I want to keep it inside my war file ignite 1.3.1 failing as it does > not consider jboss vfs:/ as valid schema (looking for file:/) > > uri = > > vfs:/C:/Users/vchibaev/Documents/dev/jboss/jboss-as-7.2.0.Final/bin/content/gmer-ear.ear/mro.war/WEB-INF/lib/ignite-core-1.3.1.jar > > org.apache.ignite.internal.util.IgniteUtils::resolveProjectHome() { > .. > return findProjectHome(new File(uri)); > } > > File ctor: > if ((scheme == null) || !scheme.equalsIgnoreCase("file")) > throw new IllegalArgumentException("URI scheme is not > \"file\"") > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-as-L2-cache-in-JBoss6-tp538p664.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >