"sergeypk" wrote :
| What could be the problem?
Let's enumerate them shall we.
1) Asking a user question in a development forum
2) Asking a jndi question in a jms forum
3) Asking an FAQ
All in all it shows you are totally unobservant and have made no attempt to understand
or research the problem.
To really answer your question (since I'm going to be nice for once, but pedantic :-)
1) What you should have noticed is that HAJNDI is a jndi issue
and should therefore be asked in the asked in the JNDI forum
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=62086
Which has a "READ THIS FIRST" in block captials to get your attention,
like the "DONT POST USER QUESTIONS HERE" that you ignored in this forum.
2) That helpful post has a link to the JNDI FAQ
http://www.jboss.org/wiki/Wiki.jsp?page=JBossNSFAQ
3) Which contains a common mistakes section
like trying to lookup java:/ remotely (a clustered lookup via HAJNDI is a remote
lookup - obviously)
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoIGetNameNotFoundException
Hmm maybe the name of that FAQ might be relevant to your problem anyway?
4) Why you want to do a cluster lookup on a pool is beyond me anyway.
It completely negates the point of pooling resources which is why the pool
is only available locally.
5) Any jndi lookup from an ejb should be configured as a resource-ref
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoICreateAResourceRef
6) It is the JMSProvider that defines the JMS connection factory to use for the
resource adapter. The pool is always local, the provider can use whatever
jndi settings you like.
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJMSProvider
7) I got bored at this point. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047124#4047124
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047124
I'm working on the clustered EJB smoke test and I have a problem, as usual :)
When I look up the connection factory (name java:/JmsXA) through plain JNDI, it works, but when looking it up through HA-JNDI, I get a NameNotFoundException. I thought that HA-JNDI should just delegate the look up to local JNDI if it can't find the name, but apparently that's not the case.
What could be the problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047121#4047121
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047121
"mangokiwi" wrote : I *believe* that Equinox/Eclipse uses its own set of disjointed class loaders to implement its osgi bundling system.
|
What does that have to do with anything?
JBoss inside Eclipse will either use the eclipse classloader (with no hotdeploy)
like JBoss Embedded or it will bootstrap its own classloading (with no
reference to eclipse classes).
The issue is with the competition to define URLStreamHandlers
something which should not be necessary with JBoss Embedded style deployments.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047110#4047110
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047110