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

- Re: seam generate-entities

Hi again! Since my post I was searching an answer to my problem and doing my research over the jdbc mysql driver so I can get some answers. I was getting that error and I thought the problem exis

- Request not redirecting to the server in the c

I have configured loadbalancer as belows and I the request are not redirecting to the correct servers. Please help me on this. We have 2 jboss machines running on 1) 10.239.20.193 Port 8080 2) 10

- Remote Call is Slow (EJB 3.0)

hi all can anybody tell me why is so slow remote call? it takes 200 millisecond per call ? can i tuning something ? client and server are on different machines is it possible that this is reason

- Re: 'Modal ' in terms of pageflow

This is just Gavin going on about something... The main point I think is that traditionally web applications only work in one browser window at a time because all state is session-shared and sever

- 'Modal ' in terms of pageflow

Hello in Seam 's tutorial is anonymous wrote The stateful/stateless navigation distinction is quite similar to the traditional view of modal/modeless interaction. Now Seam applications are not usu

- JBossMQ disconnected in Windows 2003 S

OS Windows 2003 Server Impacted JBoss version 4.0.4GA clustered (with 2 nodes) We have a Session Bean which connected to MQ initially when the bean is instantiated. After a Idle period (about 24 hou

- JBoss and Time

Hi all I installed Jboss 4 in Linux Redhat. When I start JBoss the time generated in the log of JBoss is (Sysdate+2H). If my time system is 15h00 the log of JBoss is 17h00. How to change this a

- Re: configuring DbPersistenceServiceFactory is not w

Nobody has a idea to this issue? Otherwise I think I report it as a bug because it definitly do not work like documented (or am I that stupid?)... View the original post http //www.jboss.com/inde

- Re: problem with messages in scheduler.

there shoudl be messages.ge( "myText ") get(..) i made mistake in post but problem still exist in cource code i have get() View the original post http //www.jboss.com/index.html?module bb&op vi

- problem with messages in scheduler.

hi I got in messages properties some text like | myText xxx yyy zzz | and my messages | @(protected) | protected Map <String String > messages | in normal case it works when i do somethin

- Re: what

Are you sure you want to use Double as you id type. Normally databases are using integers for ids. Try to use Long or Integer if you can gurarantee that you won 't exceed the max int value instead?

Subject: =?utf-8?q?=5BEJB_3=2E0=5D_-_what=C2=B4s_the_error?=

Jboss tells me javax.persistence.PersistenceException org.hibernate.MappingException Could not determine type for com.satdatatelecom.satdataweb.model.usuario.ejb.UsuarioEJB for columns [org.hib

- Re: Class not found exception?

I too have this problem. Please help me out. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4043574#4043574 Reply to the post http //www.jboss.com/index.html?mod

- Re: Exception getting value of property

The error message is right there | Could not create instance of org.jboss.seam.contexts.WebSessionContext - org.jboss.seam.contexts.WebSessionContext | Inject the component - not the context.

- Re: find throwing EntityNotFoundException?

This is clearly not according to the specs. I think instead of actually finding the entity with the id it tries to refresh it which will throw the named exception. I would file a bug at Hibernate.

- Re: Joined Subclass Inheritance Strategy Problem

Hello!! I 'm not sure if this is what you are asking for. Take a look at the following post http //www.jboss.com/index.html?module bb&op viewtopic&t 83732. It might handle what you are looking for bu

- Exception getting value of property

Ok here is my stateful bean | @(protected) | @(protected)( "uaiContext ") | @(protected)(ScopeType.SESSION) | public class UaiContext implements uaiContx Serializable { | | /** | * | */ | pr

- Joined Subclass Inheritance Strategy Problem

I am using Seam in a very important project of my company. In my project I need a base entity class and it has more than ten sub entity classes. I don 't want to use single table strategy because the n

- Weblogic to Jboss

We are migrating our application from Weblogic 8.0 to JBoss-4.0.5.GA. Everything is done except the JMS part. I am new to JMS and Jboss. Our application uses Custom connection factory say jms/myFactor

- help needed.. plz respond.

hi ppl i m new to the concept of EJB3.0 and Jboss AS... i would like to which are the files which need to be created to run an simple application like Hello world.. i got the link and downloaded

- Re: IP address from the http request..

Not really Seam-related--rather JSF/Servlet related. | ((ServletRequest)FacesContext.getExternalContext().getRequest()).getRemoteAddr() | View the original post http //www.jboss.com/index.

- IP address from the http request..

I actually need to grab the IP address from the HTTP request. I assume this is quite easy in Seam but can 't find it in the doco. Please can you advise. View the original post http //www.jboss.com/i

Persisting Object from previous screen in o

Dear all Thanks for the help and response. I 've accidentaly added @(protected)(strategy GenerationType.TABLE) on a field that is a used input. Regards josh View the original post http //www.

- SaaS and Seam

Hi All We have been working on single instance seam application 1 year ago and wish to deliver the application as (Software-as-a-Service) SaaS.Is JBoss Seam is good platform in term of the framework

- PojoCacheListener for a specific topic?

Is it possible to register a PojoCacheListener for a specific topic pattern or similar? We 're planning on using the PojoCache across a cluster of servers and it would be nice if specific servers coul

- Web application deployment questi

I 'd like to be able to separate my classes from my WAR file since my classes are often recompiled individually (and this is a large scale project). If I omit the class files from the WAR where shou

- find throwing EntityNotFoundException?

EntityManager.find() is supposed to return null when the entity is not in the DB. This works except under this condition. I 'm seeing this in a unit test of mine hence the odd use-case (I 'm deleting

- How to control/monitor JBoss from within an ap

The need is simple but I can 't seem to find an hard data anywhere. I want to be able to monitor the JBoss container from an application inside it. I also want to do things like add edit and delete

- Re: @Asynchronous

Can you check to see if the org.jboss.seam.interceptors.AsynchronousInterceptor.aroundInvoke is being applied (put a breakpoint on the method). And also put a break on org.jboss.seam.intercept.RootIn

- Re: JbpmContext.getProcess() vs. loadProcess()

if you follow the sourcecode (it 's free) you see that the difference is that one method does a session.load and the other does a session.get. If you look furter you 'll see that session is a org.hiber
Page 333 of 3016 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10   Next 100