[jira] Created: (SM-387) JBI Spec - Resource Loading Styles not correctly implemented

2006-04-06 Thread Philippe Pinheiro (JIRA)
JBI Spec - Resource Loading Styles not correctly implemented Key: SM-387 URL: https://issues.apache.org/activemq/browse/SM-387 Project: ServiceMix Type: Bug Components: servicemix-core Versions: 3.

[jira] Commented: (SM-387) JBI Spec - Resource Loading Styles not correctly implemented

2006-04-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-387?page=comments#action_35991 ] Guillaume Nodet commented on SM-387: I have just added some tests to check that the getResource works as expected (and it seems to work). Could you be more precise on what h

[jira] Resolved: (SM-386) hostname and port in Ant task is not used

2006-04-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-386?page=all ] Guillaume Nodet resolved SM-386: Fix Version: 3.0-M1 Resolution: Fixed Assign To: Guillaume Nodet Author: gnodet Date: Thu Apr 6 02:50:31 2006 New Revision: 391950 URL: http:

[jira] Commented: (SM-387) JBI Spec - Resource Loading Styles not correctly implemented

2006-04-06 Thread Philippe Pinheiro (JIRA)
[ https://issues.apache.org/activemq/browse/SM-387?page=comments#action_35993 ] Philippe Pinheiro commented on SM-387: -- I''m installing a JBI component that must load a configuration file with its classloader getResource. In the jbi.xml I set the com

[jira] Commented: (SM-387) JBI Spec - Resource Loading Styles not correctly implemented

2006-04-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-387?page=comments#action_35995 ] Guillaume Nodet commented on SM-387: Path elements are added to the classpath. A path element must specify a directory or a jar, not a single file. You can either put ., or

[jira] Commented: (SM-387) JBI Spec - Resource Loading Styles not correctly implemented

2006-04-06 Thread Philippe Pinheiro (JIRA)
[ https://issues.apache.org/activemq/browse/SM-387?page=comments#action_35996 ] Philippe Pinheiro commented on SM-387: -- It's now working, thanks for your quick reply > JBI Spec - Resource Loading Styles not correctly implemented > -

[jira] Closed: (SM-387) JBI Spec - Resource Loading Styles not correctly implemented

2006-04-06 Thread Philippe Pinheiro (JIRA)
[ https://issues.apache.org/activemq/browse/SM-387?page=all ] Philippe Pinheiro closed SM-387: Fix Version: 3.0 Resolution: Fixed > JBI Spec - Resource Loading Styles not correctly implemented > -

JCA Flow

2006-04-06 Thread fretzlaff
I´m using service mix inside my app with xbean, and when I use JCA flow occurs the error: [06/Abr/2006 09:01:04] [org.apache.activemq.ra.ActiveMQEndpointWorker] Starting [06/Abr/2006 09:01:04] [org.apache.activemq.ra.ActiveMQEndpointWorker] Started [06/Abr/2006 09:01:04] [org.apache.servicemix.jbi

[jira] Commented: (SM-371) Support for HTTPS

2006-04-06 Thread Aaron Mulder (JIRA)
[ https://issues.apache.org/activemq/browse/SM-371?page=comments#action_35999 ] Aaron Mulder commented on SM-371: - FYI, Geronimo has a custom override of the Jetty HTTPS connector that hooks into the keystore service provided by Geronimo (essentially, allow

Re: JCA Flow

2006-04-06 Thread Guillaume Nodet
You have to configure some needed components inside your spring configuration file: They will be automatically be found by the jca flow. Btw, take a look at the default configuration file from ServiceMix distribution. Just changing the flowName to jca works... Cheers, Guillaume Nodet