deployment problem
My Weblogic server has thrown an errorwhich looks like below ( modified)
EJBComponent: blahblahBeans.jar)' contains at least one method without an explicit transaction attribute setting. The default transaction attribute of Supports will be used for the following methods: remote[updateStatus(blahblahVO)]
EJBComponent: blahblahBeans.jar)' contains at least one method without an explicit transaction attribute setting. The default transaction attribute of Supports will be used for the following methods: local-home[createQuery(), create(), remove(java.lang.Object) , //some_more_methods
can you tell what could be the remedy ?

