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 125 of 3016 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

- Subdirectories in the view folder

I would like to keep my xhtml files organized and so I thought that setting up subdirectories in the /view folder would be a good idea. However after adding the directory and adding a simple page I

- How to Clone EntityHome Object

I 'm creating a task module and the requirement is as follow When user completed the task copy the current task and change the completion date property to null and add to the database. Is there any

- Re: JMX interceptors without CacheJmxWrapper

Oops I forgot This is 2.0.0 CR3 on Sun JDK 1.6.0_02 in a stand-alone app compiled to 1.5 target VM. We 're trying to use Spring for configuration rather than programmatic configuration. View the or

- IDE Question: Not Saving Server Configs

(Posting in this forum as directed in the IDE Design forum) Hello I 'm using the latest IDE download 2 beta I think and am trying to configure my server to launch with something other than its 'de

- deploy Hellobean to jboss using using xml file

Hi I created a stateless Hellowrod Session bean according to a standard sample from a book! 1-I do not use any IDE 2- The Project has this structure a) Projectfolder name Hellobean

- Re: @Transactional + Transaction.setRollbackOnly err

Update please ignore the note about "cannot render message " there was no <h messages/ > indeed (how embarrassed I am). Anyway the problem with transaction rollback is valid. BTW despite all these ex

- JMX interceptors without CacheJmxWrapper

We want to expose some of the interceptors via JMX but don 't want to expose the functionality of CacheJmxWrapper 's setters and methods. I 've tried quite a few ways of doing this but I can 't figure i

- Re: SMPC Configuration

Oh BTW here is the business object @(protected)( "employeeBO ") | public class EmployeeBO extends AbstractBusinessObject implements Serializable { | | @(protected) | private EntityManager dcdbEM |

- Registering Web Service in JNDI

In EJB2.0 we have some web services we call from EJB 's. We have registered these in JNDI using these tags in the jboss.xml. | <service-ref > | <service-ref-name >services/myWS </service-ref-n

- SMPC Configuration

I 'm running JMeter against a screen in my application and it 's failing miserably so I created a rudimentary test case and it 's failing also. I 'm guessing that I have something misconfigured. Here i

- @Transactional + Transaction.setRollbackOnly error

Env Tomcat 6.0.13 Hibernate local transactions Seam CVS 11/07. As @(protected)(ifOutcome) had been removed usage of Trancation.instance() setRollbackOnly() was introduced instead. Before (1.3 + Rol

- Re: Abandon a taskInstance

Use @(protected) annotation View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063160#4063160 Reply to the post http //www.jboss.com/index.html?module bb&op posting&mode re

- Re: two basic questions for EntityHome

Hi azalea Do you have the Seam source code with you? The answer is probably in front of you in Home.java which is what EntityHome extends. It 's a pretty simple class to understand and it 'll als

- JBoss 2.0: Specifying SOAP 1.2 for WSProvideTask ?

How do I specify that a SOAP 1.2 binding should be generated by the ANT task WSProvideTask? IMHO in the wsdl file 's section there should be <soap12 binding style "document " transport "http //www.w3.

- Re: EntityHome and optimistic transaction

What does "edit " button do? does it call entityHome.update ? Maybe somewhere the dirty flag is not being set and you may to forcefully set that dirty flag to force update. View the original post

- Abandon a taskInstance

Hello again Suppose I want to exit from a bussines process for after re-enter in a second moment how can reach this? I 'll try to explain it in best way I 've a simple process definition like

- EntityHome and optimistic transaction

Hi Now I struggle with EntityHome ) my environments JBoss AS 4.2.0.GA Seam 2.0.0.BETA1(CVS) Seam gen-generated project(ear) I have a simple CRUD app using EntityHome. The app needs the opt

- Re: How do i check which conversation ids are in the

#{org.jboss.seam.core.manager.currentConversationIdStack} View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063143#4063143 Reply to the post http //www.jboss.com/

- Selecting non-string valued variable instances

I 'm using Hibernate 3.2.2 and jBPM 3.1.4 in a Seam 1.2.1GA environment. I have a problem with a query that should return VariableInstance entities based on a particular name and value. The variable i

- Returning @generatedvalue primary key on creation?

Is it possible to retrieve and return the auto-generated primary key that was created for an entity when you persisted it in the database? I 'd like to have the entities primary key be the returned fr

- Re: JBossWS supports pluggable Web Service stacks

Hi Thomas Could you please elaborate (or direct us to some discussions that elaborate on) the following comment from your earlier post "There will be a common deployment model and management int

- FileUploadException

Hi I am new with jBPM and my first successful try was with jbpm-starters-kit-3.1.4. I could also upload a new process with Eclipse. To be up-to-date I download the packet jbpm-jpdl-suite-3.2.1.zip

- s:selectItems question

Hi I 'm using seam 1.2.1 and JBoss AS 4.0.5 Here is the selectOneMenu in my page | <tr > | <td >Org Level </td > | <td > | <s decorate > | <h panelGroup > | <h se

- setting up an ssl web service & client

I am running JBoss 4.0.5 w/ JbossWS 1.2.1. I have enabled the SSL connector and am able to access the WSDL for my web service using a browser on port 8443 with a certificate I created using keytool.

- building jbpm-jpdl.jar from jbpm source

Hi I want to build the jbpm-jpdl.jar file from the source provided in jbpm-jpdl-3.2.1 suit instead of taking the available jar file. I am anot able to find the build.xml that is having targets to b

- two basic questions for EntityHome

Hi I 'm writing a CRUD app using a extended EntityHome class. *** Q1 *** I want to reuse one EntityHome instance for more than one CRUD operations in a long-running conversation. But EntityHome inst

- Re: PageFlow on Role Base

I suggest you take this to the jbpm forum View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063111#4063111 Reply to the post http //www.jboss.com/index.html?module

- Re: Starting pageflow with decisions

I should think so (if you are starting with start-state obviously if you start with start-page it 's not going to work). What happens when you try? View the original post http //www.jboss.com/inde

- Standalone JBM 1.3GA?

Is it possible to run JBM 1.3 without the rest of the JBOSS plumbing? I have perused the doc and it does not seem to be described outside the realm of the AS. Thanks View the original post http

- Re: Newbie question...

what you seem to want is get a taskinstance by name or am I wrong? And then only the first one. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063098#4063098 Re
Page 125 of 3016 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100