0

我正在使用 Jenkins 进行 Oracle OSB 构建工作。

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 回答