[JBoss-dev] [ jboss-Bugs-571995 ] Wrong error reporting for ejb finders

2002-06-20 Thread noreply
Bugs item #571995, was opened at 2002-06-21 17:07 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=571995&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to: Nobo

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Scott M Stark
This is working for a simple testcase. Two jboss servers running the minimal config are able to come up with the JNDI naming service running on ports 1098 and 1099 using this type of config in the conf/jboss-service.xml descriptor: jboss1 file:/etc/jboss-bindings.xml org.jboss.se

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 21-June-2002

2002-06-20 Thread chris
Number of tests run: 791 Successful tests: 781 Errors:6 Failures: 4 [time of test: 21 June 2002 6:17 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux Team

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 21-June-2002

2002-06-20 Thread chris
Number of tests run: 763 Successful tests: 749 Errors:12 Failures: 2 [time of test: 21 June 2002 4:56 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation] [java.v

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 21-June-2002

2002-06-20 Thread chris
Number of tests run: 791 Successful tests: 780 Errors:6 Failures: 5 [time of test: 21 June 2002 3:35 GMT] [java.version: 1.4.0_01] [java.vendor: Sun Microsystems Inc.]

[JBoss-dev] [ jboss-Bugs-571930 ] rmi marshaling fails for user objects

2002-06-20 Thread noreply
Bugs item #571930, was opened at 2002-06-20 22:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=571930&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: rick labanca (rickla) Assigned to

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 21-June-2002

2002-06-20 Thread chris
Number of tests run: 791 Successful tests: 781 Errors:6 Failures: 4 [time of test: 21 June 2002 2:13 GMT] [java.version: 1.3.1_03] [java.vendor: Sun Microsystems Inc.]

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Scott M Stark
It does not have to be exposed if its not a useful op. These management objects can just be created, registered on deployment of a web module and unregistered when the web module is undeployed. That would be simpler. I'm not sure if the web container will have to actually create the management obj

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Jules Gosnell
Andreas Schaefer wrote: > Hi Jules > > >>1. Are you sure that JSR77 talks at the granularity of Servlets - or is >>it WebApplications - or both. A Servlet is not the unit of deployment, >>the WebApplication is. A WebApplication may contain 0-n Servlets. > > > JSR-77 have an application (EAR) w

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Scott > At a minimum at the AbstractWebContainer level we define the hooks to obtain > the required Servlet[] management objects needed to make up the WebModule > management object. There may not be much to this other than a simple > template method that defines the requirements for obtaining

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Jules > No problem - you specify the interface, and I shall implement the Jetty > side. > The problem is there is no interface. That is what I need to have: - WebModule (represents WAR) - web.xml content - List of Servlets per WebModule Both WebModule can emits Notifications, manage

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Jules > 1. Are you sure that JSR77 talks at the granularity of Servlets - or is > it WebApplications - or both. A Servlet is not the unit of deployment, > the WebApplication is. A WebApplication may contain 0-n Servlets. JSR-77 have an application (EAR) with one or more modules (WAR,JAR,RAR)

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Scott M Stark
At a minimum at the AbstractWebContainer level we define the hooks to obtain the required Servlet[] management objects needed to make up the WebModule management object. There may not be much to this other than a simple template method that defines the requirements for obtaining management informa

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Jules Gosnell
No problem - you specify the interface, and I shall implement the Jetty side. Jules Scott M Stark wrote: > As much of this as possible should be handled at the > org.jboss.web.AbstractWebContainer > or else we will have to duplicate this for every web container service. > >

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Jules Gosnell
Andreas, I think that you will find that Jetty already exposes all this to JBoss via JMX (perhaps not the list of current deployments - but that's not a problem - I will sort it). However a few points. 1. Are you sure that JSR77 talks at the granularity of Servlets - or is it WebApplications

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Scott > As much of this as possible should be handled at the > org.jboss.web.AbstractWebContainer > or else we will have to duplicate this for every web container service. I would like that but how are we going to expose attributes and methods dynamically in the Abstract- WebContainer ? Andy

[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 21-June-2002

2002-06-20 Thread chris
Number of tests run: 770 Successful tests: 756 Errors:11 Failures: 3 [time of test: 21 June 2002 0:44 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation] [java.v

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Scott M Stark
As much of this as possible should be handled at the org.jboss.web.AbstractWebContainer or else we will have to duplicate this for every web container service. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From

[JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Greg To make JSR-77 implementation (a J2EE management API) complete I need to support the web-service and I wills start with Jetty (it seems to be tough enough). To start with I need a place where I can create a WebModule (represents a WAR file) and each Servlet (for now the once defined in w

[JBoss-dev] FlashMX and J2EE

2002-06-20 Thread Dain Sundstrom
The Server Side has an article about Flash and J2EE. I know we have support for Flash, but don't know enough about it to comment. Can someone who knows about the Flash integration that we have post a message on their thread? http://www.theserverside.com/home/thread.jsp?thread_id=14080 -- x

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Scott M Stark
You can write your own Jetty specific delegate or simply configure a noop delegate and pull the service binding from the service. There is no pooling of ports in this implementation. Its a simple static XML configuration. - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To:

Re: [JBoss-dev] Prefered way to deploy one web app under 2 contexts?

2002-06-20 Thread David Jencks
I haven't tried anything to find out if I'm right, but I think each war reference gets a DeploymentInfo with a UCL for the war, and the 2 UCL confuse each other. david jencks On 2002.06.20 17:42:05 -0400 Jason Dillon wrote: > Why did this behavior change with JBoss3? Both apps can use the same

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Jules Gosnell
Scott, It is better for me if Jetty can pull the port number from this service, since listeners may be started and stopped dynamically, and I don;t really want to choose e.g. the first one and treat it differently from the others Is this an option - I request a port number, rather than ha

Re: [JBoss-dev] Prefered way to deploy one web app under 2 contexts?

2002-06-20 Thread Jason Dillon
Why did this behavior change with JBoss3? Both apps can use the same CL, they just need to bind to 2 different contexts. Or perhaps Jetty has something which will do an internal proxy (nothing on the client side) from one context to another. I still believe that the app.xml I have should wor

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Scott M Stark
I have imported this code into varia/src/main/org/jboss/services/binding with the following changes: 1. A service can have multiple service bindings corresponding to different listening services. The web containers need this to support multiple virtual hosts and connectors. 2. The store service u

Re: [JBoss-dev] Prefered way to deploy one web app under 2 contexts?

2002-06-20 Thread Jason Dillon
I never see any undeploy logs, only a deploy for one of the apps. Previous versions of JBoss supported this. I need this to support backwards compatibility for a URL change. It would be better if I could specify a list of contexts to bind for the web module, but I do not think there is such

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 20-June-2002

2002-06-20 Thread scott . stark
Number of tests run: 640 Successful tests: 638 Errors:0 Failures: 2 [time of test: 20 June 2002 12:30 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer, Inc.] [j

Re: [JBoss-dev] Debugging CMP (to Dain Sundstrom)

2002-06-20 Thread Dain Sundstrom
I think the problem you are having has already been fixed in cvs Branch_3_0 and HEAD. The problem was that fields set after a finder was executed were not stored. As for debugging the first thing it to increase the log level of org.jboss.ejb.plugins.cmp to TRACE. The classes called when you

Re: [JBoss-dev] inconsistent behavior: jboss/tomcat 2.4.6 & jboss/tomcat 3.0

2002-06-20 Thread Jeff Goke
Thanks, I've submitted a bug and uploaded a .war file that demonstrates the behavior. -Jeff  Scott M Stark <[EMAIL PROTECTED]>wrote: I added a testcase to the web integration unit tests and the call togetServletContext().getRealPath("/") works correctly there. Postan ear or war that demonstrates th

[JBoss-dev] [ jboss-Bugs-571721 ] realpath exhibits inconsistent behavior

2002-06-20 Thread noreply
Bugs item #571721, was opened at 2002-06-20 17:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=571721&group_id=22866 Category: CatalinaBundle Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Goke (jeffgoke) Assigned to: Scott M