Java RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Waiting for N instance(s) to be deallocated

    Hy,I seem to run into a lot of "Waiting for N instance(s) to bedeallocated" messages lately in my logs. After a reload the servergets blocked (there is nothing more sent to the browser).I'm running Tomcat 5.5.9, with a Postgresql 8.0.3 jdbc driver and asimple Resource (the pooling Datasourc...

    0 answers | 848 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • SV: Required parameter xxx of component Yyyy is not bound

    , so that's what I'm doing wrong.It _is_ a page, and I _have_ defined parameters on it using@Parameter(required=true).I guess I'll just have to stop doing that - without the annotation itworks. It would be nice to have it though. The page has a lot ofattributes, and without the @P...

    1 answers | 2818 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Is it even possible to retrieve a custom user principal? (Was:Tomcat user principal)

    Yes. It is possible ;)Write a custom Realm, probably extending RealmBase. Methods such asauthenticate(username,credentials) return your custom Principal.The custom realm has to be packaged in to commons/lib. The way we gotaround classloader hell was to have an interface in common/lib which wasan...

    0 answers | 3407 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Interactions with org.apache.coyote.Request/Response

    Remy Maucherat wrote:I think the conclusion is that your requirements are outside the usecases for whichthe servlet API was designed for, so besides reusing portions of thecode, most ofyour request processing cannot quite run inside the main servletcontainer.Yes - and after doing a bit more read...

    0 answers | 1818 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Null pointer Exception in

    HiI am not sure how to explain it, but all my scripts suddenly strted giving me this error in log file:2005/10/18 04:08:30 ERRR - jmeter.threads.JMeterThread: java.lang.NullPointerExceptionat (TransportMessage.java:206)at (HTTPUtils.java:382)at (SAPHTTPConnection.java:309)at (Message.java:123)at...

    1 answers | 817 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • IF controller NOT?

    I use the following in the If controller'${query}' != ''The ${query} is coming from a column in a .cvs file.If I use'${query}' == ''the expected (but incorrect) actions are executed. To my knowledge injavascript the != should be the correct statement for I...

    1 answers | 1417 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Character Encoding -ISo-8859-1 Vs UTF-8 Vs GBK

    From: afonseca (AT) portugalmail (DOT) com [mailto:afonseca (AT) portugalmail (DOT) com]I don't think it's truethat UTF-8 can handle ALL european character very well.If it can't, the Unicode consortium (http://www.unicode.org/) will bepretty worried, as UTF-8 is an encoding of Uni...

    1 answers | 496 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • writing a Mojo for a plugin that requires Reports to have been run

    You are a few steps ahead of me I am afraid. My plan was to specify thereports that get run in the pom.xml and configure qalab to use whateverreports i have decided need to be reported on via config parameters. I'veso far only used the checkstyle plugin in this context.i guess I could speci...

    0 answers | 2982 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • For critical project we use maven 1.0.2 or m2 ?

    That page is somewhat misleading. For example it claims there is a QALabplugin in development, but, aside from the one I am writing, that does notseem to be the case.Kind regards,Dave SagStephen Duncan <stephen.duncan (AT) gmail (DOT) comwrote on 18/10/2005 12:41:47 PM:-Stephen10/18/05, Marou...

    0 answers | 1338 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Want a contrib:table inside contrib:table table row.

    Hello all,I am using tapestry4-beta-10 and want to know how to have acontrib:table inside a contrib:table table row.ThanksJabbarTo unsubscribe, e-mail: tapestry-user-unsubscribe (AT) jakarta (DOT) apache.orgFor additional commands, e-mail: tapestry-user-help (AT) jakarta (DOT) apache.org...

    0 answers | 339 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • AW: set property values using my own task

    Where is the problem?<project> <taskdef/> <propertyread/> <target> <echoproperties/> </target></project>in that order should work.JanNachricht>Von: Mikael Petterson (KI/EAB) [mailto:mikael.petterson (AT) ericsson (DOT) com]>Gesendet: Dienstag, 18....

    0 answers | 4364 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Load datasource config without action classes

    Hii'm thinking about loading struts-config datasources configurationdirectly to my business classes, but i appears to be necesary to useaction clases (by calling getDataSource method). is it possible touse a load-on-startup servlet to get struts configured datasources (orsomething similar,...

    0 answers | 547 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Java"
EMSDN.COM