Re: [JBoss-user] OracleDS binding on 3.0.1RC1?

2002-07-08 Thread Slava Voronin
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

Re: [JBoss-user] Finding DataSource using jboss.xml aliasing

2002-06-18 Thread Slava Voronin
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

Re: [JBoss-user] Trouble with CMP datasource

2002-06-18 Thread Slava Voronin
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

Re: [JBoss-user] How to look up queue with jboss3.0

2002-06-14 Thread Slava Voronin
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

Re: [JBoss-user] NullPointerException while trying to obtain JMS

2002-06-14 Thread Slava Voronin
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

Re: [JBoss-user] NullPointerException while trying to obtain JMSTopicConnectionFa ctory on 2.4.6

2002-06-13 Thread Slava Voronin
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() > >

Re: [JBoss-user] ldap JAAS security

2002-06-12 Thread Slava Voronin
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:

[JBoss-user] Problem running Jboss.3.0.Template.Project.zip

2002-06-10 Thread Slava Voronin
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:

Re: [JBoss-user] ConnectionFactory

2002-06-07 Thread Slava Voronin
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

[JBoss-user] ConnectionFactory

2002-06-06 Thread Slava Voronin
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

Re: [JBoss-user] First Steps...

2002-06-06 Thread Slava Voronin
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