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] OracleDS binding on

Re: [JBoss-user] Trouble with CMP datasource

2002-06-18 Thread Slava Voronin
I have it like datasourcejava:/PenningDB/datasource type-mappingPostgreSQL/type-mapping Maarten Dirkse wrote: Hi, I have a very simple cmp bean with the following defined in both jaws.xml and jbosscmp-jdbc.xml: datasourcePenningDB/datasource type-mappingPostgreSQL/type-mapping

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 jboss .. resource-managers resource-manager res-namejdbc/SISDS/res-name res-jndi-namejava:/OracleDS/res-jndi-name /resource-manager /resource-managers

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

2002-06-14 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] 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 - Apogent

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 administer objects

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

2002-06-06 Thread Slava Voronin
this tag supposed to be in ejb-jar.xml like abstract-schema-namesomeNameEJB/abstract-schema-name Ricardo Argello wrote: 001101c20d6b$a104bfe0$[EMAIL PROTECTED]">

[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