我们正在使用Blazesoft V7.5来管理应用程序中的规则。我们有一个本地规则存储库,称为“ RMA”。它直接存在于Jboss内容文件夹中:
“ jboss-eap-7.1 \ standalone \ tmp \ vfs \ temp \ tempd37ea6486b7e1c3b \ content-37e01ecab282553a”
现在,当我们尝试连接到本地存储库时,我们会遇到异常
com.blazesoft.template.repository.NdRomConnectionException。 repositoryPath =“ / RMA”
NdFileRepositoryConnection connection = new NdFileRepositoryConnection();
//NdFileRepository
connection.setUser(RMAPropertyConstants.RMA_REPOSITORY_USER);
connection.setPassword(RMAPropertyConstants.RMA_REPOSITORY_PASSWORD);
connection.setRepositoryFolder(repositoryPath);
NdRomConnectionManager connectionMgr = NdRomFactory.newRepositoryConnectionManager(connection);
connectionMgr.connect();
conContext = connectionMgr.getConnectionContext();