Re: Excessive error output when deploying plan?

2004-11-19 Thread Jeremy Boynes
[EMAIL PROTECTED] wrote: I tried deploying a JMS resource plan and got an error. The amount of error output produced seems excessive. It looks like the plan was output to the terminal three times in the error information. Is it necessary to output so much information, including a stack trace?

The Geronimo Effect

2004-11-19 Thread Geir Magnusson Jr .
http://www.eweek.com/article2/0,1759,1728802,00.asp -- Geir Magnusson Jr +1-203-665-6437 [EMAIL PROTECTED]

Re: Excessive error output when deploying plan?

2004-11-19 Thread David Jencks
It has to do with the xml parser that xmlbeans uses. My recollections from the xmlbeans lists is that while it may be possible to configure xmlbeans v1 with a line-number-aware parser, v2 includes one by default. I believe the only thing needed for moving to v2 is modifying the maven

Re: Can GBean get its configuration ClassLoader?

2004-11-19 Thread Srinath Perera
Just two quick question, 1) is there anyway one can add/register magic attributes form code or plan? (Just for INFO have not find for use case for it yet :) ) 2) Does GBean constrcters support injecting magic attributes only? Thanks Srinath On Thu, 18 Nov 2004 13:54:28 -0500 (EST), Aaron

[jira] Created: (GERONIMO-488) jetty dispatch handling doesn't set component context, tx, or security properly in geronimo

2004-11-19 Thread David Jencks (JIRA)
jetty dispatch handling doesn't set component context, tx, or security properly in geronimo --- Key: GERONIMO-488 URL: http://nagoya.apache.org/jira/browse/GERONIMO-488 Project: Apache

Re: Can GBean get its configuration ClassLoader?

2004-11-19 Thread David Jencks
On Nov 18, 2004, at 9:54 PM, Srinath Perera wrote: Just two quick question, 1) is there anyway one can add/register magic attributes form code or plan? (Just for INFO have not find for use case for it yet :) ) no, unless you rewrite the GBeanMBean class. There's a fairly wide variety, and a

How to start a plan from the Code

2004-11-19 Thread Srinath Perera
I am trying to bring up few Gbeans from plan; I am trying to use following code. ReadOnlyRepository repository = new ReadOnlyRepository(new File(temp)); ServiceConfigBuilder scb = new ServiceConfigBuilder(null,repository); File plan = new File(plan1.xml);

Jetty libs not downloading during Geronimo build - FIXED

2004-11-19 Thread Jacek Laskowski
Hi, If you're experiencing problems with Maven and the Jetty lib then, what's helped me (thanks Jan from Mort Bay for the hint) was to upgrade Maven to 1.0.1 version. I remember I was struggling with the issue of downloading the lib while building Geronimo online for a long time, and suspect

RE: The Geronimo Effect

2004-11-19 Thread Dorel Vaida
Wsh ! The big app server vendors being sucked away :-)) -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 3:50 AM To: [EMAIL PROTECTED] Subject: The Geronimo Effect http://www.eweek.com/article2/0,1759,1728802,00.asp -- Geir

Re: How to start a plan from the Code

2004-11-19 Thread David Jencks
I think what you want to do is use the itest plugin together with the geronimo maven deploy plugin. You will have to add a new module to do this: I suggest itests/webservices. The good example of how to use this is openejb itests. These tests will run only after assembly; however if you

[jira] Closed: week of 11-19-2004

2004-11-19 Thread david . blevins
Project: Apache Geronimo Status: Resolved, Closed (6 items) Updated In Last: Week (7 days) ** Bug * [GERONIMO-374] If 2 resource adapters in the same deployment are assigned the same name, a deployment exception should ocurr. * [GERONIMO-486] ActivationSpec metadata is attached to the

Problem with mismatching J2eeContext packages

2004-11-19 Thread Glyn Normington
I get the compile errors below after a svn update and an uber build following the advice on the wiki ([1]): maven m:clean-repo maven m:checkout maven m:build Anyone aware of changes to J2eeContext that might have caused this? Didn't notice a failure of the daily build. Thanks, Glyn [1]

Re: Problem with mismatching J2eeContext packages

2004-11-19 Thread David Jencks
This is kind of strange -- the package for J2eeContext changed several weeks ago (to o.a.g.j2ee.j2eeobjectnames). Can you svn update again and check your source to see if the problem is present in your source? david jencks On Nov 19, 2004, at 8:32 AM, Glyn Normington wrote: I get the compile

Starting w/ Tomcat

2004-11-19 Thread Jeff Genender
One of the first things I am going to take on in integrating Tomcat is the Geronimo JAAS integration. So...I wanted to bounce a few questions off you guys, and with being a new comer to the Geronimo project, I am probably going to ask a few n00b Geronimo questions, so I apologize in advance.