From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: JBoss-user digest, Vol 1 #4913 - 8 msgs
Date: Wed, 27 Aug 2003 01:09:04 -0700
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. syntax of LIMIT (Matthew Hixson)
2. Re: [NEWBIE] Jboss and security (Marco Tedone)
3. Re: ClientLoginModule (Marco Tedone)
4. JMS Connection Factory (SHAHIN HADJIKULIEV)
5. jb4 cvs build (Ionel Gardais)
6. Re: Which Jboss version supports axis 1_1RC2? (Stephane Nicoll)
7. Re: JMS Connection Factory (Adrian Brock)
8. RE: JNDI Name ([EMAIL PROTECTED])
--__--__--
Message: 1
Date: Tue, 26 Aug 2003 21:14:41 -0700
From: Matthew Hixson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [JBoss-user] syntax of LIMIT
Reply-To: [EMAIL PROTECTED]
Can LIMIT be followed directly by a hard coded number or does it have
to be a parameter? I have a method that needs to return only the top
10 items from the database after doing a sort. This won't change, so
there's no need to pass new Integer(10) into the finder and then do:
LIMIT ?1
in the query. I'd like to just do:
LIMIT 10
but doing so causes JBoss to throw:
org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "10" at
line 1, column 482.
Was expecting:
<NUMERIC_VALUED_PARAMETER> ...
)]
Thanks,
-M@
--__--__--
Message: 2
From: "Marco Tedone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: [JBoss-user] [NEWBIE] Jboss and security
Date: Tue, 26 Aug 2003 19:29:27 +0100
Reply-To: [EMAIL PROTECTED]
It's not exactly standard J2EE stuff, as I have to use a Jboss-specific
JAAS
security model. We are deciding to implement our container-independent
solution.
Thank you for your reply.
Marco
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 5:48 PM
Subject: RE: [JBoss-user] [NEWBIE] Jboss and security
> Standard J2EE stuff.
> Look at the EJB specification to see what needs to be defined in the
> ejb-jar.xml.
> You also have to define a JAAS security domain in JBoss and associate it
> with your EJB in the jboss.xml.
> Check JBoss documentation and samples for more details.
>
> PS: on the client side, you will have to also use the JAAS api. Check
the
> current thread in this mailing list about the client login module for
more
> details.
>
> Thomas Cherel
>
> -----Original Message-----
> From: Marco Tedone [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 7:08 AM
> To: JBoss-user-list
> Subject: [JBoss-user] [NEWBIE] Jboss and security
>
> Hi, how could I tell Jboss that a client which wants to executed a
> restricted method on a RemoteInterface has some Principals associated
with
> it (I assume that the Principals mapping between the deployment
descriptor
> and the client will be performed somewhere)?
>
> Thanks,
>
> Marco
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
--__--__--
Message: 3
From: "Marco Tedone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: [JBoss-user] ClientLoginModule
Date: Tue, 26 Aug 2003 17:39:30 +0100
Reply-To: [EMAIL PROTECTED]
I have already got a basic JAAS tutorial. I was actually looking to a
vendor-independent way to implement the mapping between the Principals
defined in the deployment descriptor and the Principals bound with a client
requesting one or more methods on the EJBs interfaces.
I discovered that this kind of mapping is vendor-dependent, therefore we're
going to build our own vendor-independent solution. I think Sun should have
provided a standard way to do this, rather then giving only the
specifications on how to implement it. Where is the 'portability' of EJBs
then?
Thanks,
Marco
----- Original Message -----
From: "Holger Baxmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 1:36 PM
Subject: Re: [JBoss-user] ClientLoginModule
> On Mon, 25 Aug 2003 16:07:27 +0100, Marco Tedone <[EMAIL PROTECTED]>
wrote:
>
> > Hi, could someone please forward me where I could find any
documentation
> > on
> > how to use the ClientLoginModule in jboss? From the login-config.xml
> > file, I
> > can read that this can be used by Servlet which try to access an EJB
> > (exactly what I'm going to do).
> >
>
> A good starting point will the google search "JAAS Tutorial" provide ...
>
> for example:
> http://java.sun.com/j2se/1.4.1/docs/guide/security/jaas/tutorials/
>
> bax
>
> > Thanks,
> >
> > Marco
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: VM Ware
> > With VMware you can run multiple operating systems on a single
machine.
> > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> > at the same time. Free trial click
> > here:http://www.vmware.com/wl/offer/358/0
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
>
> --
> Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
--__--__--
Message: 4
To: [EMAIL PROTECTED]
From: "SHAHIN HADJIKULIEV" <[EMAIL PROTECTED]>
Date: Wed, 27 Aug 2003 08:26:42 +0300
Subject: [JBoss-user] JMS Connection Factory
Reply-To: [EMAIL PROTECTED]
Hi all,
To configure JMS connection Factory in JBOSS-3.2.1 I have edited
jbossmq-service.xml under deploy directory.
<mbean code="org.jboss.mq.il.uil2.UILServerILService" name
="jboss.mq:service=InvocationLayer,type=UIL2">
<depends optional-attribute-name
="Invoker">jboss.mq:service=Invoker</depends>
<attribute name
="ConnectionFactoryJNDIRef">ConnectionFactory1</attribute>
<attribute name
="XAConnectionFactoryJNDIRef">XAConnectionFactory1</attribute>
<attribute name="ServerBindPort">8093</attribute>
<attribute name="PingPeriod">60000</attribute>
<attribute name="EnableTcpNoDelay">true</attribute>
<attribute name="ReadTimeout">70000</attribute>
<attribute name="BufferSize">2048</attribute>
<attribute name="ChunkSize">1000000</attribute>
</mbean>
Where I have changed "<attribute name
="ConnectionFactoryJNDIRef">ConnectionFactory1</attribute>" and
"<attribute name
="XAConnectionFactoryJNDIRef">XAConnectionFactory1</attribute>" fileds
After starting jboss I have got these exeptions........
What I had wrong ?
8:16:50,109 ERROR [Engine] StandardContext[/web-console]: Servlet
/web-console threw load() exception
javax.servlet.ServletException: Servlet.init() for servlet J2EEFolder threw
exception
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:963)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
.........
.........
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
at
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
.........
.........
08:16:50,125 ERROR [Engine] ----- Root Cause -----
java.lang.NoSuchMethodError
at
org.jboss.console.plugins.helpers.BasePluginWrapper.loadScript(BasePluginWrapper.java:177)
at
org.jboss.console.plugins.helpers.BasePluginWrapper.init(BasePluginWrapper.java:76)
.........
.........
08:16:50,234 ERROR [Engine] StandardContext[/web-console]: Servlet
/web-console threw load() exception
javax.servlet.ServletException: Servlet.init() for servlet SystemFolder
threw exception
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:963)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
.........
.........
08:16:50,250 INFO [Engine] StandardWrapper[/web-console:default]: Loading
container servlet default
08:16:50,265 INFO [Engine] StandardWrapper[/web-console:invoker]: Loading
container servlet invoker
08:16:50,343 INFO [MainDeployer] Deployed package:
file:/C:/jboss-3.2.1/server/all/deploy/management/web-console.war
08:16:50,359 ERROR [URLDeploymentScanner] MBeanException: Exception in
MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
<none>
Incompletely deployed packages:
[EMAIL PROTECTED] {
url=file:/C:/jboss-3.2.1/server/all/deploy/jms/jbossmq-service.xml }
deployer: [EMAIL PROTECTED]
status: null
state: FAILED
watch: file:/C:/jboss-3.2.1/server/all/deploy/jms/jbossmq-service.xml
lastDeployed: 1061961402562
lastModified: 1061961402531
mbeans:
]MBeans waiting for classes:
<none>
MBeans waiting for other MBeans:
[ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
state: CONFIGURED
I Depend On: jboss.mq:service=Invoker
jboss.web:service=WebServer
Depends On Me: , ObjectName:
jboss.mq.destination:service=Topic,name=testTopic
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Topic,name=securedTopic
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Topic,name=testDurableTopic
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Queue,name=testQueue
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager
Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Queue,name=MM1IncomingQueue
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Queue,name=MM3IncomingQueue
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Queue,name=MM4IncomingQueue
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: , ObjectName:
jboss.mq.destination:service=Queue,name=MM7IncomingQueue
state: CONFIGURED
I Depend On: jboss.mq:service=DestinationManager
Depends On Me: ]
--__--__--
Message: 5
Date: Wed, 27 Aug 2003 08:52:06 +0200
From: Ionel Gardais <[EMAIL PROTECTED]>
Organization: Tech'Advantage
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: [JBoss-user] jb4 cvs build
Reply-To: [EMAIL PROTECTED]
Hi all,
got a problem building JBoss4 from a cvs co.
the ant scripts doesn't find the xdoclet packages but they are present
in the thirdparty directory, in my home directory and in the classpath.
I am using XP Home, ANT_HOME, JAVA_HOME and CLASSPATH set.
Any ideas ?
thanks,
ionel
--__--__--
Message: 6
Subject: Re: [JBoss-user] Which Jboss version supports axis 1_1RC2?
From: Stephane Nicoll <[EMAIL PROTECTED]>
To: JBoss user <[EMAIL PROTECTED]>
Organization: Kiala
Date: Wed, 27 Aug 2003 09:05:55 +0200
Reply-To: [EMAIL PROTECTED]
--=-RshBbzGJ9QNryRLw4g51
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable
If you want to use Axis 1.1 RC2 in any release of JBoss, then just
download the RC2 from the official website, find the axis directory
contained in the webapp dir of the distribution and then copy this
directory in the deploy directory of your server
(rename axis to axis.war to allow deployment)
and that's it.
Regards,
St=E9phane
On Tue, 2003-08-26 at 21:13, [EMAIL PROTECTED] wrote:
> hi all,
> i am writing a J2ME client that communicates to a servlet running
> on Jboss using ksoap.
> i found out that ksoap-SOAP messages work fine with axis1_1RC2. I am
curr=
ently
> running the servlet on jboss3.2.1, which unfortunately does not use the
s=
ame version(at least
> i think so, since i got exception when axis code try to read the SOAP
mes=
sage issued by
> the J2ME client).
>=20
> does jboss4.0.0 support axis1_1RC2?
>=20
> with best regards
> marco
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/35=
8/0
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
--=-RshBbzGJ9QNryRLw4g51
Content-Type: text/html; charset=utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
If you want to use Axis 1.1 RC2 in any release of JBoss, then just download
the RC2 from the official website, find the axis directory contained in the
webapp dir of the distribution and then copy this directory in the deploy
directory of your server<BR>
<BR>
(rename axis to axis.war to allow deployment)<BR>
<BR>
and that's it.<BR>
<BR>
Regards,<BR>
<BR>
Stéphane<BR>
On Tue, 2003-08-26 at 21:13, [EMAIL PROTECTED] wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>hi all,
i am writing a J2ME client that communicates to a servlet running
on Jboss using ksoap.
i found out that ksoap-SOAP messages work fine with axis1_1RC2. I am
currently
running the servlet on jboss3.2.1, which unfortunately does not use the
same version(at least
i think so, since i got exception when axis code try to read the SOAP
message issued by
the J2ME client).
does jboss4.0.0 support axis1_1RC2?
with best regards
marco
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:</FONT><A
HREF="http://www.vmware.com/wl/offer/358/0"><U>http://www.vmware.com/wl/offer/358/0</U></A>
<FONT COLOR="#737373">_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]</FONT>
<A
HREF="https://lists.sourceforge.net/lists/listinfo/jboss-user"><U>https://lists.sourceforge.net/lists/listinfo/jboss-user</U></I></A></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>
--=-RshBbzGJ9QNryRLw4g51--
--__--__--
Message: 7
Subject: Re: [JBoss-user] JMS Connection Factory
From: Adrian Brock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Organization:
Date: 27 Aug 2003 08:18:10 +0100
Reply-To: [EMAIL PROTECTED]
Looks like your broke jbossmq-service.xml
My guess is it no longer valid xml?
You should have a message further back in the log.
Regards,
Adrian
On Wed, 2003-08-27 at 06:26, SHAHIN HADJIKULIEV wrote:
> Hi all,
> To configure JMS connection Factory in JBOSS-3.2.1 I have edited
> jbossmq-service.xml under deploy directory.
>
> <mbean code="org.jboss.mq.il.uil2.UILServerILService" name
> ="jboss.mq:service=InvocationLayer,type=UIL2">
> <depends optional-attribute-name
> ="Invoker">jboss.mq:service=Invoker</depends>
> <attribute name
> ="ConnectionFactoryJNDIRef">ConnectionFactory1</attribute>
> <attribute name
> ="XAConnectionFactoryJNDIRef">XAConnectionFactory1</attribute>
> <attribute name="ServerBindPort">8093</attribute>
> <attribute name="PingPeriod">60000</attribute>
> <attribute name="EnableTcpNoDelay">true</attribute>
> <attribute name="ReadTimeout">70000</attribute>
> <attribute name="BufferSize">2048</attribute>
> <attribute name="ChunkSize">1000000</attribute>
> </mbean>
>
> Where I have changed "<attribute name
> ="ConnectionFactoryJNDIRef">ConnectionFactory1</attribute>" and
> "<attribute name
> ="XAConnectionFactoryJNDIRef">XAConnectionFactory1</attribute>" fileds
> After starting jboss I have got these exeptions........
> What I had wrong ?
>
>
> 8:16:50,109 ERROR [Engine] StandardContext[/web-console]: Servlet
> /web-console threw load() exception
> javax.servlet.ServletException: Servlet.init() for servlet J2EEFolder
threw
> exception
> at
>
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:963)
> at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
> .........
> .........
>
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
> at
>
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
> at
> org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
> .........
> .........
> 08:16:50,125 ERROR [Engine] ----- Root Cause -----
> java.lang.NoSuchMethodError
> at
>
org.jboss.console.plugins.helpers.BasePluginWrapper.loadScript(BasePluginWrapper.java:177)
> at
>
org.jboss.console.plugins.helpers.BasePluginWrapper.init(BasePluginWrapper.java:76)
> .........
> .........
> 08:16:50,234 ERROR [Engine] StandardContext[/web-console]: Servlet
> /web-console threw load() exception
> javax.servlet.ServletException: Servlet.init() for servlet SystemFolder
> threw exception
> at
>
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:963)
> at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
> .........
> .........
> 08:16:50,250 INFO [Engine] StandardWrapper[/web-console:default]:
Loading
> container servlet default
> 08:16:50,265 INFO [Engine] StandardWrapper[/web-console:invoker]:
Loading
> container servlet invoker
> 08:16:50,343 INFO [MainDeployer] Deployed package:
> file:/C:/jboss-3.2.1/server/all/deploy/management/web-console.war
> 08:16:50,359 ERROR [URLDeploymentScanner] MBeanException: Exception in
> MBean operation 'checkIncompleteDeployments()'
> Cause: Incomplete Deployment listing:
> Packages waiting for a deployer:
> <none>
> Incompletely deployed packages:
> [EMAIL PROTECTED] {
> url=file:/C:/jboss-3.2.1/server/all/deploy/jms/jbossmq-service.xml }
> deployer: [EMAIL PROTECTED]
> status: null
> state: FAILED
> watch: file:/C:/jboss-3.2.1/server/all/deploy/jms/jbossmq-service.xml
> lastDeployed: 1061961402562
> lastModified: 1061961402531
> mbeans:
> ]MBeans waiting for classes:
> <none>
> MBeans waiting for other MBeans:
> [ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
> state: CONFIGURED
> I Depend On: jboss.mq:service=Invoker
> jboss.web:service=WebServer
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Topic,name=testTopic
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
> jboss.mq:service=SecurityManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Topic,name=securedTopic
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
> jboss.mq:service=SecurityManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Topic,name=testDurableTopic
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
> jboss.mq:service=SecurityManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Queue,name=testQueue
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
> jboss.mq:service=SecurityManager
>
> Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Queue,name=MM1IncomingQueue
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Queue,name=MM3IncomingQueue
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Queue,name=MM4IncomingQueue
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: , ObjectName:
> jboss.mq.destination:service=Queue,name=MM7IncomingQueue
> state: CONFIGURED
> I Depend On: jboss.mq:service=DestinationManager
>
> Depends On Me: ]
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
--__--__--
Message: 8
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JNDI Name
Date: Wed, 27 Aug 2003 09:04:11 +0100
Reply-To: [EMAIL PROTECTED]
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C36C71.CCC01330
Content-Type: text/plain
The java:/ context is only available within the same VM as the server.
--
Danny Yates
-----Original Message-----
From: Rod Macpherson [mailto:[EMAIL PROTECTED]
Sent: 27 August 2003 00:12
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JNDI Name
JBoss is binding my datasource just fine and my webapp works but trying to
connect from a stand-alone client outside of the server fails:
14:25:52,704 INFO [FoobarDS] Bound connection factory for resource adapter
for ConnectionManager 'jboss.jca:service=LocalTxCM,name=FoobarDS to JNDI
name 'java:/FoobarDS'
The datasource is FoobarDS and we lookup the string java:/FoobarDS and that
works fine within our J2EE application. Only fails from a remote client
(fabled option D did not work either:)
TIA,
Rod
_____________________________________________________________________
Notice to recipient:
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful.
When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued
by
the pertinent Bank of America group entity.
If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_____________________________________________________________________
------_=_NextPart_001_01C36C71.CCC01330
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<TITLE>Message</TITLE>
<META content=3D"MSHTML 5.50.4727.700" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D473160708-27082003><FONT face=3DArial =
color=3D#0000ff size=3D2>The=20
java:/ context is only available within the same VM as the=20
server.</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>-- </FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Danny Yates</FONT></DIV>
<DIV align=3Dleft> </DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT=20
face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B> Rod =
Macpherson=20
[mailto:[EMAIL PROTECTED] <BR><B>Sent:</B> 27 August 2003=20
00:12<BR><B>To:</B> =
[EMAIL PROTECTED]<BR><B>Subject:</B>=20
[JBoss-user] JNDI Name<BR><BR></FONT></DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial =
size=3D2>JBoss is binding=20
my datasource just fine and my webapp works but trying to connect =
from a=20
stand-alone client outside of the server fails: </FONT></SPAN></DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial =
size=3D2>14:25:52,704=20
INFO [FoobarDS] Bound connection factory for resource adapter =
for=20
ConnectionManager 'jboss.jca:service=3DLocalTxCM,name=3DFoobarDS to =
JNDI name=20
'java:/FoobarDS'</FONT></SPAN></DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial size=3D2>The =
datasource is=20
FoobarDS and we lookup the string java:/FoobarDS and that works fine =
within=20
our J2EE application. Only fails from a remote client (fabled =
option D=20
did not work either:)</FONT></SPAN></DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2>TIA,</FONT></SPAN></DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2>Rod</FONT></SPAN></DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D860030323-26082003><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV></BLOCKQUOTE></BODY></HTML>
<BR>
<BR>
<P><B><FONT SIZE=3D2 =
FACE=3D"Arial">_________________________________________________________=
____________ </FONT></B></P>
<P><B><FONT SIZE=3D2 FACE=3D"Arial">Notice to recipient: =
</FONT></B></P>
<P><B><FONT SIZE=3D2 FACE=3D"Arial">The information in this internet =
e-mail and any attachments is confidential and may be privileged. It is =
intended solely for the addressee. If you are not the intended =
addressee please notify the sender immediately by telephone. If you are =
not the intended recipient, any disclosure, copying, distribution or =
any action taken or omitted to be taken in reliance on it, is =
prohibited and may be unlawful. </FONT></B></P>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">When addressed to external clients any =
opinions or advice contained in this internet e-mail are subject to the =
terms and conditions expressed in any applicable governing terms of =
business or client engagement letter issued by the pertinent Bank of =
America group entity. </FONT></P>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">If this email originates from the U.K. =
please note that Bank of America, N.A., London Branch, Banc of America =
Securities Limited and Banc of America Futures Incorporated are =
regulated by the Financial Services Authority.</FONT></P>
<P><B><FONT SIZE=3D2 =
FACE=3D"Arial">_________________________________________________________=
____________ </FONT></B></P>
<BR>
<BR>
------_=_NextPart_001_01C36C71.CCC01330--
--__--__--
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
End of JBoss-user Digest