Brian Topping wrote:
> Even suggestions of how I can start to trace down this problem, where to
> look, etc. would be appreciated...
>
> best,
>
> -b
>
>
>>-Original Message-
>>From: Brian Topping
>>Sent: Monday, July 08, 2002 2:27 PM
>>To: [EMAIL PROTECTED]
>>Subject: [JBoss-user] Or
You can have in jboss.xml like
and keep ejb-jar.xml as you have
..
jdbc/SISDS
java:/OracleDS
..
and keep ejb-jar.xml as you have
Emerson Cargnin - MSA wrote:
> We're making an app to be deployable ei
I have it like
java:/PenningDB
PostgreSQL
Maarten Dirkse wrote:
> Hi,
> I have a very simple cmp bean with the following defined in both
> jaws.xml and jbosscmp-jdbc.xml:
>
> PenningDB
> PostgreSQL
>
> PenningDB is a datasource that exists and works (I checked) and
> PostgreSQL is a mapping
try lookup("ConnectionFactory")
ch ejb wrote:
> hi there,
> i am getting error when iam looking a queue in jboss3.0.
> the error is
> JNDI lookup failed: javax.naming.NameNotFoundException:
> QueueConnectionFactory
>
> how can i look up a queue named A from the Queue coonection??
> my pieces o
I run sucsessfully example under JbossBook-2.4.x
in chap4 with messages.
I use lookup("TopicConnectionFactory") for this version.
The same example work for jboss3 if changed lookup("TopicConnectionFactory")
to lookup("ConnectionFactory").
I bought this documents for $10.
Demyanovich, Craig - Ap
I had the same problem and when I changed
lookup("TopicConnectionFactory") to lookup("ConnectionFactory")
it worked for jboss3.
McLain, Mark - Apogent wrote:
> I have written the following test method in a JUnit 3.7 TestCase:
>
>
>
> public void testSendMessageToProcessor()
>
>
dn: cn=TCFactory, cn=admin, dc=local,dc=com
objectClass: top
objectClass: javaContainer
objectClass: javaObject
objectClass: javaNamingReference
javaReferenceAddress: #0#brokerURL#192.168.0.5:2506
javaReferenceAddress: #1#connectID#""
javaReferenceAddress: #2#defaultUserName#
javaReferenceAddress:
I found on sourceforge.net
Jboss.3.0.Template.Project.zip
I install according to documentation in Readme.
I am using jboss3 final.
When I deploy I got next error message on jboss console
Bean : test/TestMessage
Method : public void ejbCreate() throws CreateException
Section: 15.7.3
Warning:
can you please give me resource on internet or page on buy documentation
on configuring Connection factory. I am using jboss3 final.
Thanks.
Marius Kotsbak wrote:
>On Fri, 2002-06-07 at 02:44, Slava Voronin wrote:
>
>>When I do connection to JMS I need to configure admini
When I do connection to JMS I need to configure administer objects..
Destination and ConnectionFactory.
I can put destination in file jbossmq-destination-service.xml
but where to configure ConnectionFactory with my own name.
I can connect using ctx.lookup("ConnectionFactory"),
but I want My
this tag supposed to be in ejb-jar.xml
like someNameEJB
Ricardo Argüello wrote:
001101c20d6b$a104bfe0$[EMAIL PROTECTED]">
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBQL2.htmlhttp://www.onjava.com/pub/a/onjava/2001/09/19/ejbql.html?page=1http://javaboutique.internet.com/resources/books/EJ
11 matches
Mail list logo