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 339 of 3016 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10   Next 100  

- Hibernate - proxool

I am using JBPM with Hibernate. My hibernate.cfg.xml contains this ... ikate true proxool-config.xml ... My proxool-config.xml contains this ... ikate <driver-url >jdbc mysql //localhost/ikatem

- Proxool pool

I am using JBPM with Hibernate. My hibernate.cfg.xml contains this ... ikate true proxool-config.xml ... My proxool-config.xml contains this ... ikate <driver-url >jdbc mysql //localhost/ikatem

- Bank example build error

I got the sample http //www.jboss.com/index.html?module downloads&op download&downloadId 60 and unzip jbossj2ee-src.zip then tried follow the step 4.1.2 in the Getting Started Guild to compile the so

- Re: JMX URLs

I "m not sure exactly how is this supposed to work but what does the jndi have to do with it? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043068#4043068 Reply

- $Proxy146 cannot be cast to servlet... Access ejb bean

Hi Thank you for read my post I 'm new to ejb 3.0 there 's a problem when I try to access an example session bean from servlet. Anyone please help -) The code of the test session bean is BLo

- Programatically creating XMBean Instance

I 've developed an XMBean that works fine when deployed through a jboss-service.xml. However I 've come to a point where I would like to deploy multiple instances of this XMBean programatically. In

- lookup database source weird problem

Hi all I am using jdk 1.6.0_01 and jboss 4.0.5.GA. I have setup jndi lookup in my startup servlet init() method however it did not lookup the jndi database name at all. It always give me error

- Re: Persisting Object from previous screen in one tr

That exception indicates that your object is already persistent but detached (unmanaged). You need to instead use merge. View the original post http //www.jboss.com/index.html?module bb&op viewto

- Persisting Object from previous screen in one trasac

Dear all Is there any guide I need to follow in order to be able to persist an object from a previous screen that is involved in a pageflow? Since I get this stacktrace | Caused by org.hiberna

- Re: Seam 's Identity and Authenticator

These classes work in concert with each other - by default the Identity class will use JAAS to authenticate the user via SeamLoginModule (which is a standard JAAS login module). SeamLoginModule per

- Seam 's Identity and Authenticator

Can someone tell me the correlation between Seam 's Identity and Authenticator? It is my understanding that we can declare/override the RuleBasedIdentity as followed @(protected)( "org.jboss.seam.security.i

- Re: java.net.SocketExc

hi i searched a lot but havenot found anything useful on this. on starting jboss 4.2.0.CR2 i get warnings UDP failed to join ... on lo java.net.SocketException No buffer space available. my hiber

- EjB3 & JBoos AS - JUnit testing

Hi I am try to crate an ear using the following technologies * JBoss AS 4.0.5.GA with EJB3 * JBoss Embeddable EJB3 Container * Hibernate 3 * JUnit I have been able to create

- Re: How to authenticate user by department?

Just extend the identity class and add a department field. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043036#4043036 Reply to the post http //www.jboss.com/

- jPDL GPD 3.1.0.alpha4: Full jPDL Support!

Hi all I wanted to inform you that I finally was able to release the first GPD with full jPDL support. It is the last of the alpha releases and I hope I will be able to quickly stabilize the code.

- Concurrent JPDL & BPEL support

I 'm working on a new orchestration project. The higher-ups want to use BPEL because it 's the latest and greatest buzzword. I 'm more interested in using JPDL so that I can write useful workflows with

- Re: @Name 's value configuration by convention

i belive there is an open issue for this... View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043019#4043019 Reply to the post http //www.jboss.com/index.html?modu

- Re: Loosing the URL parameters between requests

I think page parameters should do what you are after? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043016#4043016 Reply to the post http //www.jboss.com/index

- Re: Seam-gen + RichFaces + Firefox = null page

It 's just how different browsers handle http streams that close unexpectedly I suspect. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043014#4043014 Reply to the

- Re: Seam JavaOne meetup?

Gavin is around i think. I would love to have a meetup but as i 'm not going... (but instead going on holiday p). Seriously I expect Michael is the person to talk to about this ) View the origin

- design pattern for canceling an EJB3 timer

I need some advice on how to cancel an active EJB3 timer. Currently below is the flow of things in my application 1. Client schedules a task via SLSB. | 2. SLSB validates task parameters and queues

- @Name 's value configuration by convention

Anyone aware of a particular reason why @(protected) 's value attribute is required? It would seem that value would be a perfect candidate for configuration by convention using a camel cased class name. Mik

- Re: Transaction Timeout Exception

this is happening only when i try to insert exceptions into the database. Thank you sunil View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043000#4043000 Reply to

- Transaction Timeout Exception

Hi I am trying to catch an exception and insert them into the database. when ever i try to get a database connection am getting Transaction timeout exception. you check error below. I am guessing th

- Loosing the URL parameters between requests

I am looking for a way to keep the GET params between requests (leading to the same page). The blog sample app for instance has nice bookmarkable URLs for the posts http //localhost 8080/seam-blog/s

- Re: package protected interfaces

Is it possible that the container is deploying your test-ejb.jar before your test-core.jar? If so it 'll be attempting to deploy your EJB3 beans before the required libraries are in place. If this i

- JMX URLs

I 've created an MBean on a JBoss server with all default settings and it is running fine. I can see it on the jmx-console and as well as view it in the JConsole application under 'local '. How do I d

- Injection of LocaleSelector does not work in 1.2.1GA

The following code used to work when I first tried it with 1.1.6GA. Now the the injection of LocaleSelector no longer works. The value is null. Any idea? Thanks public class LocaleChanger { |

- Scoped Loader yields null InitialContext.lo

JBossAs 4.2.0.CR2 JBossMessaging 1.0.1.GA I have several MBeans that use some shared code I have developed. I am trying to use scoped loading by adding this to my jboss-service.xml <loader-reposi

- Setting up context into a remote EJB app

Hello all I have an existing EJB middle-tier app that was developed and deployed with JBoss 4.0. I would like to put together a Seam Web UI app for this middle-tier app. How would I go about making
Page 339 of 3016 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10   Next 100