Marc,
The Jetty/JBoss integration is still using a MortBay classloader to load
the contents of war files as the JBoss MBeanClassLoader does not appear
to return us classes from the WEB-INF/classes directory.
I think this could be due to the part of the package name becoming
appended onto the
Bugs item #515542, was opened at 2002-02-10 08:35
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=515542&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Schmid (giorgio42)
Assigned
User: janb
Date: 02/02/19 23:21:34
Modified:jettyREADME
Log:
Updated comments to reflect new Jetty configuration.
Revision ChangesPath
1.9 +9 -8 contrib/jetty/README
Index: README
=
FYI:
The most recent check-in of Jetty-JBoss integration has streamlined the
process of configuring Jetty:
+ listeners and HTTP request logs are now specified entirely within
jboss-service.xml using embedded Jetty XML within an tag
+ the above removes the need for the etc/jetty.xml file an
User: starksm
Date: 02/02/19 22:40:38
Modified:src/main/org/jboss/deployment DeploymentInfo.java
Log:
Add a findEjbLocalLink method that traverses a DeploymentInfo heirarchy
looking for the local home JNDI name for a given ejb-link value.
Revision ChangesPath
1.9
User: starksm
Date: 02/02/19 22:43:59
Modified:catalina/src/main/org/jboss/web/catalina
EmbeddedCatalinaServiceSX.java
Log:
Use the AbstractWebContainer getCompileClasspath method to obtain the
JSP compile classpath passed to jasper.
Revision Changes
User: starksm
Date: 02/02/19 22:43:59
Modified:catalina build.xml
Log:
Use the AbstractWebContainer getCompileClasspath method to obtain the
JSP compile classpath passed to jasper.
Revision ChangesPath
1.9 +3 -1 contrib/catalina/build.xml
Index: build.
User: starksm
Date: 02/02/19 22:42:09
Modified:src/main/org/jboss/web AbstractWebContainer.java
Log:
Add common support for obtaining the JSP compile path given the web
context class loader.
Add support for specifying the root context name at the war level using
the jboss-web
User: janb
Date: 02/02/19 22:27:05
Added: jetty/src/main/org/mortbay/util WriterOutputStream.java
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.1 contrib/jetty/src/main/org/mortbay/util/WriterOutputStream.java
Ind
User: janb
Date: 02/02/19 22:27:04
Added: jetty/src/main/org/mortbay/http JDBCUserRealm.java
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.1 contrib/jetty/src/main/org/mortbay/http/JDBCUserRealm.java
Index: JDBCUs
User: janb
Date: 02/02/19 22:27:02
Modified:jetty/src/main/org/apache/jasper CommandLineContext.java
EmbededServletOptions.java JasperException.java
JspC.java JspCompilationContext.java
JspEngineContext.java Opt
User: janb
Date: 02/02/19 22:27:03
Modified:jetty/src/main/org/apache/jasper/compiler
BeanEndGenerator.java BeanGenerator.java
BeanRepository.java CharDataGenerator.java
ClassDeclarationPhase.java CommandLineCom
User: janb
Date: 02/02/19 22:27:04
Modified:jetty/src/main/org/apache/jasper/runtime JspException.java
JspFactoryImpl.java JspRuntimeLibrary.java
JspWriterImpl.java PageContextImpl.java
ServletResponseWrapperInc
User: janb
Date: 02/02/19 22:27:04
Modified:jetty/src/main/org/apache/jasper/util SimplePool.java
StringManager.java
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.3 +0 -0 contrib/jetty/src/main/org/apac
User: janb
Date: 02/02/19 22:27:04
Modified:jetty/src/main/org/apache/jasper/servlet ServletEngine.java
TomcatServletEngine.java
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.3 +0 -0
contrib/jetty/src/
User: janb
Date: 02/02/19 22:27:04
Modified:jetty/src/main/org/apache/jasper/resources
messages.properties messages_es.properties
messages_ja.properties
Log:
Added new org.mortbay classes, updating apache.
Revision Changes
User: janb
Date: 02/02/19 22:27:05
Added: jetty/src/main/org/mortbay/jetty/servlet webdefault.xml
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.1 contrib/jetty/src/main/org/mortbay/jetty/servlet/webdefault.xml
Ind
User: janb
Date: 02/02/19 22:27:04
Modified:jetty/src/main/org/mortbay MANIFEST.MF
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.3 +1 -1 contrib/jetty/src/main/org/mortbay/MANIFEST.MF
Index: MANIFEST.MF
User: janb
Date: 02/02/19 22:27:02
Modified:jetty/src/main/javax/servlet/http LocalStrings_es.properties
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.3 +0 -0
contrib/jetty/src/main/javax/servlet/http/LocalStrings_es.properti
User: janb
Date: 02/02/19 22:27:04
Modified:jetty/src/main/org/apache/jasper/parser ParserUtils.java
TreeNode.java
Log:
Added new org.mortbay classes, updating apache.
Revision ChangesPath
1.3 +0 -0 contrib/jetty/src/main/org/apache
User: janb
Date: 02/02/19 21:56:40
Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
Log:
Added Jetty-specific XML to JettyService mbean configuration. Tidied up comments.
Revision ChangesPath
1.19 +109 -9
contrib/jetty/src/resources/jetty
User: janb
Date: 02/02/19 21:55:15
Modified:jettybuild.xml
Log:
Removed use of jetty.properties and jetty.xml
Revision ChangesPath
1.41 +9 -4 contrib/jetty/build.xml
Index: build.xml
===
User: janb
Date: 02/02/19 21:53:51
Modified:jetty/src/etc README
Removed: jetty/src/etc demo.xml jetty.properties jetty.xml
webdefault.xml
Log:
Removed need for jetty.xml (all in jboss-service.xml) and webdefault.xml (ships
within the org.mortbay.j
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
HERE ARE THE LAST 50 LINES OF THE LOG FILE
[xdoclet] Running
[xdoclet] Running
User: janb
Date: 02/02/19 21:37:24
Modified:jetty/src/main/org/jboss/jetty
JBossWebApplicationContext.java Jetty.java
JettyService.java JettyServiceMBean.java
Log:
Removed necessity for jetty.xml for config.
Revision Changes
User: janb
Date: 02/02/19 21:33:44
Modified:jetty/src/main/org/mortbay/jetty/servlet
AbstractSessionManager.java Dispatcher.java
FilterHandler.java FilterHolder.java
HashSessionManager.java Holder.java
User: janb
Date: 02/02/19 21:33:46
Modified:jetty/src/main/org/mortbay/util/jmx CodeMBean.java
LifeCycleMBean.java LogMBean.java LogSinkMBean.java
Main.java ModelMBeanImpl.java
OutputStreamLogSinkMBean.java Test
User: janb
Date: 02/02/19 21:33:46
Modified:jetty/src/main/org/mortbay/util B64Code.java
BadResource.java BlockingQueue.java
ByteArrayISO8859Writer.java
ByteArrayOutputStream2.java
ByteBu
User: janb
Date: 02/02/19 21:33:43
Modified:jetty/src/main/org/mortbay/jetty/jmx Main.java
ServerMBean.java mbean_en.properties
Log:
Updating to latest Jetty with tag JBOSS_20020220222111
Revision ChangesPath
1.3 +0 -0 contrib/jetty
User: janb
Date: 02/02/19 21:33:44
Modified:jetty/src/main/org/mortbay/jetty/servlet/jmx
ServletHttpContextMBean.java
WebApplicationMBean.java
Log:
Updating to latest Jetty with tag JBOSS_20020220222111
Revision ChangesPa
User: janb
Date: 02/02/19 21:33:45
Modified:jetty/src/main/org/mortbay/servlet AdminServlet.java
CGI.java Debug.java Dump.java Forward.java
MultiPartRequest.java MultiPartResponse.java
NotFoundServlet.java Reque
User: janb
Date: 02/02/19 21:33:46
Modified:jetty/src/main/org/mortbay/xml XmlConfiguration.java
XmlParser.java configure_1_0.dtd configure_1_1.dtd
configure_1_2.dtd
Log:
Updating to latest Jetty with tag JBOSS_20020220222111
User: janb
Date: 02/02/19 21:33:43
Modified:jetty/src/main/org/mortbay/http/handler DumpHandler.java
HTAccessHandler.java NotFoundHandler.java
NullHandler.java ProxyHandler.java
ResourceHandler.java SecurityHand
User: janb
Date: 02/02/19 21:33:43
Modified:jetty/src/main/org/mortbay/jetty Server.java
Log:
Updating to latest Jetty with tag JBOSS_20020220222111
Revision ChangesPath
1.3 +78 -53contrib/jetty/src/main/org/mortbay/jetty/Server.java
Index: Server.java
User: janb
Date: 02/02/19 21:33:44
Modified:jetty/src/main/org/mortbay/jetty/win32 Service.java
Log:
Updating to latest Jetty with tag JBOSS_20020220222111
Revision ChangesPath
1.3 +0 -0 contrib/jetty/src/main/org/mortbay/jetty/win32/Service.java
Inde
User: janb
Date: 02/02/19 21:33:43
Modified:jetty/src/main/org/mortbay/http/jmx HttpContextMBean.java
HttpListenerMBean.java HttpServerMBean.java
NCSARequestLogMBean.java SocketListenerMBean.java
mbean_en.proper
User: janb
Date: 02/02/19 21:33:41
Modified:jetty/src/main/org/mortbay/html Applet.java Block.java
Break.java Comment.java Composite.java
CompositeFactory.java DefList.java Element.java
Font.java Form.java Frame
In the JBoss 2.4.4 book.
>
> > 2. Latest build of 2.4?
>
> Not that I know of.
>
> --jason
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
We won't do releases of Jetty as Mortbay has their own Sourceforge
project that handles that.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Adam Heath" <[EMAIL PROTECTED]>
To: "Jason Dillon" <[EMAIL PROT
JBoss daily test results
SUMMARY
Number of tests run: 497
Successful tests: 489
Errors:5
Failures: 3
[time of test: 20 February 2002 5:12 GMT]
[java.version: 1.
I can't see any use of ...ejb.ApplicationTxEntityMap, and the functionality
looks very similar to GlobalTxEntityMap.
If it isn't being used can we remove it?
Thanks
david jencks
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.source
JBoss daily test results
SUMMARY
Number of tests run: 497
Successful tests: 490
Errors:4
Failures: 3
[time of test: 20 February 2002 4:19 GMT]
[java.version: 1.
> Is it documented anywhere, exactly how to check out and build:
>
> 1. Current Head (3.0)
Yes. Look at http://jboss.org/developers/guide/quickstart.jsp
> 2. Latest build of 2.4?
Not that I know of.
--jason
___
Jboss-development mailing list
[EMAI
Jason,
Is it documented anywhere, exactly how to check out and build:
1. Current Head (3.0)
2. Latest build of 2.4?
thanks,
jim
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> Behalf Of Jason Dillon
> Sent: Tuesday, February 19, 2002 8:34 PM
> To: Sco
JBoss daily test results
SUMMARY
Number of tests run: 497
Successful tests: 489
Errors:5
Failures: 3
[time of test: 20 February 2002 3:22 GMT]
[java.version: 1.
JBoss daily test results
SUMMARY
Number of tests run: 497
Successful tests: 489
Errors:4
Failures: 4
[time of test: 20 February 2002 2:53 GMT]
[java.version: 1.
On Tue, 19 Feb 2002, Jason Dillon wrote:
> Like the JBossMQ and JBossMX stuff...
Or what about thirdparty projects that are maintained in jboss cvs(ie, jetty)?
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/l
|Actually the RARDeployer registers RARDeployments with ServiceController so
|they participate in dependency management also.
right, good
|I changed Application and Container so EJB mbeans do this also: do you mind
|if I put it in before 3.0 beta? Do you want to wait until we are using
|jsr-77
When we have done a standalone release of a subcomponent
then its tag does include the project name. The only release
that has been done is one of jbossmq with a tag of RelMQ_1_0_0_1
as it never was released in a final first version form. Update the
cvs admin page to clarify this.
- Original
Like the JBossMQ and JBossMX stuff...
--jason
On Tue, 19 Feb 2002, Scott M Stark wrote:
>
> What do you mean by other projects?
>
> - Original Message -
> From: "Jason Dillon" <[EMAIL PROTECTED]>
> To: "Scott M Stark" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, Febru
What do you mean by other projects?
- Original Message -
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: "Scott M Stark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 5:59 PM
Subject: Re: [JBoss-dev] CVS update: build/jboss build.xml
> Ok, so I am not as cra
On Tue, 19 Feb 2002, Jason Dillon wrote:
> That is fine as long as you make sure that the next line is blank or will be
> evaluated to the same effect by cvs.
>
> --jason
Certainly. Some languages don't like that.
___
Jboss-development mailing list
Ok, so I am not as crazy as I though I was. Basically if we were to start
tagging other projects then we could run into namespace problems. It would
be better to use something more like 'JBoss_Rel_3_0_0_3'.
That is all I was trying to get across.
--jason
On Tue, 19 Feb 2002, Scott M Stark w
We are still using those tag names, what do you call this?
- Original Message -
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: "Scott M Stark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 5:37 PM
Subject: Re: [JBoss-dev] CVS update: build/jboss build.xml
I am sorry to have caused any pain to anyone from the changes that I made.
i was trully just trying to improve things... except for the frivolous name
changes... that was just plain dumb.
Things should be fixed an stable now. Let me know if there are _any_
problems and I will fix them as soon as
That is fine as long as you make sure that the next line is blank or will be
evaluated to the same effect by cvs.
--jason
On Tue, 19 Feb 2002, Adam Heath wrote:
> On Tue, 19 Feb 2002, Jason Dillon wrote:
>
> > -_jboss_jboss.net
> > +_jboss_jb
I thought we were still using R_* and Branch_* for tag names. As for the
rest, I was just getting lost in the esthetics. I agree that we should
include cvs tag information.
--jason
On Tue, 19 Feb 2002, Scott M Stark wrote:
>
> > Why does the server need to know anything about the source con
On Tue, 19 Feb 2002, Jason Dillon wrote:
> -_jboss_jboss.net
> +_jboss_jboss.net \
> +_jboss_iiop
This is a very minor nitpick, but when I use continued lines like the above, I
always have all lines end with '\', so th
sorry - thanks. I was looking at http://www.jboss.org/j2ee/dtd/jboss.dtd - I assume
that will be updated with the release or
something.
thanks again
dim.
- Original Message -
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 12:16 PM
S
Look at the correct dtd:
jboss-all 1380>grep local
server/src/resources/org/jboss/metadata/jboss_3_0.dtd
The JNDI name under with the local home interface should be bound
when the client is local (same VM as the server). This optimizes RMI
calls.
Sc
User: jules_gosnell
Date: 02/02/19 17:01:02
Modified:jettybuild.xml
Log:
prepare jetty-ejb for inclusion in jetty-plugin.sar
Revision ChangesPath
1.40 +16 -13contrib/jetty/build.xml
Index: build.xml
User: jules_gosnell
Date: 02/02/19 17:02:03
Modified:jettyTODO
Log:
and even more thoughts
Revision ChangesPath
1.10 +15 -1 contrib/jetty/TODO
Index: TODO
===
RCS file: /cvsroot/jboss/c
thanks...
without wanting to be picky... any chance of updating the jboss.xml dtd to allow the
local-jndi-name? If there's a reason why this
isn't so, then that reason would also be fine (o: Just as part of XDoclet we validate
the generated XML, and we cant do this for
jboss.xml atm because t
User: jules_gosnell
Date: 02/02/19 16:58:54
Modified:jetty/src/main/org/jboss/jetty/session
CoarseDistributedStore.java
Log:
improve session storing logic
Revision ChangesPath
1.9 +24 -19
contrib/jetty/src/main/org/jboss/jetty/session/Co
I'll fix the AbstractWebContainer so forget about the patch.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
To: "Scott M Stark" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED
User: jules_gosnell
Date: 02/02/19 16:18:55
Modified:jettyTODO
Log:
some further thoughts
Revision ChangesPath
1.9 +8 -0 contrib/jetty/TODO
Index: TODO
===
RCS file: /cvsroot/jboss/co
User: jules_gosnell
Date: 02/02/19 16:15:36
Modified:jetty/src/main/org/jboss/jetty/ejb
CoarseHttpSessionBean.java
Log:
more log guarding/unguarding (DOH!)
Revision ChangesPath
1.9 +5 -10
contrib/jetty/src/main/org/jboss/jetty/ejb/Coars
User: jules_gosnell
Date: 02/02/19 16:15:37
Modified:jetty/src/main/org/jboss/jetty/session ClusteredStore.java
Log:
more log guarding/unguarding (DOH!)
Revision ChangesPath
1.7 +2 -3
contrib/jetty/src/main/org/jboss/jetty/session/ClusteredStore.java
Ind
User: jules_gosnell
Date: 02/02/19 16:15:36
Modified:jetty/src/main/org/jboss/jetty/security JBossUserRealm.java
Log:
more log guarding/unguarding (DOH!)
Revision ChangesPath
1.5 +4 -3
contrib/jetty/src/main/org/jboss/jetty/security/JBossUserRealm.java
I
User: jules_gosnell
Date: 02/02/19 16:15:36
Modified:jetty/src/main/org/jboss/jetty
JBossWebApplicationContext.java Jetty.java
JettyService.java
Log:
more log guarding/unguarding (DOH!)
Revision ChangesPath
1.25 +3 -2
Bugs item #520232, was opened at 2002-02-19 15:40
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=520232&group_id=22866
Category: JBossMQ
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Doug Beeman (dbeeman)
Assigned to: Nobody/Anonymo
User: reverbel
Date: 02/02/19 15:33:27
Modified:iiop/src/main/org/jboss/iiop CorbaORBService.java
CorbaORBServiceMBean.java
Log:
Added MBean attributes IIOPPort and PortableInterceptorInitializerClass.
These attributes specify ORB initialization parameters.
User: reverbel
Date: 02/02/19 15:33:27
Modified:iiop/src/etc/conf/default jboss-service.xml
Log:
Added MBean attributes IIOPPort and PortableInterceptorInitializerClass.
These attributes specify ORB initialization parameters.
Revision ChangesPath
1.2 +3 -7 c
User: jules_gosnell
Date: 02/02/19 15:33:15
Modified:jetty/src/main/org/jboss/jetty/session
CoarseDistributedStore.java
DistributedHttpSession.java
Log:
don't bother to say 'WARNING' when log.warn()-ing...
Revision ChangesPat
User: jules_gosnell
Date: 02/02/19 15:32:11
Modified:jettyTODO
Log:
update
Revision ChangesPath
1.8 +1 -1 contrib/jetty/TODO
Index: TODO
===
RCS file: /cvsroot/jboss/contrib/jetty/TOD
This is in jboss/common, you need to checkout jboss-all again, or checkout
_jboss_common from inside the jboss-all directory.
--jason
On Tue, 19 Feb 2002, Anatoly Akkerman wrote:
>
> After Jason's commit on Feb 16, head does not compile since it is missing
> the class.
>
> Anatoly
>
>
> __
User: jules_gosnell
Date: 02/02/19 15:22:32
Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
Log:
allow configuration of JAAS support via JMX
Revision ChangesPath
1.18 +3 -0
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xm
User: jules_gosnell
Date: 02/02/19 15:22:32
Modified:jetty/src/main/org/jboss/jetty
JBossWebApplicationContext.java Jetty.java
JettyService.java JettyServiceMBean.java
Log:
allow configuration of JAAS support via JMX
Revision Cha
User: jules_gosnell
Date: 02/02/19 15:22:32
Modified:jetty/src/main/org/jboss/jetty/security JBossUserRealm.java
Log:
allow configuration of JAAS support via JMX
Revision ChangesPath
1.4 +11 -7
contrib/jetty/src/main/org/jboss/jetty/security/JBossUserRealm.jav
> so I am frustrated, and should probably cool down, take a deep breath
> and wait until americal guys wake up. But I just have to say this.
I am awake now. Please do take some deep breaths...
> I do not work with the JBoss project every day, not even every week. But
> once in a while I contrib
Sorry about that. I thought I added that module to the list, but apparently
I did not.
Should be fixed now.
--jason
On Tue, 19 Feb 2002, Francisco Reverbel wrote:
> I took "hooked up" as "part of jboss-all" and now realize it may not be
> what you meant. Just did a fresh check out of jboss-a
User: user57
Date: 02/02/19 15:00:55
Modified:.modules
Log:
o this was lost (or never added) in the madness
Revision ChangesPath
1.96 +2 -1 CVSROOT/modules
Index: modules
===
RC
You'll have to provide the details of your deployment as
ejb-local-ref is used in the unit tests and is working.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
S
If its from the web-tier, AbstractWebContainer assumes that the local interface is
bound to local/{remote_interface_name} in JNDI.
I thought I'd submitted a patch last night for this (to look for local-jndi-name in
jboss.xml), but I cant see it on sf now... I'll
post it again tonight (from home)
Patches item #520200, was opened at 2002-02-19 14:32
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=520200&group_id=22866
Category: JBossServer
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Ravi Goorah (rcgoorah)
Assigned t
User: jules_gosnell
Date: 02/02/19 14:28:48
Modified:jettyTODO
Log:
it's time this was updated
Revision ChangesPath
1.7 +37 -7 contrib/jetty/TODO
Index: TODO
===
RCS file: /cvsroot/jbo
User: starksm
Date: 02/02/19 14:28:21
Modified:catalina build.xml
Log:
Still recovering from the Jason refactor.
Revision ChangesPath
1.8 +9 -1 contrib/catalina/build.xml
Index: build.xml
After Jason's commit on Feb 16, head does not compile since it is missing
the class.
Anatoly
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
Just got the following note from peter. He been getting busy with some
JBossMQ stress tests, and he commented, "... JBossMQ now seems to be verry
stable. It handles recovery fine, don't leek threads, has the ability to
dump dangling connections, can handle largs ammounts of data, is failsafe.
User: jules_gosnell
Date: 02/02/19 14:20:54
Modified:jettybuild.xml
Log:
split testsuite out into seperate target
Revision ChangesPath
1.39 +13 -10contrib/jetty/build.xml
Index: build.xml
===
Is ejb-local-ref broken? I haven't changed my bean, client, or ejb-jar file
for weeks and everything worked with a week+ old version of jboss3. Now,
when I go to look up an entity bean referenced in a session bean via an
ejb-local-ref, I get a NameNotFoundException saying that my session bean
is
Bugs item #519699, was opened at 2002-02-18 16:00
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519699&group_id=22866
Category: JBossMX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to:
User: starksm
Date: 02/02/19 12:00:17
Modified:src/main/org/jboss/test/jbossmx/implementation/server
ContextCLTestCase.java
Log:
Change the comment to refer to Bug#516649 as this is the sar/ejb-jar
issue that Bug#519699 was created for.
Revision Chan
User: starksm
Date: 02/02/19 11:57:15
Modified:.build.xml
Log:
Add jboss.jar to the jboss.jmx.classpath and tests.jbossmx.classpath so
that the JBossMX implementation tests compile and run.
Delete the test.log at the start of the one-test and one-test-nojars
targets s
User: starksm
Date: 02/02/19 11:45:03
Modified:src/main/org/jboss/test/jbossmx/implementation/server/support
ContextCL.java
Removed: src/main/org/jboss/test/jbossmx/implementation/server/support
TestClassLoader.java TestClassLoaderM
User: starksm
Date: 02/02/19 11:45:03
Modified:src/main/org/jboss/test/jbossmx/implementation/server
ContextCLTestCase.java
Log:
Update the testcase to property demonstrate the class loading problem
seen with Bug#519699.
Revision ChangesPath
1.
Hi Alain,
I am adding a JacORB source tarball to CVS, under contrib/iiop/lib/ext.
Cheers,
Francisco
On Tue, 19 Feb 2002, Coetmeur, Alain wrote:
> Hi,
>
> I've seen your changes and will try them soon.
>
> however in the last release I see no JacORB Diff file, nor
> sources.
> I have commi
User: reverbel
Date: 02/02/19 08:35:11
Added: iiop/lib/ext jacorb-source-tree.tar.gz
Log:
Adding this file again, now flagged as binary.
Revision ChangesPath
1.3 +0 -0 contrib/iiop/lib/ext/jacorb-source-tree.tar.gz
<>
__
User: reverbel
Date: 02/02/19 08:21:05
Removed: iiop/lib/ext jacorb-source-tree.tar.gz
Log:
Oops! Forgot to flag this file as binary.
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-
User: reverbel
Date: 02/02/19 08:17:40
Added: iiop/lib/ext README jacorb-source-tree.tar.gz jacorb.diff
Log:
Sources for jacorb.jar.
Revision ChangesPath
1.1 contrib/iiop/lib/ext/README
Index: README
=
1 - 100 of 114 matches
Mail list logo