Hi Thilini,
Here is the final fix from ODE side. please commit it.

On Thu, Mar 20, 2014 at 2:38 PM, Thilini Ishaka <[email protected]> wrote:

> Hi Subash,
>
> Fixed this and committed. Will trigger a jenkins build now.
>
> Thanks
> Thilini
>
>
> On Thu, Mar 20, 2014 at 2:35 PM, Subash Chaturanga <[email protected]>wrote:
>
>> Hi Thilini,
>> Can you give me the expected values for the param
>>  "imp.pkg.version.axiom" and  "imp.pkg.version.axis2" so that I can locally
>> fix it and commit or give you the patch.
>>
>>
>> On Thu, Mar 20, 2014 at 2:30 PM, Subash Chaturanga <[email protected]>wrote:
>>
>>> Hi Thilini,
>>> I am experiencing errors when packing ODE bundles in to GReg  due to
>>> malformed OSGi version numbers.
>>>
>>> When checked thru, found following in the MANIFEST.MFs
>>> i.e
>>> ./ode-1.3.5.wso2v12-SNAPSHOT.jar1/META-INF/MANIFEST.MF:
>>> xiom.om.impl.builder;version="*${imp.pkg.version.axiom}"*,org.apache.ax
>>>
>>> Where the version param should be resolved. This is generally because in
>>> your components, the versions referred cannot be found for eclipse equinox
>>> and hence they put the original param value.
>>>
>>>
>>> --
>>> Thanks
>>> /subash
>>>
>>> *Subash Chaturanga*
>>> Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com
>>>
>>> email: [email protected]
>>> blog:  http://subashsdm.blogspot.com/
>>> twitter: @subash89
>>> phone: +9477 2225922
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Thanks
>> /subash
>>
>> *Subash Chaturanga*
>> Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com
>>
>> email: [email protected]
>> blog:  http://subashsdm.blogspot.com/
>> twitter: @subash89
>> phone: +9477 2225922
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Thilini Ishaka
> Senior Software Engineer
> Phone: +94 11 214 5345
> WSO2 Inc. http://wso2.com
>
> blog: thiliniishaka.blogspot.com
> linkedin: http://lk.linkedin.com/in/thiliniishaka
> twitter: https://twitter.com/#!/ThiliniIsh
>



-- 
Thanks
/subash

*Subash Chaturanga*
Senior Software Engineer :Integration TG; WSO2 Inc. http://wso2.com

email: [email protected]
blog:  http://subashsdm.blogspot.com/
twitter: @subash89
phone: +9477 2225922
Lean . Enterprise . Middleware
diff --git a/orbit/pom.xml b/orbit/pom.xml
index 9f0176c..fb3c042 100644
--- a/orbit/pom.xml
+++ b/orbit/pom.xml
@@ -19,6 +19,14 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
 
+
+    <parent>
+        <groupId>org.wso2.bpel</groupId>
+        <artifactId>ode</artifactId>
+        <version>1.3.5-wso2v12-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.ode.wso2</groupId>
     <artifactId>ode</artifactId>
diff --git a/pom.xml b/pom.xml
index a78ebcc..4f27383 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@
         <axiom.version>1.2.11-wso2v5-SNAPSHOT</axiom.version>
         <exp.pkg.version.axiom>1.2.11.wso2v5-SNAPSHOT</exp.pkg.version.axiom>
         <imp.pkg.version.axiom>[1.2.11.wso2v5-SNAPSHOT, 1.3.0)</imp.pkg.version.axiom>
+        <imp.pkg.version.axis2>[1.6.1-wso2v11-SNAPSHOT, 1.7.0</imp.pkg.version.axis2>
         <axis2.version>1.6.1-wso2v11-SNAPSHOT</axis2.version>
         <rampart.version>1.6.1-wso2v2</rampart.version>
         <commons.codec.version>1.3</commons.codec.version>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to