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

- JMS exception: javax.jms.IllegalStateE

Greetings all I am using JBoss 3.2.5 to implement a JMS mail queue I always get following exception 2007-07-13 10 43 49 213 INFO [STDOUT] javax.jms.IllegalStateException Method not allowed 2007-

- Mail Action error

I got the following error Exception org.hibernate.HibernateException instance not of expected entity type org.jbpm.graph.action.MailAction is not a org.jbpm.graph.def.Action when I tried to dep

- mail.class.name Delegation

Why I have put a statement <string name 'mail.class.name ' value 'com.xxx.MyMail ' / > in jbpm-configuration but it still delegates to org.jbpm.mal.Mail for notification? View the original post ht

- ClassnotFoundError while trying to use wsrunclient

I am trying to run a WebService client generated using wsconsume from JBoss 4.0.5 running on JDK 1.6 using wsrunclient and am running into this error. I do have jaxb-impl.jar in the classpath. How do

- Unable to connect remo

I am unable to connect to JBoss from a remote client. I am also unable to connect locally (on the server) using its external IP. The only way I can connect is using 127.0.0.1. I have disabled the fir

- Re: I am thinking there is some kind of deployment bug.

I completely removed the jboss installation and reinstalled. Took the exact same ant file with the exact same sources and deployed in the exact same way. Everything works. I believe there is a clean

- Can I deploy ws4ee endpoint to a separated TomCat?

Hi there As a newbie to web service I have a "silly " question about jbossWS. All WS4EE web services (both stateless ejb and pojo style) deployed on jboss/deploy directory finally would be deployed

- adding getAttributes() / setAttribute() to BaseSeamT

I have requested that there be a way in the SeamTest to get the request-scope attributes (and also set one). http //jira.jboss.org/jira/browse/JBSEAM-1657 Ah and I can justify why now (car rides are

- calling seam component from an action that was start

Is there a way to call a seam component from an action in a process if that process was started in a non-seam web app. The seam component lives an ejb layer and I have both seam/non-seam front ends u

- Support for xi:include

My bean configuration comes from different projects and I like to do something like | <deployment xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi schemaLocation "urn jboss bean-deployer

- seam 1.2.1GA - belowField / description facet

I 'm trying to add a belowField facet but it is not being displayed on my form. Google shows that Seam 2.0 may have changed this to be called "description " but the 1.2.1 docs still document belowFie

- Server.log displays wr

First time user apologies if this is the wrong place to post this. 21 05 19 312 INFO [STDOUT] -- > this line is 5 hours ahead of the actual time. The server time was 4 05 PM when this was printed.

- Re: Missing library during create j2ee proj

I 'm hitting the same issue.... Did you find a solution? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063730#4063730 Reply to the post http //www.jboss.com/in

- Latest info on Trinidad-Seam integration?

I found this on apache 's wiki http //wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail. However it 's about Seam 1.2. Now that Seam is on 2.0 and Trinidad is on 1.2.1 I wonder if there is any

- MaxSpareThreads issue.

Below information is captured from JMX (Tomcat Status). The question is the max spare threads (idle) is configured to 200. As per below threads busy is only 28. It still shows current thread count as

- Re: .xhtml mime type problem

adding <f view contentType "text/html " > to my facelets page worked. I guess this was a myfaces/jsf 1.2 upgrade problem. View the original post http //www.jboss.com/index.html?module bb&op viewtopi

- .xhtml mime type problem after 4.2 upgrade(solution

Solution http //jboss.com/index.html?module bb&op viewtopic&p 4063715#4063715 View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063717#4063717 Reply to the post h

- Seam on WAS

Hello I need to develop an app that could potentially be required to run on WAS. I am planning on doing all the development using JBoss AS + Seam + EJB3. Are there any limitations out there that I

- Re: Reusable Action Buttons tag through Facelets Com

Cool. Personally I 'd like to see more templating in seam-gen 'd apps. They tend to look very copy-pasted which makes it tedious to take a seam-gen 'd app and tweak it. View the original post http

- Re: SAR Deployer: No C

I found I needed to add jmx-rmi-adaptor.sar from an old JBoss to get pass this issue. Is jmx-rmi-adaptor.sar not supported in JBoss 4.0.5? -Todd View the original post http //www.jboss.com/index

- Re: Passing current user identity to the back-end dat

I 'm going to bounce you around. -) The problem you have is really a Seam problem. That 's because you already solved the problem you were trying to solve. JCA SIDE The configuration you have looks c

- Reusable Action Buttons tag through Facelets Composi

For all of your DRY fanatics out there http //wiki.jboss.org/wiki/Wiki.jsp?page ReusableActionButtons I 'll be doing several more wiki articles on the subject in the next few days. -Samuel View th

- Re: StaleStateException from entity activation

Ok I 've reproduced this situation in a simple test | public class PassivatedEntityInParentConversationTest extends SeamTest { | | @(protected) | public void test() throws Exception { | Str

- Exposing MBeans with remoting

It is possible to expose any MBean with an invoker using JRMPProxyFactory and it is possible to access any MBean with RMIAdaptor.invoke(...). The way of doing this is nicely decoupled from the target

- .xhtml mime type problem

I am trying to upgrade to JBoss 4.2(tomcat 6) and in mime type is always "application/xhtml+xml " and Firefox renders this as xml. Previously it was always "text/html ". I tried changing this in both

- Re: Multiple schemas using seam-gen settings

I also tried adding to seam-gen.reveng.xml what is mentioned here http //www.hibernate.org/hib_docs/tools/reference/en/html_single/#d0e1644 | <table schema "schema-a " name "table123 " > | </ta

- Re: JBoss Servlet making RMI call: Securi

Enable security manager at the JVM level and use a policy file as a parameter to the jvm startup. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063679#4063679 R

- Re: How declare user type inside ejb-jar.

Have u tried? <method-param >pkg.classname </method-param > View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4063678#4063678 Reply to the post http //www.jboss.com/in

- Multiple schemas using seam-gen settings

So I have 2 sets of entitybeans from 2 different schemas. Before I ran seam generate-entities I edited the seam-gen.reveng.xml file within each project to read as follows. | <schema-selection match

- Re: Programmatic Web Login

http //anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebProgrammaticLoginTestCase.java is the test case that calls into a servlet (that does the progra
Page 120 of 3016 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100