Hi all,
got a problem with using SSL sockets with jakarta-commons-httpclient from a
message driven bean in JBoss. we get a security exception so I asssume
there's something JBoss disallow, is there any way to change JBoss
behaviour?
Thanks
Fredrik
Exceptions caught:
INFO [STDOUT] default context init failed:
java.security.PrivilegedActionException:
java.security.NoSuchAlgorithmException: Algorithm SunX509 not available
ERROR (HttpClientWrapper.java:137) Unable to connect to
'https://removed-from-text'
java.net.SocketException: SSL implementation not available
at
javax.net.ssl.DefaultSSLSocketFactory.createSocket([DashoPro-V1.2-120198])
at
org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket
(SSLProtocolSocketFactory.java:112)
at
org.apache.commons.httpclient.HttpConnection$1.doit(HttpConnection.java:691)
at
org.apache.commons.httpclient.HttpConnection$SocketTask.run(HttpConnection.j
ava:1299)
at java.lang.Thread.run(Thread.java:534)
Fredrik Bonde ~ Java Developer
Digital Rum Ltd.
264a Belsize Road, London. NW6 4BT
Phone: +44 (0)20 7604 2030
Fax: +44-(0)20 7604 2001
Mobile: +44-(0)7798 86 30 75
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 19 April 2004 17:39
To: [EMAIL PROTECTED]
Subject: JBoss-user digest, Vol 1 #6198 - 17 msgs
Send JBoss-user mailing list submissions to
[EMAIL PROTECTED]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/jboss-user
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific than
"Re: Contents of JBoss-user digest..."
Today's Topics:
1. [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection
factories... (adamfowler)
2. [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection
factories... (spiritualmechanic)
3. [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection
factories... (spiritualmechanic)
4. [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection
factories... ([EMAIL PROTECTED])
5. [Messaging, JMS & JBossMQ] - MDB listen Weblogic Queue (maxi72)
6. [Security & JAAS/JBoss] - JMS Queue Security (learnJB)
7. [Nukes User] - Re: Exception when deploying Downloads module (thepriz)
8. [Persistence & CMP/JBoss] - Re: CMP, MySQL get NPE in
JDBCEntityBridge.loadLoadGroups (rudger)
9. [Messaging, JMS & JBossMQ] - Re: MDB listen Weblogic Queue
([EMAIL PROTECTED])
10. Re: [HTTPD, Servlets & JSP] - What happened to Jetty
beginning with 3.2.3 ? (Vladyslav Kosulin)
11. [JCA/JBoss] - Re: ManagedConnectionPool / Lost connections / Bad
connectio (MarcMA)
12. [EJB/JBoss] - Re: RMI callback (JeremyStein)
13. [Messaging, JMS & JBossMQ] - Re: JMS Over Authenticated HTTPS Proxy
(mkprim)
14. [Installation & Configuration] - Wanna change default path of
jboss..... (rainzzj)
15. [Security & JAAS/JBoss] - Block / Disable user using a preconfigured
Identity (anbenham)
16. [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection
factories... (adamfowler)
--__--__--
Message: 1
Date: Mon, 19 Apr 2004 10:50:04 -0400 (EDT)
From: adamfowler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to
connection factories...
Reply-To: [EMAIL PROTECTED]
I find your reply interesting. I commented that the wiki documentation was
next to useless (One small comment) and quite a bit of configuration
information, and received a rather insulting reply saying I was merely
whining. Such professionalism from support staff.
Anyways...
- The information I provided is all that I can find to do with
configuration.
- I mentioned my IDE incase anyone out there also used it and knew if there
were any particular steps to easily accomplish my aims.
- The problem I was having was clearly stated as JBoss complaining that
which resource reference I used was "not bound", I then went on to say which
ones I'd tried. (Which you may note included the ones in both your queue and
code example wiki pages.)
- Oh dear, I also said env-ref instead of resource-ref. Such typos must be
a crime on these forums.
So, to re-iterate my problem:
- I have a MDB with a correct entry in the ejb-jar.xml file (exported
straight from Sun ONE IDE)
- This MDB has the JNDI name queue/DocumentUpload
- I have an entity bean called Document which is trying to look up this
MDB, but first it needs a connection factory
- I have tried several combinations of environment refs and JNDI names, but
all result in the same exception, namely that whichever environment entry
(strangely, not JNDI name) I use "is not bound".
- I have used Sun ONE IDE to ensure that the Document EJB has such
environment references specified, so they are being set but are apparently
wrong.
- This occurs even though I have followed the JBoss WIKI documentation as
regards both configuration and code to use
- I have not posted the exception as its your standard run-of-the-mill JNDI
name not bound exception.
- I am also using my own JDBC DS which works with other EJBs, so I have no
reason to assume this is at fault. This is setup in JBossMQs
hsqldb-jdbc2-service.xml. I used this file as it has no DB specific
problems, and changing the DS to my own DS didn't produce the previous
"reconnecting to JMS provider" problem, as previously mentioned.
Now, if someone out there has a working MDB with JBoss, I'd love to hear
about how you configured it and JBoss' JMS configuration.
I will happily post output such as JNDIView, my jboss log files etc if it is
needed, but I dont want to fill the post with junk. (I note the forum's
guide says to keep posts simple.)
I thank you in advance,
Adam.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831434#3831434
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831434
--__--__--
Message: 2
Date: Mon, 19 Apr 2004 11:00:29 -0400 (EDT)
From: spiritualmechanic <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to
connection factories...
Reply-To: [EMAIL PROTECTED]
Are there any lines in the log referring to your MDB? You don't have to post
the whole thing, but you should see something like "picking up blah.jar,
deploying blah, binding blah to jndi"
Any exception, even a classpath issue could be keeping you from binding to
JNDI.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831435#3831435
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831435
--__--__--
Message: 3
Date: Mon, 19 Apr 2004 11:02:51 -0400 (EDT)
From: spiritualmechanic <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to
connection factories...
Reply-To: [EMAIL PROTECTED]
Also, you can look in http://server:port/jmx-console, then hit the JNDI link
near the top. Scroll down, hit "list" method.
This will show you everything that is bound to JNDI. Odds are it's not even
there yet.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831436#3831436
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831436
--__--__--
Message: 4
Date: Mon, 19 Apr 2004 11:05:58 -0400 (EDT)
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to
connection factories...
Reply-To: [EMAIL PROTECTED]
"adamfowler" wrote : I find your reply interesting. I commented that the
wiki documentation was next to useless (One small comment) and quite a bit
of configuration information, and received a rather insulting reply saying I
was merely whining. Such professionalism from support staff.
|
Not interested, heard it all before. I'm am using ridicule to try to
motivate you into providing useful information. You will find in most free
forums your post is ignored because it is unanswerable. I hate that.
Help us to help you.
anonymous wrote :
| I will happily post output such as JNDIView, my jboss log files etc if
it is needed, but I dont want to fill the post with junk. (I note the
forum's guide says to keep posts simple.)
|
Much better than useless verbage. You have a problem with your
configuration - so post it rather than asserting it is correct - it
obviously isn't.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831437#3831437
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831437
--__--__--
Message: 5
Date: Mon, 19 Apr 2004 11:07:59 -0400 (EDT)
From: maxi72 <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - MDB listen Weblogic Queue
Reply-To: [EMAIL PROTECTED]
i need an MDB that listen a weblogic 8.1 queue.
Can you help me ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831438#3831438
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831438
--__--__--
Message: 6
Date: Mon, 19 Apr 2004 11:08:22 -0400 (EDT)
From: learnJB <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Security & JAAS/JBoss] - JMS Queue Security
Reply-To: [EMAIL PROTECTED]
Hi! guys
I have a problem in configuring the security for the destination queue which
is the permanent queue. I have DBServerLogin configured for "jbossmq" in
login-config.xml where unauthenticated identity is "guest" I dont want to
add this principal to my SecurityConfig for the queue(permanet queue). If I
dont add the principal I get
javax.jms.JMSSecurityException: Connection not authorized to subscribe to
destination: tryQueue.
How to avoid "guest" principal configuration for temporary queue / permanent
queue configuration?
Any clue ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831439#3831439
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831439
--__--__--
Message: 7
Date: Mon, 19 Apr 2004 11:14:55 -0400 (EDT)
From: thepriz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Nukes User] - Re: Exception when deploying Downloads
module
Reply-To: [EMAIL PROTECTED]
Yes, the downloads module was deloped using cvs HEAD. It has been tested
with this code. If you use anything earlier it is not gauranteed to work.
Good Luck,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831440#3831440
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831440
--__--__--
Message: 8
Date: Mon, 19 Apr 2004 11:17:04 -0400 (EDT)
From: rudger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Persistence & CMP/JBoss] - Re: CMP, MySQL get NPE in
JDBCEntityBridge.loadLoadGroups
Reply-To: [EMAIL PROTECTED]
Found the mistake:
I had to add the
@ejb.bean primkey-field="[primary key]"
tag to make sure JBoss can create the tables.
Bye Rudger
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831442#3831442
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831442
--__--__--
Message: 9
Date: Mon, 19 Apr 2004 11:16:54 -0400 (EDT)
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB listen Weblogic
Queue
Reply-To: [EMAIL PROTECTED]
Stop it with your duplicate and "ME TOO" posts otherwise
you will find your account deleted.
You will also find the search function quite interesting since I know
somebody answered this question two weeks ago.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831441#3831441
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831441
--__--__--
Message: 10
Date: Mon, 19 Apr 2004 12:08:42 -0400
From: Vladyslav Kosulin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] [HTTPD, Servlets & JSP] - What happened to Jetty
beginning with 3.2.3 ?
Reply-To: [EMAIL PROTECTED]
ianh wrote:
> I am curious as to what the future direction is with respect to Jetty
> vs. Tomcat? Prior to 3.2.3, JBoss always release 2 separate binaries
> . It looks like now only Tomcat is the bundled Servlet stack instead
> of Jetty.
Jetty and JBoss filed for divorce in June 2003 ;-)
Tomcat is the only servlet engine to be bundled with JBoss distributions. To
get
a Jetty sar file for JBoss, go to http://jetty.mortbay.org/jetty Vlad
--__--__--
Message: 11
Date: Mon, 19 Apr 2004 11:32:33 -0400 (EDT)
From: MarcMA <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [JCA/JBoss] - Re: ManagedConnectionPool / Lost
connections / Bad connectio
Reply-To: [EMAIL PROTECTED]
OK. Fair enough.
Bug-ID = #938010 for the part where the ManagedConnectionPool gets flushed.
There is more to come for the part where connections are killed not flushed.
Thanks so far.
Cheers
PS: Good Job folks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831443#3831443
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831443
--__--__--
Message: 12
Date: Mon, 19 Apr 2004 11:37:54 -0400 (EDT)
From: JeremyStein <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [EJB/JBoss] - Re: RMI callback
Reply-To: [EMAIL PROTECTED]
I don't see the class loader exception in my log. Adding the stub in a jar
on the server didn't solve my problem -- I still get the "wrong number of
arguments" exception. Could you give me more details on your configuration?
Are you running rmiregistry on the client? Did you have to do anything with
your java policy file?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831444#3831444
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831444
--__--__--
Message: 13
Date: Mon, 19 Apr 2004 11:42:38 -0400 (EDT)
From: mkprim <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Over
Authenticated HTTPS Proxy
Reply-To: [EMAIL PROTECTED]
Yes. We have already done the test, and it worked.
We're currently using j2sdk 1.4.2_01, JBoss 3.2.3, and for the test we
needed to setup the default authenticator. Then it works. Here's the simple
client application code. You can see we are using a ProxyAuthenticator, wich
is our own implementation of the java.net.Authenticator, were we override
the getPassword(), returning the password passed in the class constructor.
| package com.primary.test;
|
| import java.io.*;
| import java.net.Authenticator;
| import java.net.URL;
| import com.primary.common.communications.ProxyAuthenticator;
|
| class TestHTTPAuth {
| public static void main(String args[]) throws IOException {
|
| System.setProperty("https.auth.digest.validateServer", "true");
| System.setProperty("https.auth.digest.validateProxy", "true");
| System.setProperty("https.proxyHost", "192.168.7.4");
| System.setProperty("https.proxyPort", "3128");
| System.setProperty("https.nonProxyHosts", "");
| Authenticator.setDefault(new ProxyAuthenticator("jero", "jero"));
|
|
| for (int i = 0; i < args.length; i++) {
| URL url = new URL(args);
| InputStream is = url.openStream();
| Reader stream = new InputStreamReader(is);
| int c;
| while ((c = stream.read()) != -1)
| System.out.print((char) c);
| }
| System.exit(0);
| }
|
| }
|
We removed the "https.proxyUser" and "https.proxyPassword" properties,
because they made no effect on the results. For the test, we used the
"https://www.yahoo.com" address, and using the "-Djavax.net.debug=all"
property, we saw it worked fine.
We debugged the client code, and it steps into the ProxyAuthenticator
getPassword() method. But using the SAME code in the JBoss client, it does
not step int that method. Maybe this can help.
It would be useful if we could change the JMS connection sockets properties,
like the authentication (or am I wrong with all this supposition?) Thanks a
lot,
Marcelo.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831445#3831445
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831445
--__--__--
Message: 14
Date: Mon, 19 Apr 2004 11:45:44 -0400 (EDT)
From: rainzzj <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Installation & Configuration] - Wanna change default
path of jboss.....
Reply-To: [EMAIL PROTECTED]
I use jboss3.2.1.
in .....\server\default\deploy, there is a file named test.war. So I could
use it through http://localhost:8080/test.
Now I just want input http://localhost:8080 to use it,
then what could I do??
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831446#3831446
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831446
--__--__--
Message: 15
Date: Mon, 19 Apr 2004 11:45:59 -0400 (EDT)
From: anbenham <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Security & JAAS/JBoss] - Block / Disable user using a
preconfigured Identity
Reply-To: [EMAIL PROTECTED]
Hi,
I am developping a JAAS based J2ee Application.
I want to block a user account, if the user gives the wrong password 3
succesive times. The problem is how to connect to the database, to set the
user blocked? Which proncipal shall I use? Where to define this principal?
I have read in the spec, that I could use an Configured Identity. is it the
right way? Where to define the configured identity?
Please reply a.s.a.p.
Thanx
Best regrads
anis
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831447#3831447
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831447
--__--__--
Message: 16
Date: Mon, 19 Apr 2004 11:47:21 -0400 (EDT)
From: adamfowler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to
connection factories...
Reply-To: [EMAIL PROTECTED]
Hi all, requested info as below.
Please note that it looks weird cos the DocumentUpload MDB has references
back to Document, but this is an application oddity - it has to be there for
what I'm doing. Its effectively "please finish me later"
Hope this helps.
Cheers guys,
Adam.
PS Adrian: q1) Why not just say "Your post doesn't provide enough info.
please post your server.log etc."? q2) You're signature has Director of
Support for JBoss Inc in it. Did it perhaps occur to you that it as JBoss
Inc sells support and documentation that it is in your best interest to
firstly be polite on public forums to give your (potential)customers
confidence in the company and secondly that it is also in your interests to
find out why the free documentation isn't useful in this instance. After
all, why would I buy documentation about JBoss if the free documentation is
incomplete and doesn't work?
Relevant output from server.log:
2004-04-19 15:29:56,059 INFO [org.jboss.ejb.EjbModule] Deploying
DocumentUpload 2004-04-19 15:29:56,460 INFO
[org.jboss.resource.connectionmanager.RARDeployment] Started
jboss.jca:service=ManagedConnectionFactory,name=MERCURYDS
2004-04-19 15:29:56,460 INFO
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started
jboss.jca:service=ManagedConnectionPool,name=MERCURYDS
2004-04-19 15:29:56,470 INFO
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.MERCURY
DS] Bound connection factory for resource adapter for ConnectionManager
'jboss.jca:service=LocalTxCM,name=MERCURYDS to JNDI name 'java:/MERCURYDS'
2004-04-19 15:29:56,470 INFO
[org.jboss.resource.connectionmanager.TxConnectionManager] Started
jboss.jca:service=LocalTxCM,name=MERCURYDS
2004-04-19 15:29:56,500 INFO [org.jboss.mq.pm.jdbc2.PersistenceManager]
Started jboss.mq:service=PersistenceManager
2004-04-19 15:29:56,510 INFO [org.jboss.mq.server.jmx.DestinationManager]
Started jboss.mq:service=DestinationManager
2004-04-19 15:29:56,510 INFO [org.jboss.mq.security.SecurityManager]
Started jboss.mq:service=SecurityManager 2004-04-19 15:29:56,510 INFO
[org.jboss.mq.server.jmx.InterceptorLoader] Started
jboss.mq:service=TracingInterceptor
2004-04-19 15:29:56,510 INFO [org.jboss.mq.server.jmx.Invoker] Started
jboss.mq:service=Invoker 2004-04-19 15:29:56,540 INFO
[org.jboss.mq.il.http.HTTPServerILService] Started
jboss.mq:service=InvocationLayer,type=HTTP
2004-04-19 15:29:56,540 INFO [org.jboss.mq.il.jvm.JVMServerILService]
Started jboss.mq:service=InvocationLayer,type=JVM
2004-04-19 15:29:56,540 INFO [org.jboss.mq.il.oil.OILServerILService]
JBossMQ OIL service available at : /0.0.0.0:8090 2004-04-19 15:29:56,550
INFO [org.jboss.mq.il.oil.OILServerILService] Started
jboss.mq:service=InvocationLayer,type=OIL
2004-04-19 15:29:56,550 INFO [org.jboss.mq.il.oil2.OIL2ServerILService]
JBossMQ OIL2 service available at : /0.0.0.0:8092 2004-04-19 15:29:56,560
INFO [org.jboss.mq.il.oil2.OIL2ServerILService] Started
jboss.mq:service=InvocationLayer,type=OIL2
2004-04-19 15:29:56,580 INFO [org.jboss.mq.il.rmi.RMIServerILService]
Started jboss.mq:service=InvocationLayer,type=RMI
2004-04-19 15:29:56,580 INFO [org.jboss.mq.il.uil2.UILServerILService]
JBossMQ UIL service available at : /0.0.0.0:8093 2004-04-19 15:29:56,580
INFO [org.jboss.mq.il.uil2.UILServerILService] Started
jboss.mq:service=InvocationLayer,type=UIL2
2004-04-19 15:29:56,590 INFO [org.jboss.mq.server.jmx.Queue.DLQ] Bound to
JNDI name: queue/DLQ 2004-04-19 15:29:56,590 INFO
[org.jboss.mq.server.jmx.Queue.DLQ] Started
jboss.mq.destination:service=Queue,name=DLQ
2004-04-19 15:29:56,590 INFO [org.jboss.mq.server.jmx.Topic.testTopic]
Bound to JNDI name: topic/testTopic 2004-04-19 15:29:56,590 INFO
[org.jboss.mq.server.jmx.Topic.testTopic] Started
jboss.mq.destination:service=Topic,name=testTopic
2004-04-19 15:29:56,590 INFO [org.jboss.mq.server.jmx.Topic.securedTopic]
Bound to JNDI name: topic/securedTopic 2004-04-19 15:29:56,590 INFO
[org.jboss.mq.server.jmx.Topic.securedTopic] Started
jboss.mq.destination:service=Topic,name=securedTopic
2004-04-19 15:29:56,590 INFO
[org.jboss.mq.server.jmx.Topic.testDurableTopic] Bound to JNDI name:
topic/testDurableTopic 2004-04-19 15:29:56,590 INFO
[org.jboss.mq.server.jmx.Topic.testDurableTopic] Started
jboss.mq.destination:service=Topic,name=testDurableTopic
2004-04-19 15:29:56,600 INFO [org.jboss.mq.server.jmx.Queue.testQueue]
Bound to JNDI name: queue/testQueue 2004-04-19 15:29:56,600 INFO
[org.jboss.mq.server.jmx.Queue.testQueue] Started
jboss.mq.destination:service=Queue,name=testQueue
2004-04-19 15:29:56,600 INFO [org.jboss.mq.server.jmx.Queue.DocumentUpload]
Bound to JNDI name: queue/DocumentUpload 2004-04-19 15:29:56,600 INFO
[org.jboss.mq.server.jmx.Queue.DocumentUpload] Started
jboss.mq.destination:service=Queue,name=DocumentUpload
2004-04-19 15:29:56,610 INFO [org.jboss.mq.server.jmx.Queue.A] Bound to
JNDI name: queue/A 2004-04-19 15:29:56,610 INFO
[org.jboss.mq.server.jmx.Queue.A] Started
jboss.mq.destination:service=Queue,name=A
2004-04-19 15:29:56,610 INFO [org.jboss.mq.server.jmx.Queue.B] Bound to
JNDI name: queue/B 2004-04-19 15:29:56,610 INFO
[org.jboss.mq.server.jmx.Queue.B] Started
jboss.mq.destination:service=Queue,name=B
2004-04-19 15:29:56,610 INFO [org.jboss.mq.server.jmx.Queue.C] Bound to
JNDI name: queue/C 2004-04-19 15:29:56,610 INFO
[org.jboss.mq.server.jmx.Queue.C] Started
jboss.mq.destination:service=Queue,name=C
2004-04-19 15:29:56,620 INFO [org.jboss.mq.server.jmx.Queue.D] Bound to
JNDI name: queue/D 2004-04-19 15:29:56,620 INFO
[org.jboss.mq.server.jmx.Queue.D] Started
jboss.mq.destination:service=Queue,name=D
2004-04-19 15:29:56,620 INFO [org.jboss.mq.server.jmx.Queue.ex] Bound to
JNDI name: queue/ex 2004-04-19 15:29:56,620 INFO
[org.jboss.mq.server.jmx.Queue.ex] Started
jboss.mq.destination:service=Queue,name=ex
Relevant output from JNDIView:
java:comp namespace of the DocumentUpload bean:
+- env (class: org.jnp.interfaces.NamingContext)
| +- ejb (class: org.jnp.interfaces.NamingContext)
| | +- Document[link -> local/Document] (class: javax.naming.LinkRef)
| | +- DocumentObject[link -> local/DocumentObject] (class:
javax.naming.LinkRef)
java: Namespace
+- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- DefaultDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
+- SecurityProxyFactory (class:
org.jboss.security.SubjectSecurityProxyFactory)
+- MERCURYDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
+- DefaultJMSProvider (class: org.jboss.jms.jndi.JBossMQProvider)
+- comp (class: javax.naming.Context)
+- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
+- JmsXA (class: org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl)
+- jaas (class: javax.naming.Context)
| +- JmsXARealm (class:
org.jboss.security.plugins.SecurityDomainContext)
| +- jbossmq (class: org.jboss.security.plugins.SecurityDomainContext)
| +- HsqlDbRealm (class:
org.jboss.security.plugins.SecurityDomainContext)
+- timedCacheFactory (class: javax.naming.Context)
Failed to lookup: timedCacheFactory, errmsg=org.jboss.util.TimedCachePolicy
+- TransactionPropagationContextExporter (class:
org.jboss.tm.TransactionPropagationContextFactory)
+- Mail (class: javax.mail.Session)
+- StdJMSPool (class: org.jboss.jms.asf.StdServerSessionPoolFactory)
+- TransactionPropagationContextImporter (class:
org.jboss.tm.TransactionPropagationContextImporter)
+- TransactionManager (class: org.jboss.tm.TxManager)
Global JNDI Namespace
+- MercuryLicensingFacade (proxy: $Proxy924 implements interface
uk.co.ideagen.mercury.ejb.licensing.facade.MercuryLicensingFacadeHome,interf
ace javax.ejb.Handle)
+- jmx (class: org.jnp.interfaces.NamingContext)
| +- invoker (class: org.jnp.interfaces.NamingContext)
| | +- RMIAdaptor (proxy: $Proxy18 implements interface
org.jboss.jmx.adaptor.rmi.RMIAdaptor)
| +- rmi (class: org.jnp.interfaces.NamingContext)
| | +- RMIAdaptor[link -> jmx/invoker/RMIAdaptor] (class:
javax.naming.LinkRef)
+- OIL2XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- HTTPXAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
(Sensitive info)
+- UserTransactionSessionFactory (proxy: $Proxy10 implements interface
org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory)
+- HTTPConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
+- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- invokers (class: org.jnp.interfaces.NamingContext)
| +- 0.0.0.0 (class: org.jnp.interfaces.NamingContext)
| | +- pooled (class:
org.jboss.invocation.pooled.interfaces.PooledInvokerProxy)
| +- booth (class: org.jnp.interfaces.NamingContext)
| | +- jrmp (class:
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy)
| | +- http (class:
org.jboss.invocation.http.interfaces.HttpInvokerProxy)
+- CRQFacade (proxy: $Proxy914 implements interface
uk.co.ideagen.mercury.ejb.crq.facade.CRQFacadeHome,interface
javax.ejb.Handle)
+- UserTransaction (class:
org.jboss.tm.usertx.client.ClientUserTransaction)
+- RMIXAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- UILXAConnectionFactory[link -> UIL2XAConnectionFactory] (class:
javax.naming.LinkRef)
+- UIL2XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- local (class: org.jnp.interfaces.NamingContext)
(Sensitive info)
+- topic (class: org.jnp.interfaces.NamingContext)
| +- testDurableTopic (class: org.jboss.mq.SpyTopic)
| +- testTopic (class: org.jboss.mq.SpyTopic)
| +- securedTopic (class: org.jboss.mq.SpyTopic)
+- queue (class: org.jnp.interfaces.NamingContext)
| +- A (class: org.jboss.mq.SpyQueue)
| +- testQueue (class: org.jboss.mq.SpyQueue)
| +- ex (class: org.jboss.mq.SpyQueue)
| +- DocumentUpload (class: org.jboss.mq.SpyQueue)
| +- DLQ (class: org.jboss.mq.SpyQueue)
| +- D (class: org.jboss.mq.SpyQueue)
| +- C (class: org.jboss.mq.SpyQueue)
| +- B (class: org.jboss.mq.SpyQueue)
+- console (class: org.jnp.interfaces.NamingContext)
| +- PluginManager (proxy: $Proxy19 implements interface
org.jboss.console.manager.PluginManagerMBean)
+- UIL2ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
+- UILConnectionFactory[link -> UIL2ConnectionFactory] (class:
javax.naming.LinkRef)
+- RMIConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
(Sensitive info)
+- OIL2ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
+- UUIDKeyGeneratorFactory (class:
org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831449#3831449
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831449
--__--__--
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
End of JBoss-user Digest
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user