Message7275

Author vmassol
Recipients vmassol
Date 2012-06-29.12:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340972870.25.0.973597132509.issue1936@psf.upfronthosting.co.za>
In-reply-to
Content
I have exactly the same problem as http://bugs.jython.org/issue1639 (see also http://xwiki.475771.n2.nabble.com/Deploying-on-JBoss-5-td5390212.html) but on JBoss AS 7 (7.1.1Final to be precise).

This time the problem is that JBoss AS7 has introduced the "vfs" protocol (and no longer "vfszip"), thus the JAR is not considered standalone and thus libs in the standalone's Lib/ directory are not taken into account...

The URL I get is from getJarFileName() is:
vfs:/Users/vmassol/Desktop/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jython-standalone-2.5.2.jar/org/python/core/PySystemState.class

For details, see http://jira.xwiki.org/browse/XWIKI-7984

Thanks a lot. Would be awesome if this could make it in 2.5.3 :)
History
Date User Action Args
2012-06-29 12:27:50vmassolsetrecipients: + vmassol
2012-06-29 12:27:50vmassolsetmessageid: <1340972870.25.0.973597132509.issue1936@psf.upfronthosting.co.za>
2012-06-29 12:27:50vmassollinkissue1936 messages
2012-06-29 12:27:49vmassolcreate