WSO2端点查找示例

WSO2端点查找示例,wso2,sample,wso2greg,Wso2,Sample,Wso2greg,我正在尝试设置WSO2端点查找示例。我已根据文档进行了更改,但当我尝试使用“mvn clean install”构建应用程序时,收到以下错误: Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/eclipse/vali dateutility/0.95/validateutility-0.95.pom [WARNING] Checksum validation failed, expected 53f8bac7

我正在尝试设置WSO2端点查找示例。我已根据文档进行了更改,但当我尝试使用“mvn clean install”构建应用程序时,收到以下错误:

Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/eclipse/vali
dateutility/0.95/validateutility-0.95.pom
[WARNING] Checksum validation failed, expected 53f8bac71524372a3d51a6ecf11365042
96f37af but is 8edc83998e0bf2a8867395883f3853eb901be267 for http://maven.wso2.or
g/nexus/content/groups/wso2-public/eclipse/validateutility/0.95/validateutility-
0.95.pom
Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/
osgi/org.eclipse.osgi.services/3.2.0.v20090520-1800/org.eclipse.osgi.services-3.
2.0.v20090520-1800.pom
[WARNING] Checksum validation failed, expected <!DOCTYPE but is 8edc83998e0bf2a8
867395883f3853eb901be267 for http://maven.wso2.org/nexus/content/groups/wso2-pub
lic/org/eclipse/osgi/org.eclipse.osgi.services/3.2.0.v20090520-1800/org.eclipse.
osgi.services-3.2.0.v20090520-1800.pom
下载:http://maven.wso2.org/nexus/content/groups/wso2-public/eclipse/vali
dateutility/0.95/validateutility-0.95.pom
[警告]校验和验证失败,应为53f8bac71524372a3d51a6ecf11365042
96f37af,但为8edc83998e0bf2a8867395883f3853eb901be267http://maven.wso2.or
g/nexus/content/groups/wso2 public/eclipse/validateutility/0.95/validateutility-
0.95.pom
下载:http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/
osgi/org.eclipse.osgi.services/3.2.0.v20090520-1800/org.eclipse.osgi.services-3。
2.0.v20090520-1800.pom

[警告]校验和验证失败,预期我已通过以下方式获得要生成的处理程序示例:

1) 签出Greg 4.5.3源代码:

svn公司https://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5/products/greg/4.5.3/ wso2_greg_453

2) 构建源代码:

cd wso2_greg_453
mvn clean install -Dmaven.test.skip=true
由于maven在清理surefire报告时出现问题,我的构建失败,对此我忽略了

3) 在我将GREG的二进制版本解压缩到的目录中构建处理程序示例:

cd %CARBON_HOME%
wso2greg-4.5.3\samples\handler\src
mvn clean install
这一次,处理程序示例生成为ok


上面的方法有点冗长,但它是有效的

您使用的是哪种产品(例如ESB、治理注册表)?您正在尝试的产品版本是什么?我使用的是Governance Registry v4.5.3 validateutility-0.95.pom文件以2011年为一年,md5和sha1文件以2013年为一年。org.eclipse.osgi.services-3。2.0.v20090520-1800.pom的年份为2011年,但sha1的年份为2010年。我刚刚尝试过,收到了与您相同的错误。这可能值得你去创造一个新的解决方案,尽管我不指望能很快得到解决。我在2012年10月在BRS上发行了类似的maven回购债券,我有一份JIRA。如果您需要紧急解决此问题,也许您可以尝试从源代码构建GREG?