[JBoss JIRA] (WFLY-9275) invoke server1 EJB via server2 Fail
by Loren Chang (JIRA)
[ https://issues.jboss.org/browse/WFLY-9275?page=com.atlassian.jira.plugin.... ]
Loren Chang updated WFLY-9275:
------------------------------
Summary: invoke server1 EJB via server2 Fail (was: EJB client(on ear/war) lookup remote SessionBean on multi server fail, all request recieved by one server(client))
> invoke server1 EJB via server2 Fail
> -----------------------------------
>
> Key: WFLY-9275
> URL: https://issues.jboss.org/browse/WFLY-9275
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 10.0.0.Final
> Reporter: Loren Chang
> Attachments: WildFlyBug.png
>
>
> This test code on "public static void main" is ok, but fail on war/ear
> EJB client API Version:wildfly-naming-client-1.0.0.Beta13.jar、jboss-remote-naming-2.0.4.Final.jar
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (LOGMGR-171) Add a PlatformLoggingMXBean implementation
by James Perkins (JIRA)
James Perkins created LOGMGR-171:
------------------------------------
Summary: Add a PlatformLoggingMXBean implementation
Key: LOGMGR-171
URL: https://issues.jboss.org/browse/LOGMGR-171
Project: JBoss Log Manager
Issue Type: Enhancement
Reporter: James Perkins
Assignee: James Perkins
The {{LoggingMXBean}} is deprecated in Java 9. The {{PlatformLoggingMXBean}} has been available since Java 7 and should be implemented to be better context aware for JBoss Log Manager.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3214) PathInfoHandler should lazy create its DateTimeFormatter and ZoneId
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-3214:
----------------------------------------
Summary: PathInfoHandler should lazy create its DateTimeFormatter and ZoneId
Key: WFCORE-3214
URL: https://issues.jboss.org/browse/WFCORE-3214
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Profiling shows that PathInfoHandler's creation of a DateTimeFormatter and a ZoneId takes about 15ms. There's no need to do that during <clinit> which happens during boot; it can be deferred until the handler is used.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (WFLY-9281) Unable to remove an installed resource adapter
by John Huntley (JIRA)
[ https://issues.jboss.org/browse/WFLY-9281?page=com.atlassian.jira.plugin.... ]
John Huntley commented on WFLY-9281:
------------------------------------
>From my reading of the source code I suspect that the problem is a result of the code changes introduced by WFCORE-2849 and that org.jboss.as.connector.subsystems.resourceadapters.RaRemove.java now needs an update around line 156. I did a search of this Jira project but was unable to find any other tickets referring to RaRemove that are current.
> Unable to remove an installed resource adapter
> ----------------------------------------------
>
> Key: WFLY-9281
> URL: https://issues.jboss.org/browse/WFLY-9281
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Affects Versions: 11.0.0.CR1
> Reporter: John Huntley
> Assignee: Stefano Maestri
> Attachments: wf11-ra-error.txt
>
>
> Running a :remove operation for a defined resource adapter fails with error WFLYCTL0123.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (WFLY-9282) UserTransaction should be lazy to allow node selection (loadbalancing) even if the invocations stick to one node
by Wolf-Dieter Fink (JIRA)
Wolf-Dieter Fink created WFLY-9282:
--------------------------------------
Summary: UserTransaction should be lazy to allow node selection (loadbalancing) even if the invocations stick to one node
Key: WFLY-9282
URL: https://issues.jboss.org/browse/WFLY-9282
Project: WildFly
Issue Type: Enhancement
Components: EJB
Environment: Remote client EJB invocation
Reporter: Wolf-Dieter Fink
Assignee: David Lloyd
It should be possible to lookup a UserTransaction from a node or a cluster and call .begin() with starting the Transaction lazy until the first EJB invocation.
The invocation will implicit begin the transaction and all invocation are sticky to that node.
This is to spread the load across several server instances if there is no running transaction but keep the transaction sticky to the first selected node.
It prevents from a strong affinity to one instance via URI affinity or the necessity to define the node for the UserTransaction upfront.
The sticiness is because of issues with persistence like JPA as here the server is not really 'stateless' as the session of EntityManager can decide to not flush the changed data to the underlying database which can cause issues if the transaction will continued on a different instance if the client invoke EJB's multiple times.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (WFLY-9281) Unable to remove an installed resource adapter
by John Huntley (JIRA)
[ https://issues.jboss.org/browse/WFLY-9281?page=com.atlassian.jira.plugin.... ]
John Huntley commented on WFLY-9281:
------------------------------------
My result from running the attached script file is:
C:\tools\wildfly-11.0.0.CR1\bin>jboss-cli --connect --file=C:\Users\jhuntley\Desktop\wf11-ra-error.txt
{
"outcome" => "success",
"result" => undefined,
"server-groups" => undefined
}
{
"outcome" => "failed",
"failure-description" => {"domain-failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYCTL0123: Stage RUNTIME is not valid for context process type HOST_CONTROLLER"},
"rolled-back" => true
}
Press any key to continue . . .
> Unable to remove an installed resource adapter
> ----------------------------------------------
>
> Key: WFLY-9281
> URL: https://issues.jboss.org/browse/WFLY-9281
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Affects Versions: 11.0.0.CR1
> Reporter: John Huntley
> Assignee: Stefano Maestri
> Attachments: wf11-ra-error.txt
>
>
> Running a :remove operation for a defined resource adapter fails with error WFLYCTL0123.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months