[jboss-user] [JBoss Seam] - Re: How to get page view-id variable in a SB???

2007-08-28 Thread asookazian
this would be similar to: HttpServletRequest.getContextPath(); so is there a way to do this with Faces/Seam??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078580#4078580 Reply to the post :

[jboss-user] [Clustering/JBoss] - Shunning Problems

2007-08-28 Thread nicolaou
Hi, I have a cluster setup with two nodes on different machines. The setup has been working fine from the begging but lately I face the following problem. I have a process running on the cluster every morning that keeps the servers busy for some minutes(10 min). I noticed that not always but

[jboss-user] [JBoss Portal] - Re: Problems deploying HelloWorldJSFPortlet

2007-08-28 Thread prassana
Hi i had similar exception and i could not solve this exception. I got this exception after i added some jars to my jboss-AS-4.0.5/server/default/'lib directory (also i replaced some existing jars by mistake). I could not find a solution to this problem. I also posted this problem.

[jboss-user] [JBoss jBPM] - Re: how to create WEB-INF directory?

2007-08-28 Thread dleerob
You should be able to find the jbpm-console war file under: jbpm-jpdl-suite-3.2.1\jbpm-jpdl-3.2.1\deploy. If that is what you are looking for. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078586#4078586 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: the jbpm process diagram

2007-08-28 Thread dleerob
I managed to solve this one in my own webapp, that did not use JSF (as the jbpm-console does). I posted the solution on this thread: http://www.jboss.com/index.html?module=bbop=viewtopict=102817. Hopefully it will help you. View the original post :

[jboss-user] [JBoss Seam] - Re: Two web applications in one Seam app

2007-08-28 Thread madsph
Okay, maybe I am not a complete nut-case for trying to deploy two webapps in the same earfile - but then I am for not configuring jbpm in the one that caused the problem. Adding bpm:jbpm /bpm:jbpm to components.xml solves my problem (naturally!). Sorry for taking up your time. madsph

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread amitev
very nice post really View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078591#4078591 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078591 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: SelectOneRadio

2007-08-28 Thread yohann49
In fact, when I look on the Debug page, in the session context, packageLine is not create but it'sinject and outject. Where is the problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078592#4078592 Reply to the post :

[jboss-user] [JBoss Seam] - submit username and password for towice to login successfull

2007-08-28 Thread chlol
my env:jboss-4.2.0.GA + jboss-seam-2.0.0.BETA1 after the jboss start ,i can login to my application's home page for once,then i logout to login page,but here i must submit the username and password towice,then login to the home page,why? can you help me? thank you! View the original post :

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread amitev
Here is a link for tuning of jboss as http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078599#4078599 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078599

[jboss-user] [JBoss Portal] - Re: Resize portlet using

2007-08-28 Thread tellarsrinivasprabhu
Hi all, I too have same question. Is it possible to implement re sizable portlet. Also is it possible to implement a close button along with minimize and maximize buttons. like what you can see in Google ig http://www.google.com/ig thanks, tellarsrinivasprabhu View the original post :

[jboss-user] [JBoss Seam] - Can't validate inputsecret with Ajax and hibernate validator

2007-08-28 Thread franck93
Has anyone been successful in performing ajax validation with hibernate validator annotations (@NotNull and @Length(min=6) for example) on an inputSecret field. When i try to do so the ajax does performs the validation but also resets the field to an empty string!!! I assume this has to do

[jboss-user] [JBoss Seam] - is it rich:menuItem bug ?

2007-08-28 Thread chlol
my menu source code: rich:menuItem submitMode=ajax value=update action=/UserEdit.xhtml f:param name=userId value=#{authenticator.user.id}/ /rich:menuItem the Authenticator class: @Name(authenticator) @Scope(ScopeType.SESSION) public class Authenticator { @Logger

[jboss-user] [JBoss Portal] - Re: Sub Page tabs in portal

2007-08-28 Thread [EMAIL PROTECTED]
You will have to adapt your theme (the CSS). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078605#4078605 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078605 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: java.lang.IllegalStateException: Underlying collection h

2007-08-28 Thread Filot
Sorry, maybe one precision: the exception is raised precisely at this instruction: | | String instName = pss.instantiateProject(test33); | | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078604#4078604 Reply to the post :

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-28 Thread fhh
... or download the nightly builds from http://hudson.jboss.org/hudson/job/JBossSeam/. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078607#4078607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078607

[jboss-user] [JBoss Seam] - javax.faces.el.PropertyNotFoundException: Base is null

2007-08-28 Thread asookazian
Can anybody please explain this error??? i have a new Seam project with a testit.jsp: %@ page language=java pageEncoding=ISO-8859-1% | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h% | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f% | %@ taglib

[jboss-user] [JBoss Seam] - Re: javax.faces.el.PropertyNotFoundException: Base is null

2007-08-28 Thread asookazian
I added a commandButton to the addGadget.jsp and the associated new method to the SLSB and got the following: | 2007-08-28 00:34:42,875 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/PracticalSeam-Intro-Seam].[Faces Servlet]] Servlet.service() for servlet Faces

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss installation in Vista

2007-08-28 Thread ros060
Hello, I am trying to install JBoss AS on my laptop which is running vista. But everytime I extract the files to the C drive and try to run it I get the following error: C:\jboss-4.2.0.GA\binrun 'findstr' is not recognized as an internal or external command, operable program or batch file.

[jboss-user] [JBoss Portal] - Sub Page tabs in portal

2007-08-28 Thread srinivas j
Hi All, I have portal page and sub pages, sub page tabs are coming vertically but Can I show this tabs horizontally in the main tab, please help me on this how to make it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078600#4078600 Reply to the post :

[jboss-user] [JBoss Seam] - SEAM internationalization problem :(

2007-08-28 Thread alex_enache
Hi guys, I'm having a problem with internationalization in SEAM for 2 days now. And I can't seem to make it right. So, I have the following files: pmResources_ro.properties pmResources_en.properties pmResources_fr.properties pmResources.properties They are stored in:

[jboss-user] [Messaging, JMS JBossMQ] - Commnication between 2 J2ee application deployed in 2 JBOSS

2007-08-28 Thread shankha
I have one J2ee unit deployed (UI - Controller) in One JBOSS server . I have another J2ee unit(Device Controller) deployed in different JBOSS server. I have to start the Device Controller UNIT(deployed in App server 2) from the UI - Controller from 1st JBOSS app server. Here Start Device

[jboss-user] [JBoss Seam] - a4j-trinidad and maven???

2007-08-28 Thread balteo
Hello, In which maven repository can I find a4j-trinidad please? I looked everywhere and was not able to find it. Can anyone help please? Thanks in advance, Julien. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078615#4078615 Reply to the post :

[jboss-user] [JBoss Seam] - Re: javax.faces.el.PropertyNotFoundException: Base is null

2007-08-28 Thread asookazian
ok, so I restarted JBoss 4.0.5 (BTW I'm using Seam 1.2.1.GA with this app). I'm getting the following stack trace while it's deploying this app: 2007-08-28 00:43:33,046 DEBUG [org.jboss.seam.deployment.ComponentScanner] found component class: org/jimfarley/gadgets/GadgetAdminBean.class |

[jboss-user] [EJB 3.0] - Help! Embedded EJB container + TestNG

2007-08-28 Thread anescu
Hello, we're using a Seam 1.2.1 generated environment, and we are having some problmes with some of the tests. More specific, I made 2 tests that use JMS queues, so then I started looking around how to define JMS queues for the embedded container. I found the tutorial

[jboss-user] [JBoss Portal] - Error on deployment: This portlet app is already registered

2007-08-28 Thread grininger.h
Hi, when I'm deploying my portal app I get the following error: This portlet app is already registered It doesn't happen all the time, but every second deployment, so I have to do a double redeployment every time. Thanks for any help. The stacktrace: | 10:03:26,115 DEBUG [DeploymentContext]

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss installation in Vista

2007-08-28 Thread [EMAIL PROTECTED]
We haven't tried it on Vista. Obviously it's this line in bin/run.bat: | ... | rem Add -server to the JVM options, if supported | %JAVA% -version 21 | findstr /I hotspot nul | if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server) | ... | Just change it to: | set

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread grininger.h
forget to mention: I'm using JBoss 4.2.0 GA and JB Portal 2.6.0-CR3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078620#4078620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078620

[jboss-user] [JBoss jBPM] - bpm_orchestration2 example question

2007-08-28 Thread Arutha
Goodmorning, I had a quick question on the execution of this process. As I understand it, the way it is implemented in the integrated jBPM of ESB4.2, the user triggers the initialisation of the process by running the startProcess task in the buildfile, which sends a JMS to the gateway of the

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-28 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Seam 2.0CR1 is due to be released very soon now. | | | When? | | :) When it's done :). But seriously, there's not that many issues remaining, the problem is that a bunch of last minute issues keep popping up in the release which is holding us up a little

[jboss-user] [JBoss Portal] - Re: Sub Page tabs in portal

2007-08-28 Thread srinivas j
Hi Thomas, Thanks for Quick response Do you have any sample selectors do display like this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078629#4078629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078629

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread grininger.h
addendum: Upgraded to JBP 2.6.0 (GA) - same problem! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078631#4078631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078631 ___

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread [EMAIL PROTECTED]
Don't forget your web.xml in the war file if you use exploded directories View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078635#4078635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078635

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread [EMAIL PROTECTED]
Great post, very informative and I think it will make a valuable addition to the wiki. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078630#4078630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078630

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread grininger.h
Hi, what do you mean by don't forget? I'm not using exploded directories. Im deploying the app as an EAR file which contains the WAR file. The WAR file has a WEB-INF/web.xml file included. For deployment, I just overwrite the existing EAR file with the new one. That's where I got the

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-08-28 Thread [EMAIL PROTECTED]
Then you should post this on a JBoss AS forum :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078639#4078639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078639 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How to get page view-id variable in a SB???

2007-08-28 Thread [EMAIL PROTECTED]
IIRC facesContext.getExternalContextI().getRequestContextPath() + / + facesContext.getViewRoot().getViewId(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078643#4078643 Reply to the post :

[jboss-user] [EJB 3.0] - Is it possible to deploy EJB2 style entity beans in a EJB 3.

2007-08-28 Thread jeklund
Hi everybody, I'm about to try a phased migration from EJB2 to EJB3. When I changed version to ejb-jar version=3.0 xmlns=http://java.sun.com/xml/ns/j2ee; in ejb-jar.xml, JBoss lists every session bean as EJB3-service, but none of the old entity beans show up in the debug log. However I get a

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread [EMAIL PROTECTED]
Then there is something in your application that prevents your application to undeploy correctly. There was this bug: http://jira.jboss.com/jira/browse/JBPORTAL-1648 But you are saying that you are not using exploded directories so i don't know. View the original post :

[jboss-user] [JBoss Seam] - Re: a4j-trinidad and maven???

2007-08-28 Thread [EMAIL PROTECTED]
Ask on the richfaces forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078644#4078644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078644 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: javax.faces.el.PropertyNotFoundException: Base is null

2007-08-28 Thread [EMAIL PROTECTED]
Do a complete clean on your project, build it. Make sure you have clean JBoss AS install. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078645#4078645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078645

[jboss-user] [JBossCache] - Re: JBoss cashe Integeration with hibernate

2007-08-28 Thread AbdElrahman
hi thank u for your replay my problem is not in using jbossCache as a caching technique for hibernate , my problem is that i am using hibernate in a project with spring and i want to use jbosscache as caching technique for the whole project objects. can u help me ? thank u View the

[jboss-user] [JBoss Seam] - Re: SEAM internationalization problem :(

2007-08-28 Thread [EMAIL PROTECTED]
Use the Seam message bundle h:outputText value=#{messages.aboutUsText} / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078647#4078647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078647

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-08-28 Thread romaintaz
Hi, I have currently the same problem with GradientA. Cleaning the browser cache indeed solves the problem. However, if I restart my application, the exception is thrown again. Is it a way to get rid of this exception? Another question: What is the source of this problem? Thanks. View the

[jboss-user] [JBoss Seam] - Re: Seam Mail

2007-08-28 Thread [EMAIL PROTECTED]
Post the exception stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078650#4078650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078650 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: the intercept component don't work!

2007-08-28 Thread [EMAIL PROTECTED]
Use [ code ] tags View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078651#4078651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078651 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread paradigmza
Nice Will defiantly use this... Great Post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078652#4078652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078652 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: error null pointer exception

2007-08-28 Thread Mazarj
this is the code: /* * Lecteur.java * * Created on 12 octobre 2000, 17:07 */ package sabswing.noyau.accesBase; /** * * @author Ventrillonp * @version */ import java.util.List; import java.io.PrintStream; import java.io.IOException; import java.io.FileReader; import

[jboss-user] [JBoss Seam] - Re: richfaces3.0.1 is not fit for seam?

2007-08-28 Thread [EMAIL PROTECTED]
You've got the wrong prefix for dragndrop support. RTM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078653#4078653 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078653 ___

[jboss-user] [JBoss Seam] - Re: Handling all exception with one action?

2007-08-28 Thread mnrz
any idea? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078640#4078640 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078640 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: SEAM internationalization problem :(

2007-08-28 Thread alex_enache
Hi there Pete, and thanks for your reply. I've tried that just now. It still loads the en bundle before the ro one. But I tried the following thing: I've removed the en locale from faces-config.xml. And now, if I set fr or ro as the default locale, it seems to load it as it should. Maybe this

[jboss-user] [JCA/JBoss] - Problem creating service jboss.jca:service=ConnectionFactory

2007-08-28 Thread jamesjmp
hello, starting JBoss 4.0.5 I have the following error: 10:45:49,640 WARN [ServiceController] Problem creating service jboss.jca:service=ConnectionFactoryDeployer java.lang.ClassFormatError: Unknown constant tag 114 in class file org/apache/xalan/templates/ElemExsltFunction ¿any idea? thanks in

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-08-28 Thread romaintaz
I just redeployed entirely my application on my Tomcat server, and the error disappeared! My problem is solved. However, if you have any idea why this exception occurs, I am interested! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078658#4078658 Reply to

[jboss-user] [JBoss Seam] - Re: Seam Mail

2007-08-28 Thread [EMAIL PROTECTED]
Sorry pete.. its a bit short: | 21:35:09,843 INFO [MailSession] Creating JavaMail Session (smtp.gmail.com:465) | 21:35:09,843 INFO [MailSession] connected to mail server | 21:35:15,437 INFO [UserDetailsControllerImpl] Email sending failed: javax.faces.FacesException: Exception reading

[jboss-user] [JBoss Seam] - Re: Can't validate inputsecret with Ajax and hibernate valid

2007-08-28 Thread franck93
Thank you ! it does work with this attribute View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078661#4078661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078661 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-08-28 Thread romaintaz
Ok, sorry to post again, but in fact my problem is still NOT solved. Clean Tomcat and redeploying my webapp only solved this problem temporary. The first time I use my application, everything is good, but if I restart Tomcat, the exception is thrown again... View the original post :

[jboss-user] [EJB 3.0] - Re: Backing beans

2007-08-28 Thread zhamdi
Hi Raskri, Your post was really useful for me, I found it as the second link in my first googling attemp (jboss backing beans admin) ;-). I'd like to know why JBoss doesn't supply a richer admin interface: there's no way to see which JNDI path was applied to a resource, I still didn't find

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem creating service jboss.jca:service

2007-08-28 Thread jamesjmp
hello, starting JBoss 4.0.5 I have the following error: 10:45:49,640 WARN [ServiceController] Problem creating service jboss.jca:service=ConnectionFactoryDeployer java.lang.ClassFormatError: Unknown constant tag 114 in class file org/apache/xalan/templates/ElemExsltFunction ¿any idea? thanks

[jboss-user] [JBoss Seam] - ajax4jsf:commandButton page flow action rerender

2007-08-28 Thread tjakopec
I post this problem od Ajax4jfs and ricfaces forums and have no answer. Promlem is linked with pageflow functionality so I posted here original post http://www.jboss.com/index.html?module=bbop=viewtopict=116940 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - hot deployment issue with Axis

2007-08-28 Thread jimmymani
Hi i am getting some exception if I run my axis client from Jboss after hot deplyment. service = new Service(WsdlUtil.retrieveWsdlInputStream(wsdlUrl), WsdlUtil.getServiceQName( wsdl )); 2007-08-28 04:15:10,655 INFO

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-08-28 Thread [EMAIL PROTECTED]
Not a problem with Seam, ask on Richfaces forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078667#4078667 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078667 ___ jboss-user

[jboss-user] [Management, JMX/JBoss] - gets stuck configuting log4j.xml

2007-08-28 Thread aie0
After I add following lines in log4j.xml: | appender name=SECURIRTYLOG | class=org.apache.log4j.FileAppender |param name=File value=${jboss.home}/log/security.log/ |param name=Append value=false/ |layout class=org.apache.log4j.PatternLayout |param

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss on JDK to use JSR199

2007-08-28 Thread Marco.Pehla
Hello everybody, I need to compile generated Java source code on JBoss inside of a EJB3. I already migrated the JSR 199 compiler API of Java 7 to libraries that can be used in ordinary Java 5 standalone applications. The JSR 199 Java Compiler API works pretty well and does not need any

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem creating service jboss.jca:service

2007-08-28 Thread jamesjmp
hello, I´ve found the solution I was looking for. I had removed the ds.xml file from my deploy directory. In that file was defined the datasource that jboss.jca:service=DataSourceBinding was expecting. After restarting with this file all have worked out succesfully. regards! View the original

[jboss-user] [JBoss Seam] - Re: Seam 2.0: Why does @Datamodel require a setter?

2007-08-28 Thread [EMAIL PROTECTED]
anonymous wrote : @DataModel is like @Out with additional logic to convert the data from one type to another (e.g. List - DataModel). However it has an additional bit (reinjecting the value when using PAGE scope) - that which we are discussing. Add this explanation and the discussion result

[jboss-user] [JBoss Seam] - Re: Seam 2.0: Why does @Datamodel require a setter?

2007-08-28 Thread [EMAIL PROTECTED]
So that when you do: @Name(eventLister) | public class EventListerAction { | | @DataModel(value=eventList, scope=ScopeType.PAGE) | private ListInteger eventList; | | @DataModelSelection(eventList) | private Integer selectedEvent; | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-08-28 Thread [EMAIL PROTECTED]
Why not point JAVA_HOME to a jdk ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078689#4078689 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078689 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem with Datasource deploying within cluster

2007-08-28 Thread rodiere
Hi, we build an application (EAR) and we deployed in standalone mode without any problem (Jboss 4). If we try to deploy this application in a cluster mode, we've got the following exception : DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:OracleDS] INFO

[jboss-user] [JCA/JBoss] - Re: Problem creating service jboss.jca:service=ConnectionFac

2007-08-28 Thread jamesjmp
hello, I´ve found the solution I was looking for. I had removed the ds.xml file from my deploy directory. In that file was defined the datasource that jboss.jca:service=DataSourceBinding was expecting. After restarting with this file all have worked out succesfully. regards! View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Timer Service not started for singleton deployments (4.0.5.G

2007-08-28 Thread lkowalczyk
I installed an ejb3-clustered configuration of JBoss 4.0.5 and deployed an application in all/deploy-hasingleton. Upon deployment of a single session bean contained in the application I get an exception (snippet of server.log below): anonymous wrote : 2007-08-28 12:24:08,640 INFO

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-08-28 Thread Marco.Pehla
JAVA_HOME points to my JDK. When I type in SET in the console it shows: | JAVA_HOME=C:\Programme\Java\jdk1.5.0_12 | But this is not the point. As far as I know does JBoss not really need a JDK to run. The JRE is absolute sufficient if everything is compiled, as I read in some other posts.

[jboss-user] [JBoss Seam] - LIE with SMPC in ICEFaces tab navigation

2007-08-28 Thread nickarls
Already posted this on the ICEFaces Seam integration forum but no-one has answered it in almost 10 minutes so ;-) (and there are probably some ICE-users here too...) I have a standard SMPC and load an Order, I can see the order and the entityManager in the long-running conversation scope but

[jboss-user] [JBossWS] - WIKI down

2007-08-28 Thread [EMAIL PROTECTED]
The WIKI is currently unvailable. However i put the documentation online that was compiled from WIKI contents. It can accessed here: http://labs.jboss.com/jbossws/docs/index.html Sorry, for the inconvinience. I'll keep you posted once the WIKI is back online. Please refer to the static

[jboss-user] [JBoss jBPM] - Re: how to create WEB-INF directory?

2007-08-28 Thread praveenngowda
no i am not looking for that .. wheni deploy a prcess a WEB-INF directory ll be created by itself but it is not happening in my case and now the process is not deploying means when i open http://localhost:8080/jbpm it is not showing the deployed process Thank you.

[jboss-user] [JBoss Portal] - Re: .. edit userprofile // profile-config.xml

2007-08-28 Thread Antoine_h
Look at the Identity JMX services. They are the services for manipulating Users, Roles and the User Profile. (no beans... beans are there for initialization, then they are used through JMX services). The main class is : org.jboss.portal.identity.IdentityContext from there, you can see the 4

[jboss-user] [EJB 3.0] - Stateless Session Bean - java.lang.reflect.UndeclaredThrowab

2007-08-28 Thread ramarao_1234
Hi , When i am accessing a stateless session bean methods in a servlet i am able to access some methods without any problem. But some methods are throwing the following error. I am not able to find oput why it is hapening with only some methods. The error is as follows:

[jboss-user] [JBoss Seam] - Re: Datmodel(Selection with facelets) does not work

2007-08-28 Thread [EMAIL PROTECTED]
Which version of Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078708#4078708 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078708 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: jboss portal listening only on localhost 8080

2007-08-28 Thread Antoine_h
I would look at the Weather portlet and how it works : - in the preferences : is there any configuration for proxy - in the code : see if there is a proxy capability (ie how it call the distant service) if you add it, you can contribute by providing the new code... View the original post :

[jboss-user] [JBossWS] - Re: New Wiki site for JBossWS is down or not working since f

2007-08-28 Thread palin
http://www.jboss.org/index.html?module=bbop=viewtopict=117230 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078701#4078701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078701

[jboss-user] [EJB 3.0] - Re: Is it possible to deploy EJB2 style entity beans in a EJ

2007-08-28 Thread jeklund
I guess http://www.jboss.com/index.html?module=bbop=viewtopict=72369 answers my question (if it still is valid). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078709#4078709 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Mail

2007-08-28 Thread [EMAIL PROTECTED]
Ok, post your UserDetailsControllerImpl (make sure you aren't catching and logging the exception message here, I think you are), and turn on Seam mail debugging in components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078697#4078697 Reply to the post

[jboss-user] [JBoss Seam] - Re: Email and Doco

2007-08-28 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1876 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078698#4078698 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078698 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread grininger.h
I will try 2.6.2 as soon it's available. Maybe it's important to know that I'm using the HA variant of JBP? Of course it could be something in the app, but it's strange that after two redeploys everything works fine ... oh well View the original post :

[jboss-user] [JBoss Seam] - Re: Add versions to seam2 tags?

2007-08-28 Thread [EMAIL PROTECTED]
You've got some weird packaging/stale jar situation going on there. Make sure you have classloading isolation correct, and that you have no stale jars lying around in your deployed project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078713#4078713 Reply

[jboss-user] [JBoss Seam] - Datmodel(Selection with facelets) does not work

2007-08-28 Thread baz
Hello, today i have a question about DataModelSelection. I have not found an answer for this for more than one year. But now a solution will be greatly appreciated. This is the starting point: (all code is simplified) i do have a fully functinal page in my app: | [...] |

[jboss-user] [JBoss Seam] - messageformat error blows up (JBSEAM-1859)

2007-08-28 Thread atao
When an EL expression is not closed by a brace, an error is thrown. It would be better to show the wrong expression as it is: 1/ it's already the way of doing the thing, see in InterpolatorTest the existing case of // test that a messageformat error doesn't blow up

[jboss-user] [JBoss Seam] - Re: Seam 2.0: Why does @Datamodel require a setter?

2007-08-28 Thread fhh
I think I am finally getting you. IMHO it is acceptable that the backing list would be null during the second call but than null would be outjected again and the dataModel removed from its scope after the call which is probably a bit confusing :-). But if this is correct doesn't this problem

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2007-08-28 Thread dleerob
Thanks for the updated guide. It really did help with 3.2.1. Made life a lot easier... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078718#4078718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078718

[jboss-user] [JBoss Seam] - Re: Datmodel(Selection with facelets) does not work

2007-08-28 Thread baz
Sorry Pete i forgot: Seam 2.0.0Beta original libs except Seam-ui which is self compiled approx 2007-07-11 (due to an problem with fileupload) Richfaces 3.1.0 RC3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078715#4078715 Reply to the post :

[jboss-user] [JBoss Seam] - Add versions to seam2 tags?

2007-08-28 Thread paradigmza
Hi, I deployed a Seam 2 Beta app to Jboss that was running a Seam 1 App. I get an error while using the seam2beta app that the decorate tag cannot be found anonymous wrote : com.sun.facelets.tag.TagException: /login.xhtml @22,53 s:decorate Tag Library supports namespace:

[jboss-user] [EJB 3.0] - Re: Stateless Session Bean - java.lang.reflect.UndeclaredThr

2007-08-28 Thread wolfc
You're trying to force an object over the line which has a reference to an org.apache.log4j.Logger instance, which is not serializable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078719#4078719 Reply to the post :

[jboss-user] [JBoss Seam] - JMS Subscription in Seam component

2007-08-28 Thread dkane
Dear colleagues, I know that Seam Remoting allows to subscribe to JMS topic in Javascript code of the web-page. But for my task, it would be better to subscribe from within the back-end Java class of Seam component. Question 1 : is it good practice at all ? Question 2 : JMS message will

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-08-28 Thread palin
bernhard_pauler wrote : I tried to deploy jbossws-native-2.0.1.GA on jboss-4.0.5.GA but failed: | | BUILD FAILED | | C:\temp0\jbossws-native-2.0.1.GA\build\build-deploy.xml:79: The following error occurred while executing this line: | |

[jboss-user] [Beginners Corner] - Re: Deployment out of deploy folder

2007-08-28 Thread [EMAIL PROTECTED]
Hello, awesome!! Thanks for your quick help. Jasmine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078723#4078723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078723 ___

[jboss-user] [JBoss Seam] - Re: Maintain async calls after restart

2007-08-28 Thread hispeedsurfer
Hi, it's important for me. Is it possible to maintain quartz scheduled job after server restart anf if the answer is 'yes' please tell tell me what I have to do!!! Thanks Andreas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078732#4078732 Reply to the

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread mgrouch
Thanks. One more suggestion for General UI Design Tips Prevent user from double submissions by using one of common solutions... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078733#4078733 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread [EMAIL PROTECTED]
You can, just hit Edit this page' on the http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeam page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078730#4078730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078730

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread mgrouch
Use 64-bit OS with 64-it JVM is a good one. http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming Can we someone add link to this thread from Seam WIKI or make this thread sticky? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078728#4078728

[jboss-user] [EJB 3.0] - Re: Stateless Session Bean - java.lang.reflect.UndeclaredThr

2007-08-28 Thread ramarao_1234
Hi, Thanks for the early response. I am giving part of my code where the error is coming. Could you suggest me where may be error. Method in the Bean: public TabFactory getTabList(String corporateId) throws EccException { Connection conn = null; TabFactory

[jboss-user] [JBoss Seam] - Message after log out

2007-08-28 Thread kgalligan
Is there an easy way to add a message after a user logs out? Logout is handled with 'Identity.instance().logout()'. I'd like to have some type of a message on certain logout events. Specifically for this one, if the same user logs in somewhere else, we log the previous instance out and i

  1   2   3   >