RE: [JBoss-user] JMX Access to Secure EJBs

2002-11-28 Thread Damon Hamacha
Hi, I tried to run a Stateless session - using the Minimal Setting. An exception get generated if I place the bean.jar in the installation\jboss-3.0.4\server\minimal\deploy. I edit the jboss-service.xml and added the classpath codebase=../../lib archives=j2ee.jar/ But it still does not work.

[JBoss-user] custom service exception in jboss 3.0

2002-08-01 Thread Damon Hamacha
If my custom service extends the org.jboss.system.ServiceMBeanSupport class nothing works. test case: 1- myClass extends ServiceMBeanSupport{} 2- i changed the jms-service.xml in %jboss_installation%\server\default\deploy to include the bellow mbean

RE: [JBoss-user] jms / mdb question

2002-07-24 Thread Damon Hamacha
) at org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLD ploymentScanner.java:586) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeployment canner.java:465) -Original Message- From: Damon Hamacha Sent: Tuesday, July 23, 2002 5:03 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jms / mdb question hi

RE: [JBoss-user] jndi / jboss question

2002-07-24 Thread Damon Hamacha
- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : mardi, 23 juillet 2002 17:31 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user] jndi / jboss question i load the new jboss3.0 version today, however the problem did not go away. i am not sure what

RE: [JBoss-user] jndi / jboss question

2002-07-24 Thread Damon Hamacha
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Damon Hamacha Sent: Wednesday, July 24, 2002 3:08 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jndi / jboss question thanks for your email i run my simple test with the recommended release [jboss 3.0.1RC1] the bellow

RE: [JBoss-user] jndi / jboss question

2002-07-23 Thread Damon Hamacha
/ jboss question does Ln-dev-384-dh correctly resolves on your network? Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : lundi, 22 juillet 2002 18:40 À : [EMAIL PROTECTED] Objet : RE

RE: [JBoss-user] jndi / jboss question

2002-07-23 Thread Damon Hamacha
(props) with props explicitly built in code and not read from a file. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : mardi, 23 juillet 2002 11:08 À : [EMAIL PROTECTED] Objet : RE: [JBoss

RE: [JBoss-user] jndi / jboss question

2002-07-23 Thread Damon Hamacha
?!? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : mardi, 23 juillet 2002 12:42 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user] jndi / jboss question in default setting: 1 - i am able to lookup the objects. bind objects

RE: [JBoss-user] jndi / jboss question

2002-07-23 Thread Damon Hamacha
i am confused, i downloaded jboss 3.0 yesterday [Monday], maybe the version is corrupted. i will try a new version today and see what i get. as you mentioned you run jboss with start run -c minimal did you get the lo4j.jar exception. i fixed the problem by adding log4j.jar to

RE: [JBoss-user] jndi / jboss question

2002-07-23 Thread Damon Hamacha
i load the new jboss3.0 version today, however the problem did not go away. i am not sure what to suggest. -Original Message- From: Damon Hamacha Sent: Tuesday, July 23, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jndi / jboss question i am confused, i downloaded

RE: [JBoss-user] jndi / jboss question

2002-07-23 Thread Damon Hamacha
correctly. Try the 3.0.1RC1 release or copy its minimal configuration file set. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Damon Hamacha [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 8

RE: [JBoss-user] jms / mdb question

2002-07-23 Thread Damon Hamacha
hi, i wonder if you could help me with my question, i am trying to run an mdb in weblogic using third party jms implementation, however the bellow exception get generated as soon as a system try to load a [third party / jms queue], i look in to the src, i seen the bellow mapping has a

RE: [JBoss-user] jndi / jboss question

2002-07-22 Thread Damon Hamacha
hi, i started jboss calling the bellow: %jboss_installation%/bin/run - c minimal however, if i tried to bind objects to jboss jndi the bellow exception's get generated, it seems like the jndi context binding service has been started,however, i am not able to bind object to its jndi. [the same

RE: [JBoss-user] jndi / jboss question

2002-07-22 Thread Damon Hamacha
To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jndi / jboss question show us your code. Are you sure your JNDI properties are correctly set? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : lundi, 22 juillet 2002 15:39 À

RE: [JBoss-user] jms- mdb question [jboss3.0]

2002-07-22 Thread Damon Hamacha
does anyone knows how to plug an external jms to jboss? and how to deploy a message driven beans to jboss, i am able to deploy the msg driven bean, however, the msg driven bean does not listen to msgs as i send msgs to the jms queue but,they do not get consume by the msg driven bean. thanks

RE: [JBoss-user] jndi / jboss question

2002-07-22 Thread Damon Hamacha
, not the actual problem. cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : lundi, 22 juillet 2002 16:27 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user] jndi / jboss question the attached file

RE: [JBoss-user] jms- mdb question [jboss3.0]

2002-07-22 Thread Damon Hamacha
[jboss3.0] Hi Damon, May be you are using transacted session. Use untransacted session. -Saroj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Damon Hamacha Sent: Monday, July 22, 2002 8:03 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jms- mdb question

RE: [JBoss-user] jndi / jboss question

2002-07-22 Thread Damon Hamacha
s a consequence of a previous problem, not the actual problem. cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : lundi, 22 juillet 2002 16:27 À : [EMAIL P

RE: [JBoss-user] jms- mdb question [jboss3.0]

2002-07-22 Thread Damon Hamacha
Of Damon Hamacha Sent: Monday, July 22, 2002 9:10 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jms- mdb question [jboss3.0] thanks for your email i attached my *.xml files. i left it to the container to manage transaction's. thanks Damon -Original Message- From: Saroj Kumar [mailto

RE: [JBoss-user] jndi / jboss question

2002-07-22 Thread Damon Hamacha
was the result of the telnet I've mentionned before? Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Damon Hamacha Envoyé : lundi, 22 juillet 2002 17:34 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user] jndi

RE: [JBoss-user] RE: Message driven beans in jboss

2002-07-17 Thread Damon Hamacha
Title: [JBoss-user] NameNotFoundException Hello Folks: i have not used JBoss for some time, however i find out a very large difference between the jboss2.2.* and the latest jboss version3.0. in respect to how to implement and run message driven beans in jboss3.0, i am missing