OSB sbconfig.jar问题 - JVM字符串问题

时间:2012-10-19 22:23:23

标签: jvm char osb

我正在使用Jenkins开发Oracle OSB Build作业。

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.

1 个答案:

答案 0 :(得分:0)

当您将sbconfig.jar导回到sbconsole时,它不会导致任何问题。所以,不要担心在sbconfig.jar中缩短名称。

如果您在导入时遇到任何问题,请告诉我们。