[jira] Work started: (AMQ-820) m2 assembly not working

2006-07-12 Thread Adrian Co (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-820?page=all ] Work on AMQ-820 started by Adrian Co m2 assembly not working --- Key: AMQ-820 URL: https://issues.apache.org/activemq/browse/AMQ-820 Project: ActiveMQ Type: Bug

Re: Thoughts on restructuring

2006-07-12 Thread Terry Cox
To add my bit to this idea. I am discovering that in order to develop components, you end up with lots of dependencies back into the ServiceMix project, most especially if you wish to be able to run unit tests that instantiate a container in order to test components. This in turn means that

[jira] Created: (SM-486) MessagePropertySetter

2006-07-12 Thread Ramon Buckland (JIRA)
MessagePropertySetter - Key: SM-486 URL: https://issues.apache.org/activemq/browse/SM-486 Project: ServiceMix Type: New Feature Components: servicemix-components Versions: 3.0 Reporter: Ramon Buckland Priority: Minor

New Helper Component - MessagePropertySetter

2006-07-12 Thread Ramon Buckland
Hi Peoples, ref: http://issues.apache.org/activemq/browse/SM-486 (has the attached code) A while back now I created this TransformComponentSupport based Component which assists in loading properties from XML config, and setting them on JBI properties as the message goes through. It's a

Re: New Helper Component - MessagePropertySetter

2006-07-12 Thread Ramon Buckland
Ramon Buckland wrote: A while back now I created this TransformComponentSupport based Component which assists in loading properties from XML config, and setting them on JBI properties as the message goes through. Forgot to add that the ZIP in Jira has a decent set of testcases for it, and the

[jira] Assigned: (GERONIMO-1887) Remove unneeded jars from console WEB-INF/lib directories

2006-07-12 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1887?page=all ] David Jencks reassigned GERONIMO-1887: -- Assign To: Jason Dillon (was: David Jencks) In rev 421176 I removed castor from the applications/console/console-standard/pom.xml. Could you

[jira] Closed: (GERONIMO-2164) Creating SQL- based security realm fails

2006-07-12 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2164?page=all ] David Jencks closed GERONIMO-2164: -- Fix Version: 1.2 Resolution: Fixed fixed in 1.1.1 in rev 421049 and in trunk (1.2) in rev 421180. Removed some deprecated getObjectName

Re: Release 2.5 of XBean

2006-07-12 Thread Guillaume Nodet
Would it be possible to check the XBEAN-22 patch and fix the related XBEAN-19 feature in this release ? The XBEAN-22 is about enhancing the current class loader in xbean-server with the work the Dain did in Geronimo. This will allow to specify classes to exclude in parent loaders or classes

Re: Thoughts on restructuring

2006-07-12 Thread Guillaume Nodet
+1 to refactor if anything can be made easier. However, there is still one problem. Maven hqs a limitation and we can not compile the jbi plugin and use it in the same build (on a clean machine). That' s why you have to do mvn -N install cd tooling mvn install cd .. mvn install to build

Re: ServiceMix Geronimo Plugin

2006-07-12 Thread Guillaume Nodet
I do agree with all that. The only think I think about is about the HTTP Binding Component. Do you think it is better when deploying a HTTP binding to allow servicemix to create a nw port or to bind all services to a given servlet in existing web container ? The later is now possible in svn head

Re: Release 2.5 of XBean

2006-07-12 Thread James Strachan
On 7/12/06, Guillaume Nodet [EMAIL PROTECTED] wrote: Would it be possible to check the XBEAN-22 patch and fix the related XBEAN-19 feature in this release ? The XBEAN-22 is about enhancing the current class loader in xbean-server with the work the Dain did in Geronimo. This will allow to

Re: Thoughts on restructuring

2006-07-12 Thread Philip Dodds
I think what we need to do is actually break the projects up - so that there isn't a big project for everything - in this case you would be able to build the Core container without tooling, then build the tooling (if you wanted it - or wanted to build the components) and finally build the

Re: Re: Geronimo 1.1 JARs in Maven 2 Repo

2006-07-12 Thread Aaron Mulder
On 7/11/06, Donald Woods [EMAIL PROTECTED] wrote: The Geronimo Eclipse Plug-in build uses Maven 2 and depends on the v4 POMs to load the Geronimo dependencies correctly OK, perhaps I should try to do the same thing that's being done there. I'll check it out. Thanks, Aaron If you try

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Prasad Kashyap
Ah. So it's in genesis. Can't we just leave the version info alone. It will always work off of the latest available version in all listed repos, local included. Cheers Prasad On 7/12/06, Jason Dillon [EMAIL PROTECTED] wrote: maven-assembly-plugin v2.1 is the default that is specified in

[jira] Resolved: (AMQ-773) Build ships without incompatitable commons-logging and log4j

2006-07-12 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-773?page=all ] Hiram Chirino resolved AMQ-773: --- Fix Version: 4.1 Resolution: Fixed Assign To: Hiram Chirino upgraded to 1.1 Build ships without incompatitable commons-logging and log4j

XalanComponent suggested improvement for setProperty

2006-07-12 Thread Ramon Buckland
Hi peoples In the XalanComponent.setOutProperty (in xsl jbi:setOutProperty /) the Object that is set on the JBI as a property is always a String, ref: /servicemix-components/src/main/java/org/apache/servicemix/components/xslt/XalanExtension.java:181 however from XSLT (xpath expressions) we

[jira] Assigned: (GERONIMO-1596) Repeated interface in JMS connection factory plan causes deployment failure

2006-07-12 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1596?page=all ] David Jencks reassigned GERONIMO-1596: -- Assign To: David Jencks Repeated interface in JMS connection factory plan causes deployment failure

[jira] Commented: (AMQ-735) Possible 4.0 consumer client memory leak?

2006-07-12 Thread Niclas Hedhman (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-735?page=comments#action_36565 ] Niclas Hedhman commented on AMQ-735: Does that mean ActiveMQ will also not throw away acknowledged messages and hold them around as well? We are looking at a 1 message

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
Negative. I have already run into several problems with past m2 projects using the RELEASE version of plugins... most notibly, then surefire plugin, when it decided to change the format of systemProperties which one day just completely hosed all builds. We want to use known versions of

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
Any update on when this patch might make it into an official release of the plugin? --jason On Jul 12, 2006, at 9:46 AM, Prasad Kashyap wrote: Let ma again remind everyone trying the assembly that they will have to build the maven-assembly-plugin. 1. Check out maven-assembly-plugin src

Re: [jira] Assigned: (GERONIMO-1887) Remove unneeded jars from console WEB-INF/lib directories

2006-07-12 Thread Jason Dillon
I'm a tad confused about your comment and the change to console- framework/pom.xml. Looks like the castor dependency was just moved, not removed as it was in console-standard/pom.xml. Is this what you intended? --jason On Jul 12, 2006, at 12:42 AM, David Jencks (JIRA) wrote: [

Re: [jira] Assigned: (GERONIMO-1887) Remove unneeded jars from console WEB-INF/lib directories

2006-07-12 Thread Jason Dillon
Nm... it appears I can't read w/o coffee. --jason On Jul 12, 2006, at 12:42 AM, David Jencks (JIRA) wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1887?page=all ] David Jencks reassigned GERONIMO-1887: -- Assign To: Jason Dillon (was:

[jira] Resolved: (AMQ-719) OpenWire ActiveMQTextMessage not sharable between JMS client and dotNet client

2006-07-12 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-719?page=all ] Hiram Chirino resolved AMQ-719: --- Resolution: Fixed Patch applied! Thanks! OpenWire ActiveMQTextMessage not sharable between JMS client and dotNet client

[jira] Resolved: (GERONIMO-1887) Remove unneeded jars from console WEB-INF/lib directories

2006-07-12 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1887?page=all ] Jason Dillon resolved GERONIMO-1887: Resolution: Fixed Done. Remove unneeded jars from console WEB-INF/lib directories -

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Prasad Kashyap
I have uploaded the patch to this JIRA http://jira.codehaus.org/browse/MASSEMBLY-45 . I have been working with John and Jesse. Hopefully either they or somebody else will soon look at it. Cheers Prasad On 7/12/06, Jason Dillon [EMAIL PROTECTED] wrote: Any update on when this patch might

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
Okay, let me know if you need some help applying strategic pressure on 'em ;-) --jason On Jul 12, 2006, at 12:45 PM, Prasad Kashyap wrote: I have uploaded the patch to this JIRA http://jira.codehaus.org/browse/MASSEMBLY-45 . I have been working with John and Jesse. Hopefully either they

[jira] Updated: (GERONIMO-2131) Installed Configuration message written using System.out.println(..) instead of using the log

2006-07-12 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2131?page=all ] Aaron Mulder updated GERONIMO-2131: --- Component: kernel (was: Plugins) This message is generated by the repository or other kernel plumbing, not the plugin layer.

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
We should merge the properties in configs/pom.xml and m2-assemblies/pom.xml. They are common Where are they used? --jason

[jira] Created: (GERONIMO-2181) Cannot install plugin with dependencies to a server without internet access

2006-07-12 Thread Aaron Mulder (JIRA)
Cannot install plugin with dependencies to a server without internet access --- Key: GERONIMO-2181 URL: http://issues.apache.org/jira/browse/GERONIMO-2181 Project: Geronimo Type: Bug

[jira] Reopened: (AMQ-701) Unix scripts in distro should have mode 755

2006-07-12 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-701?page=all ] Hiram Chirino reopened AMQ-701: --- Assign To: Hiram Chirino (was: Adrian Co) This will be fixed in the 4.1 releases. The maven assembly descriptor needs to be configured with this

[jira] Resolved: (AMQ-701) Unix scripts in distro should have mode 755

2006-07-12 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-701?page=all ] Hiram Chirino resolved AMQ-701: --- Resolution: Fixed Resolved in trunk rev 421396 Unix scripts in distro should have mode 755 --- Key:

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Prasad Kashyap
Used by var/config/config.xml of the assemblies. Cheers Prasad. On 7/12/06, Jason Dillon [EMAIL PROTECTED] wrote: We should merge the properties in configs/pom.xml and m2-assemblies/pom.xml. They are common Where are they used? --jason

Re: Unable to make a simple SessionBean lookup

2006-07-12 Thread Aaron Mulder
I'm not sure your INITIAL_CONTEXT_FACTORY is correct -- org.jnp doesn't look right to me. Thanks, Aaron On 7/12/06, Rafael Barrera Oro [EMAIL PROTECTED] wrote: I am trying to make a simple lookup for a simple SessionBean and, altough it throws no exception, nothing happens as i can wait

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
Who applies them? --jason On Jul 12, 2006, at 1:01 PM, Prasad Kashyap wrote: Used by var/config/config.xml of the assemblies. Cheers Prasad. On 7/12/06, Jason Dillon [EMAIL PROTECTED] wrote: We should merge the properties in configs/pom.xml and m2-assemblies/pom.xml. They are common

[jira] Reopened: (AMQ-701) Unix scripts in distro should have mode 755

2006-07-12 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-701?page=all ] Jason Dillon reopened AMQ-701: -- You should also set: {noformat} lineEndingunix/lineEnding {noformat} ... for the unix scripts, or unexpected failures will result if they were included as

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
3. Build the maven-assembly-plugin using the command $ mvn install -Dmaven.test.skip=true Skipping test is very important to install the plugin into the repo. Are the test failures due to our patch? If so, we need to resolve that... otherwise if we can fix the tests it would probably help the

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Joe Bohn
What kind of bribe will it take ;-) I know there are other folks interested in little-G besides myself ... so hopefully you will be able include the minimal assemblies too in the not too distant future. I can't think of any reason why the minimal assemblies would require any special

Fault and Error

2006-07-12 Thread Charlesh
I don?t get fault and error on exchange. This my source: public class MessageReprocessComponent extends PollingComponentSupport{ . . public void poll() throws Exception { RobustInOnly roi = mef.createRobustInOnlyExchange(); NormalizedMessage nm = roi.createMessage();

Re: Proposal: Improve runtime integration with tooling (All non-eclipse users please read)

2006-07-12 Thread Joe Bohn
Looks good to me Sachin (at least for those items that I understand). The Geronimo runtime requirement to support deployment of modules that don't comply with the specification (because of the IDE structure) sounds like it will be challenging. Just a few comments/questions: - Is this a

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
Beer usually works for me :-) --jason On Jul 12, 2006, at 3:10 PM, Joe Bohn wrote: What kind of bribe will it take ;-) I know there are other folks interested in little-G besides myself ... so hopefully you will be able include the minimal assemblies too in the not too distant future.

Re: Geronimo 1.1 JARs in Maven 2 Repo

2006-07-12 Thread Alan D. Cabrera
Aaron Mulder wrote: On 7/11/06, Jason Dillon [EMAIL PROTECTED] wrote: I'd recommend that projects using m2 wait for G 1.2, which will hopefully be sooner rather than later. Too late. For example, the Quartz plugin (already available on the plugin repo) uses G 1.1 and Maven 2. I've been

Re: Fault and Error

2006-07-12 Thread Philip Dodds
You might want to check the logic you have, a common mistake is not completing your exchanges: http://goopen.org/confluence/display/SM/Why+does+my+sender+not+send also check out the ComponentSupport http://goopen.org/confluence/display/SM/Component+helper+classes and also worth a look is the

Re: [VOTE] Release 2.5 of XBean

2006-07-12 Thread John Sisson
James Strachan wrote: I've just applied 2 trivial bug fixes to the xbean-spring module of XBean. The first is a patch from Guillaume which is a one liner to create the xml parser using a helper method (used by all the other ApplicationContext implementations).

Re: Unable to make a simple SessionBean lookup

2006-07-12 Thread David Blevins
On Jul 12, 2006, at 11:49 AM, Rafael Barrera Oro wrote: I am trying to make a simple lookup for a simple SessionBean and, altough it throws no exception, nothing happens as i can wait forever if i want before the lookup is completed, maybe it has something to with the incomplete

Re: Proposal: Improve runtime integration with tooling (All non-eclipse users please read)

2006-07-12 Thread Dain Sundstrom
Can you boil this down to a few bullets of what changes you need to make (or be made for you)? -dain On Jul 12, 2006, at 5:57 AM, Sachin Patel wrote: I've started a development roadmap on the Wiki for the eclipse-plugin. http://cwiki.apache.org/confluence/display/GMOxDOC11/Geronimo

Re: Why no 1.1 specs on central?

2006-07-12 Thread Dain Sundstrom
I was confused by this also. There are some 1.1 specs but not all specs moved to 1.1 in the last round. You can find the activation spec release 1.1 here http://ibiblio.org/maven2/org/apache/geronimo/specs/geronimo- activation_1.0.2_spec/1.1/ -dain On Jul 12, 2006, at 5:40 PM, Jason

[jira] Created: (GERONIMO-2183) Timer tests will fail on slower machines; unit tests should not be enviornment dependent to pass

2006-07-12 Thread Jason Dillon (JIRA)
Timer tests will fail on slower machines; unit tests should not be enviornment dependent to pass Key: GERONIMO-2183 URL: http://issues.apache.org/jira/browse/GERONIMO-2183

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Prasad Kashyap
Comes from the installation of the car with the geronimo-assembly-plugin Cheers Prasad On 7/12/06, Jason Dillon [EMAIL PROTECTED] wrote: Where does this output come from: snip # Installed configuration # id =

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Prasad Kashyap
Haven't looked into it yet. So don't know of any problems if any. But if it is as straight forward as you say it is, then beer would do ;-) Cheers Prasad On 7/12/06, Joe Bohn [EMAIL PROTECTED] wrote: What kind of bribe will it take ;-) I know there are other folks interested in little-G

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
Where is the code that spits out ##... ? I did not see that in the plugin... maybe I missed it... or maybe its hiding from me. --jason On Jul 12, 2006, at 7:56 PM, Prasad Kashyap wrote: Comes from the installation of the car with the geronimo-assembly- plugin Cheers Prasad On

geronimo-spec-corba-1.0.jar was never published to ibiblio

2006-07-12 Thread Kevan Miller
It looks like we didn't release geronimo-spec-corba-1.0.jar when we released the last round of geronimo specs. The only repo in which I can find the jar is people.apache.org/repository (http:// people.apache.org/repository/geronimo-spec/jars/geronimo-spec- corba-1.0.jar). Matt or Alan, is

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Prasad Kashyap
Oh.. I have seen it with the geronimo PluginInstaller too. In fact, you'd see it if you used the deployer in the bin directory too. So it is coming from some place deeper inside. Cheers Prasad On 7/12/06, Jason Dillon [EMAIL PROTECTED] wrote: Where is the code that spits out ##... ? I

Re: FYI: Planning to upgrade to Derby 10.1.3 for the Geronimo 1.1.1 release (GERONIMO-2155)

2006-07-12 Thread Matt Hogstrom
+1 for trunk. For the branches/1.1.1 would this be in the vein of fixing bugs? I'm fine with doing it but often times a simple version number change ends up uncovering integration issues. Let's give it a go. Who was going to do the work and does anyone think we need a JIRA for 1.1.1 ?

[m2 build] NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Executor

2006-07-12 Thread Jason Dillon
We've gotten much further with svkmerge/m2migration and now it builds assemblies... but when I start the server up I'm getting errors like that listed below. Anyone have an idea what needs to be changed to fix this? Also, the log4j warning is a bit odd... snip Booting Geronimo Kernel (in

Re: [M2 build] : Error building application uddi-db on XP

2006-07-12 Thread Jason Dillon
FYI... we need this issue fixed to for the assembly to function: http://jira.codehaus.org/browse/MASSEMBLY-127 --jason On Jul 12, 2006, at 12:45 PM, Prasad Kashyap wrote: I have uploaded the patch to this JIRA http://jira.codehaus.org/browse/MASSEMBLY-45 . I have been working with John