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 118 of 3016 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

- JBoss instances don 't find each other

I have following problem wenn I start my jboss-instances they see each other but don 't recognize each other to be members of the same cluster. Any suggestions? thnx ServerLog (host pavullo other

- ui:param and navigation into seam (like seam dvd sto

hi all i use seam project. facelets for navigation. i saw dvd store example into seam examples. i like it very much i need menu like there. there is menu build on and | <ul > | <li id

- @Rollback annotation for validation logic causing de

I have a stateful session bean that uses an extended persistent context and is annotated with @(protected)(TransactionAttributeType.NOT_SUPPORTED). In a transactional action method annotate

- Re: Lookup ejb by its COMP_NAME

ejb-jar.xml <![CDATA[LicenseVerifier]] > <ejb-name >LicenseVerifier </ejb-name > com.dhyan.nms.server.common.license.interfaces.LicenseVerifierHome com.dhyan.nms.s

- Re: EJB-JBPM: transaction clash (rollbacks)

Jsut out of curiosity... why can 't you cut and paste the logging here? The other info (to me) is not enough I 'm no persistency expert... sorry View the original post http //www.jboss.com/index.h

- Lookup ejb by its COMP_NAME

I have given the code that I used to lookup a bean by its COMP_NAME after googling for several hours posting this here to get some clues atleast. Code Context initial new InitialContext()

- EJB-JBPM: transaction clash (rollbacks)

Hi all I 'm in desperate need for some pointers. I try to introduce jbpm (3.1.4) into an existing EJB2.X app. The jbpm code is wrapped in the thoroughly tested session bean works. When the 2 are put

- Re: Use netbeans with jboss remote

I am afraid integration with remote JBoss is not easily possible. But you can 1. Install a local copy of JBoss and register it in the IDE 2. Use this copy of JBoss with your projects 3. Create an arc

- Not able to compile from the source portal 2.6

Hello My Env details

- Re: Not able to compile from the source portal 2.6

My previous append is not formatted correctly. here it is. ------ Hello My Env details

- Clustered post office exception

Hi ! Not sure if this is the right board but here goes. We have two nodes running JBoss 4.2.0 with JBoss messaging 1.3.0GA. We have also updated JBoss Remoting to version 2.2.0.SP1. Whenever we st

- Remote EJB

Hi all I want connect remote ejb which is deployed in jboss4.0.5 from swing application. It works fine in both(jboss+swing app) are in same system and also works fine both r in external ips like (1

- Re: seam 1.2.1 on WAS: NoClassDefFoundError: org.jbo

Hi I successfuly deployed and tested JPA (POJO) example on WAS 6.1.0.3. Just follow the steps in Readme file of JPA example. Still if problem exists then PM me i 'll send you complete war file that

- Classloaders problem with jca

Hi I 'm trying to test my application related to a jca resource adapter I did and a webservices that use such ra. In my web services I did | | | InitialContext context new Initial

- @DataModelSelection in Stateful bean

@Stateful | @Scope(SESSION) | @Name( "usermessage2 ") | public class UserComments implements Serializable UserDisplay1 { | private static final long serialVersionUID 1L | @DataModel |

- seam 1.2.1 on WAS: NoClassDefFoundError: org.jboss.s

Running seam 1.2.1 on WebSphere v6.1.0.9 I get this exception | java.lang.NoClassDefFoundError org.jboss.system.ServiceMBeanSupport | at java.lang.ClassLoader.defineClassImpl(Native Method)

- Re: ClassnotFoundError while trying to use wsrunclient

Did you read the install notes for JDK 6? http //jbws.dyndns.org/mediawiki/index.php?title Installation Please let me know if that works for 4.0.5 as well. View the original post http //www.jbos

- No way to write a working client

Hi all I 'm going crazy!!!!! I 'm trying to write a f***ing client for a web service using jboss-4.0.5GA jbossws-1.2.1.GA the service I deployed is the "jax-ws/WebResult " of jbossws-samples-1.2.1.

- Re: Is there a way to stop faces messages on some ev

Extend and override the org.jboss.seam.security.identity component and replace the addLoginSuccessFullMessage() method. View the original post http //www.jboss.com/index.html?module bb&op viewtopi

- Use netbeans with jboss remote

Hello Everything can help me please? I need use netbeans with jboss but jboss is running in other server (not local server a remote server) who do you configure netbeans? please. Thanks Vi

- Re: NPE in java.io.ObjectStreamClass.getCla

-- > jboss-aop-jdk50-client and -- > jboss-aspect-jdk50-client were missing in the classpath. Are those jars (4.0.5-GA) available from a maven repository other than androMDA ? Cheers Ron View t

- mappedBy and inheri

I have a problem with extending entity classes and OneToMany relations. (The problem is not the same as http //jboss.com/index.html?module bb&op viewtopic&t 111688) My superclass Inventory has a co

- NPE in java.io.ObjectStreamClass.getClassSi

Hi I am trying to get jndi lookup to work and have the following exception on the lookup java.lang.NullPointerException | at java.io.ObjectStreamClass.getClassSignature(ObjectStreamClass.java

- Re: Selecting non-string valued variable instances

If anyone has any ideas at all I 'd be very grateful. Thanks again Pete. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063922#4063922 Reply to the post http

- Re: Migration guide?

I am a little bit discouraged to find a quick answer... View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063921#4063921 Reply to the post http //www.jboss.com/ind

- Need urgent help : tomcatSeam2_0 and tomcat6

Hello their How do you integrate seam into tomcat I have tried to follow the documentation of seam

- Re: how to get LayoutService in a external webapp

I 'm curous why do you need to access the LayoutService in your layout webapp ? It 's supposed to manage your layouts but your layout shouldn 't need to access it. View the original post http //www

- Re: JBossTools with Eclipse v3.3.0

I sussed it I also had to install the following VE-SDK-1.2.3_jem.zip and also from the install new features from within Eclipse itself DTP features Eclipse RCP Patch 1 (May not be needed just did

- how to get LayoutService in a external webapp (not

hi i have my own theme for my portlet. this theme is packaged in a webapp. (i override the tag region and make custom tag) i would like to get the LayoutService in this web app but i don 't know ho

- Re: Support for xi:include

"thomas.diesler@(protected) " wrote | ... or is there an alternative way to achieve bean includes. | Just rename those config files so that they have -beans.xml at the end. BeanDeployer will tak
Page 118 of 3016 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100