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 124 of 3016 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

- Problem in deployment of ejb 3 in JBoss Server using Or

Hi All I have packed a simple stateless bean along with an entity bean but there is an exception thrown during deployment as this

- A suggested SeamTest improvement

I spent some time debugging one of my tests trying to figure out why the conversation wasn 't being propagated. I had something (very roughly) like this | | String cid new FacesRequest( "/

- Seam 2.0 Beta + JBossas 4.2.1.GA + JBossWS-2.0.0.GA

This is just a quick note to say that I 'm successfully runing Seam 2.0 Beta with the JBoss 4.2.1.GA from SVN and JBossWS-2.0.0.GA also from SVN. I was having real problems running web services on cli

- Passing some jars to a

Hi How it will be possible in JBOSS to supply a Jar file to a specific application deployed in JBOSS lets say "test.war ". And I should be able to change the supplied jar on my wish. I don 't want to

- 1.5.5 GA: Problem with InstanceAdvisor- >appendInterce

Hi All After successfully appending a single interceptor to an advised instance I am now trying to append an interceptor stack to the same instance. The code looks like this | if (man

- Re: Usage for downloading uploaded file

You have to write a servlet to do this. I think the seamspace app provides a good example. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063313#4063313 Reply to

- Usage for downloading uploaded file

Hi people! I have a simple problem but i 'm a little lost here. I use | <s fileUpload data "#{documentHome.instance.file} " | fileName "#{documentHome.instance.name}

- Extract EJBs from jboss-seam.jar

Hi all I noticed (as far as I have seen so far) that there are two EJBs in jboss-seam.jar LocalEjbTransaction & LocalTransactionListener. And that 's why in the jee5 examples the jboss-seam.jar are

- PageFlow On Role Basis

I m using the following pageflow definition. Can we define the transition based on the role. Like swimlanes are used in jbpm process definition. | <pageflow-definition xmlns "http //jboss.com/pro

- JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destr

Hello all I 'm seeing the following NoClassDefFoundError when shutting down my JBoss instance. The component in question is a stateful session bean used to retrieve updates for Ajax4jsf. Adding the

- WSRP

Hi people I 'd very new with Seam but I love how many people is testing trying and working with this fantastic framework. I would like to know if there are posibilities to build portlets using Seam

- Trying to run tests in Embedded.

I 'm sorry I 'm maybe missing something very obvious. I am trying to run a test in Seam2.0BETA using testNG in the embedded EJB3 container and I 'm getting the following | [testng] java.lang.Run

- Bisocket transport sample code?

anonymous wrote | Hi | | Is there any example I can run to experience Bisocket in jboss-remoting? | | Regards | | Erez Harari | | Axcepia Technologies | Hi Erez That 's

- fileUpload component - Strange behavior

I am experiencing some strange behavior with s fileUpload. The upload itself works fine however I am noticing some unusual behavior which happens "sporadically. " <h form id "insertForm " enctype "m

- Re: Standalone JBM 1.3GA?

Yes you can disable the services you don 't need. For messaging you need a transaction manager JNDI JMX JCA... (maybe a couple more). http //wiki.jboss.org/wiki/Wiki.jsp?page JBossASTuningSliming

- How to switch from JTA

By default JBoss AS 4.2.0.GA comes with JBoss Transactions configured to use JTA. I would like to switch it to JTS in order to get XA support for database activity and JMS message creation in one ato

- Re: Hibernate validator @CreditCardNumber not workin

I got a response in hibernate forum. Just to help others who may come across this issue - I had to replace all hibernate jars in Jboss lib folder to the latest jars and it worked. View the original p

- Re: Configuring POJOs as Seam Components in componen

http //jira.jboss.org/jira/browse/JBSEAM-1650 View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063268#4063268 Reply to the post http //www.jboss.com/index.html?mo

- Re: Question on reading in a simple paramter from a

Maybe I 'm misunderstanding but FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap() doesn 't work for you? View the original post http //www.jboss.com/index.html?module b

- Configuring POJOs as Seam Components in components.x

I 'm using 1.2.0.nightly Is it legal to configure POJOs as Seam components in components.xml? For example <component name "expanderState " class "java.util.HashMap " auto-create "true " scope "conversa

- Re: @Restrict referencing objects in Seam context

You can assert objects directly into the security context with RuleBasedIdentity.getSecurityContext().assertObject() without having to place them into a Seam context first. View the original post

- Question on reading in a simple paramter from a JSF

Ladies and Gents dudes dudettes.... and misc. ive got a bit of a problem with a hashmap in my bean private Map <String String > documentMetaData new HashMap <String String >() i want to be able t

- Authentication using Connector and AJP

Hi We have been having an authentication issue when using the mod_jk connector with IIS and AJP for tomcat within JBoss 4.0.3SP1. Using HTTP Basic Authentication we can see that it is active by vi

- Re: CacheJmxWrapper.getCache() needs to be generifie

anonymous wrote If I try to use the getCache() method of CacheJmxWrapper I can 't use generics. ( I 'm tempted to say lucky you. ) But I won 't -- http //jira.jboss.com/jira/browse/JBCACHE-1131.

- Cookies lost when included JSP fi

The following file creates a cookie when called alone but when this file is included in another JSP the cookie doesn 't survive. Is this a bug in the JBoss App server or is there configuration or co

- CacheJmxWrapper.getCache() needs to be generified

I 'm experimenting with CacheJmxWrapper and found a difference compared to the CacheFactory. We normally use this code CacheFactory <String our.app.CacheEntry > factory DefaultCacheFactory.getInstanc

- JBoss Login Modules: Password Stacking

Hi I am trying to stack 2 login modules (LDAP for authentication and Database for authorization). Tried to follow the example given in the JBoss site but I keep getting a NullPointerException as I do

- drag and drop problems with parameters

hello ive been trying to get the drag and drop working for a while now and have run into a few problems. I have created a bean based on the one i found in the rich faces source | | import jav

- Re: deploy Hellobean to jboss using using xml

Package the files into a JAR file such as hello.jar. This JAR file should contain server/HelloBean.class server/HelloBeanRemote.class META-INF/jboss.xml META-INF/ejb-jar.xml View the original po

- Re: Subdirectories in the view folder

If you look at your jboss console output you 'll probably see that the page is unable to render since it can 't follow one of its template links. Check any template links on the page -- seam-gen gener
Page 124 of 3016 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100