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 27 of 3016 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

- Re: Entity Bean and Jboss seam

User @(protected) on your property. | @(protected) | private String situation | or | | private transient String situation | View the original post http //www.jboss.com/index.html?m

- SeamTest and expectedExceptions

I want to test if a Seam Session bean component throws a particular Exception where do I do this? Is it possible to use the @(protected)(expectedExceptions... annotation for this? The exceptions does not

- Securing Portal Page - please help!

Hi I 'm trying to secure a portal page so that it requires login with the role "Authenticated " that JBoss Portal 2.6.1 comes with. I 've followed the instructions on the JBoss Portal Reference Manual

- Re: How to store an object in POJOCache under multip

| cache.attach( "/foo1 " object) | cache.attach( "/foo2 " object) | View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4072598#4072598 Reply to the post http

- Re: OutOfMemoryError o

I suspect you ran out of perm space (where class objects are loaded). Try running the application with this option -XX +PrintHeapAtGC (redirect the output to a file there could be a lot of it). You

- Re: FQN in Habanero POJOCache?

The "Id " string is the string form of an Fqn. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4072595#4072595 Reply to the post http //www.jboss.com/index.html?mo

- Re: ignoring write lock acquisition failure

This happens when hibernate tries to put an entry in the cache but this put has to block for some other reason (a concurrent put). In this case one of the puts will ignore the lock acquisition failur

- Re: Habanero vs. Cayenne

Habanero 's just been released but it has been through a very thorough cycle of CRs. Hopefully you would have tested with one of the CRs. Habanero is the current stable now and I would recommend it

- Call EJB from a client application deployed on JBOSS

Hi this is my problem I have an application (WAR) running on Jboss 4.0.2 that call EJBs (2.x) deployed in an EAR on the same Jboss (it still works if EJB are on remote Joss). Now I want to migrate t

- Re: Error when I put an object in a clustered pojo c

Different servers with different versions of your class? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4072594#4072594 Reply to the post http //www.jboss.com/i

- Re: How integrate portlets

This should be as simple as combining the contents of the portlet.xml portlet-instances.xml and * object.xml files. Also I searched on the terms "multiple portlets " and found this post http //www

- Persistence Strategy for Seam + Spring

Hi for a new application I plan to use use a layered architecture based one seam + spring + hibernate. The spring example in Seam 2.0 shows how to use JpaTemplate to implement data access. I hav

- selectItems

Hello i 'm using <s selectItems and i have an exception this is my code <h selectOneMenu id "selectOneSituationDeFamille " value "#{collaborateurHome.instance.situationDeFamille} " > | <s select

- Transaction Handling in Seam + Spring

Hi for a new application I plan to use use a layered architecture based one seam + spring + hibernate. Because of some SOA requirements I choose such a layered architecture so that spring service

- Re: InstanceNotFoundEx

John please do not ask the same question in multiple forums. For others who see this post the discussion continues at http //www.jboss.com/index.html?module bb&op viewtopic&p 4072565#4072565 View

- How to create EntityManagerFactory?

Hey I want to create EntityManagerFactory in runtime. Means that i dont want to use the persistence.xml file because i will know the schema name only in runtime. Any one has a knowledge or an

- What are you using Remoting for?

I am currently working on the design for Remoting 3 and I 'd like to hear what the end-users of Remoting are using it for or what you 'd LIKE to use it for and what features (like transports for exam

- ignoring write lock acquisition failure

Hi I am trying to use tree cache as the second level cache for an application that uses hibernate 3.2.5 on weblogic 3.2.5. I 've upgraded to jbosscache 1.4.1 sp4 and jgroups2.4.1. I guess I have a co

- Entity Bean and Jboss seam

Hello I need help please I want to add a property named "situation " with its setter and getter in an Entity Bean but when i deploy my application JBOSS server do a mapping with the dataBase so it

- Re: Setting the ID

anonymous wrote Why is that? The entity is NOT detached it never got persisted... Well you created it with "new " so it 's not "attached " to the persistence engine so it has to be detached... It

- Re: .har and webapp cl

I managed to overcome this issue by setting Java2ClassLoadingCompliance and UseJBossWebLoader to true in jbossweb-tomcat55.sar/META-INF/jboss-service.xml. Is this the right approach? Sun View the

- Re: JMS over HTTPS with JBoss Messaging

In the distro there is a working example that demonstrates how to do this. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4072522#4072522 Reply to the post http

- Dynamic ServiceMbean name

Hi I would like to know if it 's possible to override the MBean name of a ServiceName. The name is defined statically in the jboss-service.xml file. Is it possible to change it while deploying the

- Re: Joined Inheritance Strategy Problem

The InheritanceType.JOINED is a "table per subclass " strategy. So you don 't need a discriminator which is probably why it was null. View the original post http //www.jboss.com/index.html?module bb

- Jboss Seam+Facelet!

Hi I 'm creating a reference application for a project with Jboss Seam. I 'm using Seam2.0 beta & Glassfish server 9.1. I 'm using Netbeans IDE5.5.1. I 'd created a sample application with Jboss Seam

- JMS over HTTPS with JBoss Messaging

Does any one have any luck with configuring the connection factory in C \java\jboss-4.2.1.GA\server\myconfig\deploy\jboss-messaging.sar\connection-factories-service.xml to work with JMS over HTTPS

- Re: can 't get group task list with pooled actors

no feedback? ( View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4072508#4072508 Reply to the post http //www.jboss.com/index.html?module bb&op posting&mode reply&

- OutOfMemoryError on Wi

Hi all jboss 4.0.5.GA Windows 2000 Java 1.4.2_06 I have a java application running inside jboss. It needs to process a big XML file (it contains +10000 'records ' 1 record about 30 nodes). I ke

- BatchedTooManyRowsA

Hi I 'm having a problem with a legacy app that uses SQLServer 2000 that we 're converting to EJB3. One of the tables has a trigger on it to record audit changes. However the way the trigger and the

- Re: Standalone JNDI server using jnpserver.

Hi Marc How did you get the JBoss JNDI server working in your own Java application? I 've been reading the JBoss source code and trying different things for days but I can 't get it to run. I 'm usi
Page 27 of 3016 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100