On Tue, 23 Oct 2001, Guy Rouillier wrote:
> I think the list of tasks and their order should be done external to both
> the messages themselves and to the individual tasks, i.e., in a config file
> somewhere/somehow. That way tasks can be added, removed or reordered
> without changing anything o
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"
Any Ideas?
_
Do You Yahoo!?
Get your fre
> >
> > > Alternatively, your message could have no knowledge about what needed
> > to
> > > happen to it, each task could put its output into a unique queue (or
> > one of
> > > several depending on the final state, e.g. ok vs error), and all the
> > > routing could be done by selecting which que
ok, I think my misunderstanding of JBossMQ must be wrong. My thoughts
were that in the scenario you described each "A" will be processed in
turn, _but by its own thread_, so if one were to have an unlimited thread
pool, then there would be minimal delay between the "A" and "B", in a more
realisti
I finally got it working now.
I guess for some reason the "env." syntax does not work. I have changed
this to the absolute path and it works.
The following is the build.xml after revision and it works perfectly on
redhat 7.1
For those who are interested in to get the example working on re
I believe CMP 2.0 is not available yet... It will be available in JBOSS 3.x
release.
Current 2.4.x release doesn't support CMP 2.0 yet.
Yong T. Kim
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 22, 2001 7:43 PM
Subject: [JBoss-user] CMP 2.0
I'm trying to create a simple example of CMP 2.0 beans
with local relationships. I can't find examples or
documentation for the deployment descriptors required to
make this work. The jaws.xml file does not appear to
support the relationship information and I can't find
the dtd for the jboss
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
In older JBoss releases I could debug entity bean blocking in a
transaction by looking at the LOCKING-WAITING messages. How do I see when
a concurrent entity bean access is blocking in JBoss 2.4.3?
Thanks,
Todd
___
JBoss-user mailing list
[EMAIL PROTE
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
public set(String prop, Object value) {
PropertyDescriptor propDesc = new PropertyDescriptor(prop,
getClass());
Method mutator = propDesc.getWriteMethod();
Object[] args = { value };
mutator.invoke(this, args);
JBoss will not compile with JDK 1.4 for JBoss 2.4.x The main (RH 3.0) fixes
this problem I think.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard
> Doust
> Sent: Monday, October 22, 2001 5:27 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-use
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 source in a zip file format and a tgz format. Binary seems to
be only available in a zip format. First, can the
If I have an CMP entity bean with a field named "name"
and corresponding methods setName() and getName(),
is there a way to use reflection to have the same affect
as setName() given the name of the field? In other
words, I'd like to have a general method set() that takes
the name of the field and
Ant version 1.4.1 compiled on October 11 2001
BTW, do you have any experience as how to put jboss under jbuilder 5.0?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tobias
> Frech
> Sent: Monday, October 22, 2001 12:32 PM
> To: [EMAIL PROTECTED]
What's the output of
ant -version
please ?
Ciao,
Tobias
> Bruce Ling wrote:
>
> I tried to build the example comes with the jboss distribution and I
> got the following error messages. I didnot modify the
> build.xml
>
> my .bash_profile relevant jboss part is:
>
> #setting for JBOSS appli
Sorry I don't know where binaries are. Have you tried building the
firebird copy with the ant script? It works on linux, I think someone got
it to work on Solaris, I think(having written it) that it is way easier to
understand than the Borland makefiles/scriptsI never could figure them
out.
Hi, sorry abut this...
Does anyone know where to get hold the binaries of InterServer for Solaris
x86?
I can't find it, and I have given myself a migrane trying to get Solaris
to build it from the source :-(
Just wondering if anyone has a pre-built copy I can leech off them..
Thanks,
I don't think the number of mdb's processing the queue affects my argument.
Lets say processing A takes 1 sec, processing B takes 1 ms. A puts its
processed messages back on the same queue as it gets them from, dispatcher
sorts them to A, B, or Done.
if we start with the queue like
(10
> Do your db connections time out? If so, try setting up your pool with
> idletimeout true, gcenabled true, blocking true, and reasonable times. If
> you try this please let us know if it works
> david jencks
They do timeout with mysql. All these things were set to false, so
my jboss.jcml now con
hi
can anyone pls tell me why this error is
[java] .the error in testCreateNodeForNonContractedSkill() method is
java.l
ang.RuntimeException: Error:javax.naming.NoInitialContextException: Need to
spec
ify class name in environment or system property, or as an applet parameter,
or
in an app
Hi,
normaly I use struts from my formular-jsp pages, but I think for only
representing the data of a EJB it would be overkill to use Struts-Action and
Struts-FormBeans.
Does someone know a good solution for me.Maybe a design-pattern wich
describes a common way? I thought about using a normal Java
I am following Sun's PetStore1.0 design pattern - complete with Template, ScreenDefinitions and all the other architecture.
After i include 50-odd tags in the ScreenDefinitions.jsp file, the Template.jsp is not able to compile - it says "Verify Error" - illegal jump or branch. How do I overcome th
how can I leave my web application unpacked to speed up the development ??
where should I put these files in ?
regards.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kar YEOW
Sent: Tuesday, October 16, 2001 5:25 AM
To: Patrick Munis; [EMAIL PROT
23 matches
Mail list logo