[jboss-user] [JBossCache] - Re: Better way to use multiple caches?

2007-05-14 Thread genman
Likely, nobody including the devs have tested 200 separate cache instances versus a cache with 200 regions. Given that there are limitations on what you can do within a region, specifically you can't configure a per-region cache loader yet, you would need separate cache instances. I can't see

[jboss-user] [Installation, Configuration Deployment] - 4.2.0 GA - WebService problem

2007-05-14 Thread kuvera
So far I have used 4.2.0 CR versions on Windows. Now I have tried GA and to my surprise no web applications work. Startup messages and server log seems normal (although so far startup used to be 20-40 sec, now it's 5-8 sec), but no errors, no exceptions. Then a request localhost:8080 and the

[jboss-user] [EJB 3.0] - @Remote annotation missing in AS 4.2 GA

2007-05-14 Thread hassony
Hi, I'm using the AS 4.2 GA. I was trying to create an EJB3 remote interface, but I haven't been able to use the @Remote annotation. Looking into the jars of the release, I wasn't able to find it. I have compared to the embedded EJB3 release and found that the jar jboss-ejb3x.jar contains

[jboss-user] [Installation, Configuration Deployment] - Re: 4.2.0 GA - WebService problem

2007-05-14 Thread kuvera
Sorry for the false alarm, it was my fault, malforming xml (deployment URLs). But the same old bogus No META-INF/application.xml error for EARs still persist (http://jira.jboss.com/jira/browse/JBAS-4350?watch=true) View the original post :

[jboss-user] [JBoss Seam] - Seam-gen

2007-05-14 Thread cormet
Hi All, I read the tutorial on seam reference documentation. But I can't run the simple war file which is genereated from seam-gen code (when I execute the seam new-project). here are the error and any helps will be appriacited: 12:35:02,687 ERROR [[/ms_accountingsystem]] Exception sending

[jboss-user] [JBoss Portal] - Re: Regarding customize portal creation

2007-05-14 Thread pranjal
Hi Peter thanks for your help. Regards, Pranjal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045345#4045345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045345 ___

[jboss-user] [JBoss Seam] - JBoss Seam evaluation

2007-05-14 Thread areuser
I'm interested in the known strength, weaknesseses maturity level of JBoss Seam. Are there any case studies or whitepapers available? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045346#4045346 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem with @PermitAll on jboss-5.0.0.Beta2

2007-05-14 Thread wolfc
See JavaEE 5.0 FR 3.4.3: Unauthenticated Users View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045347#4045347 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045347 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Problem with Deploying

2007-05-14 Thread [EMAIL PROTECTED]
Hello I tried to search the internet for my problem but couldn't find anything. We have JBOSS 4.0.5 and had Lomboz Eclipse 3.1. We upgradet to Eclipse SDK 3.2. Now when i try to start the Server in Eclipse he cannot find all jar's for the EAR's. I use the same workspace as with the old eclipse

[jboss-user] [Clustering/JBoss] - JSF backingbean in Tomcat/JBoss cluster

2007-05-14 Thread baskaran_c
Will JSF BackingBean/ManagedBean(not serializable object) can be kept in session when cluster configured as below. 1. Apache Httpd server as loadbalancer 2. Enabling Session State Replication between two Tomcat/JBoss server View the original post :

[jboss-user] [JBoss jBPM] - Condition expressions not evaluating properly

2007-05-14 Thread josepg
Hi, I've recently upgraded to jBPM-jpdl-3.2.GA and my decision nodes are not working anymore. Look at the following code: decision name=hi ha altre servei |transition name=servei_altre_repetit to=join firma ordre estudi | condition expression=#{1 eq 2}/ |/transition |

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.2 Context.xml docBase ignored?

2007-05-14 Thread kuvera
In default/conf/jboss-service.xml towards the end you find DeploymentScanner settings. Change the URLs attribute: | attribute name=URLs | deploy/,file:/srv/images/ | /attribute | If there's a slash at the end, the directory is treated like deploy, and all

[jboss-user] [JBoss Seam] - Re: @Begin issue. Cannot make it work how we need

2007-05-14 Thread anescu
Hi, tried your suggestion, it's the same thing. Apparently the propagation=end is not used at all. I mean I have the same errors as before, see here: Caused by: javax.faces.el.EvaluationException: /layout/loginout.xhtml @17,133 action=#{accountHubSelector.changeSelected}:

[jboss-user] [JBoss Tools (users)] - JBoss IDE EJB api docs for offline access

2007-05-14 Thread keruke
Hi, I´m using JBoss Ide Tools and i don´t change the java doc path for the libraries that become with it. How can i change this path for offline consulting the api of JBoss Ide Tools? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045356#4045356

[jboss-user] [JBoss Seam] - Using JavaBeans and Hibernate3

2007-05-14 Thread ejbengine
In the example that uses only JavaBeans and Hibernate3 (and NOT EJB3) , the User.java , Booking.java , Hotel.java are all annotated with the @Entity annotation.Does'nt that make them EJB 3 entities? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045357#4045357

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-05-14 Thread avbentem
Got mine in print in the Netherlands on May 8th, but only started reading yesterday. Nice, so far, and hardly any margin, so packed with information ;-) Publisher's site: JBoss Seam: Simplicity and Power Beyond Java EE. By the way: it's no longer the only Seam book, and I guess Beginning JBoss

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-05-14 Thread avbentem
tcavaleiro wrote : can anybody send me the booking example (latest version)? | | I'm getting the JBoss Seam through CVSGRAB 2.3 but the program throws a bunch of errors While you're not specifying the errors: maybe you can try saving into the root of your disk, to avoid lng paths your

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

2007-05-14 Thread avbentem
cormet wrote : I can't run the simple war file which is genereated from seam-gen code[...] | Caused by: java.lang.NoClassDefFoundError: javax/persistence/Entity As far as I know, Seam Gen only supports EJB3, doesn't it? So: has JBoss been setup for EJB3, or are you using 4.2.RC1 or RC2?

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

2007-05-14 Thread avbentem
[EMAIL PROTECTED] wrote : The seam doco (getting started etc.) still recommends using the JEMS installer. http://jira.jboss.com/jira/browse/JBSEAM-1193 http://www.jboss.com/index.html?module=bbop=viewtopicp=4037518#4037518 Arjan. View the original post :

[jboss-user] [JBoss jBPM] - Parsing error in forms

2007-05-14 Thread Riket44
Hi, I made à first form in which there is : | f:facet name=header | h:outputText value=Tracking Number: / | /f:facet | h:inputText | value=#{var['tracking number']} | converter=javax.faces.Integer | converterMessage=The

[jboss-user] [JBoss Seam] - Re: Seam Jaas Problem

2007-05-14 Thread sradford
Do you really have 2 view-handlers defined in faces-config.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045370#4045370 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045370

[jboss-user] [EJB 3.0] - Re: one persistence.xml multiple jars with entity beans

2007-05-14 Thread jc7442
I'm afraid it has not been fixed in 4.2. I've just download it. I still have the exception: | 10:25:07,787 WARN [ServiceController] Problem starting service persistence.units:ear=itests-ear-1.0-SNAPSHOT.ear,unitName=audittrail | java.lang.RuntimeException: error trying to scan jar-file:

[jboss-user] [JBoss Seam] - Hot deploy pageflow.jpdl.xml

2007-05-14 Thread hurzeler
Does anyone know if one can hot deploy pageflow.jpdl.xml. I tried the put it in the war root directory of in the WEB-INF/dev but changes do not get pickup. Has anyone a solution to this? Your help is greatly appreciated. Bernie View the original post :

[jboss-user] [JBoss Seam] - Re: JAAS Security

2007-05-14 Thread sradford
Yes, I subsequently found some JIRA issues related to my question. Will put aside my problem for now and re-visit with the next version of Seam. Thanks, Sean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045375#4045375 Reply to the post :

[jboss-user] [JBoss Seam] - Datamodel question

2007-05-14 Thread koriel
I have a list that I want to expose using the Datamodel annotation | @DataModel | ListUsers listUsers; | also Users entity contains a list of names like | public class Users { | | .. | ListNames names | .. | } | in my xhtml page i have this code | h:dataTable

[jboss-user] [JBoss Seam] - Re: Seam Jaas Problem

2007-05-14 Thread koriel
no this was a copy paste error...anyway problem fixed.. I just deleted the ear,war and jar files that the packaging tool produced and run the packaging again and problem solved.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045379#4045379 Reply to the post :

[jboss-user] [JBoss Seam] - Re: javax.ejb.EJBNoSuchObjectException

2007-05-14 Thread sradford
So would one say that the declarative transaction handling is a good reason to use a SessionBean over a POJO during an event scoped process? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045380#4045380 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @Remote annotation missing in AS 4.2 GA

2007-05-14 Thread wolfc
${jboss.home}/client/jboss-ejb3x.jar ${jboss.home}/server/${conf}/lib/jboss-ejb3x.jar If you don't have these, redownload reinstall the zip. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045381#4045381 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Multiple applications connection problem

2007-05-14 Thread mex
We are attempting to run -- two (almost identical) ears -- on a single instance of JBoss [Zion] 4.0.5.GA -- using two datasources -- pointing to two different databases on the same database server. What happens is that the ear deployed first determines the database used. In

[jboss-user] [Installation, Configuration Deployment] - jboss login DatabaseServletLoginModule Jboss 4.0.5.GA

2007-05-14 Thread dreuzel
I'm trying to use Mysql als login database but i run into sevral problems. 1) my roles database is composed of 2 items, --MainFunction related(say default roles) and person relates(roles) my role file is a union of 2 queries connected with a variable. doing so I select 3 Coloms

[jboss-user] [JBoss Portal] - Re: How can I have Sub-Menus in Jboss Portal?

2007-05-14 Thread [EMAIL PROTECTED]
In 2.6 there are already i18n, ordering and secondary level for navigation out of the box View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045387#4045387 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045387

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-14 Thread kukeltje
forms.xml and the .xhtml files are for jBPM 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045389#4045389 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045389 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Condition expressions not evaluating properly

2007-05-14 Thread kukeltje
did you try searching the forum preferably with google and looked at the jira? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045390#4045390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045390

[jboss-user] [JBoss jBPM] - Re: Parsing error in forms

2007-05-14 Thread kukeltje
have a good look at both examples you give... #{var['tracking number']} vs #{tracking number} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045391#4045391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045391

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Entity Bean CMP Tutorial Request

2007-05-14 Thread SKS
Hello, i'm trying to create my first Entity Bean CMP; My configuration is: jboss-5.0.0.Beta2.zip JBossIDE-2.0.0.Beta2-Bundle-win32.zip mysql-6.0.0-alpha-win32.zip JDK1.6 I studied the JBossIDE-Tutorial.pdf and i can create session beans, but i can't find a similar tutorial for Entity Bean CMP.

[jboss-user] [JBoss jBPM] - Re: Parsing error in forms

2007-05-14 Thread Riket44
In the WebSale example, the first user define the variable like that : | value=#{var['varName']} | and get the value of this in another form like that: | value=#{varName} | I don't understand... View the original post :

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

2007-05-14 Thread cormet
Hi, I am using JbossAS 4.2GA. I am not too sure about Jboss seam only support ejb3. if this is the case, then i shouldn't use it because i'll use hibernate. if not, can you or anyone else confirm that what do i miss/need to do? Cheers, -T View the original post :

[jboss-user] [JBoss jBPM] - Re: Condition expressions not evaluating properly

2007-05-14 Thread josepg
Thanks kukeltje. Your response helped me to search a little more... ;-) I've applied fixes from http://jira.jboss.com/jira/browse/JBPM-854 http://jira.jboss.com/jira/browse/JBPM-853 And it worked fine. View the original post :

[jboss-user] [JBoss Portal] - Change in page layout

2007-05-14 Thread hreintke
LS, What I would need is a page layout with two identical (50-50%) columns (the default/generic one is a 30-70% column layout). I looked into the docs but the information is rather confusing (for me at least). What would be the easiest way to go : 1/ update the default/generic layout ? What

[jboss-user] [EJB 3.0] - Re: Hibernate3: Cannot simultaneously fetch multiple bags

2007-05-14 Thread andydale
Hi, The problem comes from the following code: | private CollectionRole roles = new ArrayListRole(); | private CollectionGroup groups = new ArrayListGroup(); | A Collection is treated as a bag. You have have some possibilities to fix it. An easy solution is to use the @CollectionID.

[jboss-user] [EJB 3.0] - service=EJB3 + is already registered

2007-05-14 Thread noelvaes
I'm trying to deploy my beans on JBoss 4.2.0. These beans are working on JBoss 4.0.5 On 4.2.0 I always get the following error: 12:43:23,656 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=MyEJB.jar | java.lang.IllegalStateException: Container

[jboss-user] [JBoss Portal] - Logging of news portlet

2007-05-14 Thread hreintke
LS, I created a page with a number of news/rss portlet instances. Some of the rss feeds however do not display data. At which location would I be able to find any errors reported from the portlet ? Do I need to set an increased logging level to see issues ? If yes, where would I set this

[jboss-user] [Installation, Configuration Deployment] - Incomplete Deployment listing

2007-05-14 Thread ghostofjava
Hello, Somebody little to help me on how solving this bug? 12:32:20,203 INFO [Server] Starting JBoss (MX MicroKernel)... 12:32:20,203 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) 12:32:20,234 INFO [Server] Home Dir: D:\servers\jboss-4.0.5.GA

[jboss-user] [Remoting] - Re: how to start remote jboss server

2007-05-14 Thread jbossjb
I am using windows XP,how can I do it? JB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045410#4045410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045410 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: MDB deployment problem

2007-05-14 Thread genady_yadata
I've have similar problem overriding MDB activation config through XML. It gives me the instance not found exception with JBoss 4.0.4 but seems to work with JBoss 4.2.0GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045411#4045411 Reply to the post :

[jboss-user] [Advanced Documentation] - Perm parameter

2007-05-14 Thread brigantina1
Hi all, I need to increase the Perm Memory of my jboss server. The default parameter value is 32 MB and I wish to set up it at 96MB. Can you help me in indicating wich is tha parameter in Server configuration I need to set to this value ? Thanks a lot Best Regards Vittorio View the

[jboss-user] [JBoss Seam] - Mail sending through Seam

2007-05-14 Thread vedavyas
Hi All, I am trying to send a mail by calling the required method in a class which implements ActionHandler. But the Renderer object is not getting injected. This is the code i have used. | public class Mail implements ActionHandler { | | @In(create=true) | private

[jboss-user] [JBoss Portal] - Re: Change in page layout

2007-05-14 Thread franco12
Hi THEMES Edit portal-themes.xml (\server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF). Example : adding the theme 'test' (copy paste this) Test Themes are stored here : \server\default\deploy\jboss-portal.sar\portal-core.war\themes LAYOUTS Edit

[jboss-user] [JBoss Seam] - identity.hasRole problem

2007-05-14 Thread anescu
Hi, I'm trying to use the identity.hasRole method in the authenticator class but the result is always false. So, for example, if I put this code in the authenticate method: identity.addRole( new String( account_admin ) ); and then I test (in the same method) System.out.println( ###

[jboss-user] [JBoss Portal] - Re: Change in page layout

2007-05-14 Thread franco12
I forgot code flags.. ;) THEMES Edit portal-themes.xml (\server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF). Example : adding the theme 'test' (copy paste this) theme | nameTest/name | link rel=stylesheet id=main_css href=/themes/test/portal_style.css

[jboss-user] [JBoss jBPM] - Re: Parsing error in forms

2007-05-14 Thread kukeltje
#{varName} does work, #{var Name} does not. The latter because the system interprets the space. #{var['varName']} and #{var['var Name']} both work because of the '' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045418#4045418 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Condition expressions not evaluating properly

2007-05-14 Thread kukeltje
great ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045419#4045419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045419 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Change in page layout

2007-05-14 Thread [EMAIL PROTECTED]
Edit or add a CSS theme View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045420#4045420 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045420 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to integrate jbpm in an exisiting Web Application ??

2007-05-14 Thread vipul.gupta
I tried looking at the existing example as you had mentioned. It has some jsp files and i am not able to figure out how tiles configuration is done in these. For example: layout.jsp has a line tiles:get name=body flush=false/ but i can't figure out how/where the attribute named body is

[jboss-user] [Installation, Configuration Deployment] - SMTP failover with JBoss Mail Service?

2007-05-14 Thread klusi
We are currently developing a J2EE application on JBoss-4.0.4.GA and we are using the JBoss Mail Service (mail-service.xml) for sending emails via SMTP. My question now is if there is a possibility to specify more than one smtp-servers for a failover solution (if one smtp-server is not

[jboss-user] [JBoss Portal] - tab order with a customized theme

2007-05-14 Thread franco12
hi, I made my own theme but I've a little problem with my tabs : tab order is reversed If I try with another theme (default themes) : tab order is good so I think it's related to my css theme here is my theme : /* |* MDP Theme CSS * |**/ | |

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-14 Thread Stueckdeckungsbeitrag
Hello Ronald, I would like to know if the .xhtml and the forms are auto-generated in jBPM 3.2? Regarding the instructions for creating a process for returns of orders in jBPM wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted the mentioned files are missing. The process is

[jboss-user] [JBoss jBPM] - Re: cannot read process variable from other thread

2007-05-14 Thread estaub
Milan, Thanks very much for the follow-up! -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045425#4045425 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045425 ___

[jboss-user] [JBoss Seam] - Re: Using JavaBeans and Hibernate3

2007-05-14 Thread stephen.friedrich
The answer is a definitive maybe: There is no such thing as an EJB 3.0 entity bean. The term EJB entity is only used for EJB 1.x/2.x. Indeed @Entity makes the annotated class an Entity in the sense of the Java Persistence API (JPA). Hibernate's entity manager is an implementation of the JPA.

[jboss-user] [Clustering/JBoss] - Maintaining Logger in the Jboss

2007-05-14 Thread PriyaP
I am having 2 jboss instance running in different machines and are clustered with Load balancing technique. I am using logger in both the machines. But the logger in two nodes are not synchronized since some requests goes to node1 and some requests goes to node2. I would like to have a common

[jboss-user] [EJB 3.0] - Overriding annotations with ejb-jar.xml

2007-05-14 Thread genady_yadata
Hi, I've read about overriding annotations with ejb-jar.xml file to allow configuration at deploy time. It works fine. My problem is that the ejb-jar.xml resides deep inside a jar file which in turn is packaged in a .ear file and it makes it difficult to modify. Is there another location

[jboss-user] [JBoss jBPM] - Re: jBPM project, Eclipse, JBPM Library

2007-05-14 Thread estaub
Vipul, Please start a new thread if you're going to start a new discussion. The starter kit doesn't use jboss, and most of the docs don't talk about using jboss. The starter kit includes a web application. Get it running (without building, just as binaries), read the userguide. Become

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-05-14 Thread tcavaleiro
Thanks avbentem. But meanwhile I found this (http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds). It isn't updated in realtime, but it gave me what I need! :) About the errors using CVSGRAB, since I was so focused on getting the examples and after seeing that JBoss site isn't

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-05-14 Thread rtm333
Hi Tim, I sent the test program to you by e-mail. I would have preferred to stick with Messaging 1.0.1 for the time being as we do not need clustering and have performed all our tests with this release. But as this seems to be a dead end, we have to reconsider. Has stability and performance

[jboss-user] [JBoss Portal] - Re: Change in page layout

2007-05-14 Thread [EMAIL PROTECTED]
I mean for the default layout :) If you use your own layout in depends how you do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045435#4045435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045435

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Entity Bean CMP Tutorial Request

2007-05-14 Thread SKS
I fixed by myself the issues about including the jar and .dll... I had to set the Class-Path: in the ejb.jar manifest.mf, not in the manifest.mf of the ear... Now the only thing i need to finish my project, is the tutorial about create a entity bean CMP. Thanks again. Andrea Consiglio View

[jboss-user] [Clustering/JBoss] - Handling EJB calls from script server to Clustered Jboss

2007-05-14 Thread PriyaP
I am having 2 jboss instance running in different machines and are clustered with load balancing technique. A Unix script server is running in another machine having schedules jobs with EJB Client. Based upon the schedule the scripts calls the EJB client which calls the EJB bean running in the

[jboss-user] [JBoss Seam] - Event context ends before the response

2007-05-14 Thread kirby
I've a very simple xhtml (facelets) page called p1.xhtml with this code: | h:form | h:inputText value=#{testAction.x}/ | h:commandButton value=Click me! action=#{testAction.doSomething}/ | /h:form | TestAction is a bean with this code: | @Name(testAction)

[jboss-user] [JBossCache] - Re: PojoCacheListener API changes in CR1?

2007-05-14 Thread fatbatman
When revamped will it be possible to register a PojoCacheListener for a specific topic pattern or similar? I'd like to use the PojoCache across a cluster of servers and it would be nice if specific servers could register a listener for a particular topic they're interested in, rather than

[jboss-user] [JNDI/Naming/Network] - Re: PROBLEM WITH LOOKUP

2007-05-14 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions, especially, the jmx-console method mentioned over there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045440#4045440 Reply to the post :

[jboss-user] [JBossCache] - Re: PojoCache object not retrieved from file store after evi

2007-05-14 Thread morisona
Thank you. That is very interestiing. Effectively findObjects() does not retrieve from the underlying store, whereas getObject() does. I really think that might go in the javadocs :-). Again, thank you. View the original post :

[jboss-user] [JBoss Seam] - Re: identity.hasRole problem

2007-05-14 Thread anescu
Ok, now I'm really confused! So, now i've tried the following: In the authenticator class public boolean authenticate() | { | ... | Identity.instance().addRole( new String( account_admin ) ); | ... | System.out.println( ### account_admin: + Identity.instance().hasRole( new

[jboss-user] [JBoss Seam] - Re: @Begin issue. Cannot make it work how we need

2007-05-14 Thread emsa
I have also had issues like this and what I actually would like to suggest is that Seam adds yet another Scope a Window-Scope. This Scope should be connected to a Window and should be started/forked with each Window. It should not be @Ended like a Conversation but work more like the Session

[jboss-user] [JBoss Seam] - No phase id bound to current thread...(false multiple SeamPh

2007-05-14 Thread jgreene
Hello - Maybe I've missed something, but is there a definitive solution yet to the error mentioned in this thread subject? I've seen this posted before, but still no solution. I've been running a simple Seam app at work using Tomcat, and it has been running fine. I added a couple of database

[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?

2007-05-14 Thread david.hoffman
Thats correct. It is as if I never had created any content at all when I restart the portal. I can forward all my configs if you think that you could help me figure it out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045449#4045449 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - DatabaseServerLoginModule Postgresql

2007-05-14 Thread toni
Hi, I have set up a security realm for my seam application. When trying to authenticate the user I can see in the postgresql logifle the following error: ERROR: relation systemuser does not exist However, the table exists in the database. I have done this for mysql without running into any

[jboss-user] [JBoss Seam] - Converation Design Pattern

2007-05-14 Thread emsa
I have some problems making the Conversation work like I want to, this is loosely related to http://www.jboss.com/index.html?module=bbop=viewtopict=108452. I have a number of menu-alternatives each menu leads to wizard-like dialog structure with multiple levels of nested conversations. Since

[jboss-user] [JBoss jBPM] - Re: Dynamic children process on fork

2007-05-14 Thread jcv
I finally found it http://wiki.jboss.org/wiki/Wiki.jsp?page=ForEachForkActionHandler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045455#4045455 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045455

[jboss-user] [JBoss Seam] - Re: Converation Design Pattern

2007-05-14 Thread sradford
I guess that your 'root-level' menu items would have their conversation propagation set to false. As to not 'having unused conversations hanging around', I think you'd have to do your own cleaning-up of them in java code. View the original post :

[jboss-user] [JBoss Seam] - Re: identity.hasRole problem

2007-05-14 Thread sradford
Until the authenticate() method completes and the login process itself completes the user's roles are not assigned. Any that you add by calling Identity.addRole() are added to a temporary store and only added to the user's actual list of roles when the login process is 'committed'. As an

[jboss-user] [JBoss jBPM] - Blocked signal call

2007-05-14 Thread avivstav
Hi I wrote a simple flow that use web events as trigger to continue the flow. I use the following code to start the flow: | public Long startFlow(long id,String problem, long sid) { | | Long processDefId = null; | JbpmContext jbpmContext =

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-14 Thread kukeltje
engine: 3.1 run-time auto generated and really simple, no customization possible 3.2 design time generated, customizable View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045461#4045461 Reply to the post :

[jboss-user] [JBoss Seam] - How to render partial search results?

2007-05-14 Thread grettke_spdr
Hi, I'm still pretty new to JPA-QL and Hibernate, and also JSF and Seam. That said, I would appreciate some advice regarding this scenario: For a use case we need to perform a search and display a mix of results on the screen that are not related (by an object graph, at least, not without some

[jboss-user] [JBoss jBPM] - Re: How to integrate jbpm in an exisiting Web Application ??

2007-05-14 Thread kukeltje
Suggestion, clue: Learn struts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045464#4045464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045464 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - TimerTask schedule question

2007-05-14 Thread SKS
Hello, i have a question about the possibility to schedule a TimerTask from an Session bean. I have to control remotely the level of service of some server and my idea is to make an Session bean with two businness method, one for start and one for stop the control. The control is done by a

[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?

2007-05-14 Thread [EMAIL PROTECTED]
Did you check the console for any error when creating the content ? This seems very odd to me. Is that out of the box ? Everything else is working fine like adding portal pages ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045468#4045468 Reply to the post

[jboss-user] [JBoss Portal] - Re: JBoss Portal Security - You're losing your way...

2007-05-14 Thread bsmithjj
bsmithjj wrote : As I look into this more, look at the source code for 2.6, the wiki link you supplied, etc. I really am beginning to think that in some ways, you're losing your way with the security layer of JBoss Portal... | I've noticed in the so-called 'candidate releases (CR),' 1 and

[jboss-user] [JBoss Seam] - Re: identity.hasRole problem

2007-05-14 Thread anescu
That was just a temp debug code, because I was not sure why the code was not working (I tried several versions, because I had no idea why it was not working). The roles are actually loaded from the DB, and later on I was testing for the roles and perform some actions based on specific roles.

[jboss-user] [JBoss Seam] - empty option with convertEnum

2007-05-14 Thread gustavogt
I´m getting a ClassCastException when I using a empty option in a selectOneMenu. Does anybody can help me? Thanks in advance! | java.lang.ClassCastException: java.lang.String | at org.jboss.seam.ui.EnumConverter.getAsString(EnumConverter.java:28) | at

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-14 Thread Stueckdeckungsbeitrag
Thanks, I am using jbpm 3.2 according to the suite jbpm-jpdl-3.2.GA ~82MB + Eclipse plugin via update features. Instructions were strictly followed but no additional files ( forms or xhtml ) were created. What I am doing wrong? Paul View the original post :

[jboss-user] [JBoss Seam] - Re: Converation Design Pattern

2007-05-14 Thread emsa
Thanks, this is what I expected - what I also need to do at times is to pop just some nested levels but still propagate the top conversation(s). From what I understand a call to @End always ends the inner-most Conversation? If I need more control over the conversation stack for ex if I need

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-14 Thread [EMAIL PROTECTED]
Dashboard link works, any other question ? You can desactivate Google Gadget (just remove the corresponding war) we have lot of fans, thanks. You can remove the CMS, remove the corresponding sar. I'm glad to see that you diodn't change :) View the original post :

[jboss-user] [Clustering/JBoss] - Re: JSF backingbean in Tomcat/JBoss cluster

2007-05-14 Thread [EMAIL PROTECTED]
No, attributes have to be serializable in a distributable webapp. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045476#4045476 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045476

[jboss-user] [JBoss Seam] - @Filter example

2007-05-14 Thread anescu
Hi, Is there a @Filter example for Seam??? I would need a working example to get me started, I looked at some Hibernate examples but I can't figure out how to integrate them in Seam (I know how to place the filter annotation on the entity but what else?). Also, if the example can use some

[jboss-user] [Clustering/JBoss] - Re: JBoss AS 5

2007-05-14 Thread [EMAIL PROTECTED]
At this point you have to do it manually. Exactly how the old Farm service will be replaced by or integrated with the AS 5 ProfileService is not yet determined. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045478#4045478 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to Import an exiting .EAR file to JBoss IDE

2007-05-14 Thread tpickett
Hi Marshall, I am new with JBoss and I am trying to run open source benchmark application DayTrader (http://cwiki.apache.org/GMOxDOC10/day-trader.html) on JBoss. I am able to run this application on WAS 6.1. Now I want to import this WebSphere working version in JBoss IDE, and do any possible

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-14 Thread bsmithjj
oh yes - I forgot the stack trace | 09:18:40,432 ERROR STDERR - org.jboss.portal.core.controller.ResourceAccessDeniedException: Not Authorized has denied access | 09:18:40,432 ERROR STDERR - at

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-14 Thread kukeltje
The forms are not automatically generated from the gpd. There is a function for that in the tasks properties. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045481#4045481 Reply to the post :

[jboss-user] [JBoss Portal] - Re: tab order with a customized theme

2007-05-14 Thread franco12
i did it ;) look at the comment UL#tabsHeader li { | float:left; /* and not float:right; ! */ | background:url(images/onglet_left.gif) no-repeat left top; | margin:0; | padding:0 0 0 9px; | list-style:none; | } regards View the original post

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-14 Thread [EMAIL PROTECTED]
Right i don't change your attitude always make me keep this style. Anyway, some information on this stacktrace ? What is the scenario around this ? I am willing to resolve this if you met a bug, just give me some background, so far nobody reported an error like this. View the original post :

  1   2   3   >