[jboss-user] [EJB 3.0] - Re: Unknown error

2007-05-01 Thread sashaxiv
As i told you i found my error in classes with the @stateless. This is what i do at one of this classes. package com.satdatatelecom.satdataweb.model.empresafachada.ejb; import java.rmi.RemoteException; import java.util.Collection; import javax.ejb.Stateless; import javax.persistence.EntityManag

[jboss-user] [JBoss jBPM] - Finding out the last end state of a process

2007-05-01 Thread preetisinghania
Hi, I have a process that has 2 end states possible ie. endstate1 and endstate2. For a completed process how do i find out whether the process ended using endstate1 or endstate2. We are using jbpm version 3.1.4. Regards Preeti. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Re: Could not find Stateful bean

2007-05-01 Thread kooudy
treeBacker is Statefull Session Bean, schouldn't be removed at the end of the session? This exception occurs when I end nested conversation and want use this session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042291#4042291 Reply to the post : h

[jboss-user] [EJB 3.0] - Could not find Stateful bean

2007-05-01 Thread kooudy
What I am doing wrong? 07:59:19,562 ERROR [GraphElement] action threw exception: couldn't evaluate expression '#{treeBacker.createTomahawkTreeModel}' | org.jbpm.JbpmException: couldn't evaluate expression '#{treeBacker.createTomahawkTreeModel}' | at org.jbpm.jpdl.el.impl.JbpmExpress

[jboss-user] [JBoss/Spring Integration] - How could loadbalancer configured with clustered JBoss?????

2007-05-01 Thread contectzone_jboss
Hi, I wants loadbalncer configue for clustered JBoss If any one clould give me any suggestion? Thx in Advance... :) Chetan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042289#4042289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Beginners Corner] - Re: JBoss Application Server Cluster

2007-05-01 Thread contectzone_jboss
Hey, I am also facing problem with JBoss clustering.. :) I have basic idea about clustering, i did two server run in one partion by changing in cluster-service.xml file. Do i need Loadbalancer? If yes then how? if No then how could application access server, because application can be accessible

[jboss-user] [JBoss Portal] - Re: problem building jboss-portal 2.6.0 CR2 with jdk6.0

2007-05-01 Thread [EMAIL PROTECTED]
This is fixed in SVN. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042280#4042280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042280 ___ jboss-user mailing list j

[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1

2007-05-01 Thread [EMAIL PROTECTED]
What is your setup? I.e., on which URL is your consumer running? On which URL is your producer running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042279#4042279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404227

[jboss-user] [JBoss Portal] - problem building jboss-portal 2.6.0 CR2 with jdk6.0

2007-05-01 Thread rharari
Hi folks, There is and error when running the build with jdk6: [execmodules] g:\repository\jboss-portal\wsrp\src\main\org\jboss\portal\test\wsrp\handler\MockSOAPMessage.java:42: org.jboss.portal.test.wsrp.handler.MockSOAPMessage is not abstract and does not override abstract method removeAttac

[jboss-user] [JBoss Seam] - Re: Conversation not being propogated between redirect

2007-05-01 Thread [EMAIL PROTECTED]
I ran into this as well and found quite a few other postings about a broken filter configuration. We should move away from web.xml, it's just pain. Maybe we can make the a4jsf filter a Seam AbstractFilter and run it first if the component is on the classpath? Then we wouldn't need a4jsf configur

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-01 Thread [EMAIL PROTECTED]
OK, I really have no idea what you are doing, your code does not match your description. Stop using stuff like nested conversations until you have the basics working. anonymous wrote : | a) Is the database transaction started when the conversation starts, committed when the conversation is e

[jboss-user] [JBoss Seam] - Re: Ability to clone or split a conversation

2007-05-01 Thread [EMAIL PROTECTED]
I haven't had a use case for that but it sounds useful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042274#4042274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042274 __

[jboss-user] [JBossWS] - how to deal with unicode

2007-05-01 Thread thanatosis
I wrote a little library that can do simple translations, for example, i can select an operation such as english -> russian. Then if i send my library the string "greetings" it will return to me "??" (privet) in cyrillic. Since java stores it's strings in unicode, this is all very easy, so

[jboss-user] [JBoss Seam] - Re: Renderer is not resolving a variable

2007-05-01 Thread gmarcus
After re-installing seam, rebuilding my app and trying different debugging patterns, I found the issue: I was using #{basepath} and not #{basePath} I just learned that case matters. Sorry to waste everyone's time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1

2007-05-01 Thread kevnlin
I download this file jboss-portal-2.6-CR2-bundled.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042268#4042268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042268 ___

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-01 Thread chane
ok - I created a quick test application to demonstrate the Trinidad Dialog / Seam integration. It can be found at: https://sourceforge.net/project/showfiles.php?group_id=189858 To use it: This is a simple test app showing Trinidad Dialogs working with the Seam framework. To use, deploy the di

[jboss-user] [JBoss Seam] - Re: remoting with security

2007-05-01 Thread [EMAIL PROTECTED]
Can you please raise this in JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042266#4042266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042266 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Ability to clone or split a conversation

2007-05-01 Thread youngm
I have the need to spawn a new conversation will all of the same variables of the current conversation but will begin a separate path from that point on. Is this possible? If not currently possible does anyone else think this would be useful? @Begin(clone=true) or something Mike View the

[jboss-user] [JBoss Seam] - Re: Menuing stratergy

2007-05-01 Thread dustismo
Richfaces has a dropDownMenu component if you use the latest build. It is not really documented, but there is an example in the svn repo. -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042263#4042263 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: Conversation not being propogated between redirect

2007-05-01 Thread youngm
Figured it out. The Ajax4jsf filter was executing after the seam filter. I had my filters configured like so: | | ajax4jsf | Faces Servlet | REQUEST | FORWARD | INCLUDE | | | | Seam Filte

[jboss-user] [JBoss Seam] - Classloading probs with cvs (and jboss 4.2.0)

2007-05-01 Thread dustismo
I am trying to move my app to seam 1.3 (from cvs this morning). I have updated the libs, config, and build, but I am back to getting classloading problems. Caused by: java.lang.NoClassDefFoundError: org/richfaces/component/TreeNode It seems like the same old problem that we needed to use usejb

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
full stack trace is in first post, that's all i get View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042260#4042260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042260 ___ jbo

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
Please show actual code and the full stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042259#4042259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042259 ___ jboss

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
Please show actual code and the full stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042258#4042258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042258 ___ jbos

[jboss-user] [EJB 3.0] - package protected interfaces

2007-05-01 Thread dunks80
So playing around today I came across something I found strange and I was hoping someone might be able to explain why the following behavior occurs. In my example I have 4 classes.. //an ejb3 interface | package test; | | import javax.ejb.Local; | | @Local | interface Test | {

[jboss-user] [JBoss Seam] - Re: issue with itext pdf generation and JSF RI

2007-05-01 Thread RobJellinghaus
I would expect the Seam team to have to fix this for Seam 1.3, when the RI will become the standard Seam JSF implementation. The problem is definitely that the RI more often emits a content-type of application/xhtml+xml for XHTML pages, which Firefox tries to parse as XHTML. Arguably this is j

[jboss-user] [JBoss Tools (users)] - J2ee plugins for JBossIDE 2.0.0.Beta2

2007-05-01 Thread venni2007
Hi, I am using JBossIDE for Eclipse 2.0.0.Beta2 as an IDE. I want to work on JSP, Struts 2.0. How can i get J2ee plugins for JBossIDE for Eclipse 2.0.0.Beta2? Thanks Venkat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042256#4042256 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Image for s:link

2007-05-01 Thread gus888
The image function was already added in s:button. You may follow the Seam reference docs to use it. It seems like image="...". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042254#4042254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: Mathematical captcha & Email obfuscator

2007-05-01 Thread Homer J.
Thanks for your review once again Peter but - again - there are some parts I don't understand ;) So here it goes, you said: anonymous wrote : JSF components need explicit rather than implicit attributes and to support EL What do you mean with explicit & implicit attributes? Is it bad that the em

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss Security

2007-05-01 Thread kvnskgi
Thanks Peter for your time and reponse. I have been modifying everything under server/default/deploy/jmx-console.jar/WEB-INF now I modified server/IDM/deploy/jmx-console.jar/WEB-INF directory. It worked. Can you help how I can redirect default webpage to my desired page ie https://hostname:844

[jboss-user] [JBoss Portal] - Re: How do I utilize the DynaRenderer in portal2.6?

2007-05-01 Thread [EMAIL PROTECTED]
Actually doing : |true | will wrap the specified renderer with dynamic renderers. so you need to specify your renderers in the renderers and put the ajax-enabled to true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042251#4042251 Reply to the

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
Thanks for reply! Yes I mean 1.1.6, I changed Seam to 1.2.1 as you said and here is my news On my laptop problems gone! Method is invoking well, but when i uploaded my ear to production server problem still exist. Maybe this is problem with system? I got Win XP, JBoss 4.0.5 but on serwer is FreeBS

[jboss-user] [JBoss Seam] - Re: @RequestParameter issue

2007-05-01 Thread P-a
Ahh, guess I shold have read your first post to the end.. "Ofcourse I could make all my RequestParams String and handle the conversion myself, but hey..." Nvm ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042250#4042250 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: @RequestParameter issue

2007-05-01 Thread P-a
How about taking care of the conversion yourself, by letting the requestparam being just a String? A try-catch in your method takes care of any Exceptions, and some static code somewhere which you can call with params like the name of the reqparam, and some errorstring that it will set to the fa

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-01 Thread dajevtic
Hi, yes I still use the phase- and action listeners, but to be honest, I haven't tested in months, whether it works without them. I've beem using the SeamFaceletViewHandler since I switched to Facelets some weeks ago. If my solution doesn't work, then let me know. I'll provide more info. View

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-01 Thread FabBoco
Now I am really confused. First of all let me update the sample code. | @Stateful | @Name("A") | @Scope(ScopeType.CONVERSATION) | public class ABean implements Serializable, A | { |@In |private EntityManagerem; | |@In(create = true) |

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-01 Thread smithbstl
I will try your suggestion dajevtic, thanks A couple of questions, 1. Are you still using the code you provided earlier in the thread (Phase Listener and Action Listener)? I know those comments are a number of months old and didn't if anything on either Seam or Trinidad was "fixed" to make th

[jboss-user] [JBoss Messaging] - jboss messaging 1.2.0SP1 with JBOSS-4.2.0.CR2

2007-05-01 Thread kevind0718
Hello: Hope you can remove some confusion. I downloaded and installed JBOSS-4.2 and then downloaded and installed JBOSS messaging 1.2 SP1. I then ran some of the tests for the messaging and it looks good. My question is: under \jboss-4.2.0.CR2\server\default\deploy there is a JSM folder ther

[jboss-user] [JBoss Seam] - Re: @RequestParameter issue

2007-05-01 Thread Sammy8306
I wasn't trying to be hostile or anything, sorry if I came across like that? What I want, is some mechanism to create (for example) a facesmessage containing a reference to the parameter name stating that invalid information is entered. However, 1) we are dealing with a GET, so facesmessages ar

[jboss-user] [JBoss Seam] - Re: Changeing Validation Messages

2007-05-01 Thread knaas
For the hibernate validator, message keys should not be demarcated with "#{}". Simply drop the "#". @NotNull(message="{messages.notnullerror}") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042237#4042237 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-01 Thread RobJellinghaus
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042231 aka http://jira.jboss.org/jira/browse/JBSEAM-1276 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042232#4042232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-01 Thread dajevtic
Hi. Have you ever tried placing your to-be-updated tags into a panelGroupLayout or panelLabelAndMessage? I use inputListOfValues for either inputting or selecting a postal code from a list of values and upon selection i update the calling page's fields with city and country info. It all works p

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-05-01 Thread HLQ
The problem is I could not find where it call createSchema() when start up. :( I am using MySql... and when it runs on one of our members' computer, it works fine and do not re-create the database. However when I run it on my PC or on the computers in Uni, it will call createSchema()... There sh

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread RobJellinghaus
OK, so what I'm hearing is: JDK 6.0 is officially unsupported for both Hibernate and Seam, and fixing JDK 6.0 bugs is not yet a major priority for the JBoss development team. Hence if users run into JDK 6.0 bugs (especially in Seam), they are encouraged to fix them themselves and submit patche

[jboss-user] [Installation, Configuration & Deployment] - Re: Blue Screen of death with JBOSS 4.2.0 CR2

2007-05-01 Thread bdecoste
Are you running on an IBM machine? I've seen this exact problem before and it was due to a bad IBM driver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042230#4042230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss Security

2007-05-01 Thread PeterJ
The steps work (I've done them), so we need to figure out what step you did incorrectly, or missed. Let's tackle the jmx-console first (we'll ignore the web console configuration for now). Please post the following files from the server/xxx/deploy/jmx-console.war/WEB-INF directory: web.xml, jbos

[jboss-user] [JBoss Seam] - Re: issue with itext pdf generation and JSF RI

2007-05-01 Thread ASavitsky
Have you opened a JIRA on this one? I'm still getting the same problem you described. BTW, it only shows up in RI - MyFaces 1.1.4 works fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042224#4042224 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Changeing Validation Messages

2007-05-01 Thread eirirlar
Have the exact same problem. @NotNull(message="blah") doesn't work. Does anyone know if referring to the messages.properties-file in the message attribute of @NotNull should work? Like this: @NotNull(message="#{messages.notnullerror}") View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & Deployment] - Re: Blue Screen of death with JBOSS 4.2.0 CR2

2007-05-01 Thread PeterJ
Did you get the latest drivers for your network cards? Did you try this with JBoss 4.0.5? Did you try this on another machine? My bet is still on the NIC drivers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042223#4042223 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-01 Thread smithbstl
Thanks Chris, I have a return listener already which is functioning correctly, just not the PPR to refresh the page public void processReturn(ReturnEvent event) { | if (event.getReturnValue() != null) { | //setUserName(((User)(event.getReturnValue())).getUserName());

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread supernovasoftware.com
I am also using JDK 6 and have had no problems that I know of. My code runs faster on JDK 6 and I would not want to have to switch back. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042221#4042221 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread [EMAIL PROTECTED]
Oh, and for Seam supporting it: If you want, test all the example apps and use the test suites, fix and submit patches for everything that breaks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404#404 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread [EMAIL PROTECTED]
I don't know if Hibernate works on JDK 6.0, that's my point. AFAIK none of the Hibernate developers or JBoss QA spent any time yet with that combination. I've seen a few postings from Hibernate users who had problems that might be related to JDK 6.0. View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-01 Thread youngm
http://jira.jboss.org/jira/browse/JBSEAM-1259 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042217#4042217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042217 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread RobJellinghaus
Well, I can say that this is the ONLY problem I've had on JDK 6. At least, I'm pretty sure it is. I'll take out the JGroups piece from the blog sample and see if the rest of it works. That's big news to me that JDK 6 is basically unsupported for Hibernate and Seam. Thanks for the info :-O A

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: java 5.0 features in JSP problem

2007-05-01 Thread mpelzsherman
FWIW: in 4.0.5, it's necessary to both uncomment the compilerSourceVM setting AND ADD the following: compilerTargetVM 1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042210#4042210 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread petemuir
Seam 1.2.1.GA has been released - 1.1.6 (I assume you mean this as we haven't released a 1.6) is old now, please use a newer version. Please show actual code and the full stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042211#4042211 Reply to the

[jboss-user] [JBoss Seam] - asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
hi, I got problem with commiting my enties. i have aasynchronous method like public void method() { //Here i invoke other method like doSomethink(); } and here is problem, when i invoke doSomethink() directly on page via s:link action="#{myBean.doSomethink} it works!!! and do everthink f

[jboss-user] [EJB 3.0] - ClassLoader not set properly when timer callback method is c

2007-05-01 Thread pgervais
I used the @Timeout annotation on a method of an MDB, in this method a read messages from JMS. When trying to get content of an ObjectMessage I get a ClassNotFoundException, the class is in the same EAR as the MDB, it should be found. To fix this, I set the context class loader to my MDB's clas

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread [EMAIL PROTECTED]
AFAIK nothing in Seam has ever been tested on JDK 6.0. I can also tell you that Hibernate has some problems on JDK 6.0. I don't see a reason why you can't use JDK 5.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042206#4042206 Reply to the post : http://

[jboss-user] [JBoss jBPM] - Process Definition over Webservice

2007-05-01 Thread breitscott
I would like to send a ProcessDefinition via Webservices. I do not see a way to write XML (the broken JpdlXmlWriter isn't a solution). I have seen on the forums that others are looking for an XML writer of sorts. No luck for them yet. My constraints are a little less. I just need a JPDL str

[jboss-user] [JBoss jBPM] - Re: Setting Variable Types

2007-05-01 Thread brittm
If you want a certain type, specify it when you create it, ie.: | Long myNumber = new Long(123456); | | This should result in your value being stored as a Long. View the original post : http:/

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread RobJellinghaus
This is now in JIRA as issue 1276: http://jira.jboss.org/jira/browse/JBSEAM-1276 Thanks! Cheers, Rob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042200#4042200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042200

[jboss-user] [JBoss Seam] - Blog example fails to load on Windows JDK 6

2007-05-01 Thread RobJellinghaus
With a fresh install of Seam 1.2.1GA, on Windows JDK 1.6.0-b105, and a fresh build of the blog example under Tomcat, index.xhtml fails to load. The webapp starts up OK, but going to http://localhost:8080/jboss-seam-blog gives a "Page not found", and a JGroups-related exception in the log. I am

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ADF Problem with JBoss

2007-05-01 Thread [EMAIL PROTECTED]
To remove the jsf implementation from JBoss 4.0.5, you also need to edit jbossweb-tomcat55.sar\conf\web.xml. Comment out this section: engineOptionsClass org.jboss.web.tomcat.tc5.jasper.JspServletOptions MyFaces tlds tagLibJar0

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-01 Thread chane
"smithbstl" wrote : Thanks Chris, I have it most of the way working except for a couple of issues. | | 1. When i use a commandLink to open the dialog, I can't get PPR to refresh the inputText on the orginal page. I keep getting this message | | ERROR [STDERR] May 1, 2007 9:11:57 AM o

[jboss-user] [JBoss Seam] - Re: s:link invoking page action for CURRENT page during post

2007-05-01 Thread saeediqbal1
I guess everybody is busy preparing for JavaOne. I had a similar issue few days back but didn't get much helpful replies either. You know what why dont you join me camp right next to JBoss booth in JavaOne and get all our seam issues resolved. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss jBPM] - how can i use the method ProcessInstance.wait()

2007-05-01 Thread javi0704
Hi i tried to develop jbpm with some rules (drools). I use just start-state, task-node, task with action, variables and end-state. So my problem is 1. suppose a user give a value for varables this will controll the drool e.g number>10 when ok resume the process when not ok==> this task-node or

[jboss-user] [Installation, Configuration & Deployment] - Jboss Security

2007-05-01 Thread kvnskgi
I'm newbie to JBOSS: I installed JBOSS for a Novell's application and it is working fine. But when I try to secure default jmx-console and web-console, it is not working. I followed the following document but did not help http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole after modif

[jboss-user] [JBoss Seam] - Re: s:link invoking page action for CURRENT page during post

2007-05-01 Thread JohnEChesher
Just a shameless bump of my own post, since it hadn't received any responses. ;-) Any thoughts would be much appreciated. If the Seam contributors feel it's a bug, I'll enter in the JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042187#4042187 Reply

[jboss-user] [JBoss Seam] - Re: session timeout and http post

2007-05-01 Thread tom_goring
Hi, When I said @In args i was referring to normal Seam injection (not page arguments). So the faces POST blows up in restore view as those components are nolonger there. Thanks tom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042185#4042185 Reply to t

[jboss-user] [JBoss Seam] - Re: How: Create multiple sub-entities in one single form

2007-05-01 Thread jonathan.shin
What do you mean by anonymous wrote : | just put inputs for all the sub-entities in the main form. And make sure you instantiate the subentities when you instantiate the parent. | Do you have any simple example/ view and bean code? Thanks View the original post : http://www.jboss.com/

[jboss-user] [EJB 3.0] - Re: JBoss 5, ejb3, Remote client

2007-05-01 Thread nat101j
Thank you much! nat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042177#4042177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042177 ___ jboss-user mailing list jboss-user@

[jboss-user] [J2EE Design Patterns] - Concurent creating problem

2007-05-01 Thread johnmm1997
I'm programming a system where people can submit "tasks" for evaluating. When a person submit a task, the request go into a JMS queue, and later on a MDB is processing the task. Task is an entity. If there is no task with that id, i need to create it first (long operation) The problem- If ther

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-01 Thread FabBoco
Christian, thank you again, but I can't solve the problem. 1) @Transactional - My mistake, it was there for a previous experiment. Removed 2) Switched to Seam-managed persistence context, nothing changed 3) Now, each method has @TransactionAttribute(TransactionAttributeType.REQUIRED), nothing

[jboss-user] [JBoss Seam] - Entity Manager Exception

2007-05-01 Thread bengao
Hi there, I am using Seam 1.2.0 + Facelets + JBOSS 4.0.5a, The software running fine, but constantly have this exceptions. | 2007-05-01 08:46:11,231 ERROR [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception | javax.faces.el.EvaluationException: Exception while invoking expression

[jboss-user] [JBoss Seam] - Image for s:link

2007-05-01 Thread mat
Is there a way of adding an image to the s:link and s:button, just like the normal hyperlink? Many thanks and regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042171#4042171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: SeamLoginModule Error invoking login method

2007-05-01 Thread mhaubrich
Hi, I am having exactly the same problem and I haven't been able to make any progress for quite some time now. Any help would be greatly appreciated! Maarten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042170#4042170 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: remoting with security

2007-05-01 Thread knaas
Maybe the solution is to change the Remoting class so that it throws rather than swallows all Exceptions. In theory, wouldn't the exception bubble up through the ServletRequest all the way to the ExceptionFilter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & Deployment] - Re: Blue Screen of death with JBOSS 4.2.0 CR2

2007-05-01 Thread kevind0718
I update my JDK to 1.5.0_11 as you suggested. Then I zapped my JBOSS directories and re-extracted. No progress still get the BSOD, when running the all server. Any other suggestions please. Thanks for the help. kd View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JNDI/Naming/Network] - Re: When deploying stateful session bean, it shows via JNDI

2007-05-01 Thread h0ppy
I have a very similar problem, did you ever find a resolution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042162#4042162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042162

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-01 Thread bytor99999
http://jira.jboss.com/jira/browse/JBSEAM-1103 Sorry actual link. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042166#4042166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042166 _

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-01 Thread bytor99999
Definitely deploying in JBAS 5. http://jira.jboss.com/jira/browse/JBSEAM-1103 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042165#4042165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042165

[jboss-user] [JBoss Seam] - Re: Optional Fields In Query

2007-05-01 Thread petemuir
EntityQuery from the Seam Application Framework is good for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042164#4042164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042164 _

[jboss-user] [JBoss Seam] - Re: Optional Fields In Query

2007-05-01 Thread bytor99999
You'll want to post this in the Hibernate or EJB3 forum. This is not a question about Seam. Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042163#4042163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042163 ___

[jboss-user] [Management, JMX/JBoss] - Re: Documentation of JBoss JMX Domain Name Conventions and M

2007-05-01 Thread [EMAIL PROTECTED]
jboss.management.local is the jsr77 view of the server. jboss.web domain contains the mbeans created by tomcat (looks like jsr77 as well). The rest are arbitrary grouped by component, more or less. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042160#4042160

[jboss-user] [JBoss Seam] - Re: session timeout and http post

2007-05-01 Thread fhh
Use page params. Works fine for me. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042159#4042159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042159 ___ jbo

[jboss-user] [Management, JMX/JBoss] - Re: how to get mbean to deploy after ejb is bound

2007-05-01 Thread [EMAIL PROTECTED]
I suppose there are simpler ways: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042158#4042158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: javax.faces.el.EvaluationException: More than one method

2007-05-01 Thread fernando_jmt
Can anyone help me?, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042157#4042157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042157 ___ jboss-user mailing list jb

[jboss-user] [JBossWS] - Re: Autogeneration of wrapper beans not supported with JAXRP

2007-05-01 Thread timeagentess
SOLVED! It turns out several automatically generated files (xx_RequestStruct, xx_ResponseStruct, etc.) are not copied to the ejb.jar and that's why they're not found on deployment. Why the rpc/literal works under those conditions is still a mystery to me, but the doc/lit works when you add thos

[jboss-user] [JBoss Seam] - Re: two transactions, one entityManager

2007-05-01 Thread knaas
Thanks petemuir and vladimir. The approach that we decide to take was to connect the modal dialog to a @WebRemote. This isolates the alert transaction to a separate conversation. It is probably better this way since I don't have to worry about JSF restoring the view each time we ask for mor

[jboss-user] [JBoss Seam] - Re: Renderer is not resolving a variable

2007-05-01 Thread petemuir
sorry - you would need to set the urlBase attribute on m:message for this to work (this is prepended) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042153#4042153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042153

[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1

2007-05-01 Thread [EMAIL PROTECTED]
Which version of AS? Which version of JBoss WS? I see lots of different URLs in your logs. What is your setup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042152#4042152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] j_security_check 404 not found

2007-05-01 Thread Joe A
if i redeploy my webapp and try to access a protected page, it will show the login screen but after clicking login it just reloads the login page instead of sending me to the protected page. if i reload the login page it will give me access to the page i wanted. if i fill in user/pass and hit lo

[jboss-user] [JBoss Seam] - Re: Renderer is not resolving a variable

2007-05-01 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101708 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042151#4042151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042151 ___

[jboss-user] [JBoss Seam] - remoting with security

2007-05-01 Thread knaas
I am attempting to secure our @WebRemote methods and I'm having a bit of trouble. I have a SB with two @WebRemote methods. I then put a @Restrict on the SB implementation class. When a call is made to one of the methods from the javascript, it does correctly validate that the restrictions are

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-01 Thread [EMAIL PROTECTED]
Read the documentation about TransactionalSeamPhaseListener in the reference to get more details, here is the Javadoc: * Transaction management for extended persistence contexts. * A transaction spans the restore view, apply request values, process validations, * update model values and invok

[jboss-user] [JBoss Seam] - Re: EntityManager in custom validator

2007-05-01 Thread supernovasoftware.com
It seems to work fine for a SLSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042146#4042146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042146 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Renderer is not resolving a variable

2007-05-01 Thread gmarcus
"petemuir" wrote : Which version of Seam? 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042145#4042145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042145 ___ jbo

[jboss-user] [JBoss Seam] - Re: @RequestParameter issue

2007-05-01 Thread [EMAIL PROTECTED]
It does react to malformed data, it throws a runtime exception. What more do you want? Redirect this exception to an error page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042144#4042144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

  1   2   >