Re: heads-up: Servlet-2.5 jetty 6 branch?

2006-03-02 Thread Matt Hogstrom
You might want to wait until the configId branch is finished and 1.1 is golden (about two weeks?). Other than that sounds good. Greg Wilkins wrote: All, I'm tuning back into G after zoning out for a while I'd like to started work on the jetty6 integration to provide servlet 2.5 The

Re: boot problem

2006-03-02 Thread Matt Hogstrom
In HEAD now and 1.1 when it comes out there will be a message indicating if the JDK level your using isn't supported so people will at least have a heads up. Given JDK 6 is on the horizon this sounds like an additional dependency. Dain, does XBean have this as one of the attributes so a check

[jira] Assigned: (GERONIMO-1434) Allow GBeans to be bound into a component's java:comp/env namespace

2006-03-02 Thread Gianny Damour (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1434?page=all ] Gianny Damour reassigned GERONIMO-1434: --- Assign To: Gianny Damour Allow GBeans to be bound into a component's java:comp/env namespace

[jira] Created: (GERONIMO-1668) Support of dynamic EJBQL queries

2006-03-02 Thread Gianny Damour (JIRA)
Support of dynamic EJBQL queries Key: GERONIMO-1668 URL: http://issues.apache.org/jira/browse/GERONIMO-1668 Project: Geronimo Type: New Feature Components: OpenEJB Versions: 1.0 Reporter: Gianny Damour Assigned to:

[jira] Created: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Rick McGuire (JIRA)
javamail Transport.send() is not issuing connect() on the transport before sending the message. Key: GERONIMO-1669 URL: http://issues.apache.org/jira/browse/GERONIMO-1669

[jira] Updated: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=all ] Rick McGuire updated GERONIMO-1669: --- Attachment: GERONIMO-1669.patch Applied to geronimo-spec-javamail module of the specs tree. javamail Transport.send() is not issuing connect() on

Re: [jira] Updated: (GERONIMO-1660) console application migration to Maven 2

2006-03-02 Thread Jacek Laskowski
2006/3/1, Prasad Kashyap (JIRA) dev@geronimo.apache.org: [ http://issues.apache.org/jira/browse/GERONIMO-1660?page=all ] Prasad Kashyap updated GERONIMO-1660: - Summary: console application migration to Maven 2 (was: console-web module

[jira] Created: (GERONIMO-1670) SMTPTransport not throwing correct exception for message send failures.

2006-03-02 Thread Rick McGuire (JIRA)
SMTPTransport not throwing correct exception for message send failures. Key: GERONIMO-1670 URL: http://issues.apache.org/jira/browse/GERONIMO-1670 Project: Geronimo Type: Bug Components:

[jira] Commented: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=comments#action_12368479 ] Jacek Laskowski commented on GERONIMO-1669: --- I was about to commit the patch, but was unable to pass the tests successfully (mvn test). The exception was:

[jira] Updated: (GERONIMO-1670) SMTPTransport not throwing correct exception for message send failures.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1670?page=all ] Rick McGuire updated GERONIMO-1670: --- Attachment: GERONIMO-1670.patch Applied to the javamail-transport module in the main Geronimo tree. SMTPTransport not throwing correct exception

[jira] Commented: (GERONIMO-1660) console application migration to Maven 2

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1660?page=comments#action_12368480 ] Jacek Laskowski commented on GERONIMO-1660: --- Sent a message to delete the console-web module to the dev mailing list. Will delete it unless there are

[jira] Assigned: (GERONIMO-1667) Remove console-web module as it has now become obsolete

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1667?page=all ] Jacek Laskowski reassigned GERONIMO-1667: - Assign To: Jacek Laskowski Remove console-web module as it has now become obsolete

[jira] Commented: (GERONIMO-1667) Remove console-web module as it has now become obsolete

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1667?page=comments#action_12368481 ] Jacek Laskowski commented on GERONIMO-1667: --- I'll await some more responses by tomorrow before removing it. Remove console-web module as it has now become

Re: ModuleBuilder - add initENC after addGBeans

2006-03-02 Thread Gianny Damour
Dain Sundstrom wrote: On Mar 1, 2006, at 10:06 AM, Dain Sundstrom wrote: On Mar 1, 2006, at 7:27 AM, David Jencks wrote: On Mar 1, 2006, at 3:56 AM, Gianny Damour wrote: Hi, I think that we need to split ModuleBuilder.addGBeans into two methods: addGBeans and initENC. addGBeans

Re: Migrating to maven 2

2006-03-02 Thread Jacek Laskowski
2006/3/2, anita kulshreshtha [EMAIL PROTECTED]: Prasad, Thanks! The version no. for geronimo-javamail_1.3.1_spec jar is 1.1-SNAPSHOT in maven1 build and 1.2-SNAPSHOT in maven2 build. There is a working pom.xml for naming-builder but it is not in the modules list in the parent pom.xml (rev

Re: Migrating to maven 2

2006-03-02 Thread Jacek Laskowski
2006/3/1, Dain Sundstrom [EMAIL PROTECTED]: What does converted mean? Does it mean that all unit tests pass? Yes. That's the absolute minimum to mark a module as converted. How about conversion to the maven2 directory structure? That's interesting question. Shall we do that [empty|now|at

Re: Migrating to maven 2

2006-03-02 Thread Jacek Laskowski
2006/3/1, Prasad Kashyap [EMAIL PROTECTED]: Dain, your wish has been granted. Here is a humble beginning http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Migration+to+Maven2 Great work, Prasad! It's a pleasure to work with you and *try* to keep your pace ;) But...why do we get

Re: [jira] Created: (GERONIMO-1665) axis module migration to Maven2

2006-03-02 Thread Jacek Laskowski
2006/3/1, Henri Yandell (JIRA) dev@geronimo.apache.org: axis module migration to Maven2 Hi Henri, Welcome on board, Henri! I'm more confident now the migration will really succeed. Jacek -- Jacek Laskowski http://www.laskowski.org.pl

[jira] Commented: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=comments#action_12368485 ] Rick McGuire commented on GERONIMO-1669: That's a different issue unrelated to the thing the Jira fixes. The use of InternetAddress.getLocalAddress() checks a

RE: Recent OpenWire changes

2006-03-02 Thread Mats Forslöf
Most informative, thanks Hiram. Is it correct that the C# client only supports tight marshalling at the moment? Regards, Mats -Original Message- From: Hiram Chirino [mailto:[EMAIL PROTECTED] Sent: den 1 mars 2006 19:26 To: activemq-dev@geronimo.apache.org Subject: Recent OpenWire

[jira] Commented: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=comments#action_12368486 ] Jacek Laskowski commented on GERONIMO-1669: --- You're right, but how can I apply the patch if the module tests fail? I had a glimpse of what's going on in the

Re: Multiple servers sharing the same repo and config store

2006-03-02 Thread Gianny Damour
Thanks for the suggestion. This has been implemented. Gianny John Sisson wrote: Gianny, I think we should change the org.apache.geronimo.base.dir property to be org.apache.geronimo.home.dir so it is consistent in meaning with Tomcat's usage of the terms home and base to avoid confusion.

Re: heads-up: Servlet-2.5 jetty 6 branch?

2006-03-02 Thread Jacek Laskowski
2006/3/2, Greg Wilkins [EMAIL PROTECTED]: everybody OK with this? +1 I'd like to start this soonish, although I'm tempted to wait for maven2 to be working. You're not the only one who awaits it working ;) Jacek -- Jacek Laskowski http://www.laskowski.org.pl

[jira] Commented: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=comments#action_12368489 ] Rick McGuire commented on GERONIMO-1669: Ah, sorry, I didn't read your earlier comment closely enough. Yes, all of the module tests pass for me, but I'm not sure

Re: svn commit: r382374 - in /geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin: ./ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/emf/ src/ma

2006-03-02 Thread Jacek Laskowski
2006/3/2, [EMAIL PROTECTED] [EMAIL PROTECTED]: + * @goal xsd2Java I think it'd be much easier to type/remember when the goal name is xsd2java + */ +public class XSDImporterMojo extends AbstractMojo { Jacek -- Jacek Laskowski http://www.laskowski.org.pl

Re: svn commit: r382374 - in /geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin: ./ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/emf/ src/ma

2006-03-02 Thread Sachin Patel
good catch, thx - sachin On Mar 2, 2006, at 8:19 AM, Jacek Laskowski wrote: 2006/3/2, [EMAIL PROTECTED] [EMAIL PROTECTED]: + * @goal xsd2Java I think it'd be much easier to type/remember when the goal name is xsd2java + */ +public class XSDImporterMojo extends AbstractMojo {

Re: Migrating to maven 2

2006-03-02 Thread Prasad Kashyap
Jacek, I couldn't agree more. That is exactly what we should be doing. The devlist is a more happening place. So we should continue with all the discussions here. However, a lot of important decisions and information gets drowned in the chatter here. So the wiki can be used to get a snapshot

[jira] Created: (GERONIMO-1671) InternetAddress.getLocalAddress() does not properly implement the local address resolution path.

2006-03-02 Thread Rick McGuire (JIRA)
InternetAddress.getLocalAddress() does not properly implement the local address resolution path. - Key: GERONIMO-1671 URL: http://issues.apache.org/jira/browse/GERONIMO-1671

[jira] Updated: (GERONIMO-1671) InternetAddress.getLocalAddress() does not properly implement the local address resolution path.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1671?page=all ] Rick McGuire updated GERONIMO-1671: --- Attachment: GERONIMO-1671.patch Patch for the code and some additional unit tests to validate the resolution path.

Re: Migrating to maven 2

2006-03-02 Thread Jacek Laskowski
2006/3/2, Prasad Kashyap [EMAIL PROTECTED]: However, a lot of important decisions and information gets drowned in the chatter here. So the wiki can be used to get a snapshot summary status of the work in progress. This will be useful for folks who are not really following this thread but yet

[jira] Resolved: (GERONIMO-1671) InternetAddress.getLocalAddress() does not properly implement the local address resolution path.

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1671?page=all ] Jacek Laskowski resolved GERONIMO-1671: --- Fix Version: 1.1 Resolution: Fixed Assign To: Jacek Laskowski $ svn ci . Sending

[jira] Resolved: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=all ] Jacek Laskowski resolved GERONIMO-1669: --- Fix Version: 1.1 Resolution: Fixed Assign To: Jacek Laskowski $ svn ci -m 'GERONIMO-1669: javamail Transport.send() is not

[jira] Resolved: (GERONIMO-1670) SMTPTransport not throwing correct exception for message send failures.

2006-03-02 Thread Jacek Laskowski (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1670?page=all ] Jacek Laskowski resolved GERONIMO-1670: --- Fix Version: 1.x Resolution: Fixed Assign To: Jacek Laskowski $ svn ci -m 'GERONIMO-1670: SMTPTransport not throwing correct

JIRA and svn changes - how to tie it up?

2006-03-02 Thread Jacek Laskowski
Hi, I've seen a couple of times that some JIRA issues where accompanied with svn changes. How can it be done? Jacek -- Jacek Laskowski http://www.laskowski.org.pl

Available tools and their use

2006-03-02 Thread Jacek Laskowski
Hi, The question struck me while discussing how to keep the progress of the M2 migration. I think I need some guidance. We've got lots of tools to use at/outside ASF to describe how the project development goes. The wiki, the website, the confluence-based website, JIRA, mailing lists

Re: Migrating to maven 2

2006-03-02 Thread anita kulshreshtha
Jacek, maven1 build puts jars in .../.maven/repository/o/a/g/jars and poms in poms dir. It would be nice if they could be written to /.m2/repository/org/apache/geronimo in maven2 directory format. This would allow us to build any single module using mvn. The jars for the modules that have

[jira] Commented: (GERONIMO-1645) tomcat module migration to Maven2

2006-03-02 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1645?page=comments#action_12368512 ] Jeff Genender commented on GERONIMO-1645: - Please use commons modeler 1.1, not M1. The poms must patch what we have there today...we cannot downgrade. tomcat

Re: Available tools and their use

2006-03-02 Thread Hernan Cunico
Hi All, following the thread I found really convenient to have a snapshot with the current status in confluence, all the info is in one page and there are links to specific JIRAs. I don't think we can have the info displayed in the same way directly with JIRA. As for the web site, I think it

Re: Migrating to maven 2

2006-03-02 Thread Prasad Kashyap
Jacek, until we all agree on a tool that will capture the status, I'll try my best to keep the confluence wiki updated. It'd be nice if others could update the wiki too with their status and issues. The confluence wiki is very easy to use. It's just like editing a word document. Cheers Prasad

[jira] Created: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread Anita Kulshreshtha (JIRA)
Migrate security module to M2 - Key: GERONIMO-1672 URL: http://issues.apache.org/jira/browse/GERONIMO-1672 Project: Geronimo Type: Task Components: security Versions: 1.x Environment: All Reporter: Anita Kulshreshtha

Re: Migrating to maven 2

2006-03-02 Thread Henri Yandell
Having the two wikis is confusing; but definitely +1 on recording the state of the migration in a wiki. Hen On 3/2/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Jacek, until we all agree on a tool that will capture the status, I'll try my best to keep the confluence wiki updated. It'd be nice

Re: [jira] Created: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread anita kulshreshtha
Only security module is processing xdocs in maven 1 build! How is it being handled in M2? Thanks Anita --- Anita Kulshreshtha (JIRA) dev@geronimo.apache.org wrote: Migrate security module to M2 - Key: GERONIMO-1672 URL:

Re: Migrating to maven 2

2006-03-02 Thread Prasad Kashyap
Hmm.. somewhere up in this thread, someone had mentioned that we should do this as a bottoms-up approach where we migrate the ones without any deps (call it base modules) first and then work up the chain. That will impose a sequential order on the migration effort and may also possibly hold it

RE: [wtp-dev] Proposal for Merging Server Runtime and Server Instance

2006-03-02 Thread Lin Sun
With this change, could you go over a user case where user would develop/test his J2EE application locally first then deploy it to the remote production server? I could not think of how to tie the runtime and server together in remote deployment environment. Thanks, Lin -Original

[jira] Commented: (GERONIMO-1669) javamail Transport.send() is not issuing connect() on the transport before sending the message.

2006-03-02 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1669?page=comments#action_12368548 ] Vamsavardhana Reddy commented on GERONIMO-1669: --- Transport.send(msg) works properly now. Server built from revision 382452. javamail Transport.send() is

Re: Migrating to maven 2

2006-03-02 Thread Henri Yandell
On 3/2/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Hmm.. somewhere up in this thread, someone had mentioned that we should do this as a bottoms-up approach where we migrate the ones without any deps (call it base modules) first and then work up the chain. That will impose a sequential order

Re: Migrating to maven 2

2006-03-02 Thread Henri Yandell
On 3/2/06, Henri Yandell [EMAIL PROTECTED] wrote: Anyone know if there's a way to get Maven to dump the transitive build order from the project.xmls? That would indicate the order to fix in I think. Please ignore the idiot. Maven 1 does not have transitive builds :) Hen

Re: Migrating to maven 2

2006-03-02 Thread David Jencks
On Mar 2, 2006, at 10:00 AM, Henri Yandell wrote: On 3/2/06, Henri Yandell [EMAIL PROTECTED] wrote: Anyone know if there's a way to get Maven to dump the transitive build order from the project.xmls? That would indicate the order to fix in I think. Please ignore the idiot. Maven 1

Re: Migrating to maven 2

2006-03-02 Thread Henri Yandell
On 3/2/06, David Jencks [EMAIL PROTECTED] wrote: On Mar 2, 2006, at 10:00 AM, Henri Yandell wrote: On 3/2/06, Henri Yandell [EMAIL PROTECTED] wrote: Anyone know if there's a way to get Maven to dump the transitive build order from the project.xmls? That would indicate the order to fix

[jira] Assigned: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1672?page=all ] Anita Kulshreshtha reassigned GERONIMO-1672: Assign To: Anita Kulshreshtha This requires interceptor module. Migrate security module to M2 -

[jira] Created: (GERONIMO-1673) SMTPTransport is not performing byte-stuffing and newline canonicalization on message data.

2006-03-02 Thread Rick McGuire (JIRA)
SMTPTransport is not performing byte-stuffing and newline canonicalization on message data. Key: GERONIMO-1673 URL: http://issues.apache.org/jira/browse/GERONIMO-1673 Project:

[jira] Updated: (GERONIMO-1673) SMTPTransport is not performing byte-stuffing and newline canonicalization on message data.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1673?page=all ] Rick McGuire updated GERONIMO-1673: --- Attachment: GERONIMO-1673.patch Applied to javamail-transport module. SMTPTransport is not performing byte-stuffing and newline canonicalization on

[jira] Created: (GERONIMO-1674) Daytrader gets NullPointerException attempting to log in a user

2006-03-02 Thread Joe Bohn (JIRA)
Daytrader gets NullPointerException attempting to log in a user --- Key: GERONIMO-1674 URL: http://issues.apache.org/jira/browse/GERONIMO-1674 Project: Geronimo Type: Bug Components: sample apps

[jira] Created: (GERONIMO-1675) Add NNTP transport to the javamail package.

2006-03-02 Thread Rick McGuire (JIRA)
Add NNTP transport to the javamail package. Key: GERONIMO-1675 URL: http://issues.apache.org/jira/browse/GERONIMO-1675 Project: Geronimo Type: New Feature Components: mail Versions: 1.x Reporter: Rick

[jira] Updated: (GERONIMO-1675) Add NNTP transport to the javamail package.

2006-03-02 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1675?page=all ] Rick McGuire updated GERONIMO-1675: --- Attachment: GERONIMO-1675.patch Applied to the javamail-transport module. Add NNTP transport to the javamail package.

[jira] Created: (GERONIMO-1676) Tomcat assembly get FileNotFoundException during server initalization

2006-03-02 Thread Joe Bohn (JIRA)
Tomcat assembly get FileNotFoundException during server initalization - Key: GERONIMO-1676 URL: http://issues.apache.org/jira/browse/GERONIMO-1676 Project: Geronimo Type: Bug Components: Tomcat

[jira] Updated: (GERONIMO-1676) Tomcat assembly get FileNotFoundException for geronimo.log during server initalization

2006-03-02 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1676?page=all ] Joe Bohn updated GERONIMO-1676: --- Summary: Tomcat assembly get FileNotFoundException for geronimo.log during server initalization (was: Tomcat assembly get FileNotFoundException during

[jira] Created: (GERONIMO-1677) geronimo-dependency-plugin deletion

2006-03-02 Thread Prasad Kashyap (JIRA)
geronimo-dependency-plugin deletion --- Key: GERONIMO-1677 URL: http://issues.apache.org/jira/browse/GERONIMO-1677 Project: Geronimo Type: Sub-task Reporter: Prasad Kashyap -- This message is automatically generated by JIRA.

Re: boot problem

2006-03-02 Thread Dain Sundstrom
No this is not something XBean has addressed. In the future we are going to lean on maven artifact for dependency resolution, and I think they have a way to have artifacts with multiple jar files each of which is targeted to a specific jvm version. -dain On Mar 2, 2006, at 12:07 AM,

[jira] Commented: (GERONIMO-1677) geronimo-dependency-plugin deletion

2006-03-02 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1677?page=comments#action_12368602 ] Prasad Kashyap commented on GERONIMO-1677: -- The geronimo-dependency-plugin is used by the following 6 maven.xml files in modules/axis modules/directory

[jira] Created: (GERONIMO-1678) Interceptor module added to m1, needs same for m2

2006-03-02 Thread Henri Yandell (JIRA)
Interceptor module added to m1, needs same for m2 - Key: GERONIMO-1678 URL: http://issues.apache.org/jira/browse/GERONIMO-1678 Project: Geronimo Type: Sub-task Reporter: Henri Yandell -- This message is

Re: Recent OpenWire changes

2006-03-02 Thread Hiram Chirino
Mats, That's correct. Regards, Hiram On Mar 2, 2006, at 7:39 AM, Mats Forslöf wrote: Most informative, thanks Hiram. Is it correct that the C# client only supports tight marshalling at the moment? Regards, Mats -Original Message- From: Hiram Chirino [mailto:[EMAIL PROTECTED]

Openwire CPP IFR headers

2006-03-02 Thread Hiram Chirino
Hi Everybody, I just recently added the IFR smart pointer cpp headers to svn that the openwire cpp library was dependent on. I was previously not sure if we could include external sources but cliff's doc clear this issue up for me: http://people.apache.org/~cliffs/3party.html Regards,

[jira] Updated: (GERONIMO-1678) Interceptor module added to m1, needs same for m2

2006-03-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1678?page=all ] Henri Yandell updated GERONIMO-1678: Attachment: GERONIMO-1678.patch Interceptor's pom was broken, and webservices + naming didn't know they were meant to use it, so fixed interceptor,

[jira] Created: (GERONIMO-1679) Typo in j2ee-builder's project.xml

2006-03-02 Thread Henri Yandell (JIRA)
Typo in j2ee-builder's project.xml -- Key: GERONIMO-1679 URL: http://issues.apache.org/jira/browse/GERONIMO-1679 Project: Geronimo Type: Bug Components: buildsystem Reporter: Henri Yandell Priority: Trivial Attachments:

[jira] Updated: (GERONIMO-1679) Typo in j2ee-builder's project.xml

2006-03-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1679?page=all ] Henri Yandell updated GERONIMO-1679: Attachment: GERONIMO-1679.patch It's simple, but adding a patch for the sake of it. Typo in j2ee-builder's project.xml

[jira] Commented: (GERONIMO-1672) Migrate security module to M2

2006-03-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1672?page=comments#action_12368608 ] Henri Yandell commented on GERONIMO-1672: - just submitted a patch to fix interceptor. by my reckoning, security is the next blocker build-wise. Looking forward

[jira] Commented: (GERONIMO-1677) geronimo-dependency-plugin deletion

2006-03-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1677?page=comments#action_12368611 ] Henri Yandell commented on GERONIMO-1677: - Are you suggesting that the m1 use of the plugin would also go away? ie: 1.5: Remove dependency plugin from project.xml

Re: Migrating to maven 2

2006-03-02 Thread Henri Yandell
On 3/1/06, Dain Sundstrom [EMAIL PROTECTED] wrote: Cool. What does converted mean? Does it mean that all unit tests pass? I'm presuming it means: Red - No pom exists in SVN Yellow - Pom exists in SVN, but mvn install fails Green - Pom exists in SVN and a mvn install succeeds (compile/tests)

[jira] Updated: (GERONIMO-1666) Console issues resulting from configID changes

2006-03-02 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1666?page=all ] Paul McMahan updated GERONIMO-1666: --- Description: This JIRA tracks what areas of the console need attention as a result of the configID changes. At Revision 382401: - Classloader for

[jira] Created: (GERONIMO-1680) MDB without activation-config in openejb-jar.xml silently fails

2006-03-02 Thread Aaron Mulder (JIRA)
MDB without activation-config in openejb-jar.xml silently fails --- Key: GERONIMO-1680 URL: http://issues.apache.org/jira/browse/GERONIMO-1680 Project: Geronimo Type: Bug Components: OpenEJB, ActiveMQ

Re: Session Policy was: heads up: initial contribution of a client API to session state management for OpenEJB, ServiceMix, Lingo and Tuscany

2006-03-02 Thread Dain Sundstrom
On Mar 1, 2006, at 11:55 PM, Greg Wilkins wrote: Dain Sundstrom wrote: Policy == So firstly we need SessionLocatoin.moveto(Server server), I'm confused. Why would we need that? There is an API to pull a session to a local node, but there is no API to push a session to a specific

Re: JIRA and svn changes - how to tie it up?

2006-03-02 Thread John Sisson
Jacek Laskowski wrote: Hi, I've seen a couple of times that some JIRA issues where accompanied with svn changes. How can it be done? Jacek -- Jacek Laskowski http://www.laskowski.org.pl In your svn commit log message just needs to include the JIRA issue identifier, but hopefully followed

[jira] Commented: (GERONIMO-1681) directory module migration to Maven2

2006-03-02 Thread reghuram rajakumar vasanthakumari (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1681?page=comments#action_12368651 ] reghuram rajakumar vasanthakumari commented on GERONIMO-1681: - please assign this task to me. directory module migration to Maven2

[jira] Updated: (GERONIMO-1681) directory module migration to Maven2

2006-03-02 Thread reghuram rajakumar vasanthakumari (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1681?page=all ] reghuram rajakumar vasanthakumari updated GERONIMO-1681: Attachment: pom.xml directory module migration to Maven2

[jira] Commented: (GERONIMO-1681) directory module migration to Maven2

2006-03-02 Thread reghuram rajakumar vasanthakumari (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1681?page=comments#action_12368655 ] reghuram rajakumar vasanthakumari commented on GERONIMO-1681: - Hi, I have written the pom.xml for directory module. I have used the