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 92 of 3016 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

- Re: Where is the JBoss Rules Forums?

It turns out that Rules has its own mailing-list. Cheers View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4066385#4066385 Reply to the post http //www.jboss.com/i

- entity-transaction with persistence provider other t

Dear all Today I tried using entity-transaction with Toplink as the persistence provider and it didn 't work because of ClassCastException. When I digged in to the Seam source it looks like that ent

- Re: startup class hangs

http //wiki.jboss.org/wiki/Wiki.jsp?page FAQJBossJMX View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4066380#4066380 Reply to the post http //www.jboss.com/index.

- Re: How do we control the order of deployment?

This one was moved to JBoss Seam forum since it has nothing to do with JBoss Deployers. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4066375#4066375 Reply to t

- Re: How to create a UDP server?

Hmm.. I 've let this one simmer for a while and still no ideas. Would a JCA 1.5 inbound connector be the only way? Thanks for any discussion in the thread... Bogus Exception View the original pos

- How can a deployed app interact with JBoss?

Well let me be a little clearer... Ideally I 'd like to have a deployed app be able to (or to direct something to) 1. Create an XML descriptor 2. Copy a pre-compiled class into a temp directory

- Saving files using

Hello! I would know how can I store files like images documents sheets using hibernate annotations? And more... is there any way to lazy the file content property? Thanks View the original post

- Clustered local interfaces? Really?

Hi guys I ask awfully lots of questions recently but bear with me. I found something truly weird. I wanted to see what happens if I declare local interface as clustered in jboss.xml. I did not expe

- Re: Bug? EL and Anonymous Classes

That 's definitely a bug. Can you open a JIRA case with the details? View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4066368#4066368 Reply to the post http //www.

- NPE in BusinessProcessContext

Hi I have a simple process <process-definition name "SimpleWorkflow " > | <start-state name "start " > | <transition to "end " > </transition > | </start-state > | | <end-state name "end " > </

- Re: Can Seam component be Serializable?

Yes Seam components can be serializable. Please post more details. View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4066365#4066365 Reply to the post http //www.

- Re: WorkingMemory injected in EJB but not POJO

What do you mean by "manually instantiate "? Do you mean that you create an instance using new? If so that won 't work because Seam only performs injection on seam-managed objects. View the original

- Seam projects and Eclipse Europa (3.3)

Hi when trying to use a freshly created seam project (seam-gen) in Eclipse Europa (3.3) I got an error message stating that the ant "BUILD FAILD " (Mac OS X). After some investigation I found out th

- Re: What is the reason why <s:convertEntity > can onl

I 'm not certain about this but I think your issue is addressed here http //jira.jboss.com/jira/browse/JBSEAM-1581 View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p

- Re: POJOCache 2.0 - static field Replication

Sorry the documentation is wrong (out of date). I am in the process of updating it should see that fixed late next week. Static field replication is planned for 2.1.0 http //jira.jboss.com/jira/br

- Question about ResumeProcess and transition name

Hi. Let me ask you about @(protected) Why @(protected) dosen 't have a transition name like @(protected)? I think it is fine to have it optionally because i don 't have to inject processInstance and

- WorkingMemory injected in EJB but not POJO

I have an EJB I am using as an event handler. When I inject my JBOSS Rules workingMemory into it all is well I have declared it in components.xml. Here is the code | @(protected) | @(protected)( "indexPa

- Re: Portlet title bar, help button question

Looks like the text is hard-coded into ./theme/src/main/org/jboss/portal/theme/impl/render/div/DivDecorationRenderer.java for (Iterator i modesOrStates.iterator() i.hasNext() ) | {

- Default layout and theme for Dashboard

Currently the default layout and theme for dashboard is renaissance. I want my own custom theme and layout as the default one. I tried changing in default-object.xml for the dashboard but its not work

- Portlet title bar, help button question

How do I change the help image "alt " message from 'help ' to something else? Thanks!! View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4066342#4066342 Reply to the pos

- Can Seam component be Serializable?

Can Seam component be Serializable? I see very strange behaviour (injection doesn 't work) when my Seam components are Serializable. Seam 2.0.Beta1 and server side state saving on JBoss 4.2 with Sun '

- Re: Can @In be used in entity classes?

okay I figured out without pseudo business methods (inside which just start a rule session and execute the named rules) I can directly call the business rules in conversation beans using the config

- Can @In be used in entity classes?

Hi folks I 'm trying to externalize all the business logic to rule files for each entity. With Seam this is conceptually not complex to do at all in fact really straight forward. I just need a ruleB

- startup class hangs

I have written a startup class that needs to execute only after the server has completely started. I am currently invoking this from startService() method and this class needs to get a handle to the E

- JBPM_COMMENTS

Hi I am a newbie to jbpm but i have spent a lot of time scanning the forums and online docs. However I was unable to find what values are stored in JBPM_COMMENTS and JBPM_MODULEINSTANCE tables i

- Re: Error accessing dashboard page

and I see this line right before the error stack 2007-07-20 16 26 50 603 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] Successfully passed all security constraints View the original

- Error accessing dashboard page

Anyone knows what could cause this? I 've changed the default security realm and am using a custom realm that extends some JBoss login modules. I am able to get to the home page (embedded within our ap

- <s:selectDate > date type issue

We are using JBoss Seam 2.0 for our application development and the code is generated using seam genearte-entities. I have a table with a composite primary key with one key as a date. When I generate

- Re: EJBs depends on each other

Try annotating one with @(protected) as well as @(protected) I have many cases of co-dependent beans but so long as your dependency is not required in @(protected) you should be OK... S ALR Vi

- Re: EJB with synchronized

According to the EJB3 Spec 4.7.11 the container is responsible to ensure that only one thread is passed through any session bean instance at any one time. Therefore using the synchronized on a met
Page 92 of 3016 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100