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

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

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

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

[JBoss-dev] http transport

2002-06-21 Thread Holger Engels
I try to understand, how a http transport can be implemented within jboss .. so what do I need? on the server side: o a connector servlet / extra http deamon, that accepts invocations embedded in http posts. the result of a home invocation is a handle. subsequent invocations (remote

[JBoss-dev] [ jboss-Bugs-554535 ] Oracle BLOB and byte array

2002-06-21 Thread noreply
Bugs item #554535, was opened at 2002-05-10 15:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=554535group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Open Resolution: Accepted Priority: 5 Submitted By: Niall O'Sullivan (nosullivan)

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

2002-06-21 Thread Greg Wilkins
As Jetty already wraps it's major components as MBeans (Listeners and Contexts) then I think it makes sense for the AbstractWebContainer only to define interfaces for the components that need to be managed. Then the specific web container can instantiate those component MBeans with the JSR-77

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

2002-06-21 Thread Greg Wilkins
Contexts, filters and servlets can all be individually stopped and started in Jetty, with the following results: A stopped context will not be given any new requests. All components (servlets/filters) of a context will be stopped when stop is called on the context However, there may be an

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

2002-06-21 Thread Greg Wilkins
Answering email in reverse order Yes this is possible. Give me a day or two as I have not read JSR-77. Once I'm upto speed, then I'll be able to comment better. It may be as Jules suggested that Jetty should provide a lot more JSR-77 support itself, which then should be adapted as Scott

[JBoss-dev] [Fwd: Bug Change] the famous 4670071

2002-06-21 Thread Torsten Schlumm
The bug 4670071 has been updated. To view the the complete bug report visit the following url: http://developer.java.sun.com/developer/bugParade/bugs/4670071.html To use our one-click unsubscribe facility, select the following URL: http://bulkmail.sun.com/unsubscribe?171808071586255807

RE: [JBoss-dev] http transport

2002-06-21 Thread Bill Burke
JDK already has built in RMI HTTP tunneling. Why would we need this transport? Here's directions: http://www.dmh2000.com/ApacheTomcatRMI.htm Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Holger Engels Sent: Friday, June 21, 2002 5:00 AM

[JBoss-dev] java.rmi.server.hostname???

2002-06-21 Thread Jake Meier
I am having a problem connecting to a JBoss server running Sun's 1.4.0 under Linux. I cannot do JNDI lookups from a remote client. The client is configured correctly, as it can see other JBoss servers (running under windows or solaris), and it can see the Linux server when I use the

RE: [JBoss-dev] I can't believe france is out of the world cup

2002-06-21 Thread Christian Riege
hi, On Tue, 2002-06-18 at 22:14, marc fleury wrote: | As long as the USA don't win but they shall defeat Germany | and send them home. | |lol. as it looks germany will march through and take the cup by |defeating the three mighty football giants usa, south korea and turkey. don't be so

RE: [JBoss-dev] http transport

2002-06-21 Thread Dave Smith
The HTTP RMI tunning is the shits. Firstly there is no option to go with https without getting really ugly. Secondly, the whole cgi-script or servlet which then calls the local rmi listener generates two network calls for lookup. Since jetty is running in the container the servlet lookup should

RE: [JBoss-dev] http transport

2002-06-21 Thread Bill Burke
Good enough for me. Thanks for the info. Holger, we should talk. I can give you pointers on how to integrate the HTTP Invoker into the 3.1 architecture. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Smith Sent: Friday, June 21, 2002

[JBoss-dev] (Moved from) [JBoss-user] Using sequences/Identity columns for PK values

2002-06-21 Thread Justin Casp
hey List I posted this problem/workaround to the jboss-user list but never got a response. Maybe it got lost in the shuffle or maybe it's just a stupid idea. Please tell me what you think either way. My problem is dealing with PK fields that are set to auto-increment in the database (e.g.,

[JBoss-dev] [ jboss-Bugs-572116 ] EJBHome.remove throws wrong exception

2002-06-21 Thread noreply
Bugs item #572116, was opened at 2002-06-21 16:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=572116group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned to:

RE: [JBoss-dev] http transport

2002-06-21 Thread Holger Engels
On Fri, 21 Jun 2002, Bill Burke wrote: Good enough for me. Thanks for the info. Holger, we should talk. I can give you pointers on how to integrate the HTTP Invoker into the 3.1 architecture. Ok, I need to know, where I can start. If you could answer the questions of my first mail, this

[JBoss-dev] Java is not dead! *was* AW: [jboss-group] Bug 4670071 Updated: java.lang.ClassLoader.loadClassInternal(String) is too restrictive

2002-06-21 Thread Jung , Dr. Christoph
Juha, This is extremely good news as SUN seems to have accepted two bug-requests at the same time. Let´s see how they resolve it ... CGJ -Ursprüngliche Nachricht- Von: Juha-P Lindfors [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Juni 2002 13:50 An: [EMAIL PROTECTED] Betreff:

RE: [JBoss-dev] http transport

2002-06-21 Thread Bill Burke
Holger, in JBoss 3.0 we have client interceptors, and pluggable transports. The invocation has been totally decoupled from the EJB container. The EJB Container is now just an MBean and all EJB invocations go across the JMX bus. JBoss 3.1 takes things a bit further. In 3.1 you can now define

[JBoss-dev] cvs down?

2002-06-21 Thread marc fleury
I can't do a CO marcf x Marc Fleury, Ph.D President JBoss Group, LLC x --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ Jboss-development mailing list

Re: [JBoss-dev] cvs down?

2002-06-21 Thread Andreas Schaefer
Yeah, also to browse it online fails. It seems that cvs.sourceforge.net is down. Andy - Original Message - From: marc fleury [EMAIL PROTECTED] To: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Friday, June 21, 2002 9:07 AM Subject: [JBoss-dev] cvs down? I can't do

Re: [JBoss-dev] cvs down?

2002-06-21 Thread David Jencks
And I can't do a commit david On 2002.06.21 12:07:47 -0400 marc fleury wrote: I can't do a CO marcf x Marc Fleury, Ph.D President JBoss Group, LLC x --- Sponsored by: ThinkGeek at

[JBoss-dev] Tapestry-developer unsubscribe notification (fwd)

2002-06-21 Thread hlship
I just removed Mr. Morales from the list because of all the bounced messages. Hopefully he can resubscribe once he resolves his mail issues. -- [EMAIL PROTECTED] http://tapestry.sf.net -- Forwarded Message: - From:[EMAIL PROTECTED] To:

[JBoss-dev] [ jboss-Bugs-572227 ] reuse of destroyed connection

2002-06-21 Thread noreply
Bugs item #572227, was opened at 2002-06-21 12:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=572227group_id=22866 Category: JBossCX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Bruce Schuchardt (bruceschuchardt)

[JBoss-dev] CMP sql generation error...

2002-06-21 Thread Emerson Cargnin - MSA
I have an CMP application that used to work until rc2, after trying to use with rc3 or 3.0.0 it start to give me jdbc error. Here is the ejb-ql and sql generated for it: ejb-ql : select object (o) from Praca where p.municipio.uf.oid= ?1 sql : SELECT t0_p.oid FROM PRACA t0_p, MUNICIPIO

[JBoss-dev] [ jboss-Bugs-572281 ] oracle clob mapping problem

2002-06-21 Thread noreply
Bugs item #572281, was opened at 2002-06-21 16:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=572281group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Colin Li (colinl) Assigned to:

[JBoss-dev] [ jboss-Bugs-562660 ] jboss/catalina freezing

2002-06-21 Thread noreply
Bugs item #562660, was opened at 2002-05-30 18:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=562660group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Open Resolution: Works For Me Priority: 9 Submitted By: Peter Luttrell (objec)

[JBoss-dev] How to specify depens for EJB

2002-06-21 Thread Jason Dillon
The EAR ordering is really killing me. Sometimes my MDBs get started before the beans which it depends on, which simply does not work =[ What is the suggested way to list explicit depends for an EJB? --jason

Re: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread David Jencks
If you are using 3.0.1 from cvs, you can put a .sar or *-service.xml in an .ear. Specify theses jboss-specific packages in a jboss-app.xml file next to your application.xml file. It should look something like this: ?xml version=1.0 encoding=UTF-8? jboss-app module

RE: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread Jason Dillon
In jboss.xml, do depend goes into a container config, or in say a message-driven ? --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Friday, June 21, 2002 4:06 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] How

RE: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread Jason Dillon
Where would I look to get the definitive? --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Friday, June 21, 2002 5:03 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] How to specify depens for EJB I thought I

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

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

[JBoss-dev] [ jboss-Bugs-572373 ] Entity doesn't work in declared-sql

2002-06-21 Thread noreply
Bugs item #572373, was opened at 2002-06-22 01:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=572373group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Robson Miranda (rpdmiranda) Assigned

RE: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread marc fleury
number the deployments marcf -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason DillonSent: Friday, June 21, 2002 3:34 PMTo: [EMAIL PROTECTED]Subject: [JBoss-dev] How to specify depens for EJB The EAR ordering is really

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

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

[JBoss-dev] [ jboss-Bugs-572396 ] Shutdown error

2002-06-21 Thread noreply
Bugs item #572396, was opened at 2002-06-21 23:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=572396group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Kevin McIntyre (kevin7010) Assigned

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

2002-06-21 Thread chris
Number of tests run: 761 Successful tests: 746 Errors:13 Failures: 2 [time of test: 22 June 2002 5:5 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation]

Re: [JBoss-dev] How to specify depens for EJB

2002-06-21 Thread David Jencks
On 2002.06.21 20:15:54 -0400 Jason Dillon wrote: Where would I look to get the definitive? both is definitive. The code that picks them up is org.jboss.metadata.BeanMetaData and ConfigurationMetaData. david --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-

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

2002-06-21 Thread chris
Number of tests run: 791 Successful tests: 782 Errors:6 Failures: 3 [time of test: 22 June 2002 6:23 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux