danch (Dan Christopherson) wrote:
> Scott M Stark wrote:
>
>> But your change works fine in the 2.2.2 codebase as I ran the same
>> testsuite
>> against it before making the release and I reran it today and it does
>> not show
>> the same errors. Is there a difference in the code comitted to t
User: thedug
Date: 01/06/04 22:11:22
Modified:src/main/org/jboss/ejb/plugins
EntitySynchronizationInterceptor.java
Log:
Fixed bug in commit option D.
Make sure that I only check the cahce if in fact it is option D...
Revision ChangesPath
1.34
Can you give me more information about you achitecture?
- Original Message -
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 9:47 PM
Subject: RE: [JBoss-dev] Using of JBoss in the real world
> Hey,
>
> We've been using Jetty3.0.6/JBoss 2.2.1 s
Georg Rehfeld wrote:
> Hi Ole,
>
>
>> I could easily commit that change, but:
>> Am I the only one who has seen this problem?
>
>
> Might be, you are the only one testing? :-)
>
I think the problem was only on Unix systems.
___
Jboss-development
Hi Ole,
> I could easily commit that change, but:
> Am I the only one who has seen this problem?
Might be, you are the only one testing? :-)
regards
Georg
___ ___
| + | |__Georg Rehfeld Woltmanstr. 12 20097 Hamburg
|_|_\ |___ [EMAIL PROTECTED] +49 (40) 23 53 27 10
Ole Husgaard wrote:
>
> Looking into the CTS test case, it looks like no
> client.policy file is placed in the root of the
> testbeantest.jar, like ctstest.sh requires.
> Changing the ant file to add this file (a copy
> from the testbean resources directory) makes my
> problem go away. (I am sti
Bill Burke wrote:
> Vinay,
>
>
>
> I'm pretty sure the EJB spec says that an instance of an EntityBean can
> only process one request at a time. I think this is what the Context
> lock is for.
>
>
>
> When you say that your bean is readonly, you mean that you defined it in
> JAWS as r
Hi Vinay, hi all,
Oops, I'm verbose again, (not really) sorry.
> I have tried both options. Started without a container
> transaction defined. In which case it kept throwing
> LOCKING-WAITING transactions [from the EntityInstanceInterceptor]
> which says that JBoss is creating a transaction auto
User: docodan
Date: 01/06/04 14:42:28
Modified:src/main/org/jboss/ejb EnterpriseContext.java
Log:
Implemented getEJBLocalHome
Revision ChangesPath
1.29 +29 -2 jboss/src/main/org/jboss/ejb/EnterpriseContext.java
Index: EnterpriseContext.java
=
I get the same problem. Was there a change in how JUnit was being used
that may have changed how security interacts with these classes?
Ole Husgaard wrote:
> Hi,
>
> [Hope my mail to sourceforge is now OK. This is also a test.]
>
> For about a month jbosstest fails when I try
> to run it. Tes
Vinay,
I'm
pretty sure the EJB spec says that an instance of an EntityBean can only process
one request at a time. I think this is what the Context lock is
for.
When
you say that your bean is readonly, you mean that you defined it in JAWS as
readonly? I'm pretty sure the code does NOT
User: jules_gosnell
Date: 01/06/04 16:33:11
Modified:jetty/src/main/org/jboss/jetty Jetty.java
Log:
1. Use jboss-web.dtd from a different location (2.2.2 safe)
2. Use Scott's SetupHandler
Revision ChangesPath
1.7 +15 -6 contrib/jetty/src/main/org/jboss/jetty/
JBoss daily test results
SUMMARY
Number of tests run: 61
Successful tests: 47
Errors:10
Failures: 4
[time of test: 5 June 2001 2:46]
See http://lubega.com for fu
User: jules_gosnell
Date: 01/06/04 16:38:08
Modified:jetty/src/main/org/jboss/jetty JettyService.java
Log:
correct silly ommission
Revision ChangesPath
1.14 +5 -2 contrib/jetty/src/main/org/jboss/jetty/JettyService.java
Index: JettyService.java
=
User: schaefera
Date: 01/06/04 15:55:12
Modified:src/etc/conf/default jboss.jcml
Log:
Adjusted the Server Data Collector to work with the Container-MBeans to
get its management information.
Revision ChangesPath
1.36 +7 -5 jboss/src/etc/conf/default/jboss.jcml
User: jules_gosnell
Date: 01/06/04 16:26:03
Modified:jetty/src/build build.sh
Log:
silly minor change
Revision ChangesPath
1.3 +2 -3 contrib/jetty/src/build/build.sh
Index: build.sh
===
R
User: jules_gosnell
Date: 01/06/04 16:28:33
Added: jetty/src/main/org/jboss/jetty SetupHandler.java
Log:
from Scott - set up ClassLoader [and JAAS] just-in-time in a Handler - thanks Scott
Revision ChangesPath
1.1 contrib/jetty/src/main/org/jboss/jetty
i've learned one lesson on runnin jboss (the hard
way!): NEVER place any jboss-related jars in
${JAVA_HOME}\lib\ext...
ah...i can't believe this stumped me for a whole day!
--- Dexter Legaspi <[EMAIL PROTECTED]> wrote:
> hello.
>
> i'm trying to deploy a bean that i have created and
> i
> kee
User: docodan
Date: 01/06/04 13:57:23
Modified:src/main/org/jboss/ejb StatefulSessionContainer.java
Log:
Oops. Added getEJBLocalHome method to container.
Revision ChangesPath
1.27 +10 -1 jboss/src/main/org/jboss/ejb/StatefulSessionContainer.java
Index: Sta
Hi Vinay, hi all,
sorry for being verbose (and GURUS, please at least read the tail
of this message).
> 1. The retrieve for the first client is high as expected.
> 2. This then falls rapidly to about 90ms.
> 3. However the response time then rises to aout 20 seconds.
>
> On checking the serve
User: schaefera
Date: 01/06/04 15:55:15
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Adjusted the Server Data Collector to work with the Container-MBeans to
get its management information.
Revision ChangesPath
1.72 +19 -45jboss/src/main/org/jboss
User: schaefera
Date: 01/06/04 15:55:15
Modified:src/main/org/jboss/deployment J2eeDeployer.java
Log:
Adjusted the Server Data Collector to work with the Container-MBeans to
get its management information.
Revision ChangesPath
1.30 +2 -31 jboss/src/main/org/jb
User: schaefera
Date: 01/06/04 15:55:15
Modified:src/main/org/jboss/mgt Application.java EJB.java
ServerDataCollector.java
ServerDataCollectorMBean.java
Log:
Adjusted the Server Data Collector to work with the Container-MBeans to
get
User: jules_gosnell
Date: 01/06/04 17:42:38
Added: .JBoss-2.2.2_Jetty-3.1.RC5.tgz
Log:
a new JBoss-Jetty release
Revision ChangesPath
1.1 binaries/JBoss-2.2.2_Jetty-3.1.RC5.tgz
<>
__
User: docodan
Date: 01/06/04 15:06:46
Modified:src/main/org/jboss/verifier/strategy EJBVerifier11.java
Log:
I added a check for a null name for home and remote interfaces, just to avoid a
stack trace.
Revision ChangesPath
1.26 +10 -2 jboss/src/main/org/jboss/v
For
stateless and stateful beans the default transaction mode is
Required.
Bill
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of K.V.
Vinay MenonSent: Monday, June 04, 2001 1:19 PMTo: User @
JBoss; Dev @ JBossSubject: [JBoss-dev] Fw: Cac
User: docodan
Date: 01/06/04 14:59:05
Modified:src/main/org/jboss/ejb EntityEnterpriseContext.java
StatefulSessionEnterpriseContext.java
StatelessSessionEnterpriseContext.java
Log:
Implemented getEJBLocal
Revision ChangesPat
User: schaefera
Date: 01/06/04 15:55:15
Modified:src/main/org/jboss/deployment/scope
J2eeGlobalScopeDeployer.java
Log:
Adjusted the Server Data Collector to work with the Container-MBeans to
get its management information.
Revision ChangesPath
1
Hi,
With (much appreciated) help from Jay Walters, I've added a
prototype for support of local interfaces to CVS. There are many
aspects of this I haven't tested (e.g. a bean with both local and
remote interfaces, functionality of the EnterpriseContext, etc.), so I
was hoping that some of you
User: docodan
Date: 01/06/04 13:47:29
Modified:src/main/org/jboss/ejb EntityContainer.java
EntityEnterpriseContext.java
Log:
Added support for entity local interfaces.
Revision ChangesPath
1.40 +115 -15 jboss/src/main/org/jboss/ejb/EntityC
User: jwalters
Date: 01/06/04 13:21:57
Modified:src/docs jbossdocs.xml
Added: src/docs howtonetbeansdebug.xml
Log:
First pass at howto on using NetBeans with JBoss for debugging of
EJBs.
Revision ChangesPath
1.18 +2 -0 manual/src/docs/jbossdocs.xml
Bill,
I have tried both options.
Started without a container transaction defined. In which case it kept throwing
LOCKING-WAITING transactions [ from the EntityInstanceInterceptor] which says
that JBoss is creating a transaction automatically. Next I changed the ejb-jar
to specify the con
User: jwalters
Date: 01/06/04 13:36:57
Added: src/docs/images Tag: Branch_2_2 netbeans-debug.png
netbeans-project.png
Log:
Added start of new howto for debugging with NetBeans.
Revision ChangesPath
No revision
No
Hi,
[Hope my mail to sourceforge is now OK. This is also a test.]
For about a month jbosstest fails when I try
to run it. Tests like ctstest, banktest and
testbeantest all fail with the same client-
side dump:
Exception in thread "main" java.security.AccessControlException: access denied
(java
User: docodan
Date: 01/06/04 14:25:41
Modified:src/main/org/jboss/ejb/plugins/local
BaseLocalContainerInvoker.java
Log:
Exception handling added to conform to spec. (Local exceptions in four cases derived
from EJBException instead of RemoteException.)
Is there any documentation on how to understand the output from the test
module? I have a hard time making sense out of the output, things like
tests numbered 90-105 or something and then it'll print out 9 tests 0
failures 2 errors. What does this mean? Other than perhaps I broke
something and
User: jwalters
Date: 01/06/04 13:21:57
Added: src/docs/images netbeans-debug.png netbeans-project.png
Log:
First pass at howto on using NetBeans with JBoss for debugging of
EJBs.
Revision ChangesPath
1.1 manual/src/docs/images/netbeans-debug.png
User: jwalters
Date: 01/06/04 13:36:57
Modified:src/docs Tag: Branch_2_2 jbossdocs.xml
Added: src/docs Tag: Branch_2_2 howtonetbeansdebug.xml
Log:
Added start of new howto for debugging with NetBeans.
Revision ChangesPath
No revision
No
User: jwalters
Date: 01/06/04 08:35:12
jboss-j2ee/src/main/javax/ejb/spi - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
User: docodan
Date: 01/06/04 13:46:42
Modified:src/main/org/jboss/ejb/plugins BMPPersistenceManager.java
CMPPersistenceManager.java
Log:
Added support for local interfaces.
Revision ChangesPath
1.22 +21 -2 jboss/src/main/org/jboss/ejb/pl
Vinay,
We're curious on your specs as well, please get back to us?Anyways,
here's ours.
We're an e-marketing service for small to mid-sized ecommerce merchants.
The most data intensive thing we do is collect click and order data from our
registered merchants so our transactional data access
Hi,
sorry I misses all the fun (we have had one of our christian hollidays,
and I have been banging nails into my summer cottage ;.)).
Let first state a simple fact. We should actually disuss two things:
1. Is it a good feature to have automatic creation of destinations for
MDB when JNDI look
> "KVVM" == K V Vinay Menon writes:
KVVM> Is it just me or is the mailiing list not working! Don't seem to
KVVM> get any of my mails! [And yes, I have chosen to receive copies
KVVM> of my mails]
Hmmm, could it be that there is a massive lag on the host?
--
Nicolai P Gubahttp://www.g
Patches item #430035, was updated on 2001-06-04 10:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=430035&group_id=22866
Category: None
Group: v2.2.2 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Claudio Vesco (cazzius)
Assigned to:
If an
Entity is loaded within a transaction it is locked until the transaction
completes.
Bill
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of K.V.
Vinay MenonSent: Monday, June 04, 2001 12:59 PMTo: User
@ JBoss; Dev @ JBossSubject: [JB
User: jwalters
Date: 01/06/04 10:22:24
Modified:src/lib jboss-j2ee.jar jboss-jdbc_ext.jar
Log:
Changes to the various bean Context objects so they will compile with
the EJB 2.0 PFD2 jboss-j2ee.jar file. Added methods to get local home
and local object which are now stubbed out
Hi,
The following seems to be the code,
// Get
context
ctx = cache.get(key);
// Do we have a running transaction with the
context
Transaction tx =
User: jwalters
Date: 01/06/04 10:22:24
Modified:src/main/org/jboss/ejb EnterpriseContext.java
EntityEnterpriseContext.java
StatefulSessionEnterpriseContext.java
StatelessSessionEnterpriseContext.java
Log:
Change
Hello Folks,
Continuing with my load test I
find something strange. I have a test harness that simulates 100 clients hitting
the server at 100ms. They all retrieve the same data - 150 odd
records - from the database. The cache size has been set to 10. Commit
option is A. Am not doi
Is it just me or is the mailiing list not working!
Don't seem to get any of my mails! [And yes, I have chosen to receive copies of
my mails]
Vinay
User: jwalters
Date: 01/06/04 08:57:17
Modified:src/main/javax/ejb EJBContext.java EJBException.java
EJBLocalHome.java EJBLocalObject.java
EntityContext.java MessageDrivenBean.java
NoSuchEntityException.java
go ahead..
-- Juha
On Mon, 4 Jun 2001, Vincent Harcq wrote:
> Hi,
> Does it bother anybody if I add a LocalResolver of DTD for //Sun
> Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN
> to a local version of http://java.sun.com/dtd/ejb-jar_2_0.dtd ?
> Vincent.
__
User: jwalters
Date: 01/06/04 08:57:17
Modified:src/build build.xml
Log:
Complete set of changes for EJB 2.0 PFD 2.0.
Thanks to Jasper Pedersen - [EMAIL PROTECTED]
Revision ChangesPath
1.8 +1 -1 jboss-j2ee/src/build/build.xml
Index: build.xml
Hey Vinay,
There is no way to track cache hits, but there is the possibility to track
cache misses (and almost every other cache activity). You have to set the
BeanCacheJMSMonitoringEnabled flag to true in the container factory MBean
(jboss.jcml), and then write a client that listen for the want
User: jwalters
Date: 01/06/04 08:57:18
Added: src/main/javax/ejb/spi HandleDelegate.java
Log:
Complete set of changes for EJB 2.0 PFD 2.0.
Thanks to Jasper Pedersen - [EMAIL PROTECTED]
Revision ChangesPath
1.1 jboss-j2ee/src/main/javax/ejb/spi/Handle
User: docodan
Date: 01/06/04 08:15:08
Modified:src/main/org/jboss/ejb/plugins
StatefulSessionFilePersistenceManager.java
Log:
Local interface w/ stateFUL session bean worked. (Exception handling not right; lots
of verifier errors.)
Revision Changes
User: docodan
Date: 01/06/04 08:16:08
Modified:src/main/org/jboss/ejb ContainerInvokerContainer.java
EntityContainer.java MessageDrivenContainer.java
StatefulSessionContainer.java
StatefulSessionEnterpriseContext.j
Juha,
When Verifying EJBs deployed the Verifier checks
for RMI types in the return values and in the arguments and ensures that an
RMIException is thrown by the method itself. Do we also want to add a clause to
check if the class itself [only for the Remote Interface class] is a valid RMI
James Cook wrote:
> I assume that tests are run from the HEAD branch? If so, I would also assume
> that the current 2.2.2 (stable?) release also suffered quite a few
> errors/failures?
Why would you assume that? HEAD and 2.2.2 are quite distinctly different
branches.
EJBCreator 0.1 has been released on our new web-site:
http://opensource.itplus.dk/
The EJBCreator application generates Enterprise JavaBeans source code,
currently based on the Enterprise JavaBeans 2.0 Public Final Draft 2
specification, based on simple input from the user.
EJBCreator is cu
Hey,
We've been using Jetty3.0.6/JBoss 2.2.1 since March on Linux and have been
in early access mode since then and plan to fully release this month. We
plan to scale up to 2 million DB transaction per day by Christmas, if not
more. We are running multiple instances of JBoss, on multiple machin
Hi,
Does anyone know how to
turn on cache hit tracking in JBoss without recompiling the code!? Is this
possible? I am trying to stress JBoss to about as far as it can get [it has not
yet fallen over!!! ] but the time for queries seem a bit odd. I have large
intial retrieval times and th
Hi,
Does it bother anybody if I add a LocalResolver of DTD for //Sun
Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN
to a local version of http://java.sun.com/dtd/ejb-jar_2_0.dtd ?
Vincent.
___
Jboss-development mailing list
[EMAIL PROTECTED]
http
Hi,
Does it bother anybody if I add a LocalResolver of DTD for //Sun
Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN
to a local version of http://java.sun.com/dtd/ejb-jar_2_0.dtd ?
Vincent.
___
Jboss-development mailing list
[EMAIL PROTECTED]
http
64 matches
Mail list logo