[JBoss-user] [Installation & Configuration] - Re: Jboss Warnings Questions

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820627#3820627 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820627 "Fredrich" wrote : 1).Every time I start JBoss 3.2.2, I get the following warnings: a).1 warning.

[JBoss-user] [Management, JMX/JBoss] - Re: jmx implementation and usage...

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820626#3820626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820626 "vmohar98" wrote : What I understand is that the current implementation supports jmx1.0. Does that me

[JBoss-user] [Messaging, JMS & JBossMQ] - DLQ Questions

2004-02-07 Thread Fredrich
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820625#3820625 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820625 Hi gurus, I have few questions : 1).How send the_message_sent_to_a_MDB_but_always_rollback(a.k.a

[JBoss-user] [Installation & Configuration] - Jboss Warnings Questions

2004-02-07 Thread Fredrich
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820624#3820624 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820624 Hi gurus, I have few questions : 1).Every time I start JBoss 3.2.2, I get the following warnings:

[JBoss-user] [Installation & Configuration] - Re: how to install jboss 3.2.3 in Windows2000?

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820623#3820623 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820623 Unzip it, cd to jboss/bin directory, type run ---

[JBoss-user] [Installation & Configuration] - how to install jboss 3.2.3 in Windows2000?

2004-02-07 Thread npuri
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820622#3820622 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820622 I am new to JBosss. After downloading how do I install in Windows2000? Thank you.

[JBoss-user] [EJB/JBoss] - Re: Private attribute in a Stateless Session Bean

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820620#3820620 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820620 Yes the objects will be available to all clients (they're pooled). So if you use instance fields they

[JBoss-user] [Installation & Configuration] - Re: jboss does not start

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820619#3820619 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820619 Have a look at your j2sdk1.4.2_nb/jre/lib/ext and make sure there isn't anything extra there. Unsettin

[JBoss-user] [Management, JMX/JBoss] - Re: Sensing JBoss MicroKernel startup

2004-02-07 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820618#3820618 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820618 "jboss.system:type=Server" MBean sends out a JMX notification of type "org.jboss.system.server.started

[JBoss-user] [Beginners Corner] - Re: Chapter 5 Vs. chapter 3

2004-02-07 Thread chunji
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820615#3820615 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820615 "mainland" wrote : Vishal, I think I found the problem, in the init() function in StoreAccessDAOImpl

[JBoss-user] [Installation & Configuration] - Re: Need help with error page

2004-02-07 Thread ereze
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820614#3820614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820614 I am having the same problems, and I use JAAS, is it a problem? I am using 3.2.1 with Tomcat , Than

[JBoss-user] [Nukes User] - BB problem

2004-02-07 Thread Klicks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820542#3820542 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820542 Ok, I've tried moving the nukes-bb.ear to both the default/deploy dir and the default/nukes dir. Eithe

Re: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Anders Engström
Thanks for thy answer. On Sat, Feb 07, 2004 at 11:32:53AM -0600, Marc Fleury wrote: > Anders, > > The mail integration is what we need today. Already the answers on the forums have > been multiplied 10 fold as the core guys start answering again. It enables us to > know when a post has been

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820556#3820556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820556 The classloaders do pick up interfaces, there's a problem in your packaging I think. Either the packag

Re: [JBoss-user] [newbie] Listening on a TCP socket in J2ee environment

2004-02-07 Thread Nicholas
Easiest way to do it is to write your component as an MBean. There are no socket listening or threading restrictions as with EJB, and you get lifecycle control, a management interface and intrumentation to boot. //Nicholas --- Samuel Cheung <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to

[JBoss-user] [Nukes User] - Re: add submenu to menu structure

2004-02-07 Thread jae77
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820612#3820612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820612 ok - after a quick poke around in cvs, i found the impact theme. it is checked in under the nukes-webs

[JBoss-user] [Nukes User] - Re: add submenu to menu structure

2004-02-07 Thread jae77
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820611#3820611 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820611 julien is going to have to confirm this, but i'm taking a wild guess that the Impact Theme is exclusiv

[JBoss-user] Re: JMS Clustering

2004-02-07 Thread Rob Moore
Hi, Adrian, Thanks for the example (that is, the hsqldb-jdbc-state-service.xml), but I can't get it working. I took your example and followed the directions, but modified them just a bit -- I copied the mbean definitions that used to be in jbossmq-state.xml (except for the state manager, of cou

[JBoss-user] [Installation & Configuration] - Re: BUILD FAILED, javac not found?

2004-02-07 Thread ibruell
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820610#3820610 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820610 I have tried it now under RedHat 9.0 with j2sdk1.4.2_02 from Sun and it compiled well. $JAVA_HOME=/usr

[JBoss-user] [EJB/JBoss] - Re: NotSerializableException on undeploy of .ear file

2004-02-07 Thread nic7834
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820609#3820609 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820609 Ahh...I understand now. Thanks a million! Nic -

[JBoss-user] [Nukes User] - Re: add submenu to menu structure

2004-02-07 Thread mcscottmc
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820608#3820608 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820608 clnukes: I might have been confused by your first post. I wrote a custom MenuBlock, which is a block

[JBoss-user] [EJB/JBoss] - Re: Private attribute in a Stateless Session Bean

2004-02-07 Thread cari34
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820607#3820607 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820607 Hi Adrian and Marc, Thank you. The field I want to put in the stateless session bean is not session

[JBoss-user] [Installation & Configuration] - Re: jboss does not start

2004-02-07 Thread orclex
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820606#3820606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820606 apache commons? jdk/lib/ext? what exactly do you mean? which directory has to be in my classpath? perh

[JBoss-user] [EJB/JBoss] - CMR Problem

2004-02-07 Thread behrangsa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820605#3820605 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820605 Hi The EJB 2.0 specification [10.3.2] says that: "An entity bean that does not have a local interfa

RE: [JBoss-user] JMS + JBoss Warnings Questions

2004-02-07 Thread Marc Fleury
please post through forums   marcf From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of f fSent: Saturday, February 07, 2004 11:32 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] JMS + JBoss Warnings Questions Hi gurus, I have few questions : 1).Every time I

[JBoss-user] [Beginners Corner] - Re: Help needed with Configuring for Multiple Datasources

2004-02-07 Thread ericchang591
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820603#3820603 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820603 The error that I posted above is when I have the HyperSonic db bound to DefaultDS, and then it attempt

[JBoss-user] [Installation & Configuration] - Re: JBoss classloader hierarchy

2004-02-07 Thread marc fleury
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820604#3820604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820604 1/each SAR has its classloader. that enables a- reloading b- class visibility with unified CL 2/

[JBoss-user] [EJB/JBoss] - Re: Private attribute in a Stateless Session Bean

2004-02-07 Thread marc fleury
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820601#3820601 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820601 having a field in stateless only makes sense if all the sessions need that field. If the field is ses

[JBoss-user] [Nukes User] - I do not see the Mgmt Menu

2004-02-07 Thread cusuco
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820580#3820580 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820580 Hi: I just installed Nuke jboss_3_2_2_nukes in my computer. (i have a win2000, with JSDK 1.4.2) I did

[JBoss-user] [EJB/JBoss] - Re: Private attribute in a Stateless Session Bean

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820597#3820597 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820597 The session objects are pooled (and lazily constructed). This means your ejbCreate() won't be invoke

RE: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Marc Fleury
Anders, The mail integration is what we need today. Already the answers on the forums have been multiplied 10 fold as the core guys start answering again. It enables us to know when a post has been made and go to the forums to answer. Maximum impact. NNTP integration is a nice to have for a

[JBoss-user] JMS + JBoss Warnings Questions

2004-02-07 Thread f f
Hi gurus, I have few questions : 1).Every time I start JBoss 3.2.2, I get the following errors :  a).1 warning. [TxConnectionManager] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in some cases of failure.  thi

[JBoss-user] [Persistence & CMP/JBoss] - CMR Question, HELP!!

2004-02-07 Thread b_boyle18
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820600#3820600 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820600 Hi, I am building an application using jboss3.0.8 and my database is PostgreSQL. I am having some d

[JBoss-user] [Management, JMX/JBoss] - Re: Calling invoke on MBean methods with simple type in sign

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820599#3820599 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820599 Long.TYPE Regards, Adrian --- The SF.Net emai

[JBoss-user] [Management, JMX/JBoss] - Re: Cannot extend JMX Monitor. 'package' visibility

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820598#3820598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820598 It is on the list of enhancements for jmx 1.3 Regards, Adrian ---

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-02-07 Thread msalgado
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820596#3820596 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820596 Make sure the jbosscmp-jdbc.xml points to the 3_2.dtd by having the following lines in the file header

[JBoss-user] [EJB/JBoss] - Re: NotSerializableException on undeploy of .ear file

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820595#3820595 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820595 http://jakarta.apache.org/tomcat/faq/misc.html Regards, Adrian --

[JBoss-user] [Beginners Corner] - Re: jbosscmp-jdbc_3_2.dtd version

2004-02-07 Thread msalgado
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820594#3820594 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820594 I ran accross the same problem, and to get JBoss to look at the *3_2.dtd you need to have these lines:

Re: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Anders Engström
On Sat, Feb 07, 2004 at 02:35:36PM +0200, Juha Lindfors wrote: > yOn Sat, 7 Feb 2004, Anders Engström wrote: > > > On Fri, Feb 06, 2004 at 11:59:06AM -0600, Marc Fleury wrote: > > > Guys, > > > > > [snip] > > > > > > Thanks for your help guys, again PLEASE USE THE FORUMS. > > > > > > > How about

[JBoss-user] [Connectors and JCA/JBoss] - Re: Isolation Transaction

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820593#3820593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820593 You cannot. Oracle does not support changing the isolation level from the jbdc connection, except to d

[JBoss-user] [Connectors and JCA/JBoss] - Re: Help with error from my log file

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820592#3820592 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820592 Post the real/full exception rather than just the message. Most likely you don't have a transaction or

[JBoss-user] [Connectors and JCA/JBoss] - Re: NonXA connection or XA connection?

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820591#3820591 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820591 No. You cannot prepare a non-xaconnection so it cannot take part in two phase commit. There is an im

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS changes from 3.2.3 to 4.0DR2?

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820590#3820590 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820590 4.0DR2 is a lot older than 3.2.3 Try the CVS version or a nightly snapshot Regards, Adrian -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS and JDBC. How to recover or prevent inconsistent dat

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820589#3820589 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820589 I recently implemented the "Last Resource Gambit" in jboss4's transaction manager. Perhaps you would

[JBoss-user] [Persistence & CMP/JBoss] - Directly store jdom elements into a cmp entity bean

2004-02-07 Thread samdev
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820588#3820588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820588 Hi, I wonder whether it is possible to directly store jdom elements into an entity bean with contai

[JBoss-user] [Installation & Configuration] - JBoss classloader hierarchy

2004-02-07 Thread jkario78
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820587#3820587 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820587 What is the default classloader hierarchy in JBoss for application deployed into deploy dir? 1) Doe

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS implementation concerns

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820584#3820584 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820584 Wrong. Use 3.0.7+ or even better 3.2.3 The message cache was rewritten and fixed in that version

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP problem

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820586#3820586 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820586 Have you configured a ping period? Regards, Adrian --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: A machine-dependent problem with JBossMQ.

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820585#3820585 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820585 You had set a time-to-live on the message? Regards, Adrian --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: issue related to MDB with jboss3.2.3

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820583#3820583 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820583 Use XAUIL2ConnectionFactory Regards, Adrian -

[JBoss-user] [Security & JAAS/JBoss] - Re: how to encode database password in descriptor mysql-ds.x

2004-02-07 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820568#3820568 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820568 See: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820263#3820263[url]http://www.jboss.org

[JBoss-user] [EJB/JBoss] - Re: NotSerializableException on undeploy of .ear file

2004-02-07 Thread nic7834
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820581#3820581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820581 It's just that I don't want JBoss to attempt to serialize the map of EventDO objects that i've stored

RE: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Juha Lindfors
yes, it took great effort to write the alternative answer On Sat, 7 Feb 2004, Sacha Labourey wrote: > You mean: > CIYMF > > :) > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Juha Lindfors > > Sent: Saturday, February 07, 2004 1:

RE: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Sacha Labourey
You mean: CIYMF :) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Juha Lindfors > Sent: Saturday, February 07, 2004 1:36 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] USING FORUMS INSTEAD OF LISTS > > yOn Sat, 7 Feb 2004, And

Re: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Juha Lindfors
yOn Sat, 7 Feb 2004, Anders Engström wrote: > On Fri, Feb 06, 2004 at 11:59:06AM -0600, Marc Fleury wrote: > > Guys, > > > [snip] > > > > Thanks for your help guys, again PLEASE USE THE FORUMS. > > > How about that nntp support? Did you start implementing it already? -- Juha -

[JBoss-user] [EJB/JBoss] - Private attribute in a Stateless Session Bean

2004-02-07 Thread cari34
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820579#3820579 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820579 Hi guys, I have a question about the design of a stateless session EJB. I would like to know : Doe

Re: [JBoss-user] USING FORUMS INSTEAD OF LISTS

2004-02-07 Thread Anders Engström
On Fri, Feb 06, 2004 at 11:59:06AM -0600, Marc Fleury wrote: > Guys, > [snip] > > Thanks for your help guys, again PLEASE USE THE FORUMS. How about that nntp support? Is it working yet? I, for one, won't waste any time on browsing around a web-GUI when there's better ways to follow a list (ema

[JBoss-user] [Management, JMX/JBoss] - Re: Cannot extend JMX Monitor. 'package' visibility

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820578#3820578 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820578 the interface is what it is as it has to follow the Sun defined interfaces (it is in javax.management

[JBoss-user] [Messaging, JMS & JBossMQ] - issue related to MDB with jboss3.2.3

2004-02-07 Thread rajeev_gvs
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820577#3820577 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820577 My MDB is listening to remote queue. Initially my MDB able to receive all the messages. After sometime

[JBoss-user] [Beginners Corner] - Re: Help needed with Configuring for Multiple Datasources

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820574#3820574 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820574 Hmm so it looks like it is trying to connect to the Ingres database, as you are getting an SQL Excepti

[JBoss-user] [Frequently Asked Questions (FAQ)] - Using Oracle8i with JBoss3.2.3

2004-02-07 Thread ykpatel
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820576#3820576 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820576 Hello Sir/Madam Any one help me about using Oracle8i as Database with JBoss3.2.3 Pls Help me --

[JBoss-user] [Management, JMX/JBoss] - Re: Test case that extends JBossTestCase -- I need testjmx.j

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820575#3820575 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820575 Checkout the source from the CVS, build it and you get everything included. http://www.jboss.org/in

[JBoss-user] [J2EE Compliance] - Re: Minor violation of the j2ee 1.4 spec on JBoss 3.2.3

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820573#3820573 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820573 The packaging spec is a mess at least until 1.4, don't know if J2EE 1.4 improves the situation much or

[JBoss-user] [Management, JMX/JBoss] - Re: Deploying SessionBean in .SAR?

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820571#3820571 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820571 "blulas" wrote : I have an MBean that contains my instrumentation of a component that is remotely ac

[JBoss-user] [EJB/JBoss] - Re: SessionBean.getPrimaryKey()

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820569#3820569 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820569 This is implemented in the StatelessSessionInterceptor: else if (m.equals(GET_PRIMARY_KEY))

[JBoss-user] [EJB/JBoss] - Re: Hot deployment problem of JARs and WARs in JBoss 3.2.2 R

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820570#3820570 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820570 "single" wrote : I have tried hot deploying just the archive I modify and JBoss prints out that it ha

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation!

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820565#3820565 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820565 The error is in your return type which is the HelloWorld interface, not your home interface. Most like

[JBoss-user] [Beginners Corner] - Re: SetContext bug in 3.2.3

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820564#3820564 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820564 "starksm" wrote : Why is this post in this forum anyway? Moved to beginner's. --