How to use the parameter of datasource that is new-connection-sql in @DataSourceDefinition in JBoss
Issue
- How to use the parameter of datasource that is
new-connection-sqlin@DataSourceDefinition - Common attributes can be passed like following :
@DataSourceDefinition(name="java:global/MyApp/<datasource>",
className="<datasource classname>",
portNumber=<port>,
serverName="<server>",
user="<user>",
password="<secret>"
)
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.