我已经使用properties-service.xml在JBoss AS 6中配置了本地文件.这是我对JBoss AS 6的配置 - >
<mbean code="org.jboss.varia.property.SystemPropertiesService"
name="jboss:type=Service,name=SystemProperties">
<attribute name="URLList">
here is path for properties file.
</attribute>
</mbean>
Run Code Online (Sandbox Code Playgroud)
现在我在我的机器上安装了JBoss AS 7服务器.如何部署或配置AS 7这些属性?
当我向包含@ char的kannel发送消息时,我遇到了问题.例如,我发送了"@ Test",但是手机收到了类似"i Test"的内容.
这是kannel的错误吗?如果是这样,有人有补丁吗?