[JBoss-user] [Beginners Corner] - Re: No appenders could be found for logger (org.jnp.interfac

2005-11-05 Thread jaikiran
Whenever log4j APIs are used for logging, you should place log4j.xml or log4j.properties in your classpath. Now, if you have server side application in jboss, then there is already a log4j.xml in conf directory. In case you have a client application which uses log4j API, then you will have to pl

[JBoss-user] [Beginners Corner] - Re: Creating simple jsp page with using websphere rational s

2005-11-05 Thread stj
"PeterJ" wrote : See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71289. | | You're on your own to figure out how to get the JSP in the correct location via Rational. I think I dont need to loacte my jsp page into jboss server but I need create .EAR file with using Ant then I c

[JBoss-user] [Beginners Corner] - Re: Problems with JAAS

2005-11-05 Thread darranl
A search for 'form based servlet authentication' returns loads of pages relating to this. In brief the action of the form needs to be 'j_security_check' the name for the username needs to be 'j_username' and the name for the password needs to be 'j_password' View the original post : http://ww

[JBoss-user] [Beginners Corner] - Problems with JAAS

2005-11-05 Thread kosl
Dear all, I'm trying to secure web resources in jboss with jaas. I've configured everything (?) and in my web.xml I have: | | | FORM | Levia application | | ./login.jsp | ./loginerror.html | | | | My problem is really strange (the strange thing i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit

2005-11-05 Thread freddt
An update on my earlier posts (a few months ago). HSQLDB 1.8.0 and bug fix releases have been out for a while. You can use a release version of HSQLDB (which you can get from http://hsqldb.org), with recent version of JBoss. You may need to make change to JBoss config files or to HSQLDB. AFAIK,

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - MySQL + Hibernate + Scandinavian characters

2005-11-05 Thread hlehtimaki
Hi, I'm having problems with scandinavian characters such as ä and ö (a and o with dots above). They look nice when looked with MySql Query Browser, but as soon as I read them with Hibernate they are replaced with question marks (?). I tried adding some character encoding parameters to the MyS

[JBoss-user] [Beginners Corner] - Re: No appenders could be found for logger (org.jnp.interfac

2005-11-05 Thread ftg314159
I'm getting this too. A forum search shows people asking variants of this question all over the place, with the common theme being that the messages appear on the client side in spite of the fact that all of the jars in client/ are in the CLASSPATH. The usual recommendation is to add a log4j.p

[JBoss-user] [JBossWS] - Re: Can a DII client access a WSDL locked down by basic HTTP

2005-11-05 Thread werner.jaeger
I had the same problem. I solved it by using a java.net.Authenticator implementation. class AuthImpl extends java.net.Authenticator | { |... | |PasswordAuthentication getPasswordAuthentication() |{ | return your credentials here |} |... | } Before you

[JBoss-user] [Installation, Configuration & Deployment] - Re: Combine Log4J of JBoss and JDK-Log of own EJBs

2005-11-05 Thread jaikiran
Please have a look at: JDK java.util.logging section at: http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging I guess, this is exactly what you are looking for. You need NOT have to change your existing code. However, i think you will have to introduce a new class, which is described in that secti

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - how to debug JSP's remotely with jdeveloper

2005-11-05 Thread chaituu
Does anybody know how to debug JSP's remotely? Servlets I can debug fine with my Oracle JDeveloper 9i via JPDA, but I don't know how to set it up for JSP debugging. Regards Michel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905598#3905598 Reply to the

[JBoss-user] [Beginners Corner] - how to debug JSP's remotely with jdeveloper

2005-11-05 Thread chaituu
Does anybody know how to debug JSP's remotely? Servlets I can debug fine with my Oracle JDeveloper 9i via JPDA, but I don't know how to set it up for JSP debugging. Regards Michel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905597#3905597 Reply to the

[JBoss-user] [JBossCache] - Re: collection cache does not work

2005-11-05 Thread [EMAIL PROTECTED]
Hi, I will have a look when I have a moment. I must advise though, if this is an urgent case on a production system, I'd recommend buying a support contract and our support guys would get on the case right away. [http://www.jboss.com/services/index] View the original post : http://www.jboss

[JBoss-user] [Javassist user questions] - Re: Getting Exception while deploying in JBOSS

2005-11-05 Thread sudheeshk_s
Please download the latest version of xerces-2_7_1.zip from apache and replace follwing jar files to jboss-4.0.2\lib\endorsed 1. xercesImpl.jar 2. resolver.jar regards, Jiji & Sudheesh... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905593#3905593 Reply to

[JBoss-user] [Javassist user questions] - Re: Getting Exception while deploying in JBOSS

2005-11-05 Thread sudheeshk_s
Hi piku, Please download the latest version of xerces-2_7_1.zip from apache and replace follwing jar files to jboss-4.0.2\lib\endorsed 1. xercesImpl.jar 2. resolver.jar regards, Jiji & Sudheesh... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905594#3905594

[JBoss-user] [Beginners Corner] - disable this debug message New jmx UCL with url null in serv

2005-11-05 Thread chaituu
how to disable these debug messages in server.log DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] url=null ,addedOrder=0} DEBUG [org.jboss.mx.loading.UnifiedClassLo

[JBoss-user] [Javassist user questions] - Re: Re: setAutoCommit(false) in

2005-11-05 Thread nagaraj_dv
I got the solution for this problem, instead of use View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905591#3905591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905591 --

[JBoss-user] [EJB/JBoss] - EJB3 and Entity Caching

2005-11-05 Thread sunnyyfl
I have create a simple program based on the CachedEntityRun.java sample from the distributed documentation on EJB3. All entity beans in my same app. use the transactional caching strategy (@Cache (usage=CacheConcurrencyStrategy.TRANSACTIONAL). When the app is running and trying to retrieve an