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
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
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
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
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
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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]
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
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
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
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-
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
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
36 matches
Mail list logo