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 19 of 3016 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

- Re: Adding new portals

Please be more clear on your question. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4073389#4073389 Reply to the post http //www.jboss.com/index.html?module bb

- Re: Opening new portlet from link

Are there fixed number of portlets that you want on the second page. If thats the case. I think you can add those portlets in minimized state with empty rendersets(No Decorations so taht you dont ge

- Re: Communication between JSR 168 Portlets

I think you are talking about IPC. There are good examples based on events in samples... Have a look at them... Specifiacally PortletA PortletB in the samples events package. View the original post

- @Enumerated(EnumType.STRING) writes ordinal to table

JBoss AS 4.2.1 I 'm trying to persist an enum as a string (e.g. "OBJECT_CREATE " rather than its ordinal 0) public enum AuditEvent { | OBJECT_CREATE OBJECT_UPDATE OBJECT_REMOVE FIELD_CHANGE | }

- Re: Change Page DisplayName Programmatically

What do you mean by the Page Display name.... Page - node or Browser display name... View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4073383#4073383 Reply to the p

- Re: Source code for jbpm_console

Never mind -- I found it under jbpm4jsf. jeff View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4073381#4073381 Reply to the post http //www.jboss.com/index.html?m

- Source code for jbpm_console

Hi I 'm having a heck of a time locating the CVS source location for the jbpm web console (jbpm-console). I thought it was under jbpm.3/console/src but that doesn 't appear to have any Java files o

- Re: validation

I see three options A) To catch the Exception in your code and then show the respective message. | public void create(Object entity) throws MyDuplicatedException { | try { |

- Change Page DisplayName Programmatically

Is there a way to change display name of a page programmatically ? My requirement is to change Page Name based on some condition . Thanks Srinidhi View the original post http //www.jboss.com/inde

- Newbie: How do I create a single jar for a Dro

I have a simple app in the ide (eclipse) just a java file and a drl file. I build and run it in the IDE and it works fine. I then create a jar but it won 't run (Exception in thread "main " java.lang.No

- Re: EJB remore client in 4.2

double-check that your client 's classpath contains all the necessary jboss jars (in JBOSS/client dir) and the EJB interface class for the bean your invoking. View the original post http //www.jbos

- Infiniband

Hi all I have been using jboss application server for a while as a stand alone server. Now I want to build a cluster environment using jboss on InfiniBand technology I read "The Jboss 4 Application

- Single Session for Same IP?

Hello I 've just started development with JBoss I 'm having the following issue I 'm logging in to my application with different users from the same machine (from different browser windows) and fro

- How to define customer bean in jbpm 3.2.1?

I just upgraded from jbpm 3.2. GA to jbpm 3.2.1 and found unlike jpbm3.2.GA there is no <managed-bean > tag in \WEB-INF\faces-config.xml file. After adding my managed-ben in to \WEB-INF\faces-config.x

- Configuration of additional JMS Connection Fact

Hi I 'm using JBoss 4.0.5 for deployment. I 'd like to define multiply Connection Factories i.e. to use simultaneously the default ConnectionFactory and my own MyConnectionFactory. For this in "uil2-s

- Problem starting service portal:service=CMS

I have the latest portal and i run it with MySql 5.0 I use the jdbc driver mysql-connector-java-5.0.7-bin.jar when i start Jboss i get 10 46 50 465 INFO [RepositoryImpl] Starting repository... 10 46

- jBPM + Hibernate "Could not flush sessions " problem

Hi All We are using jBPM with Hibernate in a Seam 1.2.1 application and have come across this exception...Do we have any idea why this would occur? Has anybody else encountered this before? Regards

- regarding jboss-bean.xml?

HI because we have to deploy our application in many servers with different specifications and configurations I need to have an external config file in which I declare simply IP and connection url

- Re: problem configuring SMPC

Try adding this property to your persistence.xml file | <property name "jboss.entity.manager.factory.jndi.name " | value "java /SeamGenProject " / > | View the original post

- Need help: jboss 4.2.1

Hi all. I install jdk1.6.0_01 jboss 4.2.1.GA and Jboss Native 2.0.1 when start the run.bat a message shows [AprLifecycleListener] Loaded Apache Tomcat Native library 1.1.11 [AprLifecycleListener]

- problem configuring SMPC

Hi all. I 'm trying to configure SMPC on glass fish This is from components.xml | <core managed-persistence-context name "em " | auto-create "true " |

Re: Problem accessing CommandServiceBean fr

Mea culpa...that was a personal eclipse specific problem and was not specifically jbpm-related. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4073334#4073334 Rep

- EJB remore client in 4.2

Hi everybody I was working with 4.0.5-EJB3 version all working fine and I decided to switch to 4.2.1 both of them with jboss-messaging (now 1.3.0-GA). Configuration OK Starting OK But when I tr

- Re: Seam Facet and tomcat runtime

It seems that if seam facet is enabled then removed seam features still available. (This is probably a bug but very usefull here) I just make few modifications to the files generated by seam facet a

- Problem accessing CommandServiceBean from external c

Hello I am encountering problems accessing jbpm 3.2.1. on jboss and I don 't understand what is going wrong. I am using the following sample code | Properties props new Properties() | pro

- validation

I have a field which has an unique constraint in the database. I am getting an Hibernate UniqueConstraint exception. I would like to asynchronously query the database as the user is entering the fo

- Re: multiple jBPM instances, one database

You need to say more about what data if any will be shared across servers. In general if you use read-committed isolation with transactions I think you 'll be ok. View the original post http //

- Logger object nulled after passivation

Hello forum Seam 1.2.1.GA Jboss 4.0.5 I have a problem with my Logger disappearing on me. This seems to happen if I don 't touch its containing component ( a SFSB ) for > 5 mins. The bean is pass

- Re: OutOfMemoryError in JBPM3.2.1

By looking in the jsf component for dataform find out what causes the OOME and creating a patch View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4073312#4073312 Re

- Database upgrade

Hi I 'm trying to install the database for jBPM as it is described in chapter 8 in the user guide. I 'm in the section using ant The section says to run ant upgrade.db.script but when I run this com
Page 19 of 3016 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100