yes me too, we should have this discussion on the new mailing list, maybe we can raise some interest in this topic to our mentors to boost the process
Sebastian 2011/12/11 Maxim Solodovnik <[email protected]>: > I'm watching this issue :) > I was hoping it will take less time :( > > > On Mon, Dec 12, 2011 at 01:24, [email protected] <[email protected]> > wrote: >> >> no news yet, see >> https://issues.apache.org/jira/browse/INFRA-4184 >> >> Sebastian >> >> 2011/12/11 Maxim Solodovnik <[email protected]>: >> > please find modified jar files attached. >> > >> > BTW are there any news regarding new SVN? >> > >> > >> > On Mon, Dec 12, 2011 at 00:42, [email protected] >> > <[email protected]> >> > wrote: >> >> >> >> I don't have virtual access. >> >> I guess we can ask him to replace the JAR or download a build and test >> >> it. >> >> >> >> Sebastian >> >> >> >> 2011/12/11 Maxim Solodovnik <[email protected]>: >> >> > I think of following solution for that: >> >> > I'll add static class with no loggers, Autowired fields etc. >> >> > And move >> >> > public static String webAppRootKey = null; >> >> > public static String webAppRootPath = null; >> >> > from ScopeApplicationAdapter to it. >> >> > I guess it might solve the issues. >> >> > >> >> > I can pack the jar for you to test if you have machine. >> >> > Or maybe you can give me virtual and/or access? >> >> > >> >> > On Mon, Dec 12, 2011 at 00:22, Maxim Solodovnik >> >> > <[email protected]> >> >> > wrote: >> >> >> >> >> >> Can you give me access to the machine the issue is reproducible? >> >> >> I need sandbox to set the right place for this :) >> >> >> >> >> >> >> >> >> On Sun, Dec 11, 2011 at 22:18, [email protected] >> >> >> <[email protected]> wrote: >> >> >>> >> >> >>> What Eugen posted is right, I actually had chance to look at his >> >> >>> machine which also had the Bean Instantiation Exception >> >> >>> javax.persistance.* >> >> >>> ... and found out that by commenting out the OMContextListener in >> >> >>> the >> >> >>> web.xml the error is gone (of course it doesn't boot completely >> >> >>> without this context listener because the webAppRootKey is not >> >> >>> set). >> >> >>> It seems to me that depending on the hardware/machine this >> >> >>> OMContextListener is intialized too early so that the >> >> >>> Persistance-Context gets initialized too early. But it cannot be >> >> >>> generalized, on the majority of sytem it works on some it fails. >> >> >>> >> >> >>> @Maxim: You got an idea of another place to put this context >> >> >>> initialization code so that it boots correctly? >> >> >>> Maybe we can simply put it into ScopeApplicationAdapter::appStart() >> >> >>> ? >> >> >>> >> >> >>> Thanks, >> >> >>> Sebastian >> >> >>> >> >> >>> 2011/12/11 Eugen Schwert <[email protected]>: >> >> >>> > About the beanloading configuration error: >> >> >>> > >> >> >>> > If you comment out this part of the web.xml >> >> >>> > >> >> >>> > <listener> >> >> >>> > <listener-class>org.openmeetings.utils.OMContextListener</ >> >> >>> > listener-class> >> >> >>> > </listener> >> >> >>> > >> >> >>> > the server does startup without instatiation problem of spring >> >> >>> > beans >> >> >>> > >> >> >>> > -- >> >> >>> > You received this message because you are subscribed to the >> >> >>> > Google >> >> >>> > Groups "OpenMeetings developers" group. >> >> >>> > To post to this group, send email to >> >> >>> > [email protected]. >> >> >>> > To unsubscribe from this group, send email to >> >> >>> > [email protected]. >> >> >>> > For more options, visit this group at >> >> >>> > http://groups.google.com/group/openmeetings-dev?hl=en. >> >> >>> > >> >> >>> >> >> >>> >> >> >>> >> >> >>> -- >> >> >>> Sebastian Wagner >> >> >>> http://www.openmeetings.de >> >> >>> http://www.webbase-design.de >> >> >>> http://www.wagner-sebastian.com >> >> >>> [email protected] >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> WBR >> >> >> Maxim aka solomax >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > WBR >> >> > Maxim aka solomax >> >> >> >> >> >> >> >> -- >> >> Sebastian Wagner >> >> http://www.openmeetings.de >> >> http://www.webbase-design.de >> >> http://www.wagner-sebastian.com >> >> [email protected] >> > >> > >> > >> > >> > -- >> > WBR >> > Maxim aka solomax >> >> >> >> -- >> Sebastian Wagner >> http://www.openmeetings.de >> http://www.webbase-design.de >> http://www.wagner-sebastian.com >> [email protected] > > > > > -- > WBR > Maxim aka solomax -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
