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

- lazy property loading ?

Is there a way to lazily load entity properties in seam ? I 'd like to load a large collection of objects without loading a (potentially large) content inside every one of them ... I 've tried @(protected)

- Re: Hibernate Tools in EJB3.0

in b9a your persistence.xml needs to be configured for j2se e.g. not datasource. with the nightly builds you can use a properties file to override the necessary settings. this is what the hibernate

- Bug: no such setter method: org.jboss.seam.core.Init

The following components.xml declaration results in exception <core init user-transaction-name "java comp/env/UserTransaction " / > java.lang.RuntimeException Could not create Component org.jboss.s

- Re: Confusion on Conversation, Event-Observe, and Bi

Nope. @(protected)(stateless true | around {BijectionInterceptor.class ConversationInterceptor.class | TransactionInterceptor.class BusinessProcessIntercept

- receiving both my custom callback handler

Hi I created a custom CallbackHandler handed it to the LoginContext. CallbackHandler cbHandler new SsoTokenCallbackHandler(username password.toCharArray()) try { |

- Bug(?) when using @

I have 2 entity classes | package testing | | import javax.persistence.* | import java.util.List | | @(protected) | @(protected)(name "A ") | public class A | { | @(protected) | @(protected)(na

- Re: EL Condition failing

Definition Fragment Repost anonymous wrote | | | <![CDATA[#{amount > 1000}]] > | | | <![CDATA[#{amount < 1000}]] > | | View the original post

- EL Condition failing

The server is throwing an error when trying to compare a variable against a condition Caused by org.jbpm.JbpmException couldn 't evaluate expression '#{amount > 1000} ' at org.jbpm.jpdl.el.

- Confusion on Conversation, Event-Observe, and Bijec

Hello I have a SFSB1 - it has an a field that is marked @(protected) @(protected) This same bean has an @(protected) method that listens for an event raised by another SFSB2. Here is the trouble I am having. In a c

- getting taskList with process variables non lazy

I got about 1500 taskInstances in my DB applied to a single user. I 'm extracting all these TaskInstances via jbpmCtx.getTaskList( "actorId ") | Then I 'm accessing the contextVariables of the accordi

- VerifyError in jbossws1.2.0.SP1

Hello I am trying to consume a EJB3 web service in JBoss 4.0.5 and jbossws-1.2.0SP1 and got the error in symbols I couldn 't recognize. I have no problem deploying this web service and have tested a

- Re: error loading http://jboss.com/products/seam/pag

What version of Seam do you use? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032321#4032321 Reply to the post http //www.jboss.com/index.html?module bb&op po

- Re: How to get the portlet real path in jboss.

renderRequest.getContextPath() View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032323#4032323 Reply to the post http //www.jboss.com/index.html?module bb&op post

- error loading http://jboss.com/products/seam/pages-1

Hi This morning (for us in Europe) the jboss website was down during a few hours ... as a result a seam project would not start because of the error anonymous wrote java.lang.RuntimeExcepti

- Hibernate Tools in EJB3.0

Hi Is any posible to use Hibernate Tools in Seam app with EJB3.0? I got JBoss Eclispe integrated with Hibernate Tools but can 't configure it well using persistence.xml. View the original post ht

- Re: Error in & question regarding docs

anonymous wrote Does this mean I can 't use this hot deployment feature (independently from seam-gen) if I deploy my app as an EAR not even for the WAR contained inside of the EAR? No it means wha

- Remotley deploying a applications war fi

Remotley deploying a applications war file in jboss usinj JON server giveing error connection refused eventhough i can shutdown remote jboss server using jon.it gives error canot put file coonetcion

- Seam-gen Login

How do you pull out IceFaces ? I am getting this msg when trying to login (with and without the Remember me checked) Caused by javax.faces.el.PropertyNotFoundException Base is null authenticator

- Re: File based persistence manager

In my experience hypersonic since it 's embedded is as fast as a file based persistence manager. However many contend that it is unreliable under load. If you are absolutely performance-minded I

- Error in & question regarding docs

1. I think the "copy & paste " devil got you and the last two lines in chapter 7.1.1 - the seam navigation rules - should state </navigation > | </page > 2. This is probably more a problem with my "g

- Re: How to auto-start my singleton service?

Try renaming startSingleton() to start() and stopSingleton() to stop(). Methods create()/start()/stop()/destroy() are names of the standard lifecycle callbacks that the ServiceController will invoke

- Re: JBoss WS 1.0.3 and JDK 1.6 not working

JDK 6 is not currently supported on any version since currently there are conflicts with the ws stack that is embedded in it. After EE5 we will look at JDK6 support. -Jason View the original post

- Re: Jboss As Windows S

Try to find what 's using that port http //webtools.live2support.com/windows/netstat.php If you can 't remove the conflict then edit your service/default/jboss-service.xml file change the port for

- JBOSS webservices over HTTP and s

I am in process of deploying a commercial solution that uses webservices over HTTP as the primary mechanism of interaction between client and server. Is there a writeup available somewhere which can

- Re: Invalidate cache for an Entity Bean?

Hello sonu131 Did you find a solution? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032292#4032292 Reply to the post http //www.jboss.com/index.html?module b

- Re: Seam + jBPM + JNDI

You can deploy your jPDL anyhoo you like. Seam doesn 't need to know anything about it (jBPM reads it from the process definitions from the database). View the original post http //www.jboss.com/ind

- Seam + jBPM + JNDI

I have another (totally confusing) topic regarding this let me rephrase in a at least human readable form... I need to use jbpm with Seam but I need to use a configuration registred on the JNDI I w

- Re: Generate apps that has many to many table with s

seam-gen does not at present support many-to-many associations. Did you try using the latest seam-gen in 1.2.1? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4

- Generate apps that has many to many table with seam-

Dear all Has anyone able to generate screen that has many-to-many relation table with seam-gen? I tried it but it didn 't work. I think seam-gen assumes that it is a table without many-to-many rela

- How to get the portlet real path in jboss.

How to get the portlet real path in jboss. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4032287#4032287 Reply to the post http //www.jboss.com/index.html?modul
Page 444 of 3016 Previous 100   Previous 10   441   442   443   444   445   446   447   448   449   450   Next 10   Next 100