Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column length issue ACT_GE_BYTEARRAY (Name_ column) #4556

Open
springCloud963 opened this issue Jan 30, 2024 · 2 comments
Open

Column length issue ACT_GE_BYTEARRAY (Name_ column) #4556

springCloud963 opened this issue Jan 30, 2024 · 2 comments

Comments

@springCloud963
Copy link

Hi All,
While deploying our application , one of our jar file has big name i.e more that 255 chars (including the location of this jar on the server). Due to this deployment is failing. We are looking for ways to solve this issue. Please suggest.

  1. Can we increate the column length to 300? What will be the challenges if we do this?
  2. Is there a way to override the path? For example if original path is "/opt/was/deployment/abc.jar" , can we use a place holder {path}/abc.jar ?
    Thanks,
@climber-shy
Copy link

如果您将列长度增加到300,可能会面临一些挑战。例如,您需要更新数据库和表结构来支持更长的列名。此外,您需要确保您的应用程序和所有相关工具也能够正确处理更长的列名。

您的第二个问题,这取决于您的部署工具是否支持使用占位符。如果您使用的工具支持该功能,则可以使用占位符来代替路径。例如,“{path}/abc.jar”可以映射到“/opt/was/deployment/abc.jar”

@springCloud963
Copy link
Author

Thanks, We are fine with making database changes. Just wanted to know if there could be any framework related issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants