I'm getting an error message when I try to build my project in eclipse:
The type weblogic.utils.expressions.ExpressionMap cannot be resolved. It is indirectly referenced
from required .class files
I've looked online for a solution and cannot find …
I face the following exception:
weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
this is set within the Stateless Session EJB Bean as
javax.transaction.UserTransaction jtaTransaction.setTransactionTimeout(300)
but I cannot figure out, where in the application console to …
Can anyone tell me how to change the default listening port of Weblogic 10.3 to something different? I saw some posts on discussion boards which say that change it under ...//config/config.xml. Even I thought so, but surprisingly, there is …