0

Jenkinsを使用してOracleOSBビルドジョブに取り組んでいます。

The issue I am facing is: In the sbconfig.jar that's gets crated is not having the full service name.
 Ex. If my OSB service name is EmployeeRecordDetailReturnsStorageBOService but in the sbconfig.jar its getting created as EmployeeRecordDetailReturnsStorageBOSer only.

      I need the full service name in the sbconfig.jar for my further processing of this jar.
 I am using the eclipse based jar <java dir="${eclipse.home}" jar="${eclipse.home}/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar" ...> in my ant build file.

 But what I have observed is the java command that we are using has a folder length limit. It could not created the full service name in the sbconfig.jar because the ant build file is in a deep location under the folders like abcd/efgh/ijkl/mnop/qrst/xyz/build.xml so thats why its not able to create the full service name in the sbconfig.jar file. Its seems to be an character length issue in java/JVM.

Can anybody pls let me know how to to over some this problem.
4

1 に答える 1

0

sbconfig.jar を sbconsole にインポートし直す場合、問題は発生しません。したがって、sbconfig.jar で名前が短縮されることを心配する必要はありません。

インポート中に問題が発生した場合は、お知らせください。

于 2012-12-14T09:35:14.513 に答える