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 201 of 3016 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

- Hibernate doesn 't r

I was messing around today and noticed that if I perform a manual INSERT into an entity table then call em.createQuery( "from "+MyEntity.class.getName()).getResultList() to get all entities the list

- Re: RichFaces on portlets is available

shuuttt ) It 's still a secret. We are still ironing things out before claiming RichFaces support on JBoss Portal ) 2.6 Final is still targeted for the very end of this month. View the original

- Re: Portlet printing

What I would do is to define a new window state such as the Maximized one and make it work the same but with a special layout and theme that is special for printing. see how it works for maximised

- Identity.addrole returns false when admin is used !!

I tried out the addrole function of identity loggingg in with the administrator password All roles are attributed except ADMIN ???? any special reason Admin admin .... are resou

- Portlet printing

I am trying to provide portlet print capability. Can anyone point me in the right direction? I tried renderResponse.createRenderURL() and opened the result in a javascript popup but it reproduces th

- session replication and clustering

Hi all How should I set up session replication so that two app servers can share one session? Thanks in advance View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4

- RichFaces on portlets is available

See http //jira.jboss.com/jira/browse/RF-186 RichFaces has been adapted to run with portlets. It needs 2.6 version of portal so ajax features can work inside a portlet. by the way any idea when

- Capturing User Entered Password for Legacy Applica

We are developing a portlet that will connect to a remote application that requires an inline username/password for authentication. Although we are able to use the "same " user name/password for tha

- Re: How can I change the default portal ??

There are post about this. Search with the "default " and "url " key words. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4055780#4055780 Reply to the post http /

- Re: User Navigation Design Pattern

Hi Just wondering what your thoughts are using two independent conversations for editing the edit widget and their children widgets View the original post http //www.jboss.com/index.html?module b

- "ArrayOf " parameter types generating BindingExceptions

I am using a "Top Down " (aka wsdl-to-java) approach to create a JSR109 endpoint with JBossWS 1.2.1.GA. The WSDL that was provided to me contains things like | <s complexType name "FieldSele

- Re: Injected variable initialization

How about using an @(protected) method @(protected) Foo foo | | @(protected) Bar bar | | @(protected)( "bar ") | public void initBar() { | // do your init. | } View the original post http //www.jboss.co

- Re: c:set (or ui:param) and s:link, s:button action

Have you tried using a factory? Put this in your components.xml | <factory name "manager " value "#{my.package.manager} "/ > | View the original post http //www.jboss.com/index.html?module b

- Injected variable initialization

In one action class an injected attribute needs to be initiated with an attribute from another injected attribute before shown in the view. I know that shall be easy. But I have tried several appro

- two server cluster - consumer count 2

I am using messaging 1.3 with JB 4.2 clustered on two servers I have a standalone client application running on both servers The server names are jbossclust1 and jbossclust2 When I start the client a

- Re: in access logs 500(Page can 't displayed)

Is this performance related question? server.log should have information if not you need to change your logging settings. View the original post http //www.jboss.com/index.html?module bb&op viewt

- c:set (or ui:param) and s:link, s:button action para

I 'd like to use some form of aliasing for my Seam components with qualified (and yet possibly long) names. I 'd like my aliases to be valid for a given page. And I 'm using facelets. I tried to use ui

- User Navigation Design Pattern

I have an edit page for a widget and each widget has a set of sub widgets. I want to show the widget details as editable inputTexts and have a clickable list of subwidgets. If you click on a subwidg

- Re: JBoss Messaging & Persistence (Failed to ro

Please please please always state the versions of the software you are using when making a report. JBM version JBAS version JDK version OS etc View the original post http //www.jboss.com/ind

- Failed to retrieve stub from server

I initially posted this issue to the JNDI forum but didn 't get a response. It seemed to me my problem was stemming from clustering since (as indicated below) I 'm getting a message that my local JBo

socket a

Im getting this error when i join a seccond node to a JGroup they share the same mcast_address and mcast_ports. The errors logs on the first node just after the seccond node joins up the group. An

- Re: Stateful session bean Serlization

anybody pleaseeeeeeeee HELP View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4055731#4055731 Reply to the post http //www.jboss.com/index.html?module bb&op posting

- Re: *-ds.xml in EAR

Through much toil and searching the solution I found was to put the following into my EAR 's application.xml file <module > | <java > | *-ds.xml | </java > | </module > and

- Stateful session bean Serlization

when jboss tries passivate my session bean i get a java.io.NotSerializableException exception i do not want jboss to put my session bean to passivate can anybody help me on this i need this urg

- Re: identity addRole returns false and no roles are

i noticed in the code one needs to be logged in to set roles this seems very odd and jaas unlike in jaas I set my roles after login and I do not authorize roles as the password is expired (

- Re: How do folks layout pages: panelgrids (embedded

"grettke_spdr " wrote Hi folks | | I am a JSP refugee and I have continued to layout my JSF pages using embedded tables. I didn 't think that they could make it worse than they did in JSP but y

- identity addRole returns false and no roles are adde

I 'm trapping the security in my application using identity as advised in seam. i add roles from the database to the iddentity using for all roles boolean sts identity.addRole( nextrole

- Re: howto: expose application scope component with J

This is something that JBoss EJB3 provides check the docs. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4055711#4055711 Reply to the post http //www.jboss.com

- Re: Extending ThemeSelector

Because its @(protected)(NEVER). Use Component.getInstance() instead of @(protected) View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4055713#4055713 Reply to the post http

- How do folks layout pages: panelgrids (embedded tabl

Hi folks I am a JSP refugee and I have continued to layout my JSF pages using embedded tables. I didn 't think that they could make it worse than they did in JSP but you know I was wrong. It is ter
Page 201 of 3016 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100