User: d_jencks
Date: 02/04/16 23:12:34
Modified:src/main/org/jboss/ejb Tag: Branch_3_0 EjbModule.java
Log:
removed my debug logging statements, oops
Revision ChangesPath
No revision
No revision
1.21.2.2 +1 -7 jbos
On 2002.04.17 01:41:27 -0400 David Jencks wrote:
> OK, thanks, I implemented it that way.
>
> relative ejb-links now work (at least the testcase does;-)
Well at least it works the first time the ejb-link test is run by itself.
After that there are classcastexceptions !?!? I don't think these a
User: d_jencks
Date: 02/04/16 23:19:52
Modified:src/main/org/jboss/ejb EjbModule.java
Log:
removed my debug logging statements, oops
Revision ChangesPath
1.23 +1 -7 jboss/src/main/org/jboss/ejb/EjbModule.java
Index: EjbModule.java
===
Number of tests run: 563
Successful tests: 532
Errors:27
Failures: 4
[time of test: 17 April 2002 7:21 GMT]
[java.version: 1.4.0]
[java.vendor: Sun Microsystems Inc.]
User: d_jencks
Date: 02/04/16 22:57:41
Removed: src/bin banktest.bat dbtest.sh locktest.bat mq-test.bat
readaheadtest.sh banktest.sh hellotest.bat
locktest.sh mq-test.sh testbeantest.bat bmptest.sh
hellotest.sh lon
User: d_jencks
Date: 02/04/16 22:58:59
Removed: src/bin Tag: Branch_3_0 banktest.bat dbtest.sh locktest.bat
mq-test.bat readaheadtest.sh banktest.sh
hellotest.bat locktest.sh mq-test.sh
testbeantest.bat bmptest.sh
User: d_jencks
Date: 02/04/16 22:40:07
Modified:src/resources/naming/ear/b/META-INF ejb-jar.xml
Log:
implemented relative ejb-link (merged from Branch_3_0)
Revision ChangesPath
1.3 +2 -2 jbosstest/src/resources/naming/ear/b/META-INF/ejb-jar.xml
Index: ejb
User: d_jencks
Date: 02/04/16 22:36:18
Modified:src/main/org/jboss/ejb Tag: Branch_3_0 EjbModule.java
Log:
implemented relative ejb-link
Revision ChangesPath
No revision
No revision
1.21.2.1 +99 -30jboss/src/main/o
User: d_jencks
Date: 02/04/16 22:36:19
Modified:src/main/org/jboss/deployment Tag: Branch_3_0
DeploymentInfo.java
Log:
implemented relative ejb-link
Revision ChangesPath
No revision
No revision
1
User: d_jencks
Date: 02/04/16 22:43:03
Modified:src/resources/naming/ear/META-INF application.xml
Log:
fixed path to naminga.jar (merge from Branch_3_0)
Revision ChangesPath
1.2 +1 -1 jbosstest/src/resources/naming/ear/META-INF/application.xml
Index: appl
OK, thanks, I implemented it that way.
relative ejb-links now work (at least the testcase does;-)
david jencks
On 2002.04.17 00:49:44 -0400 Scott M Stark wrote:
> Its a path relative to the codebase of the referring and I interpret
> the example to imply the first case you mention. I base this
User: d_jencks
Date: 02/04/16 22:40:07
Modified:src/main/org/jboss/ejb EjbModule.java
Log:
implemented relative ejb-link (merged from Branch_3_0)
Revision ChangesPath
1.22 +99 -30jboss/src/main/org/jboss/ejb/EjbModule.java
Index: EjbModule.java
==
User: d_jencks
Date: 02/04/16 22:40:07
Modified:src/main/org/jboss/deployment DeploymentInfo.java
Log:
implemented relative ejb-link (merged from Branch_3_0)
Revision ChangesPath
1.6 +1 -4 jboss-system/src/main/org/jboss/deployment/DeploymentInfo.java
Ind
User: d_jencks
Date: 02/04/16 22:36:19
Modified:src/resources/naming/ear/b/META-INF Tag: Branch_3_0
ejb-jar.xml
Log:
implemented relative ejb-link
Revision ChangesPath
No revision
No revision
1.2
Number of tests run: 563
Successful tests: 536
Errors:21
Failures: 6
[time of test: 17 April 2002 6:23 GMT]
[java.version: 1.3.1_02]
[java.vendor: Sun Microsystems Inc
User: schaefera
Date: 02/04/16 22:07:24
Modified:src/main/org/jboss/test/banknew/test Tag: Branch_2_4
BankMarathonTestCase.java BankStressTestCase.java
Log:
Redesigned the banknew example therefore to a create separation between
the Entity Bean (CMP) and th
User: schaefera
Date: 02/04/16 22:07:24
Modified:src/main/org/jboss/test/banknew/ejbeans Tag: Branch_2_4
AccountBean.java BankBean.java CustomerBean.java
Added: src/main/org/jboss/test/banknew/ejbeans Tag: Branch_2_4
AccountSession
User: schaefera
Date: 02/04/16 22:07:23
Modified:src/build/subprojects Tag: Branch_2_4 build-bank.xml
build-bench.xml build-cts.xml build-hello.xml
build-idgen.xml build-perf.xml
Log:
Redesigned the banknew example therefore to a creat
User: schaefera
Date: 02/04/16 22:07:24
Added: src/main/org/jboss/test/banknew/interfaces Tag: Branch_2_4
Constants.java
Log:
Redesigned the banknew example therefore to a create separation between
the Entity Bean (CMP) and the Session Beans (Business Log
Its a path relative to the codebase of the referring and I interpret
the example to imply the first case you mention. I base this on
the behavior of the URL(URL, String) ctor behavior. Consider
an ear with two jars j1.jar, j2.jar:
e1.ear/
--- j1.jar
--- j2.jar
j1.jar contains class C1, j
Hi Bill
I got an exception when I ran this test (client-side) (this thread
is running ten times at the same time):
---
class RegularTeller
implements Runnable
{
public void run() {
int k = 0;
Rando
Number of tests run: 558
Successful tests: 530
Errors:22
Failures: 6
[time of test: 17 April 2002 5:24 GMT]
[java.version: 1.3.1]
[java.vendor: Sun Microsystems Inc.]
IMO the j2ee spec does not clearly define the meaning of relative ejb-link
elements. It gives and example of
../products/product.jar#ProductEJB
What does the .. mean?
I think it refers to this situation:
accounting/accounting.jar (the ejb-jar.xml snippet above comes from this)
products/produc
There never has been a definition for findInRange and jaws 1.1
returns an empty enumeration for this nonexistent finder so the tests
in 2.4 don't appear to fail. It needs to be defined.
- Original Message -
From: "Bill Burke" <[EMAIL PROTECTED]>
To: "Jboss-Dev" <[EMAIL PROTECTED]>
Sent:
Damn. I'm usually more careful than that. It must have been late.
Anyway, I'm working up a test case which I'll attach to the bug report.
On Wednesday, April 17, 2002, at 11:32 AM, Scott M Stark wrote:
> The silence was most likely due to a poor bug report . There is
> no selection of which v
Before we go reinventing the wheel here, you might want to try the RMI IL.
It's a littler slower on the serialization, but I think RMI will do some
connection pooling for you.
Regards,
Hiram
>From: Anatoly Akkerman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subj
The question is, how do you get a 2.4 testsuite?
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David
> Jencks
> Sent: Tuesday, April 16, 2002 11:03 PM
> To: Bill Burke
> Cc: Jboss-Dev
> Subject: Re: [JBoss-dev] where is findInRange for perf test?
Number of tests run: 563
Successful tests: 534
Errors:22
Failures: 7
[time of test: 17 April 2002 3:51 GMT]
[java.version: 1.3.1]
[java.vendor: Blackdown Java-Linux Te
I could have sworn it was specified in a query in a jaws.xml but I sure
can't find any trace of such a file.
If you have a copy of the 2.4 testsuite you might look there.
david jencks
On 2002.04.16 22:18:51 -0400 Bill Burke wrote:
> I can't find where it is implemented and I don't see it as a d
User: patriot1burke
Date: 02/04/16 19:43:03
Modified:src/main/org/jboss/ejb Tag: Branch_3_0 Container.java
Log:
don't set lockmanager to null. Passivation thread may be trying to access it on an
undeploy.
Revision ChangesPath
No revision
No
User: patriot1burke
Date: 02/04/16 19:44:13
Modified:src/main/org/jboss/ejb Container.java
Log:
don't set lockmanager to null. Passivation thread may be trying to access it on an
undeploy.
Revision ChangesPath
1.86 +2 -2 jboss/src/main/org/jboss/ejb/Container
I can't find where it is implemented and I don't see it as a default finder
in CMP 1.x or 2.x.
org.jboss.test.perf.ejb.EntityBean doesn't have a method ejbFindInRange
org.jboss.test.perf.interfaces.EntityHome.findInRange is the culprit.
Thanks,
Bill
___
No, but I fixed that already. I'm looking into the link support.
david
On 2002.04.16 21:41:52 -0400 Bill Burke wrote:
> I don't know the ear spec very well.
>
> If you put:
> -
> naminga.jar
>
>
> Should it be able to find naminga.jar in a subdirectory in the jar?
>
> > -Original
Patches item #544963, was opened at 2002-04-16 19:12
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=544963&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry Sanderson (lsanders)
Ass
User: d_jencks
Date: 02/04/16 18:54:34
Modified:src/resources/naming/ear/META-INF Tag: Branch_3_0
application.xml
Log:
include path to naminga.jar so it can be found after new EarDeployer strictness
Revision ChangesPath
No revisi
Sounds very interesting and tempting but how do you propose someone do this without
RW. This will require modifying a multitude of files. If someone does not have RW, the
files will quickly become out of sync. The merge would be a nightmare.
I would think the process would be in 2 steps.
1.
User: d_jencks
Date: 02/04/16 18:27:26
Added: src/etc/example-config Tag: Branch_3_0 db2-service.xml
Log:
contributed db2 local tx example, lost track of who submitted it. Please identify
yourself so I can credit you.
Revision ChangesPath
No revisio
User: jwalters
Date: 02/04/16 18:46:43
Modified:src/main/org/jboss/verifier/strategy Tag: Branch_3_0
EJBVerifier20.java
Log:
Fixed bug #543693 where verifier didn't look into super classes for
various methods.
Revision ChangesPath
No
Bugs item #539096, was opened at 2002-04-03 23:57
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539096&group_id=22866
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peter Luttrell (objec)
Assigned to: Jay Walters
> >
> >-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
> >
> -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBS
> ngleton
> >
>
> Any reason why the service can not set these props?
Oops... Not really... This is much better indeed.
I'll change the service to do it.
> >If the JVM is an IBM one I
I don't know the ear spec very well.
If you put:
-
naminga.jar
Should it be able to find naminga.jar in a subdirectory in the jar?
> -Original Message-
> From: Scott M Stark [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 16, 2002 9:36 PM
> To: Bill Burke
> Subject: Re: naming
Bugs item #543963, was opened at 2002-04-15 01:43
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=543963&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Stephen Coy (scoy)
Assigned
The silence was most likely due to a poor bug report . There is
no selection of which version this applied to and no example
demonstrating the problem. Start with a testcase that uses a
custom container configuration to set a short passivation timeout.
- Original Message -
From: "Stephen
Number of tests run: 563
Successful tests: 538
Errors:21
Failures: 4
[time of test: 17 April 2002 2:33 GMT]
[java.version: 1.3.1]
[java.vendor: Blackdown Java-Linux Te
Bugs item #541855, was opened at 2002-04-10 15:21
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=541855&group_id=22866
>Category: JBossServer
>Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen Coy (scoy)
Assigned to:
User: d_jencks
Date: 02/04/16 18:29:43
Added: src/etc/example-config db2-service.xml
Log:
merged from branch 3.0
Revision ChangesPath
1.2 +93 -0 jbosscx/src/etc/example-config/db2-service.xml
___
Jboss-
I just fixed this on my windows box by installing the latest version of
the JDK 1.3.1_03.
-dain
Vesco Claudio wrote:
> Hi!
>
> If I remember well, this is a problem with rmic but I have encontered this
> problem in WindowsNT sun jdk 1.3.
>
> You have said that you are in linux and linux are
User: d_jencks
Date: 02/04/16 18:07:54
Removed: src/main/org/jboss/test/jca/test Tag: Branch_3_0
CachedConnectionBankStressTestCase.java
CachedConnectionSessionUnitTestCase.java
Log:
These tests require new jca-jdbc wrappers to pass, a
I would *guess* it would as simple as adding another bean test, which deployed
a 2.0 bean with local fluff, then perhaps jmx to the server and ask the
container to passivate. I am not sure if there is a such a mechanism exposed
via jmx right now todo this, but it might be useful.
It might als
User: starksm
Date: 02/04/16 17:55:36
Modified:src/main/org/jboss/mx/loading UnifiedLoaderRepository.java
Log:
The loadClass(String) method must query the current TCL if the
if the repository does not contain the requested class and the
TCL is not a UnifiedClassLoader as the TC
I think some part of them is not marked as serializable...
> From: Jason Dillon <[EMAIL PROTECTED]>
> Date: Tue, 16 Apr 2002 17:41:19 -0700
> To: Stephen Coy <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] Stateful Session Beans are not EJB2.0 yet
>
> Any clue why they fai
Does the testsuite cover these?
--jason
Quoting Hunter Hillegas <[EMAIL PROTECTED]>:
> I think some part of them is not marked as serializable...
>
> > From: Jason Dillon <[EMAIL PROTECTED]>
> > Date: Tue, 16 Apr 2002 17:41:19 -0700
> > To: Stephen Coy <[EMAIL PROTECTED]>
> > Cc: [EMAIL PROTE
Nope.
How would you automate testing it? I know it doesn't work because I've
observed it in the console log.
On Wednesday, April 17, 2002, at 10:58 AM, Jason Dillon wrote:
> Does the testsuite cover these?
>
> --jason
>
>
> Quoting Hunter Hillegas <[EMAIL PROTECTED]>:
>
>> I think some part o
User: starksm
Date: 02/04/16 17:53:46
Modified:src/main/org/jboss/mx/loading Tag: Branch_3_0
UnifiedLoaderRepository.java
Log:
The loadClass(String) method must query the current TCL if the
if the repository does not contain the requested class and the
T
Because there is not yet any code in place to handle the passivation of
these objects.
If you look in org.jboss.ejb.plugins.SessionObjectOutputStream you can
see that it's only the original EJB1.1 stuff.
EJBLocalObject and EJBLocalHome are not serializable, and so must be
specially handled t
Number of tests run: 563
Successful tests: 527
Errors:21
Failures: 15
[time of test: 17 April 2002 1:46 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java
Any clue why they fail?
--jason
Quoting Stephen Coy <[EMAIL PROTECTED]>:
> Hi,
>
> I raised a bug (#541855) about this a while ago, which has met a
> distressing amount of silence.
>
> In short, stateful session beans fail to passivate if they have
> EJBLocalObject or EJBLocalHome objects
User: d_jencks
Date: 02/04/16 17:37:26
Removed: src/main/org/jboss/test/util Tag: Branch_3_0
TestDBDriver.java TestConnection.java
Log:
remove unused classes that have problems in jdk 1.4
___
Jboss-development mail
I like them... they make me feel warm and fuzzy and that god loves me. If you
remove them does that mean that god won't love me anymore?
* * *
Who am I kidding... there is no god, so nuke em.
--jason
Quoting David Jencks <[EMAIL PROTECTED]>:
> Does anyone have a problem with deleting all t
Bugs item #544778, was opened at 2002-04-16 12:30
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=544778&group_id=22866
Category: JBossCMP
Group: CVS HEAD
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Christian Riege (lqd)
Assigned to: D
Does anyone have a problem with deleting all the testsuite/src/bin scripts?
IMO they are 200% obsolete given the current test framework.
david jencks
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jbos
Hi,
I raised a bug (#541855) about this a while ago, which has met a
distressing amount of silence.
In short, stateful session beans fail to passivate if they have
EJBLocalObject or EJBLocalHome objects as instance fields. Therefore,
they fail to comply with 7.4.1 of the EJB 2.0 spec.
I woul
Number of tests run: 561
Successful tests: 523
Errors:22
Failures: 16
[time of test: 17 April 2002 0:59 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java
Here is the strategy I follow in JBossCMP:
Low-level non recoverable exceptions (SQLException, IOException...) are
wrapped in an EJBException. (Not RemoteException or ServerException as
is required by the spec).
When catching an Exception, first check for EJBException, and just
rethrow. (avo
on 16-04-2 01.51, marc fleury at [EMAIL PROTECTED] wrote:
>
> |4 in all + the backup of thousands more - cool ...
> |
> |;-)
> |
> |Love
>
> Love indeed my friend, your english is greatly improved
>
> "Bouge de la"
ahhh ...
Du menar denna "bara i tanken" by ? ...
Kan inte franska ... vill *
Change Notes item #544913, was opened at 2002-04-16 18:23
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=544913&group_id=22866
Category: JBossCMP
Group: v2.4.5
Status: Open
Priority: 5
Submitted By: Dan Christopherson (danch)
Assigned to: Nobody/Anonymou
Bugs item #517062, was opened at 2002-02-13 11:06
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=517062&group_id=22866
Category: JBossServer
Group: v2.4 (stable)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Prescott (fuseboy)
Assi
Comments inlined...
> I agree that there should be a single definitive user-specified list of
> what should be deployed, but I think it belongs in the ant build file that
> constructs what gets deployed. To me, it is more sloppy to include stuff
> in your package that you don't want deployed tha
User: danch
Date: 02/04/16 16:10:17
Modified:src/main/org/jboss/ejb/plugins/jaws/jdbc Tag: Branch_2_4
JDBCLoadEntityCommand.java
Log:
merged patch #520200 for bug 517062 (resultset column ordering)
Revision ChangesPath
No revi
User: danch
Date: 02/04/16 16:06:03
Modified:src/main/org/jboss/test/readahead/ejb Tag: Branch_2_4
CMPFindTestSession.java
Log:
Fixed a bug that was causing tests to error out - seems we're fast enough to insert
> 1 entity in the windows currentTimeMillis
User: patriot1burke
Date: 02/04/16 15:47:18
Modified:.build.xml
Log:
forgot to add an interface to the testbeancluster.jar. This was causing this unit
test to
fail badly.
Revision ChangesPath
1.107 +2 -1 jbosstest/build.xml
Index: build.xml
==
I agree that there should be a single definitive user-specified list of
what should be deployed, but I think it belongs in the ant build file that
constructs what gets deployed. To me, it is more sloppy to include stuff
in your package that you don't want deployed than to deploy everything in a
p
User: patriot1burke
Date: 02/04/16 15:45:34
Modified:.Tag: Branch_3_0 build.xml
Log:
forgot to add an interface to the testbeancluster.jar. This was causing this unit
test to
fail badly.
Revision ChangesPath
No revision
No
User: d_jencks
Date: 02/04/16 15:22:09
Added: src/etc/example-config Tag: Branch_3_0 solid-service.xml
jdatastore-service.xml
Log:
ported configs back from main
Revision ChangesPath
No revision
No revi
User: d_jencks
Date: 02/04/16 15:26:32
Modified:src/main/org/jboss/test/jmx/test Tag: Branch_3_0
DeployServiceUnitTestCase.java
Log:
ported test fixes back from main
Revision ChangesPath
No revision
No r
User: d_jencks
Date: 02/04/16 15:26:32
Modified:src/resources/jmx Tag: Branch_3_0 test-service.xml
Log:
ported test fixes back from main
Revision ChangesPath
No revision
No revision
1.6.2.1 +2 -2 jbosstest/src/re
The J2EE 1.3 spec (8.1.1.2) goes into several examples of how nested
ejb-jar's and war's should share classes, and it is all based on Class-Path
Manifest entries. Technically, per spec, nested archives should never share
Classpath's unless there is a Class-Path META-INF entry (i.e. web archives
s
User: d_jencks
Date: 02/04/16 15:13:18
Modified:src/etc/example-config Tag: Branch_3_0 mysql-service.xml
Log:
merge change back from MAIN
Revision ChangesPath
No revision
No revision
1.1.2.1 +2 -2 jbosscx/src/etc
Hi Hiram
I just heared from a customer that they found a
memory leak in JBossMQ with a profiler. He
promised to send information about it soon
I am also working on a long term test. Because
of that I will create a marathon test case for
JBossMQ in the next days to investigate this
issue further.
>
>
>-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
> -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton
>
Any reason why the service can not set these props?
>If the JVM is an IBM one I also add $JBOSS_HOME/lib/jacorb.jar to
>the classpath.
>
Why the special case for IBM?
--jason
Title: RE: [JBoss-dev] Are we logging the exception enough!!!
It's funny, I was just emailing David about a good starting point for contributing. Not sure if I have the time or knowledge of the framework, but I'll take a day or two digging around to see if the scope is a good fit for me.
-Ca
Hmmm, I thought that might be what the spec wanted, but when I read it I
decided it was consistent with "put everything in sight on the classpath"
since then everything they mention is definitely on the classpath. Maybe
we need a configuration switch? What problems come from "everything in
sight
Bugs item #544848, was opened at 2002-04-16 15:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=544848&group_id=22866
Category: None
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Luttrell (objec)
Assigned to: Nobo
Hi, guys
I posted this on JMS/JBossMQ forum but it seems that posting to jboss-dev will make
this issue more visible.
We are trying to run an MDB that listens to a Topic on a remote JMS provider which
resides across a high latency link. The behavior we encountered was that with
relatively hig
he he, funny
I want a new developer that wants to get RW and prove he brings something to
take it though. I would formulate the project like jason did and put it on
the website see if someone takes it. (or someone lurking on this list speak
up).
It is big and gives you an overview of many class
It was my patch that changed this. I changed the EARDeployer to only deploy
those applications listed in an application.xml file (I believe that this
was another bug on sourceforge?). The struts.jar should only be included on
the classpath if it is an application in the application.xml file, if
Yes, these are fine.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "David Jencks" <[EMAIL PROTECTED]>
To: "jboss-dev" <[EMAIL PROTECTED]>; "Scott Stark"
<[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 1
I changed run.sh to add the properties JacORB needs:
-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton
If the JVM is an IBM one I also add $JBOSS_HOME/lib/jacorb.jar to
the classpath.
These changes allow you to start an iiop-enabled
Just to make sure I understand...
I can change in rc1:
bug fixes, especially those that improve testsuite results (also fix in
main)
additional comments, especially those that make it into generated jmx-api
documentation (also in main)
additional sample db config files (also in main)
Naaah... we need to log it several times within the same object!!! Any
exception should fill up your hard drive with the log file!!
I'll take a look at fixing this.
thanks
david jencks
On 2002.04.16 16:22:41 -0400 Scott M Stark wrote:
> The following exception is getting logged by the
> Statel
Sounds like MainDeployer should be the one to log this exception.
I have noticed that we generally misuse exceptions in many places... ie.
catching exceptions to log, then rethrow, or just to ignore. There are also
places where we wrap exceptions when we could really just add a checked
Except
User: starksm
Date: 02/04/16 13:39:32
Modified:src/main/org/jboss/proxy ClientContainer.java
Log:
Remove the commented out imports
Revision ChangesPath
1.2 +4 -24 jboss/src/main/org/jboss/proxy/ClientContainer.java
Index: ClientContainer.java
==
User: jules_gosnell
Date: 02/04/16 13:29:57
Modified:jetty/src/main/org/jboss/jetty/session
DistributedHttpSessionManager.java
Log:
logging changes
Revision ChangesPath
1.14 +10 -6
contrib/jetty/src/main/org/jboss/jetty/session/Distribut
Why runs.sh... this is what was concerned about. Can you please explain this.
--jason
Quoting Francisco Reverbel <[EMAIL PROTECTED]>:
> Yes, the iiop stuff is now generated by a default build.
>
> I have changed a couple of files (jboss-services.xml and run.sh)
> in order to run it. Please
Yes, please do this.
--jason
Quoting Bill Burke <[EMAIL PROTECTED]>:
> Can you pull IIOP out of jboss-services.xml and put in in a separate
> deployable service xml file like cluster-service.xml, etc..? I think this
> would be better.
>
> Bill
>
> > -Original Message-
> > From: [EMA
yeah I have the same gripe :)
marcf
|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Scott
|M Stark
|Sent: Tuesday, April 16, 2002 1:23 PM
|To: [EMAIL PROTECTED]
|Subject: [JBoss-dev] Are we logging the exception enough!!!
|
|
|The following exception
Bugs item #544848, was opened at 2002-04-16 15:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=544848&group_id=22866
Category: None
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Luttrell (objec)
Assigned to: Nobo
User: starksm
Date: 02/04/16 13:18:21
Modified:src/main/org/jboss/proxy/ejb ProxyFactory.java
Log:
Validate the setup of the client interceptors and throw an exception
if none exist to avoid NullPointerExceptions at runtime.
Revision ChangesPath
1.14 +93 -73j
User: starksm
Date: 02/04/16 13:17:13
Modified:src/main/org/jboss/proxy/ejb Tag: Branch_3_0
ProxyFactory.java
Log:
Validate the setup of the client interceptors and throw an exception
if none exist to avoid NullPointerExceptions at runtime.
Revision
User: starksm
Date: 02/04/16 13:17:12
Modified:src/main/org/jboss/proxy Tag: Branch_3_0
ClientContainer.java
Log:
Validate the setup of the client interceptors and throw an exception
if none exist to avoid NullPointerExceptions at runtime.
Revision C
1 - 100 of 124 matches
Mail list logo