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 211 of 3016 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

- Re: Long Time Running Stateful Bean Problem

Looks like something to do with an inner class. You really use a SFSB with an inner class?? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054894#4054894 Reply to

- Re: java.lang.ClassCastException: org.hibernate.coll

I haven 't seen this before but just guessing any chance it could be related to the hibernate version you are using ? Seems like you are working inside JBoss AS. In this case what version is it ? V

- Re: How to adjust memo

I think you are using JavaService. It stores the startup configuration in the registry that is where you would made changes to the configuration such as changing Xmx/s. The docs are here http //www

- Strange NoClassDefFoun

Hi. I am experiencing the strangest error with my deployment on AS 4.2.0. There is a class that is referred to by the EJBs but I get a NCDFE for only that one class. It is packaged in the same jar

- Re: when i restart jboss server web service is not star

Probably this problem http //jira.jboss.org/jira/browse/JBWS-1133 I ran into this myself. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054895#4054895 Reply t

- Multi-project management in Seam-gen

Hello forum I 'm developing a while with Seam and enjoy using seam-gen but there 's one thing which IMHO is not well solved yet I often have to switch between two or more projects so that I must ru

- clustered topics and queues

I am using messaging 1.3 with JB 4.2 clustered I have MDB1 listening to a clustered queue (QC1) and MDB2 listening to a clustered topic (TC1). Do I need to deploy MDB1 and MDB2 TC1 and QC1 on all node

- Re: jBPM in Websphere 6.0

just to clarify i did search the forum and I found couple of people having asked this question but haven 't seen any helpful response. View the original post http //www.jboss.com/index.html?module

- jBPM in Websphere 6.0

My current application uses Hibernate and SQLServer 2005 for persistence and supports Websphere 6.0 application server. Can some one tell me what do I need to do to use jBPM under Websphere. View

- Exception trying to do integration testing

I have a small application using Seam 1.2.1.GA and Hibernate. It 's running okay in the server but now I 'm trying to add integration testing and TestNG is throwing an error [testng] 12 13 31 437

- using import.sql with multiple datasources

I am developing a Seam application in conjunction with my client who is writing a proprietary CMS system in which the data access entities will be embedded in the principal app. My requirement is to

- Re: How to disable JBoss Cache in JBoss 4.2.0

Disable as in prevent replication or do you mean remove from configuration entirely? Removing entirely really depends on the details of the software which directly depend on it. For example for Tomc

- How to adjust memory s

JBoss 4.0.4.CR2 on windows We run JBoss as a Windows service after installing it using InstallJBossService How can I specify Xms and Xmx parameters when running JBoss like this? Thanks View the or

XAException: tx=TransactionImpl

pad true View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054861#4054861 Reply to the post http //www.jboss.com/index.html?module bb&op posting&mode reply&p 40548

- Re: Why is jboss closing my connection?

FAQ View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054859#4054859 Reply to the post http //www.jboss.com/index.html?module bb&op posting&mode reply&p 4054859 __

- Re: Problems setting up Seam-managed persistence con

Have you configured your <jta-data-source/ > name of your persistence.xml in the jboss-beans.xml? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054852#4054852 Rep

- Why is jboss closing my connection?

I have written a JCA connection factory which works fine. I use it in a stateful session bean. On first use I always get | 2007-06-15 18 39 42 746 TRACE [org.jboss.resource.connectionmanager.Cache

- Re: Visual Web Pack - Seam

Nobody? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054850#4054850 Reply to the post http //www.jboss.com/index.html?module bb&op posting&mode reply&p 405485

- Problems setting up Seam-managed persistence context

I have a small Seam (1.2.1) application running in Tomcat 5.5.23 and using Hibernate and the Embedded EJB3 container. It works so far when I inject the EntityManager like this @(protected) pr

- Selector.getCookie()

We have a login section with a remember me checkbox on the first page of our application. For some reason ctx is null when it reaches here protected Cookie getCookie() | { | FacesCo

- Re: actionListener=

Not sure about 1.2 but in 1.3 yes. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054836#4054836 Reply to the post http //www.jboss.com/index.html?module bb&op

- @SecondaryTable. How to use it?

How can I use @(protected)? I have a Contact entity which defines a person 's email phone etc. There may be several of these pointing to a single Person entity. Because a person may belong to sev

- Re: Seam 1.3 Alpha Deployer Problem

You need to update your web.xml / faces-config.xml to the latest. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054828#4054828 Reply to the post http //www.jb

- Re: Ejb 3s and scheduling with cron expression.

This is the inflowmdb unit test @(protected)(activationConfig | { | @(protected)(propertyName "cronTrigger " propertyValue "0/2 * * * * ? ") | }) | @(protected)( "quartz-ra

- Passivation and connection factories

I have a stateful session bean that uses a connection factory. On initialization it obtains this factory from jndi as per usual. Now on passivation do I need to do anything with this factory? I clos

- Re: ClassNotFoundException when class is present i

Advait- You problem is tomcat isolated class loading (which btw is a good thing) To fix this- 1/ Go to deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml 2/ Make the value of UseJBossWebLoade

- ClassNotFoundException when class is present in WE

Hi This is wierdest CNFE I have ever encountered. I am using JBoss Portal 2.6 JBoss AS 4.0.5 GA. I have a war file which contains acegi-security-1.0.1.jar in WEB-INF/lib This file has a class org.

- Re: Updating a Message in Queue

You need a database not a JMS. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054800#4054800 Reply to the post http //www.jboss.com/index.html?module bb&op post

- Re: excess UIL2 threads

Yes but JBossMQ is not currently being developed by Redhat employees. There is an old feature request to re-implement UIL2 as NIO e.g. call it UIL3 The replacement JBoss Messaging already has such

- Re: DurableSubscriber

This just looks like you are doing it wrong - an anti-pattern. Session beans can "vanish at anytime " and are certainly not the place to establish long lived jms connections for receiving. That is wha
Page 211 of 3016 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100