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 447 of 3016 Previous 100   Previous 10   441   442   443   444   445   446   447   448   449   450   Next 10   Next 100  

- Re: Access Seam Component from Servlet

@In can only be used inside declared seam components (ones with @Name or explicit name in components.xml). You can 't inject seam components into any object only other seam components. View the orig

- How to access TreeCache from MBean ?

Hi I am new to both JBoss Cache and MBeans. I am trying to deploy JBoss TreeCache as MBean in Sun Java Application Server 9. I am able to deploy it and start successfully and i am able to acces

- Re: Question on Stateless Session Bean

after a while i got this working. @(protected) | @(protected)( "building ") | public class BuildingListAction implements BuildingList Serializable{ | | private static final long serialVersionUID 1L

- Re: Assign a generic sub-process task in the parent

we did it like in the second solution (not using seam yet). So not sure there is a better way. We don 't have many problems with this. View the original post http //www.jboss.com/index.html?module

- Assign a generic sub-process task in the parent proc

I 'd like to define my actors on process level not on task level. Doing so I 'd like re-use a sub-process for different actors who in my opinion are not really part of the same swimlane. Like both a

- Re: Task Instances - How to mark as complete?

use the source (and the examples/testcases) in the source you 'll see that the .end checks if end is not null. surprisingly setEnd sets end so.....oh and in the api you 'll also see that there is an .

- Re: Post login processing and put results in Portl

What are you trying to achieve ? Does it really have to be in the session ? With the former portal how do you share the information in the different sessions ? If you look at the 2.6 codebase we u

- Access Seam Component from Servlet

Hi there I try to use a Seam Component in a Servlet. Can I just simple put @(protected) annotation in a servlet. Please advise Thanks Ben View the original post http //www.jboss.com/index.html?module

- Re: run graphical process designer (GPD)???

I need help me please!!! any idea??? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032046#4032046 Reply to the post http //www.jboss.com/index.html?module

- Re: JBoss starts, but

Ok I just uninstalled the JEMS installed jboss (using the uninstaller). I then tried reverting back to the standard "extract zip file and run " type jboss install. This fails to load properly too now

- Re: Conceptual/Best Practice Question

In your code that alters data raise an event | Events.instance().raiseEvent( "YOUR_EVENT_NAME ") | In code that can refresh the data model | @(protected)( "YOUR_EVENT_NAME ") | publ

- Conceptual/Best Practice Question

I have home page view that displays a list of orders as a @(protected) The user can customise the view via a drop list to display different versions of this data model. This therefore requires state to

- Re: Expired messages remain on queue

bump. is anyone else seeing this behavior? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032042#4032042 Reply to the post http //www.jboss.com/index.html?modu

- JBoss starts, but not

Hi I was previously using the standard JBoss setup (I downloaded the zip file extracted it and simply ran JBoss). When pointing my browser to http //localhost 8080/ JMX-Console worked perfectly a

- cannot persist repl

Hi everyone i have a cluster of JBoss instances (version 4.0.5) each of them having its own local database copy. I have developed a simple EJB3 application that try to insert datas inside a database

- Post login processing and put results in Portlet s

I am taking a proprietary portal application and porting it over to JBoss Portal. I need to do something like a process_login that will do some post authentication processing and based on the return

- Re: Problem of accessing Oracle DS in JBOSS from a st

>From the FAQ http //wiki.jboss.org/wiki/Wiki.jsp?page HowCanIAccessADataSourceFromAClient View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032031#4032031 Reply to

- seam-gen web 2.0 based

Hello everyone I really enjoy the seam-gen feature but i`m trying do made her more Web 2.0 based...like search and update just the result table made the pagination like this to.....and delete an e

- Stateful beans and Exception

I use a stateful session bean. | @(protected) | public class MyStatefullImpl implements MyStatefull{ | | public void applyFilter(...) throws MyException { | ... | } MyException is

- Re: I 've ProcessDefinition and I need name of first

maybe you can try this pd.getTaskMgmtDefinition().getStartTask().getName() View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032016#4032016 Reply to the post

- Holding values per task instance

Is there any way to hold variables at the scope of a task instance? Using the VariableContainer it appears they are set at the scope of the process instance (?). I need to hold some additional valu

- Task Instances - How to mark as complete?

A simple process definition of a couple of tasks " <process-definition name 'threeStep ' > " + | " <start-state name 'start ' > " + | " <transition to 's1 ' / > " +

- sub queries possible in jbossql

Hello Are sub queries possible in jbossql?(ejb 2.1) If that is the case can you please give me a sample? Thanks in advance Julien. View the original post http //www.jboss.com/index.html?module bb

- I 've ProcessDefinition and I need name of first Task

I have ProcessDefinition object. It is oneProcessDefinition. I can take getName() getID() getVersion() and so on but I need name of first Task which is used to initiate process (and ID of first Task

- Planning to remove @Begin(id=..)? Help Needed!

Hi all reading comments to JBSEAM-976 (http //jira.jboss.com/jira/browse/JBSEAM-976) I read this anonymous wrote | Gavin King [20/Mar/07 08 27 PM] | | Anyway now that we have the now <

- Question on Stateless Session Bean

Hi i have want a stateless session bean to serve Objects to a selectItems component. So far i have adopted a stateful bean from the dvd example to serve the objects. the code is the following @(protected)

- Tomcat Custom Resource

Hello I have defined custom resource in my context.xml but jboss doesn 't deploy it (it is not visible in jmx console) and there are no errors in the log file. In standalone tomcat all works correctl

- Problem of accessing Oracle DS in JBOSS from a stand-

Hello I am trying to access Oracle data source in Jboss from a stand-alone java program. For doing this I have done the following (1) Copied the oracle driver (classes12.jar) in server\default\lib

- Mapping exception

I am using Hibernate Core 3.2.2 with Jboss Application Server 4.0.5GA. I managed to map my entities using myEntity.hbm.xml file for each. However now I would like to use Hibernate Annotations to faci

- Handle HTTP errors or Exceptions gracefully

I quite like to configure my portal or my portlets to go to an error page if an exception or Http Error is thrown. To so I have added the usual error page elements to the web.xml of my portlet as well
Page 447 of 3016 Previous 100   Previous 10   441   442   443   444   445   446   447   448   449   450   Next 10   Next 100