[ 
https://issues.apache.org/jira/browse/AXIS2-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15025182#comment-15025182
 ] 

Anthony Sute commented on AXIS2-5735:
-------------------------------------

Why is this not a defect?  I'm using the proper means by which to include the 
MEX library with Maven and the library, which was posted by one of the Axis2 
developers, is not retrievable from the official central Maven Repository.

In fact, I'm confused why the MEX library is not included as part of the Axis2 
kernel or one of the other Axis2 dependencies.

In other words, if I can't retrieve MEX from the official Maven Repository, 
where can I retrieve it from?

> Unable to retrieve Axis2 MEX artifact from central Maven repository
> -------------------------------------------------------------------
>
>                 Key: AXIS2-5735
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5735
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.6.3
>         Environment: Windows 7 Professional, Eclipse Luna Service Release 1 
> (4.4.1)
>            Reporter: Anthony Sute
>
> I'm encountering a "Class not found" exception involving the 
> org/apache/axis2/mex/MexException class.  I added the Apache Axis2 MEX 1.6.3 
> dependency to my pom.xml file and the Eclipse Maven plug-in indicates that it 
> cannot locate the dependency:
> <dependency>
>       <groupId>org.apache.axis2</groupId>
>       <artifactId>mex</artifactId>
>       <version>1.6.3</version>
> </dependency>
> The Maven plug-in indicates "Missing artifact 
> org.apache.axis2:mex:jar:1.6.3".  None of the other Axis2 dependencies in my 
> pom.xml have this issue.  These are the other Axis2 dependencies in my 
> pom.xml file:
>       <dependency>
>           <groupId>org.apache.axis2</groupId>
>           <artifactId>axis2</artifactId>
>           <version>1.6.3</version>
>       </dependency>
>       <dependency>
>           <groupId>org.apache.axis2</groupId>
>           <artifactId>axis2-transport-local</artifactId>
>           <version>1.6.3</version>
>       </dependency>
>       <dependency>
>           <groupId>org.apache.axis2</groupId>
>           <artifactId>axis2-transport-http</artifactId>
>           <version>1.6.3</version>
>       </dependency>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to