[JBoss JIRA] (WFLY-3415) REST provider does not handler : in the URI properly
by Maciej Swiderski (JIRA)
[ https://issues.jboss.org/browse/WFLY-3415?page=com.atlassian.jira.plugin.... ]
Maciej Swiderski updated WFLY-3415:
-----------------------------------
Attachment: WFLY-3415-stactrace.txt
complete stack trace
> REST provider does not handler : in the URI properly
> ----------------------------------------------------
>
> Key: WFLY-3415
> URL: https://issues.jboss.org/browse/WFLY-3415
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: REST
> Affects Versions: 8.0.0.Final, 8.1.0.CR1, 8.1.0.CR2
> Reporter: Maciej Swiderski
> Assignee: Stuart Douglas
> Attachments: WFLY-3415-stactrace.txt
>
>
> REST provider does not handler : in the URI properly and fails with [org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher] (default task-1) Failed to parse request.: java.lang.IllegalArgumentException: Illegal uri template: runtime/org.jbpm:HR:1.0/process/hiring/start
> complete stack trace attached. in jbpm we use GAV (of maven deployable artifact) as an identifier of a resource and while trying to move up to Wildfly (from EAP 6.1) we encountered this issue which looks like a limitation compared to previous version. Is this done by design or is more like a bug?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (WFLY-3415) REST provider does not handler : in the URI properly
by Maciej Swiderski (JIRA)
Maciej Swiderski created WFLY-3415:
--------------------------------------
Summary: REST provider does not handler : in the URI properly
Key: WFLY-3415
URL: https://issues.jboss.org/browse/WFLY-3415
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: REST
Affects Versions: 8.1.0.CR2, 8.1.0.CR1, 8.0.0.Final
Reporter: Maciej Swiderski
Assignee: Stuart Douglas
REST provider does not handler : in the URI properly and fails with [org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher] (default task-1) Failed to parse request.: java.lang.IllegalArgumentException: Illegal uri template: runtime/org.jbpm:HR:1.0/process/hiring/start
complete stack trace attached. in jbpm we use GAV (of maven deployable artifact) as an identifier of a resource and while trying to move up to Wildfly (from EAP 6.1) we encountered this issue which looks like a limitation compared to previous version. Is this done by design or is more like a bug?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (JGRP-1845) Null pointer exception in Samsung Q1 using 3G connection
by Denis Lamela (JIRA)
[ https://issues.jboss.org/browse/JGRP-1845?page=com.atlassian.jira.plugin.... ]
Denis Lamela commented on JGRP-1845:
------------------------------------
Hello Bela Ban, I saw your solution in the source code. Thank you.
The problem occurs in JDK 6 and 7. The stack trace is:
java.lang.NullPointerException
at java.net.NetworkInterface.getInterfaceAddresses(Unknown Source)
at org.jgroups.stack.DiagnosticsHandler.bindToInterfaces(DiagnosticsHandler.java:211)
at org.jgroups.stack.DiagnosticsHandler.start(DiagnosticsHandler.java:87)
at org.jgroups.protocols.TP.start(TP.java:1210)
at org.jgroups.protocols.TCP.start(TCP.java:82)
at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:952)
at org.jgroups.JChannel.startStack(JChannel.java:864)
at org.jgroups.JChannel._preConnect(JChannel.java:527)
at org.jgroups.JChannel.connect(JChannel.java:284)
at org.jgroups.JChannel.connect(JChannel.java:275)
> Null pointer exception in Samsung Q1 using 3G connection
> --------------------------------------------------------
>
> Key: JGRP-1845
> URL: https://issues.jboss.org/browse/JGRP-1845
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.1, 3.2, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.12, 3.2.13, 3.3, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.4, 3.4.1, 3.4.2, 3.4.3, 3.4.4
> Environment: Samsung Q1 with Windows XP Tablet Edition and 3G connection. Java 6 or Java 7.
> Reporter: Denis Lamela
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.3.6, 3.4.5, 3.5
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Null pointer exception in method "bindToInterfaces" of class "org.jgroups.stack.DiagnosticsHandler". The exception is thrown while executing "i.getInterfaceAddresses().isEmpty()". "i.getInterfaceAddresses()" returns null.
> This bug can be fixed checking if "i.getInterfaceAddresses()" returns null.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (JBEE-155) Javadoc for WebSocketContainer.connectToServer mentions ServerEndpoint instead of ClientEndpoint
by Ron Šmeral (JIRA)
[ https://issues.jboss.org/browse/JBEE-155?page=com.atlassian.jira.plugin.s... ]
Ron Šmeral commented on JBEE-155:
---------------------------------
Filed upstream: https://java.net/jira/browse/WEBSOCKET_SDK-6, since the org.jboss.spec.javax.websocket API seems to be copied from there.
> Javadoc for WebSocketContainer.connectToServer mentions ServerEndpoint instead of ClientEndpoint
> ------------------------------------------------------------------------------------------------
>
> Key: JBEE-155
> URL: https://issues.jboss.org/browse/JBEE-155
> Project: JBoss JavaEE Spec APIs
> Issue Type: Bug
> Components: jboss-websocket-api
> Affects Versions: JavaEE 7 Spec APIs 1.0.0.Final
> Reporter: Ron Šmeral
> Assignee: Shelly McGowan
>
> In {{javax.websocket.WebSocketContainer}}, the javadoc for two connectToServer method signatures contains an incorrect statement:
> {{connectToServer(Object annotatedEndpointInstance, URI path)}}
> {{connectToServer(Class<?> annotatedEndpointClass, URI path)}}
> {quote}
> The supplied object must be a class decorated with the class level \{@link javax.websocket.server.*ServerEndpoint*\} annotation.
> {quote}
> which should point to {{javax.websocket.ClientEndpoint}} instead of the ServerEndpoint.
> Also, in case of {{connectToServer(Object annotatedEndpointInstance, URI path)}}, that sentence should read _...supplied object must be *an instance of* a class..._
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (JBEE-155) Javadoc for WebSocketContainer.connectToServer mentions ServerEndpoint instead of ClientEndpoint
by Ron Šmeral (JIRA)
Ron Šmeral created JBEE-155:
-------------------------------
Summary: Javadoc for WebSocketContainer.connectToServer mentions ServerEndpoint instead of ClientEndpoint
Key: JBEE-155
URL: https://issues.jboss.org/browse/JBEE-155
Project: JBoss JavaEE Spec APIs
Issue Type: Bug
Components: jboss-websocket-api
Affects Versions: JavaEE 7 Spec APIs 1.0.0.Final
Reporter: Ron Šmeral
Assignee: Shelly McGowan
In {{javax.websocket.WebSocketContainer}}, the javadoc for two connectToServer method signatures contains an incorrect statement:
{{connectToServer(Object annotatedEndpointInstance, URI path)}}
{{connectToServer(Class<?> annotatedEndpointClass, URI path)}}
{quote}
The supplied object must be a class decorated with the class level \{@link javax.websocket.server.*ServerEndpoint*\} annotation.
{quote}
which should point to {{javax.websocket.ClientEndpoint}} instead of the ServerEndpoint.
Also, in case of {{connectToServer(Object annotatedEndpointInstance, URI path)}}, that sentence should read _...supplied object must be *an instance of* a class..._
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (WFLY-3414) moduleAlias should be optional in jboss-deployment-structure.xml
by Harald Wellmann (JIRA)
Harald Wellmann created WFLY-3414:
-------------------------------------
Summary: moduleAlias should be optional in jboss-deployment-structure.xml
Key: WFLY-3414
URL: https://issues.jboss.org/browse/WFLY-3414
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 8.0.0.Final, 8.0.0.CR1
Reporter: Harald Wellmann
Assignee: Jason Greene
Very similar to WFLY-2851, there is still another issue where the schema {{jboss-deployment-structure-1_2.xsd}} expects a mandatory element {{moduleAlias}} in {{moduleType}}, which should be optional.
A module definition without {{moduleAlias}} works fine at runtime, but the {{jboss-deployment-structure.xml}} does not validate against the schema.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (WFLY-3414) moduleAlias should be optional in jboss-deployment-structure.xml
by Harald Wellmann (JIRA)
[ https://issues.jboss.org/browse/WFLY-3414?page=com.atlassian.jira.plugin.... ]
Harald Wellmann updated WFLY-3414:
----------------------------------
Affects Version/s: (was: 8.0.0.CR1)
> moduleAlias should be optional in jboss-deployment-structure.xml
> ----------------------------------------------------------------
>
> Key: WFLY-3414
> URL: https://issues.jboss.org/browse/WFLY-3414
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 8.0.0.Final
> Reporter: Harald Wellmann
> Assignee: Jason Greene
>
> Very similar to WFLY-2851, there is still another issue where the schema {{jboss-deployment-structure-1_2.xsd}} expects a mandatory element {{moduleAlias}} in {{moduleType}}, which should be optional.
> A module definition without {{moduleAlias}} works fine at runtime, but the {{jboss-deployment-structure.xml}} does not validate against the schema.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (WFLY-3414) moduleAlias should be optional in jboss-deployment-structure.xml
by Harald Wellmann (JIRA)
[ https://issues.jboss.org/browse/WFLY-3414?page=com.atlassian.jira.plugin.... ]
Harald Wellmann updated WFLY-3414:
----------------------------------
Issue Type: Bug (was: Feature Request)
> moduleAlias should be optional in jboss-deployment-structure.xml
> ----------------------------------------------------------------
>
> Key: WFLY-3414
> URL: https://issues.jboss.org/browse/WFLY-3414
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.0.0.Final
> Reporter: Harald Wellmann
> Assignee: Jason Greene
>
> Very similar to WFLY-2851, there is still another issue where the schema {{jboss-deployment-structure-1_2.xsd}} expects a mandatory element {{moduleAlias}} in {{moduleType}}, which should be optional.
> A module definition without {{moduleAlias}} works fine at runtime, but the {{jboss-deployment-structure.xml}} does not validate against the schema.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months
[JBoss JIRA] (WFLY-3413) Expose support for runtime Resources
by Tomaz Cerar (JIRA)
Tomaz Cerar created WFLY-3413:
---------------------------------
Summary: Expose support for runtime Resources
Key: WFLY-3413
URL: https://issues.jboss.org/browse/WFLY-3413
Project: WildFly
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Currently we kinda have support for runtime resources but we dont expose this configuration to user so noone uses it.
see ConcreteResourceRegistration#register(final String elementValue, final ResourceDefinition provider, boolean runtimeOnly)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 9 months