You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Domenico Francesco Bruscino (Jira)" <ji...@apache.org> on 2022/11/22 08:09:00 UTC

[jira] [Updated] (ARTEMIS-4093) Expose properties and support resource adapter in J2EE environments

     [ https://issues.apache.org/jira/browse/ARTEMIS-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Domenico Francesco Bruscino updated ARTEMIS-4093:
-------------------------------------------------
    Description: 
Unfortunately there are some environment where these aren't working - Websphere App Server is one:

{code:java}
// Some comments here
public String getFoo()
{
    return foo;
}
{code}


> Expose properties and support resource adapter in J2EE environments
> -------------------------------------------------------------------
>
>                 Key: ARTEMIS-4093
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4093
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Unfortunately there are some environment where these aren't working - Websphere App Server is one:
> {code:java}
> // Some comments here
> public String getFoo()
> {
>     return foo;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)