Hi javers.
We have used the Weblogic 6.1 server with the
ejb 1.0. We changed Weblogic 6.1 to 8.1 and the ejb jars remained the same. Now, when the server is startin it gives us some warnings. Here is one of them:
<Aug 17, 2004 11:13:30 AM CDT> <Warning> <EJB> <BEA-010212> <The EJB 'spec_rule(Application: _appsdi
r_spec_rule_jar, EJBComponent: spec_rule)' contains at least one method without an explicit transact
ion attribute setting. The default transaction attribute of Supports will be used for the following
methods: remote[save(java.lang.String,[Ljava.lang.String;,[I,int,int), getSpecRule(int,int)] >
What does it mean and how to improve it?
Thanks in advance.