Jesus Lunar Perez created ARQ-2192:
--------------------------------------
Summary: Method ProxyUsageTracker.initializeRealURLMapping is not called
which produces NPE on registerOperationalContextToUrl
Key: ARQ-2192
URL:
https://issues.jboss.org/browse/ARQ-2192
Project: Arquillian
Issue Type: Bug
Components: Extension - Warp
Affects Versions: 1.4.0.Final
Reporter: Jesus Lunar Perez
Attachments: arquillian.xml
I'm getting this error:
{code:java}
Caused by: java.lang.NullPointerException
at
org.jboss.arquillian.warp.impl.client.proxy.ProxyUsageTracker.registerOperationalContextToUrl(ProxyUsageTracker.java:75)
{code}
After debugging, I've found method ProxyUsageTracker.initializeRealURLMapping is not
called so it produces the NPE.
When is it supposed to be called?
I'm using Arquillian 1.4.0.Final and warp 1.0.0.Alpha8 deploying in a weblogic server
(arquillian.xml attached)
Thanks in advance.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)