EE新手 - 尝试重新配置Weblogic的默认超时30秒,而无需编写weblogic-ejb-jar.xml文件.我现在只使用了注释,但我在这里看到的唯一的东西是DD:
<transaction-descriptor> <trans-timeout-seconds>1200</trans-timeout-seconds> </transaction-descriptor>
<transaction-descriptor>
<trans-timeout-seconds>1200</trans-timeout-seconds>
</transaction-descriptor>
无论如何要避免为此设置描述符文件?
annotations weblogic java-ee
annotations ×1
java-ee ×1
weblogic ×1