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 232 of 3016 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100  

- componens.xml - problem with spring context and reso

Hi I tried to start a Spring ApplicationContext via components.xml. (I use Seam 1.2.1). But the loading of the Spring configuration files don 't take place. There is no output in the log when I switc

- TestNG with hibernate

Hi All I would like to ask how to create session in hibernate session using testNG. One of example using this code below EntityManagerFactory emf | Persistence.createEntityManagerFa

- Re: Single EJB w/ many actions or Multiple EJBs one for

I think you might have to find the balance inbetween keeping aggregate functions together and separating out enough such that you don 't have a "god class ". I wouldn 't worry too much about "many inst

- Re: HELP: Initial state transfer failed: Channel.get

Sorry ... here is the conf <?xml version "1.0 " encoding "UTF-8 "? > jboss service Naming jboss service TransactionManager org.jboss.cache.transaction.GenericTransactionManagerL

- HELP: Initial state transfer failed: Channel.getStat

Hello all. I have two machines both running java 5 on Redhat 4. I have been trying to get the cache going but I keep getting this exception ... Caused by org.jboss.cache.CacheException Unable to f

- Best Practice for clustering JSF-Application w

Hi all I think about clustering with JBoss 5 and FIELD-level session-replication. I wonder which classes should be annotated? I 'm not sure but I just would like to annotate my backing beans and re

- Jboss libraries in

Hi I just downloaded the latest version of Hibernate. I 'm trying to create an EntityManagerFactory using the Persistence.createEntityManagerFactory method but it fails because it can 't find the org.j

- Setteing the http port

I install jboss-4.2.0.GA [default] server and need to set the http port from (8080 ... the default value) to 80. I set JBOSS_HOME/server/default/deploy/jboss-web.deployer/server.xml <!-- <Connector

- Re: Change application from one version ot anthor ne

please search the forums first. Has been discussed previously. Short answer you can but have to do it yourself. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4

- Session already invalidated

Hello everybody!!!

- Re: Why are there no task queues?

an actor can be just an Id to a real group as well. You do not need to put every individual member of a real group into the pooled actor-id 's. That way it is not per task. But you resolve membership o

- Jboss 4.2-G.A fails to

This is the error I got [drive] \server\src\main\org\jboss\ejb\plugins\cmp\jdbc\ByteArrayBlob.java 46 org.jboss.ejb.plugins.cmp.jdbc.ByteArrayBlob is not abstract and does not override abstract met

- How to use the examples?

I download the example from the web when I deploy it.It always occurs error.Could someone tell me how to use the example step by step?Thank you. View the original post http //www.jboss.com/index.ht

- Re: difference between @Version and EntityManager.lock

The OptimisticLockException indicates that the second client has a stale version of the entity i.e. it won 't be updating the latest version. As far as I know using the EntityManager.lock method wil

- Single EJB w/ many actions or Multiple EJBs one for e

Hello I 'm new to the world of EJBs and 3 tier development in general. I would appreciate any advice on designing a solution for the following scenario. An application that lets users make requests f

- Single EJB w/ many actions or Multiple EJBs one for eac

Hello I 'm new to the world of EJBs and 3 tier development in general. I would appreciate any advice on designing a solution for the following scenario. An application that lets users make requests f

- Single EJB w/ many actions or Multiple EJBs one for

Hello I 'm new to the world of EJBs and 3 tier development in general. I would appreciate any advice on designing a solution for the following scenario. An application that lets users make requests f

- Re: Regarding jboss4.0.5/ejb3

It does except in the web tier. For example the @(protected) annotation will not work if used in a servlet/JSP. But you can use JNDI lookups to achieve the same results. Most importantly to get the EJB3

- Re: Session context variable missing

My runtime environment is Seam 1.2.1GA Jboss 4.0.4GA View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4052852#4052852 Reply to the post http //www.jboss.com/inde

- Re: How can I give the

One possibility create a directory name doit.last in the deploy directory and then place the WAR file in that directory. Any components in a directory ending with the .last suffix are deployed after

- Re: jboss + mysql

You need a *-ds.xml file that describes the MySQL data source. You can find an example one at docs/examples/jca/mysql-ds.xml. Once you edit it for your database copy it to server/xxx/deploy. For mor

- Session context variable missing

I have an Entitiy called Category as defined here | package com.mystuff.fresh.domain | | import static org.jboss.seam.ScopeType.SESSION | import static org.jboss.seam.ScopeType.CONVERSATI

- Re: My list of questions: Seam validation, transacti

"beligum " wrote 0. If I inject (@(protected)) my EntityManager in Seam it holds an extended persistence context right? A persistence context scoped to (current) conversation will be injected. An extended

- My list of questions: Seam validation, transactions

Hi all I know this is a much-asked topic/question but it would be cool if someone takes the time to explain a thing or two to me. Don 't think I 'm lazy I 've been reading up on this all day I just

- Re: oracle : one single sequence for all jbpm tables

If there is a burning reason to have different sequence_numbers for different tables. you can create multiple sequences and modify the hibernate config files for each table. It is easist to leave it

- XA and JBoss Services

Hello! Our application uses EJB3 SLSB JmsXA EJB3 Timers entity manager is configured for MySql XA Datasource. I 've read at http //wiki.jboss.org/wiki/Wiki.jsp?page ConfigJBossMQDB that XA is not

- Problem running seam-discs example from CVS

First this is with Seam 1.3alpha from CVS Jboss 4.2.0GA on OS X. I 'm able to run the other seam examples I 've tried but seam-discs gives me the following exception when I hit the landing page.

- Re: Generating s:link programmatically

Huh? If you want to navigate straight to an absolute URL then there is *no way* for JSF/Seam to intercept it and do stuff (the browser just sends a request for the URL). Do you mean you want to call

- Glassfish example and the entity converter.

If I add the entity converter initialization config to components.xml in the \jboss-seam-1.2.1.GA\examples\glassfish example I find that deploying the app for the first time works. However deploying

- Generating s:link programmatically

Hi I have a problem and I would be greatful for a solution . I have a property which is a URL (http //x.y.z?id 1&a 2&c 2 ). I would like to pass this to a <s link view "http//x.y.z " > <f param
Page 232 of 3016 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100