[jboss-jira] [JBoss JIRA] (WFLY-10005) WildFly 12.0.0.Final: unnecessary warning: WFLYJCA0028: @ConnectionFactoryDefinition will have limited management
Анатолий Широков (JIRA)
issues at jboss.org
Mon Mar 12 11:36:01 EDT 2018
Анатолий Широков created WFLY-10005:
---------------------------------------
Summary: WildFly 12.0.0.Final: unnecessary warning: WFLYJCA0028: @ConnectionFactoryDefinition will have limited management
Key: WFLY-10005
URL: https://issues.jboss.org/browse/WFLY-10005
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 12.0.0.Final
Environment: os: Windows Proffessional 7 64 bit
jdk: Oracle JDK 9.0.4, Oracle JDK 1.8.0_162
mvn: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T10:58:13+03:00)
Reporter: Анатолий Широков
Assignee: Stefano Maestri
I have servlet with web.xml where I describe my connection to my resource adapter:
{code:xml}
<connection-factory>
<name>java:comp/env/eis/ConterraConnectionFactory</name>
<interface-name>ru.rlisystems.conterra.rar.api.ConterraConnectionFactory</interface-name>
<resource-adapter>#adapter-rar-1.0-SNAPSHOT</resource-adapter>
<max-pool-size>2</max-pool-size>
<min-pool-size>2</min-pool-size>
<transaction-support>NoTransaction</transaction-support>
<property>
<name>ConnectionURL</name>
<value>http://testappsrv/RolisAppServiceWar/RolisAppServiceWar</value>
</property>
</connection-factory>
{code}
When I deploy this servlet WildFly prints:
{noformat}
18:13:03,011 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-8) IJ020002: Deployed: file://RaActivatorjava_comp_env_eis_ConterraConnectionFactory
18:13:03,014 WARN [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0028: @ConnectionFactoryDefinition will have limited management: java:comp/env/eis/ConterraConnectionFactory
18:13:03,050 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 137) Initializing Mojarra 2.2.13.SP5 for context '/servlet'
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list