It's prototype scope which means a new instance is constructed
wherever it's injected/retrieved. I'll take a look - shouldn't be too
hard to fix

On Sat, Jul 13, 2024 at 1:59 AM Lukasz Lenart <lukaszlen...@apache.org> wrote:
>
> Shouldn't this just happen once as this is a managed bean?
>
> pt., 12 lip 2024 o 15:25 Kusal Kithul-Godage
> <kusal.kithulgod...@gmail.com> napisał(a):
> >
> > Ah that'll be my last change - I'll check this, thanks! The 6.5.0 test
> > build will have the same issue
> >
> > On Fri, Jul 12, 2024 at 10:17 PM Burton Rhodes <burtonrho...@gmail.com> 
> > wrote:
> > >
> > > I'm not sure if this is unique to M8, but I just turned on devMode and
> > > loading a single page in my app floods the console with these entries.
> > > I'm sure the log entries are correct, but they aren't helpful. For
> > > example, shouldn't it tell me which classes or packages or what JSP
> > > call/variable is causing the log entry?
> > >
> > > [Example]
> > > [qtp901055638-36] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-47] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-47] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-58] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-47] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-47] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-49] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-57] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-48] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-54] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-40] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-49] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-55] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-54] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-48] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-57] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > > [qtp901055638-40] WARN
> > > com.opensymphony.xwork2.ognl.SecurityMemberAccess - Working in devMode,
> > > using devMode excluded classes and packages!
> > >
> > >
> > > ------ Original Message ------
> > > From "Lukasz Lenart" <lukaszlen...@apache.org>
> > > To "Struts Developers List" <dev@struts.apache.org>
> > > Date 7/11/2024 3:32:45 AM
> > > Subject [TEST] Apache Struts 7.0.0-M8 test build is ready
> > >
> > > >Hello,
> > > >
> > > >This is another milestone of Struts 7.x series, which is based on
> > > >JakartaEE 6. Please take the time and test the bits - any help is
> > > >appreciated. Please report any problems you will spot.
> > > >
> > > >Please read the Migration guide as this version includes stronger
> > > >security options
> > > >https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration
> > > >
> > > >Here are the changes from the previous version:
> > > >https://github.com/apache/struts/releases/tag/STRUTS_7_0_0_M8
> > > >
> > > >Staging Maven repo
> > > >https://repository.apache.org/content/groups/staging/
> > > >
> > > >* please read our guideline how to setup your Maven build to include
> > > >the Staging repository
> > > >https://struts.apache.org/builds.html#test-builds
> > > >
> > > >Standalone artifacts
> > > >https://dist.apache.org/repos/dist/dev/struts/7.0.0-M8/
> > > >
> > > >Release notes
> > > >https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0-M8
> > > >
> > > >
> > > >Have fun!
> > > >Łukasz
> > > >
> > > >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> > > >For additional commands, e-mail: dev-h...@struts.apache.org
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> > > For additional commands, e-mail: dev-h...@struts.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> > For additional commands, e-mail: dev-h...@struts.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to