[JBoss JIRA] Created: (AS7-1342) :test-connection-in-pool fails in a strange way
by Heiko Rupp (JIRA)
:test-connection-in-pool fails in a strange way
-----------------------------------------------
Key: AS7-1342
URL: https://issues.jboss.org/browse/AS7-1342
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.0.0.Final
Reporter: Heiko Rupp
Assignee: Stefano Maestri
[11:54:03] <+pilhuhn> maeste hi
[11:54:06] <+pilhuhn> what does this mean:
[11:54:07] <+pilhuhn> [domain@localhost:9999 data-source=lalaDS] :test-connection-in-pool
[11:54:07] <+pilhuhn> {
[11:54:07] <+pilhuhn> "outcome" => "failed",
[11:54:07] <+pilhuhn> "failure-description" => "failed to invoke operation: failed to match pool. Check JndiName: lalaJNDI",
[11:54:57] <+maeste> that jndiName is not matched
[11:55:19] <+pilhuhn> matched by?
[11:55:34] <+maeste> by the runtime connection invoker
[11:55:35] <+pilhuhn> If it is invalid, creation of the datasource should have failed ?
[11:56:01] <+maeste> BTW maybe it'0s a bug when ds name and jndiName are not the same I'll check
[11:56:14] <+pilhuhn> [domain@localhost:9999 data-source=lalaDS] :read-resource
[11:56:14] <+pilhuhn> {
[11:56:14] <+pilhuhn> "outcome" => "success",
[11:56:14] <+pilhuhn> "result" => {
[11:56:14] <+pilhuhn> "background-validation" => undefined,
[11:56:14] <+pilhuhn> "background-validation-minutes" => undefined,
[11:56:14] <+pilhuhn> "blocking-timeout-wait-millis" => undefined,
[11:56:14] <+pilhuhn> "connection-url" => "jdbc:lala",
[11:56:14] <+pilhuhn> "driver-name" => "postgresql-9.0-801.jdbc4.jar",
[11:56:14] <+pilhuhn> "idle-timeout-minutes" => undefined,
[11:56:14] <+pilhuhn> "jndi-name" => "lalaJNDI",
[11:56:38] <+pilhuhn> I did define an invalid connection URL (on purpose)
[11:56:39] <+maeste> yup probably the problem is mine
[11:56:49] <+maeste> I'll have a look this afternoon
[11:57:53] ChanServ sets mode +v Jaikiran
[11:57:54] <+pilhuhn> ok
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (AS7-1378) Make module directory configurable using .sh/.bat run scripts
by Rostislav Svoboda (JIRA)
Make module directory configurable using .sh/.bat run scripts
-------------------------------------------------------------
Key: AS7-1378
URL: https://issues.jboss.org/browse/AS7-1378
Project: Application Server 7
Issue Type: Feature Request
Reporter: Rostislav Svoboda
Fix For: 7.1.0.Alpha1
Make module directory configurable using .sh/.bat run scripts, currently you can specify configuration location using '--server-config' or '--domain-config' + '--host-config' , location of modules directory should be configurable too.
It's necessary to make changes on .bat/.sh files level to make module directory configurable.
Currently it's hard-coded to use module directory under JBOSS_HOME directory
{code}
-mp \"$JBOSS_HOME/modules\" \
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (AS7-798) JMSTopicService and JMSQueueService made public for use outside of jboss-as-messaging
by Bob McWhirter (JIRA)
JMSTopicService and JMSQueueService made public for use outside of jboss-as-messaging
-------------------------------------------------------------------------------------
Key: AS7-798
URL: https://issues.jboss.org/browse/AS7-798
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.0.0.Beta3
Reporter: Bob McWhirter
Assignee: Jason Greene
In TorqueBox, we allow applications to deploy queues with their application. JMSQueueService is perfect for it. But isn't public enough to consume.
Likewise, JMSTopicService is slightly more public, but does involve some package-protected methods I might be interested in using.
I'd love to have these services exposed enough to be externally useable. I understand the caveat of any queues/topics created this way being "unmanaged". I'm okay with that.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months