Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
JBoss
Page 227 of 3016 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

- Re: Wrong creation script for MySQL in 3.2 GA ?

The identity module is optional that 's why the default sql script doesn 't create the necessary (four) tables for this. Basically you have two options - take the mysql.identity.script.sql file attac

- Date questions

Hi I want to have an action launched the 15th and the last day of each month 15/02 28/02 15/03 31/03... etc. So it repeats after 13 15 16... days depending on the month. I tried lots of thi

- Re: Jboss 4.0.1 doe

i have the same problem. jbosscmp-jdbc seems not to be read. where 's the mistake? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053355#4053355 Reply to the post

- Re: Redeployment issues

Hi I 'm having the same problem described in this thread and using MarshaledValue solved my problem however as described this solution is having a performance penalty so I would prefer not to use

- Re: STREAMING_STATE_TRANSFER fails with lots of data

Looks like someone is suspected and excluded during the state transfer. I suggest to replace FD with FD_SOCK to verify this. If this is reproducable create a JIRA issue with the (unit) test and submi

- Re: no way to make

it seems my application totally forget to use the file jbosscmp-jdbc.xml and i cant figure out why!! View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053348#4053348

- no way to make jbos

in my relationships jboss keeps not understanding my jbosscmp-jdbc.xml and in the sql generated from ejb-ql he keeps using cmr field names for table columns disregarding key-fields mapping in the rela

- problem in the mail notification

Hi i am facing problem in the mail notification. i have downloadeded the server fo jbms. but how i will configure this and how i will see in the gui. please se suggest me.and wann aknow about how it w

- Re: How to configure separate application log

Now with the xml... | <appender name "BookingLog " class "org.apache.log4j.FileAppender " > | <errorHandler class "org.jboss.logging.util.OnlyOnceErrorHandler "/ > | <param name "Append

- Re: Urgent - Error in deploying the NumberGuess Exam

did you install jboss as using the installer? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053333#4053333 Reply to the post http //www.jboss.com/index.html?mo

- How to configure separate application log file

I 'm trying to configure separate application logging for multiple apps (each going to its own log file). I 'm testing with the seam-booking example for now. Can anyone tell if the following should

- JBoss session id generator algorithm

Hi... I wanted to find out what algorithm does JBoss follow to generate the unqiue session id? Is there any way to customize it? Regards Praveen View the original post http //www.jboss.co

- Re: Trouble with SeamTest when stateful session bean

You can do @(protected)(depends { "orb.jboss.seam.core.ejb "}) I think. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053327#4053327 Reply to the post http //www.j

- Re: How to map an array or a list of enums?

I 'm not sure but I 've only seen persistent Collections being used with Hibernate--not arrays. Have you tried using a List <UnderwritingConcernEnum > or Set <UnderwritingConcernEnum > instead of an arra

- Re: xdoclet.modules.ejb.EjbDocletTask not f

I 'm seeing the same behavior using JBoss Eclipse IDE 2.0.0 Beta on Eclipse 3.2.2. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053312#4053312 Reply to the post

- Trying to find complete source code for jboss-

I downloaded jboss-4.2.0.GA-src expecting it to contain source code for all the class files in jboss-4.2.0.GA but it doesn 't. For example it doesn 't contain any source code for the org.apache.catal

- How to map an array or a list of enums?

Hi folks In EJB 3.0 via Seam 1.2.1.GA we want to persist an entity with an array of enums. In the entity | public UnderwritingConcernEnum[] getConcerns() { | return concerns |

- How to map an array or a list of enums?

Hi folks In EJB 3.0 via Seam 1.2.1.GA we want to persist an entity with an array of enums. In the entity | public UnderwritingConcernEnum[] getConcerns() { | return concerns | }

- Re: Seam, Facelets, JSF and XML comments

Actually it is not a seam issue it is a Facelets behaviour you can avoid it adding below configuration in your web.xml | <context-param > | <param-name >facelets.SKIP_COMMENTS </param-na

- Seam, Facelets, JSF and XML comments

I 'm new to Seam and trying to port (and enhance) a web app I had running previously using just Facelets and JSF. I keep running into problems that turn out to be due to parts of the XHTML file that a

- Trouble with SeamTest when stateful session bean is

I couldn 't get the SFSB to instantiate correctly in my SeamTest because the component startup was invoked before the embedded ejb container startup. Here is the error message anonymous wrote | o

- Re: Cluster Stateful EJB 3.0 problems

Do you see your EJB deploying properly on both nodes? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053293#4053293 Reply to the post http //www.jboss.com/index

- Re: Document Store Servlet error (Seam PDF)

Does the itext example application work for you? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053292#4053292 Reply to the post http //www.jboss.com/index.htm

- Re: EJB3 mail session injection

Try @(protected)(mappedName "java /Mail ") | private javax.mail.Session session View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4053291#4053291 Reply to the post

- Document Store Servlet error (Seam PDF)

I 'm trying to use Document Store Servlet for PDF (per documentation) when I enable anonymous wrote | | <filter-name >Seam Servlet Filter </filter-name > | <filter-class >org.jboss.se

- Re: howto display the an enum object internationaliz

This is an example of an approach I have used for drop-down lists. Each constant is instantiated with the key defined in the messages properties file | public enum Salutation { | | MR( "sal

- EJB3 mail session injection

Hi In my jboss mail-service.xml i have defined the parameters for the mail server i want to use I want to use a Stateless Session Bean to send email so i can have one central service to mail manage

- Cluster Stateful EJB 3.0 problems

Hello there! I 'm trying to get a SFSB in a jboss 4.2.0 cluster. It 's a simple example. A bean that increments a value. My bean 's interface and implementation | @(protected) | public interface Contad

- Re: WebMethod with name

Are you doing top down development (starting with WSDL) or bottom up development (starting with service implementation)? There may not be an "update " method in your WSDL ? Or the input request may no

- Re: TX Service not configured

Well - I fixed this problem by adding the following service to the jbpm.cfg.xml file | <service name "tx " factory "org.jbpm.tx.TxServiceFactory "/ > | So here 's my question. All the documenta
Page 227 of 3016 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100