Hi all,
I have my page in UTF-8, all polish characters are displayed correctly,
the response headers are:
Server: Apache-Coyote/1.1
| X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0
date=200610162339)/Tomcat-5.5
| Content-Type: text/html;charset=UTF-8
I have form with in
Hi all,
I have sucessfully deployed data source for DB2.
I have also created DB2ConnectionFactory class:
public final class DB2ConnectionFactory {
| private static Connection connection;
| static {
| try {
| connection =
CachingServiceLocator.getInstance().get
Hi everybody,
I have this error while deploying my EAR application:
23:29:00,500 WARN [verifier] EJB spec violation:
| Bean : TestSessionBean
| Section: 7.11.8
| Warning: The local home interface of a stateless session bean must have one
create method that takes no arguments.
|
but