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 39 of 3016 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

- @Local blues

Somewhat off-topic-rant but surely something seam-users suffers of also Does anyone know if there is a revision coming to the EJB3 specs that would remove the use of home interfaces for session bean

- Recieving Mail with Seam

Hallo I have been trying to create a component for recieving email. BTW the component for sending mail is working quite nicely. The problem is my component is not able to receive the mails and from

- JBoss 4.0.4 java.sql.SQLException: No more data to re

We have 2 machines each with identical JBoss 4.0.4 Server and Oracle 10g installation. We have an application (war file) installed on both the system. When trying to insert data into oracle database

- Changing datasource

Hi I am using Hibernate in a servlet and I have configured the hibernate.cfg.xml to use a Oracle datasource. If I change this datasource (up max connections change the idle timeout) any subsequen

- Where to route obsolete parent token in token multip

Hi All Based on the examples from this forum and jBPM wiki I have implemented a custom action that accepts a list of items generates a token for each item from the list creates a variable with the

- Publish once but get 8 replicated mess

Hi I looked around and found some sample code to publish to a JBoss topic... public static boolean publish(String xml) throws Exception | { | log.info( "Creating jndi context - al

- Re: Maven + Embedded E

Took me a while to get this but here it is The persistence.xml should look almost exactly like below <persistence > | <persistence-unit name "myPU " > | <jta-data-source >java /MyDB </jta-data-so

- SSL and JBoss 4.2.0 GA

Hi. I did a brief search of the forums and didn 't really find anything that helped me. I have my keystore ready to go and I want to implement it into JBoss. (so that I can have my Jboss applications

- Javassist 3.5.SNAPSHOT Maven2 POM brok

I 've been playing around with maven2 using it to include microcontainer dependencies into JBoss Cache and see the following | | [INFO]

- javax.naming.NoInitialContextException tryi

I have a simple setup where I am trying to connect to a remote JMS queue using a MDB. Jboss and JDK versions are Jboss 4.0.4GA and JDK 1.4.2_11 respectively. I have configured the MDB Jboss instance

- Re: Trinidad: Validation still not working

Did some debugging and research and found that this was already reported as JBSEAM-1667 but seems to be an issue with Trinidad. I 'll try and test with a newer Trinidad version. View the original pos

- Servlet Filter issue with Jboss Portal 2.6

My requirement is to check if the user has logged in when a particular page is clicked in the portal. If the user has not logged in then I have to redirect to login page. To achieve this I went abou

- JBoss Portal : Best Practices

Can any one help me out in understanding what are the best practices in developing a JBoss portal application. 1) Is it good to alter portal.sar 's defualt-object.xml for making your portal default. 2

- Re: How to get the subject in version 2.6?

I guess I could do something like this | Subject subject (Subject) PolicyContext | .getContext( "javax.security.auth.Subject.container ") But how can I set this? Essen

- Re: session-scoped rich:tree

You need to bind the rich tree to a session scoped variable. So you do something like this | <rich tree binding "#{myBean.tree} " .. > | Then in your session scoped 'myBean ' you have a variabl

- Re: Stateless vs Stateful Bean

I am in the same situation... does anyone know the answer to this one? What 's the best practice. To use Stateless Session Beans + Injected Beans from HTTPSession/Conversation/etc for keeping the state

- login re-direct (possible doco problem 13.4.6)

Seam dod says add this to components.xml (Seam 2.0 Beta) I get a warning Severity and Description Path Resource Location Creation Time Id cvc-complex-type.4 Attribute 'expression ' must appear o

- JBoss Integration with Predeveloped Java NIO S

Here is a message from one of my colleagues at work This question keeps appearing and keeps getting worked around but I think this time we?re not going to be able to avoid it TomW is going

- How to get the subject in version 2.6?

import org.jboss.portal.security.SubjectAssociation | import org.jboss.portal.security.PortalSubject | | PortalSubject subject Su

- Trinidad: Validation still not working

I haven 't been able to get s validateAll to work with tr inputText (JBoss Seam CVS Trinidad 1.2.1 JBOss AS 4.2.1) The bug can be reproduced with seamdiscs example when adding @(protected)(min 3 max 32)

- session-scoped rich:tree

I would like to have a rich tree on a page such that its data model is session-scoped i.e. the user expands/collapses nodes on the tree navigates away from the page and the tree is in the same sta

- .har and webapp classl

Hi I deploy the hibernate related configuration files in .har file and few of the classes which are part of .har are also part of .war file. When I tried to cast few classes which are returned by h

- Setting the ID of t

Hello I have some simple entities with ID annotated as | @(protected) | @(protected)(name "MY_TABLE ") | public class MyEntity { | private Long id | | @(protected) @(protected) | @(protected)(name "ID ")

- Embeded xxx questions...

Hi In seam 1.2.1GA i Embeded EJB for Tomcat but in Seam 2 there is Embedded JBoss.. Can anyone explain me differences? I understand it 's fully packaged JBoss EJB soft into tomcat yes? 2. In seam 2

- Re: Cannot retrieve user: Unable to locate current

kpalania- You need to call this in the context of an active Transaction Thanks View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4071350#4071350 Reply to the post

- java.lang.IllegalArgumentException: Unable to find oper

Hi I am using jboss 4.0.5 GA installed with JEMS 1.2.0 (ejb3-clustered). I assume the EJB version that is used as a result is EJB 3.0 RC9 - Patch 1 although I can 't really tell from my installa

- Cannot retrieve user: Unable to locate current JTA

I am trying to retrieve a user from the JBoss Portal DB using the APIs provided and I am running into a JTA Transaction exception ( "unable to locate currentJTA transaction "). I 've confirmed that the

- Re: Problem while retrieving user details from db

Did you find the solution? I am running into a similar issue. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4071343#4071343 Reply to the post http //www.jboss.c

- Clean resources at the end of the transactions

Hey I need to clean some resources at the end of the transaction (CMT User Transaction). Can you please advice how to do this? View the original post http //www.jboss.com/index.html?module bb

- Radius Authentication

Hey Does some one write or saw an example to integrated authentication with JBoss? I am using JBoss 4.2. Thank you View the original post http //www.jboss.com/index.html?module bb&op viewtopic
Page 39 of 3016 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100