Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread Dmitri Colebatch
On Tue, 23 Oct 2001, David Jencks wrote: > How is this better than simply having each task output its processed > messages to a specific queue, and routing by hooking the receiving mdb's > upd to the appropriate queue? I'm assuming that it is or could be easy to > manage the queue subscriptions

Re: [JBoss-user] throwing EJBException (FileNotFoundException - .ser)

2001-10-23 Thread Toby Allsopp
Read the spec (EJB 2.0), section 18.3.1. Toby. On Tue, Oct 23, 2001 at 10:09:39PM -0400, David Ward wrote: > I've seen this problem too, but got no response when posting it to this > list or to the forum. Let me know if you get an answer. Any > RuntimeException (like NullPointerExceptions) c

Re: [JBoss-user] throwing EJBException (FileNotFoundException - .ser)

2001-10-23 Thread David Ward
I've seen this problem too, but got no response when posting it to this list or to the forum. Let me know if you get an answer. Any RuntimeException (like NullPointerExceptions) can cause this, not just EJBExceptions. It makes my reference to the Bean in any future invocation (from new requ

Re: [JBoss-user] How to configure JBossMail and MS Exchange server

2001-10-23 Thread Nguyen Thanh Phong
First, you need to configure MSExchange to accept SMTP connection (see its doc) Second, modify file mail.properties in your configuration directory to suite your site. Cheers. Nguyen Thanh Phong. - Original Message - From: "Herve Tchepannou" <[EMAIL PROTECTED]> To: "jboss" <[EMAIL PROT

Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread Dmitri Colebatch
yep - I hear what you're saying. thanks for the feedback. cheers dim On Tue, 23 Oct 2001, Guy Rouillier wrote: > Only the immediate state is kept in the message, not the whole workflow. > The whole workflow is potentially quite large, and you don't want these > bloated messages travelling arou

Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread David Jencks
How is this better than simply having each task output its processed messages to a specific queue, and routing by hooking the receiving mdb's upd to the appropriate queue? I'm assuming that it is or could be easy to manage the queue subscriptions. Then you don't need the dynamic workflow manager

Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread Dmitri Colebatch
After looking at this further, its exactly what MDB pooling is for (afaics). I had previously said that JMS did support mutli-threading, if the client wanted it... on re-reading the spec, it basically says that the client can create multiple sessions if they desire multi-threaded receipt of messa

Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread Guy Rouillier
Only the immediate state is kept in the message, not the whole workflow. The whole workflow is potentially quite large, and you don't want these bloated messages travelling around; the overhead is too high. Messages should be as small as possible. So what I'm thinking is that you distribute the

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread Julian Gosnell
I find that unzipping the files sets the directory permissions wrongly - just use 'jar xvf ' Jules Guy Rouillier wrote: > I don't remember if you have to specify or if Redhat installs it by default, > but Redhat comes with unzip. Just open a command prompt and type "unzip". > > - Origina

Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread Dmitri Colebatch
On Tue, 23 Oct 2001, Guy Rouillier wrote: > Yes, with some proper design this can work across distributed systems. The > tricky part would be identifying which task a newly arriving message should > go to. Ideally, you don't want the message to carry state information, but > I think that will b

[JBoss-user] RE: [JBoss-user]

2001-10-23 Thread Ryan Wu
This is a Virus email list. Please protect your email account ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread nathan frund
Richard, The default install of Red Hat 6.2 includes "unzip". To see if it's installed on your system just type: rpm -q unzip If it's not there, rpm will be sure to let you know. I'm pretty sure though that it's already on your system. Also, make sure that when you run JBoss it's using JDK 1

[JBoss-user] throwing EJBException (FileNotFoundException - .ser)

2001-10-23 Thread Marcin Chalotowski
Hi, I have serious problem with throwing EJBExceptions from Stateful Session Beans. Every time i throw EJBException from the bean the container removes this bean and while trying to invoke any method on this bean again the FileNotFoundException is thrown. As i tried to debug it looks like Stat

FW: [JBoss-user] Dynamic XADataSourceLoader -- Please Help!!!!

2001-10-23 Thread Ferguson, Doug
-Original Message- From: Ferguson, Doug Sent: Tuesday, October 23, 2001 12:51 PM To: Ferguson, Doug Subject: RE: [JBoss-user] Dynamic XADataSourceLoader -- Please Help So I figured out the problem is that the URL is sent was null.. That message was cryptic as hell. d. -Ori

Re: [JBoss-user] Sybase ASE on HP-UX connection problem

2001-10-23 Thread Michael Jara
I have used JBoss 2.2.2 on Win2K connected to Sybase ASE on Win2K and HP Unix. I don't recall having to do anything special, though I did specify "CHARSET=utf8". This is what my config looks like in jboss.jcml: SybaseDS org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l jdbc:syba

RE: [JBoss-user] ClassCastException $Proxy3

2001-10-23 Thread Dain Sundstrom
I agree with Fred. When I run into this type of error, I find it helpful to use reflection to print out all of the super classes and implemented interfaced of the object (o in this case). -dain > -Original Message- > From: Fred Loney [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 2

[JBoss-user] newbie - Persistable Scheduling Advice

2001-10-23 Thread Owen
Hi, I'm hoping someone can give me some guidance on a scheduling strategy for an EJB application. The application needs to have scheduling instructions associated with a paricular entity class, which need to be administerable (sp?) from a client application. As I see it (and I may be very w

[JBoss-user] Sybase ASE on HP-UX connection problem

2001-10-23 Thread Andrea Delle Chiaie
Hi guys, I have a system in production running Sybase ASE 11.9.2, 12.0 and 12.5 on various platforms. I'm able to configure and connect to all the ASE versions on Windows NT/2000, Linux, Digital Unix, but I've a problem on connecting to an ASE running on HP-UX. I thing that the problem is that und

Re: [JBoss-user] ClassCastException $Proxy3

2001-10-23 Thread Fred Loney
A finder returns an EjbObject or EjbLocalObject, not the Entity Bean itself. The interface is the wall separating the client from the container. The container provider is thereby freed to perform creative and mysterious acts to satisfy the contract, in this case building an efficient proxy. Exten

Re: [JBoss-user] External references to Local Interfaces?

2001-10-23 Thread Fred Loney
A local interface can be referenced only within its deployed ejb jar per the ejb 2.0 spec. Since a local interface can only be referenced internally, it is declared by an ejb-link in the ejb-jar.xml and there is no jboss.jar entry. Fred Loney Spirited Software, Inc. www.spiritedsw.com - Orig

RE: [JBoss-user] Building jboss-docs

2001-10-23 Thread Marko Štrukelj
Title: RE: [JBoss-user] Building jboss-docs I'd say it's a Windows 98 problem. I see this every time I try building jboss on Win98. Win98 just doesn't understand the more advanced batch syntax, and has severe limits on the size of environment variables values. Besides you can't set console

Re: [JBoss-user] Building jboss-docs

2001-10-23 Thread danch
The 'bad command or file name' might be because Java isn't on your PATH. Tobias Frech wrote: > Madock Chiwenda wrote: > >>Hi folks, >> >>How to build jboss-docs on win98. I have checked out the module from >sourceforge.net. but I cat find notes on how to build. batch files seems not to work >

[JBoss-user] ClassCastException $Proxy3

2001-10-23 Thread Frank Morton
I hope I can ask this in a way that makes sense. This is pretty deep into things for this newbie... All my CMP entity beans extend a base class I call EntityBeanExtended. It has a number of common methods and a common field "id." It also has a method called get(name) that uses reflection to get t

Re: [JBoss-user] MDB dispatcher pattern - opinions

2001-10-23 Thread Guy Rouillier
Yes, with some proper design this can work across distributed systems. The tricky part would be identifying which task a newly arriving message should go to. Ideally, you don't want the message to carry state information, but I think that will be unavoidable. Say the workflow for a particular m

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread Guy Rouillier
I don't remember if you have to specify or if Redhat installs it by default, but Redhat comes with unzip. Just open a command prompt and type "unzip". - Original Message - From: "danch" <[EMAIL PROTECTED]> To: "Richard Doust" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, Oct

[JBoss-user] Dynamic XADataSourceLoader -- Please Help!!!!

2001-10-23 Thread Ferguson, Doug
Hey, I am using this code to create a datasource on the the fly and I get the exception below. String name = "DefaultDomain:service=XADataSource,name="+jndiName; MBeanServer server = (MBeanServer)MBeanServerFactory.findMBeanServer(null).iterator().next(); ObjectName objectName = new

[JBoss-user] Missing non-NULL value

2001-10-23 Thread EGGERT,MICHAEL (A-Westford,ex1)
Hi All, I have a CMP entity bean using an existing table in SapDB. When I try to create I'm getting this error. My EJBCreate routine was using the Sequence Block pattern to create the Integer PK which I suspected as the problem so I changed the create method to hardcode a PK as in this.event

[JBoss-user] How to configure JBossMail and MS Exchange server

2001-10-23 Thread Herve Tchepannou
Title: How to configure JBossMail and MS Exchange server does anyone knows how to configure JavaMail and MSExchange server? Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL PROTECTED] Objexis Coorporation http://www.objexis.com 1635 Sherb

Re: [JBoss-user] Building jboss-docs

2001-10-23 Thread Tobias Frech
Madock Chiwenda wrote: > > Hi folks, > > How to build jboss-docs on win98. I have checked out the module from >sourceforge.net. but I cat find notes on how to build. batch files seems not to work >with "bad > command or file name" Check out the the jboss-docs module cd to build build Should

Re: [JBoss-user] addint context to embedded jboss-tomcat

2001-10-23 Thread Andreas Joseph Krogh
On Tue, 2001-10-23 at 16:03, Satya wrote: > Dear Friends, > > I am running embedded tomcat service of jboss. > I have my tomcat running fine with messages: > > [EmbeddedTomcatSX]Starting EmbeddedTomcatSX > [Default]Starting tomcat.Check logs/tomcat.log for error messages > [EmbeddedTomcatSX]

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread danch
You should be able to unzip the zip format binary using the java jar command. Richard Doust wrote: > I wonder if anyone can help me out. > I'd like to work with JBoss on a Linux i386 system. I've gone to the > JBoss.org site and found that the latest version of JBoss, 2.4.3, is > available in s

[JBoss-user] addint context to embedded jboss-tomcat

2001-10-23 Thread Satya
Dear Friends, I am running embedded tomcat service of jboss. I have my tomcat running fine with messages: [EmbeddedTomcatSX]Starting EmbeddedTomcatSX [Default]Starting tomcat.Check logs/tomcat.log for error messages [EmbeddedTomcatSX]OK [EmbeddedTomcatServiceSX]Started But the problem is Co

[JBoss-user] adding context to embedded jboss-tomcat

2001-10-23 Thread Satya
Dear Friends, I am running embedded tomcat service of jboss. I have my tomcat running fine with messages: [EmbeddedTomcatSX]Starting EmbeddedTomcatSX [Default]Starting tomcat.Check logs/tomcat.log for error messages [EmbeddedTomcatSX]OK [EmbeddedTomcatServiceSX]Started But the problem is Co

RE: [JBoss-user] How to debug entity bean locking?

2001-10-23 Thread Bill Burke
You'll have to turn on Tracing for the org.jboss.ejb.plugins package. Sorry, we left out the LOCKING-WAITING messages because we were getting naive panic emails like "Why is JBoss locking?!!!" every other day. Application deadlock-detection is on my TODO list. Bill > -Original Message-

[JBoss-user] External references to Local Interfaces?

2001-10-23 Thread Luke Studley
Hi all.   I am trying to configure an external bean reference to a Local interface in a different application unit (jar file).   Firstly is this possible? Local objects are supposedly accessible in the same VM, but are they available over application boundaries?   Secondly I have trie

[JBoss-user] EJB stateless Session. EjbRemove?

2001-10-23 Thread RCHEVALL
Hello all, I don't see when jBoss is calling the ejbRemove on stateless session bean. It doesn't seem to be called when undeploying an application or when stopping the EJB container. Does someone has an explanation ? I' d like to do some cleaning for these 2 cases... Thanks in advance, Robert