[jira] Commented: (SM-526) Fault messages returned to BPEL via servicemix-bpe are not accessible in BPEL

2006-08-11 Thread Guillaume Nodet (JIRA)
[ 
https://issues.apache.org/activemq/browse/SM-526?page=comments#action_36757 ] 

Guillaume Nodet commented on SM-526:


Thx.  When you launch the command from the root dir, the patch file will 
include the path informations.  This is much easier to apply as you only need 
to apply one patch file.  

 Fault messages returned to BPEL via servicemix-bpe are not accessible in BPEL
 -

 Key: SM-526
 URL: https://issues.apache.org/activemq/browse/SM-526
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-bpe
 Environment: Ubuntu Linux 5.10, Windows XP SP2, ServiceMix HEAD
Reporter: Grant McDonald
 Attachments: servicemix-bpe.zip

   Original Estimate: 15 minutes
  Remaining Estimate: 15 minutes

 When returning output and fault messages an XMLInteractionObject is currently 
 being used to wrap the Document object created from the NormalizedMessage.  
 The use of XMLInteractionObject is deprecated within ODE and due to some not 
 entirely   understood code paths this results in Fault messages being wrapped 
 in a CannedFormattableValue which renders the object immutable in BPEL and 
 its data unretrieveable to the JBI world when sent back to ServiceMix.
 The answer is to use instead DescribedValue from ODE/BPE to wrap both the 
 output and fault messages of a JBI invoke action.  A patch for this has been 
 attached.  Testing has been done, although no test cases have been prepared.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: build broken

2006-08-11 Thread Guillaume Nodet

AFAIK, i have fixed that yesterday.  Could you try with the svn head ?

On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


It seems there is a problem in samples:

It seems there is a problem with relative/absolute path of file
samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


[INFO]


[INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]task-segment: [install]
[INFO]


[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
11/08/200It seems there is a problem with relative/absolute path of file
samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
INFO: Generating code for WSDL at
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
with a base URI of
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
org/apache/servicemix/samples/wsdl_first/types/package-info.java
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class
org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
org/apache/servicemix/samples/wsdl_first/Person.java
org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
[INFO] Executed tasks
[INFO] Registering compile source root
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 9 source files to
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
[INFO] [jbi:generate-jbi-service-unit-descriptor]
[INFO] Generating jbi.xml
[INFO] Created Service Unit Analyzer
[EMAIL PROTECTED]
2006-08-11 09:41:38,733 [main   ] INFO
CollectionFactory  - JDK 1.4+ collections available
2006-08-11 09:41:38,743 [main   ] INFO
CollectionFactory  - Commons Collections 3.x available
2006-08-11 09:41:38,785 [main   ] INFO
XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to generate jbi.xml

Embedded error: Unable to generate service unit descriptor!
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)




Salut.






--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79







--
Cheers,
Guillaume Nodet


Re: build broken

2006-08-11 Thread Antoni Reus

I build on a debian linux, perhaps is a platform issue?

Antoni Reus wrote:

I Just tried:

svn update
mvn -Dmaven.test.skip=true -Dprofile=step1 install
mvn -Dmaven.test.skip=true -Dprofile=step2 install

same error  :-(




Guillaume Nodet wrote:

AFAIK, i have fixed that yesterday.  Could you try with the svn head ?

On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


It seems there is a problem in samples:

It seems there is a problem with relative/absolute path of file
samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


[INFO]

 


[INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]task-segment: [install]
[INFO]

 


[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
11/08/200It seems there is a problem with relative/absolute path of 
file

samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
INFO: Generating code for WSDL at
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
with a base URI of
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
org/apache/servicemix/samples/wsdl_first/types/package-info.java
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class
org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
org/apache/servicemix/samples/wsdl_first/Person.java
org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
[INFO] Executed tasks
[INFO] Registering compile source root
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 9 source files to
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
[INFO] [jbi:generate-jbi-service-unit-descriptor]
[INFO] Generating jbi.xml
[INFO] Created Service Unit Analyzer
[EMAIL PROTECTED] 


2006-08-11 09:41:38,733 [main   ] INFO
CollectionFactory  - JDK 1.4+ collections available
2006-08-11 09:41:38,743 [main   ] INFO
CollectionFactory  - Commons Collections 3.x available
2006-08-11 09:41:38,785 [main   ] INFO
XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
[INFO]
 


[ERROR] BUILD ERROR
[INFO]
 


[INFO] Failed to generate jbi.xml

Embedded error: Unable to generate service unit descriptor!
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)




Salut.






--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79











--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79





Re: [jira] Created: (SM-534) Business Activity Monitoring Component

2006-08-11 Thread Guillaume Nodet

A few comments:

1) Files should include the Apache standard header
2) resources are loaded with xbean in BAMEndpoint.process
  they override any definition specified directly with the rules,
actions properties
 IMHO, they should be loaded when activate is called (or at
initialization time,
 by implementing the spring interface InitializingBean) and only if the
properties
 are not set
3) I don't see any use of the BAMGlobalConfig / Params classes
4) Rules are not extensible.  People will need to use to be able to check
for
   properties, attachments, not only xpath on the content.  So it should be
an interface with
Object evaluate(MessageExchange exchange)
or
Object evaluate(NormalizedMessage message)
or anything like that.
5) When using xpath, you need a way to configure the namesapces in use in
the xpath
   expression, else you can not use it on xml requests with namespaces.
   Take a look at the XPathPredicate in servicemix-eip
6) The configuration could leverage much more of spring/xbean features and
use a clean POJO model
which will be easily translated into a clean xml schema using xbean.
They don't need to use id references and class names, as spring will do
that easily.
And instead of using BAMActionParameters, these parameters could be
easily configured on
the action / adaptor itself.

So instead of having
   bam:bAMRule description=Email rule1 resultType=Boolean
ruleName=emailRule1 xpath=/[EMAIL PROTECTED]'555-3482']
   bam:actionDetails
   bam:bAMActionDetail executeOn=true actionID=printer
active=true/
   /bam:actionDetails
   /bam:bAMRule
bam:bAMAction actionName=printer adaptorClass=
org.apache.servicemix.bam.sample.PrintAdaptor description=For emailing
   bam:params
   bam:bAMActionParameter name=mobileNumber value=405-3785
type=String/
   bam:bAMActionParameter name=address value=680, morse ave CA
type=String/
   /bam:params
   /bam:bAMAction

You could simply have
   bam:endpoint ...
   bam:rule
  bam:evaluator
bam:xpath xpath=/test:sample/@id  nsContext=#nsContext /
  /bam:evaluator
  bam:actions
bam:action executeOn=554-345 adaptor=#printAdaptor /
  /bam:actions
   /bam:endpoint

   bam:print id=printAdaptor output=stderr mobileNumber=405-3785
address=680, morse ave CA /

   bam:namespaceContext id=nsContext
 bam:namespace prefix=testhttp://test/bam:namespace
   /bam:namespaceContext

This is only an example to show how to use references, without having to
define IDs and classNames.
This lead to a much cleaner POJO model.



On 8/10/06, Soumadeep Sen (JIRA) [EMAIL PROTECTED] wrote:


Business Activity Monitoring Component
--

 Key: SM-534
 URL: https://issues.apache.org/activemq/browse/SM-534
 Project: ServiceMix
  Issue Type: New Feature
  Components: servicemix-common
Reporter: Soumadeep Sen
 Attachments: servicemix-bam.zip

This Business Activity Monitoring component which works off an xpath
expression. The xpath expression acts as a Key performance indicator. Based
on the xpath evaluation, actions can be triggered. These actions can be
implemented by users by extending the BAMAdaptor interface's execute method
which takes an array of BAMActionParameter.

For providing details in terms of Rules,Actions and global parameters, the
actions.xml, rules.xml and globalConfig.xml need to be populated. Sample
files can be found in the src/test/resources directory and usage details for
the BAMComponent can be found in the spring.xml file which is in the same
directory.

The relationship between actions and rules is established by id reference
where in the rules have actions IDs (no or more). Please refer the
respective xml files.

All implemented adaptor classes could be put in the option lib directory
of smx so that they can be referenced by the BAM processor. (A sample
Adaptor called PrintAdaptor has been provided in the src...samples dir for
reference)

Will be putting a wiki page shortly which will have more details.






--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira






--
Cheers,
Guillaume Nodet


Re: build broken

2006-08-11 Thread Guillaume Nodet

:(
It works fine for me.
Could you try to run with -e at the end ? maven should print any exception
stack trace.


On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


I Just tried:

svn update
mvn -Dmaven.test.skip=true -Dprofile=step1 install
mvn -Dmaven.test.skip=true -Dprofile=step2 install

same error  :-(




Guillaume Nodet wrote:
 AFAIK, i have fixed that yesterday.  Could you try with the svn head ?

 On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:

 It seems there is a problem in samples:

 It seems there is a problem with relative/absolute path of file
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

 mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


 [INFO]




 [INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]task-segment: [install]
 [INFO]




 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 11/08/200It seems there is a problem with relative/absolute path of
file
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
 09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
 INFO: Generating code for WSDL at
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 with a base URI of
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
 org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
 org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
 org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
 org/apache/servicemix/samples/wsdl_first/types/package-info.java
 11/08/2006 09:41:37
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
 11/08/2006 09:41:37
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class
 org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
 org/apache/servicemix/samples/wsdl_first/Person.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
 org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
 [INFO] Executed tasks
 [INFO] Registering compile source root
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [compiler:compile]
 Compiling 9 source files to
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/target/classes
 [INFO] [jbi:generate-jbi-service-unit-descriptor]
 [INFO] Generating jbi.xml
 [INFO] Created Service Unit Analyzer

[EMAIL PROTECTED]
 2006-08-11 09:41:38,733 [main   ] INFO
 CollectionFactory  - JDK 1.4+ collections available
 2006-08-11 09:41:38,743 [main   ] INFO
 CollectionFactory  - Commons Collections 3.x available
 2006-08-11 09:41:38,785 [main   ] INFO
 XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
 [/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
 [INFO]


 [ERROR] BUILD ERROR
 [INFO]


 [INFO] Failed to generate jbi.xml

 Embedded error: Unable to generate service unit descriptor!
 home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
 (No such file or directory)




 Salut.






 --
 
 Antoni Reus Darder
 Cap de Projecte
 Administració Digital, Negoci Electrònic i Sanitat

 F u n d a c i ó   I B I T
 Illes Balears Innovació Tecnològica
 http://www.ibit.org
 Tel. +34 971 17 72 70/71
 Fax. +34 971 17 72 79
 






--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79







--
Cheers,
Guillaume Nodet


[jira] Resolved: (SM-458) Remove xbean patches

2006-08-11 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-458?page=all ]

Guillaume Nodet resolved SM-458.


Fix Version/s: 3.0-M3
   (was: 3.0)
   Resolution: Fixed
 Assignee: Guillaume Nodet

Author: gnodet
Date: Fri Aug 11 02:49:59 2006
New Revision: 430746

URL: http://svn.apache.org/viewvc?rev=430746view=rev
Log:
SM-458: Remove xbean patches

Removed:

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/loaders/

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/xbean/
Modified:

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/AdminCommandsServiceMBean.java

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ComponentRegistry.java

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/InstallerMBeanImpl.java

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/Registry.java

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ServiceUnitMBean.java

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/SharedLibrary.java

incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/SharedLibraryMBean.java

incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/jbi/loaders/ClassLoaderTest.java



 Remove xbean patches
 

 Key: SM-458
 URL: https://issues.apache.org/activemq/browse/SM-458
 Project: ServiceMix
  Issue Type: Task
  Components: servicemix-core
Affects Versions: 3.0-M2
Reporter: Guillaume Nodet
 Assigned To: Guillaume Nodet
 Fix For: 3.0-M3


 Depends on http://issues.apache.org/jira/browse/XBEAN-21
 http://issues.apache.org/jira/browse/XBEAN-22
 Packages:
   org.apache.servicemix.xbean
   org.apache.servicemix.jbi.loaders

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (SM-521) Tuning parameters configuration

2006-08-11 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-521?page=all ]

Guillaume Nodet updated SM-521:
---

Fix Version/s: 3.0
   (was: 3.0-M3)

 Tuning parameters configuration
 ---

 Key: SM-521
 URL: https://issues.apache.org/activemq/browse/SM-521
 Project: ServiceMix
  Issue Type: Improvement
  Components: servicemix-core
Reporter: Guillaume Nodet
 Fix For: 3.0


 We need to provide a way to configure tuning parameters for servicemix:
   * thread pools (core + flows + seda queues + components )
   * queues (delivery channels + seda queues)
   * component throttling
 This may need a way to configure dummy activationSpecs (with no components, 
 only the component name)
 so that we can configure these parameters when using JBI std installation

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: build broken

2006-08-11 Thread Guillaume Nodet

This is the exact issue i fixed a few hours ago.
See http://svn.apache.org/viewvc?view=revrevision=430410
Are you sure you compile the latest svn head ?

On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


with -e:


[INFO] [jbi:generate-jbi-service-unit-descriptor]
[INFO] Generating jbi.xml
[INFO] Created Service Unit Analyzer
[EMAIL PROTECTED]
2006-08-11 12:13:33,176 [main   ] INFO
CollectionFactory  - JDK 1.4+ collections available
2006-08-11 12:13:33,186 [main   ] INFO
CollectionFactory  - Commons Collections 3.x available
2006-08-11 12:13:33,235 [main   ] INFO
XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to generate jbi.xml

Embedded error: Unable to generate service unit descriptor!
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)
[INFO]

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
generate jbi.xml
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:559)
at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:454)
at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:273)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
generate jbi.xml
at

org.apache.servicemix.maven.plugin.jbi.GenerateServiceUnitDescriptorMojo.execute
(GenerateServiceUnitDescriptorMojo.java:143)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.servicemix.maven.plugin.jbi.JbiPluginException:
Unable to generate service unit descriptor!
at

org.apache.servicemix.maven.plugin.jbi.GenerateServiceUnitDescriptorMojo.generateJbiDescriptor
(GenerateServiceUnitDescriptorMojo.java:234)
at

org.apache.servicemix.maven.plugin.jbi.GenerateServiceUnitDescriptorMojo.execute
(GenerateServiceUnitDescriptorMojo.java:141)
... 18 more
Caused by:
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml];
nested exception is java.io.FileNotFoundException:
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)
at

org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions
(XmlBeanDefinitionReader.java:347)
at

org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions
(XmlBeanDefinitionReader.java:315)
at

org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions
(AbstractBeanDefinitionReader.java:126)
at

org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions
(AbstractBeanDefinitionReader.java:142)
at


[jira] Resolved: (SM-367) Add a JCA processor to servicemix-jms

2006-08-11 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-367?page=all ]

Guillaume Nodet resolved SM-367.


Fix Version/s: 3.0-M3
   Resolution: Fixed
 Assignee: Guillaume Nodet

Author: gnodet
Date: Fri Aug 11 09:43:46 2006
New Revision: 430821

URL: http://svn.apache.org/viewvc?rev=430821view=rev
Log:
SM-367: add JCA support to servicemix-jms

Added:

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/jca/

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/jca/JcaConsumerProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/jca/JcaProviderProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/resources/META-INF/services/org/apache/servicemix/jms/jca

incubator/servicemix/trunk/servicemix-jms/src/test/java/org/apache/servicemix/jms/JmsSpringJcaTest.java

incubator/servicemix/trunk/servicemix-jms/src/test/resources/org/apache/servicemix/jms/spring-jca.xml
Modified:
incubator/servicemix/trunk/servicemix-jms/pom.xml

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/AbstractJmsProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsBootstrap.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsConfiguration.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsEndpoint.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsWsdl1Deployer.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/JmsXBeanDeployer.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/multiplexing/MultiplexingConsumerProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/multiplexing/MultiplexingProviderProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/standard/StandardConsumerProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/standard/StandardProviderProcessor.java

incubator/servicemix/trunk/servicemix-jms/src/main/java/org/apache/servicemix/jms/wsdl/JmsAddress.java
incubator/servicemix/trunk/servicemix-jms/src/main/jbi/META-INF/NOTICE

incubator/servicemix/trunk/servicemix-jms/src/test/java/org/apache/servicemix/jms/JmsSpringTest.java



 Add a JCA processor to servicemix-jms
 -

 Key: SM-367
 URL: https://issues.apache.org/activemq/browse/SM-367
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-jms
Reporter: Guillaume Nodet
 Assigned To: Guillaume Nodet
 Fix For: 3.0-M3




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Nightly snapshots are up again

2006-08-11 Thread Guillaume Nodet

Nightly snapshots can be downloaded at

http://people.apache.org/maven-snapshot-repository/org/apache/servicemix/apache-servicemix/3.0-incubating-SNAPSHOT/

--
Cheers,
Guillaume Nodet


[jira] Closed: (SM-140) Add a GBean project to better integrate ServiceMix into Geronimo

2006-08-11 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-140?page=all ]

Guillaume Nodet closed SM-140.
--

Fix Version/s: 3.0-M2
   (was: 3.0)
   Resolution: Fixed

 Add a GBean project to better integrate ServiceMix into Geronimo
 

 Key: SM-140
 URL: https://issues.apache.org/activemq/browse/SM-140
 Project: ServiceMix
  Issue Type: New Feature
  Components: geronimo
Reporter: Guillaume Nodet
 Assigned To: Guillaume Nodet
 Fix For: 3.0-M2




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira