调试跟踪时报事务超时,解决方法是: 在META-INF/weblogic-ejb-jar.xml中相应的ejb声明xml段中加上 <transaction-descriptor> <trans-timeout-seconds>1200</trans-timeout-seconds> </transaction-descriptor> 就可以了。