[jira] Commented: (SMX4-227) Lots of exceptions regarding cxf and ftp on console at startup but nothing about that in log file

2009-02-24 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49961#action_49961 ] Freeman Fang commented on SMX4-227: --- the problem comes from when cxf bus init, it can't find

Re: JMock or Easymock

2009-02-24 Thread Freeman Fang
+1 for easymock Freeman Guillaume Nodet wrote: I've just found that in the kernel, we use two mocks library. * easymock is used by gshell/features * jmock is used by jaas/config I'd like to remove one of those libraries. The question is which one do you prefer ?

Re: JMock or Easymock

2009-02-24 Thread Chris Custine
I am slightly favoring EasyMock, but it is not a strong preference. -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Directory Server :: http://directory.apache.org On Tue, Feb 24, 2009 at 9:04 AM, Gert Vanthienen wrote: > Guilla

[jira] Resolved: (SMX4NMR-105) When installing a JBI artifact, the JBI->OSGi deployer sometimes throw a ZipException

2009-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4NMR-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SMX4NMR-105. - Resolution: Fixed Sending src/main/java/org/apache/servicemix/jbi/deployer/h

[jira] Created: (SMX4NMR-105) When installing a JBI artifact, the JBI->OSGi deployer sometimes throw a ZipException

2009-02-24 Thread Guillaume Nodet (JIRA)
When installing a JBI artifact, the JBI->OSGi deployer sometimes throw a ZipException - Key: SMX4NMR-105 URL: https://issues.apache.org/activemq/browse/SMX4NMR-105 Pr

Re: JMock or Easymock

2009-02-24 Thread Gert Vanthienen
Guillaume, I started using JMock in the NMR just the other week, but I don't have any special affinity with either project, so I can convert that to EasyMock as well if people like that better. I don't think the feature set is that different, is it? The difference is mainly in the 'DSL' to

[jira] Commented: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49954#action_49954 ] Eric Gulatee commented on SMX4KNL-206: -- As they say... the proof is in the pudding. A

[jira] Issue Comment Edited: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49954#action_49954 ] eric.gula...@gmail.com edited comment on SMX4KNL-206 at 2/24/09 7:57 AM: -

[jira] Commented: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49953#action_49953 ] Eric Gulatee commented on SMX4KNL-206: -- 12/15/2008 11:26 AM 443,717 com.spri

[jira] Commented: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Chris Custine (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49952#action_49952 ] Chris Custine commented on SMX4KNL-206: --- If you could just list a directory listing of

[jira] Commented: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49951#action_49951 ] Eric Gulatee commented on SMX4KNL-206: -- Chris, Ah. :)I've dropped all the bundles

[jira] Commented: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Chris Custine (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49950#action_49950 ] Chris Custine commented on SMX4KNL-206: --- Thanks for all the info Eric. I can't even g

[jira] Created: (SMX4KNL-211) Remove one of jmock or easymock from the kernel

2009-02-24 Thread Guillaume Nodet (JIRA)
Remove one of jmock or easymock from the kernel --- Key: SMX4KNL-211 URL: https://issues.apache.org/activemq/browse/SMX4KNL-211 Project: ServiceMix Kernel Issue Type: Task Reporter: Gui

[jira] Resolved: (SMX4KNL-208) Bundle#loadClass sometimes return null instead of throwing a CNFE

2009-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SMX4KNL-208. - Resolution: Fixed Assignee: Guillaume Nodet Solved in latest felix snapshots

Re: JMock or Easymock

2009-02-24 Thread jb
+1 for easymock On Tuesday 24 February 2009 - 15:46, Guillaume Nodet wrote: > I've just found that in the kernel, we use two mocks library. > * easymock is used by gshell/features > * jmock is used by jaas/config > I'd like to remove one of those libraries. The question is which one > do you

JMock or Easymock

2009-02-24 Thread Guillaume Nodet
I've just found that in the kernel, we use two mocks library. * easymock is used by gshell/features * jmock is used by jaas/config I'd like to remove one of those libraries. The question is which one do you prefer ? -- Cheers, Guillaume Nodet Blog: http://gnodet.blog

[jira] Issue Comment Edited: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49944#action_49944 ] eric.gula...@gmail.com edited comment on SMX4KNL-206 at 2/24/09 6:04 AM: -

[jira] Commented: (SMX4KNL-206) Felix version in servicemix-kernel-1.1.0-snapshot doesn't seem to support fragment bundles.

2009-02-24 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49944#action_49944 ] Eric Gulatee commented on SMX4KNL-206: -- - This has worked on springdm-server. [Hibern

[jira] Commented: (SMX4-227) Lots of exceptions regarding cxf and ftp on console at startup but nothing about that in log file

2009-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49941#action_49941 ] Guillaume Nodet commented on SMX4-227: -- I've seen that too. After some investigation, it s

[jira] Resolved: (SMX4-228) Make sure all NMR dependencies are in the local Maven repository when building an SMX4 features assembly

2009-02-24 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen resolved SMX4-228. -- Resolution: Fixed Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=747338 > Make s

[jira] Resolved: (SMX4-229) Upgrade to XBean 3.5

2009-02-24 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen resolved SMX4-229. -- Resolution: Fixed Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=747338 > Upgrad

[jira] Created: (SMX4-229) Upgrade to XBean 3.5

2009-02-24 Thread Gert Vanthienen (JIRA)
Upgrade to XBean 3.5 Key: SMX4-229 URL: https://issues.apache.org/activemq/browse/SMX4-229 Project: ServiceMix 4 Issue Type: Improvement Affects Versions: 4.0-m1 Reporter: Gert Vanthienen Assi

[jira] Created: (SMX4-228) Make sure all NMR dependencies are in the local Maven repository when building an SMX4 features assembly

2009-02-24 Thread Gert Vanthienen (JIRA)
Make sure all NMR dependencies are in the local Maven repository when building an SMX4 features assembly Key: SMX4-228 URL: https://issues.apache.org/activemq

[jira] Created: (SMX4NMR-104) Each time the OSGi bundle is started / stopped, the JBI artifact is installed / uninstalled

2009-02-24 Thread Guillaume Nodet (JIRA)
Each time the OSGi bundle is started / stopped, the JBI artifact is installed / uninstalled --- Key: SMX4NMR-104 URL: https://issues.apache.org/activemq/browse/SMX4NMR-104

Re: [DISCUSS] JBI lifecycle / OSGi lifecycle

2009-02-24 Thread jb
+1 to link the JBI install/uninstall with the bundle one. Regards JB On Monday 23 February 2009 - 14:53, Guillaume Nodet wrote: > Just want to raise the following issue on the dev list. > Currently, in ServiceMix 4 NMR, all the JBI lifecycle happens while > the bundle is started. > The drawback i

Re: svn commit: r747292 - /servicemix/smx4/nmr/trunk/jbi/itests/pom.xml

2009-02-24 Thread Freeman Fang
Hi Guillaume, Revert changes for SMX4KNL-209 and SMX4KNL-210. Thanks for clarifying two issues. Freeman Guillaume Nodet wrote: The felix framework is already included in the org.apache.servicemix.kernel.main artifact, so I don't see why this dependency is needed. On Tue, Feb 24, 2009 at 08:18,

[jira] Resolved: (SMX4KNL-209) ComponentInstaller.createBootstrap() should add component's SharedLib when create MultipleParentClassLoader

2009-02-24 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved SMX4KNL-209. -- Resolution: Working as Designed > ComponentInstaller.createBootstrap() should add componen

[jira] Reopened: (SMX4KNL-209) ComponentInstaller.createBootstrap() should add component's SharedLib when create MultipleParentClassLoader

2009-02-24 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reopened SMX4KNL-209: -- > ComponentInstaller.createBootstrap() should add component's SharedLib when > create Multipl

[jira] Commented: (SMX4KNL-209) ComponentInstaller.createBootstrap() should add component's SharedLib when create MultipleParentClassLoader

2009-02-24 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49937#action_49937 ] Freeman Fang commented on SMX4KNL-209: -- revert changes since the previous one based on

[jira] Commented: (SMX4KNL-210) add org.apache.felix.framework dependency for jbi/itests to pick up the fix for felix system bundle classloader

2009-02-24 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49936#action_49936 ] Freeman Fang commented on SMX4KNL-210: -- revert changes since felix framework is already

[jira] Resolved: (SMX4KNL-210) add org.apache.felix.framework dependency for jbi/itests to pick up the fix for felix system bundle classloader

2009-02-24 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4KNL-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved SMX4KNL-210. -- Resolution: Working as Designed > add org.apache.felix.framework dependency for jbi/itests

[jira] Resolved: (SMX4-226) Avoid use of ActiveMQ ShutdownHook when ActiveMQ is embedded in ServiceMix 4

2009-02-24 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/SMX4-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen resolved SMX4-226. -- Resolution: Fixed Thanks, Chris, for finding my missing activemq-broker.xml file ;)! Fixed in