[jboss-user] [JBoss Seam] - No more @CollectionId in Seam?

2007-03-01 Thread josephhu
Hi, I am porting some of my old Hibernate classes to Seam when I noticed that in /lib/hibernate-all.jar, org.hibernate.annotations.CollectionId is no longer present. Is this an oversight or are we not supposed to use @Collection in Seam? Thanks, -Joseph View the original post : http://www.jb

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-01 Thread [EMAIL PROTECTED]
Could you paste a few of the log messages leading up to this exception? Also, have you tried this with 1.4.1.SP1 or SP2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=402#402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Clustering/JBoss] - Clusters other than Jboss?

2007-03-01 Thread pc_cruiser
I haven't seen any posts concerning other clustering technologies and Jboss. More or less curious; I have obviously read a ton of material on the built-in clustering features in Jboss; but does Jboss work (or even integrate well) on other clustering platforms? Has anyone done this or seen this

[jboss-user] [JBoss Seam] - Re: safety of licenses of the libraries used in Seam ?

2007-03-01 Thread [EMAIL PROTECTED]
Uhm, are you sure that makes sense? If a developer on our side tells you "we think we do this and that, but I am not a lawyer", what good is that for the lawyer on your side? On the other hand, if there is no lawyer on your (or your customers side), we can tell you whatever we want? What I'm t

[jboss-user] [JBossCache] - Re: PojoCacheListener does not propagate in a cluster

2007-03-01 Thread [EMAIL PROTECTED]
Is this only with pojocache? Do you still have the problem with the vanilla cache as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024441#4024441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024441 __

[jboss-user] [JBossCache] - Re: Performance Tests and TimeoutException

2007-03-01 Thread [EMAIL PROTECTED]
The problem with going up to more than say 5 or 6 nodes is that replication and 2 phase commits across a cluster become a big overhead and you will find that the app does not scale. I'm assuming you're using synchronous replication. As a solution, to help things scale better, either use asunchr

[jboss-user] [JBoss Seam] - Re: Error javascript in

2007-03-01 Thread bsmithjj
yep - In Seam 1.2.0, the javascript appears to be broken (in firefox anyway) for . | Error: __selectDate is not defined | Source File: http://ntinternetdev.evergreeninsite.com:8080/access/work_queue.seam?actionMethod=work_queue.xhtml%3AworkQueueManager.select&conversationId=7&conversationIs

[jboss-user] [JBoss Seam] - Re: Cannot use a custom Converter...

2007-03-01 Thread mgervais
Does somebody has an idea?I 'm doing the same thing as in examples... I've re checked everythng... I dnt understand why the exceptio says I've a String instead of a Converter class... Cannot convert [EMAIL PROTECTED] of type class java.lang.String to interface javax.faces.convert.Converter Th

[jboss-user] [JBoss jBPM] - Re: Alter the flow of a process instance

2007-03-01 Thread adrianr
as i suspected this method doesn't log changes, so I think I need to consider your idea of adding temporarily transitions between the nodes, because I need logging the change. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024437#4024437 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread jorgemoralespou_2
I'll try to post it tomorrow morning. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024435#4024435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024435 ___ jboss-use

[jboss-user] [JBoss Seam] - safety of licenses of the libraries used in Seam ?

2007-03-01 Thread codelion
Noticing new .jar files in seam-gen generated code. Good, but having a moment of worry here. Where is a statement I can show a client that says something like "whatever libraries are within the Seam distribution are safe to use in commerical projects, i.e. at least Apache License" or something

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread kukeltje
Thanks, but... this is not something I can run out of the box. I need a webcontainer (that I have) , webservice loadtestclient (strange word, but I don't have it) etc...etc...etc... so unfortunately it's not usable for me this way (it's not a unit test). Do you think you can still create a unit

[jboss-user] [JBossCache] - Re: long wait when cache is started

2007-03-01 Thread [EMAIL PROTECTED]
Could you enable trace level logging? Just to test where the time is being spent? Could be in obtaining database connections - are you pooling the connections? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024432#4024432 Reply to the post : http://www.jb

[jboss-user] [JBossCache] - Re: memory leak

2007-03-01 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-990 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024431#4024431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024431 ___ jboss

[jboss-user] [JBoss Seam] - SessionBean Interface @Local Annotation

2007-03-01 Thread trickyvail
I was tracking down an error in my code and noticed that the Seam example code may be missing an annotation. Specifically the ShoppingCart.java interface in the DVD Store example does not have a @Local annotation although it does appear to define a locally accessed stateful session bean. Is th

[jboss-user] [JBossCache] - Re: TreeCache config in cluster

2007-03-01 Thread [EMAIL PROTECTED]
Are the weblogic installs in different directories? Dow do you vary your weblogic configuration? Perhaps you could do something similar for your JBoss Cache configs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024429#4024429 Reply to the post : http://

[jboss-user] [JBoss jBPM] - Re: Alter the flow of a process instance

2007-03-01 Thread kukeltje
You could (temporarily) add a transition between the nodes as well, but I would not do that. Your solution is ok. It does not brake anything internally in the core. So if it does not break anything for you, you can use it. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBossCache] - Re: memory leak

2007-03-01 Thread [EMAIL PROTECTED]
Thanks for this, will investigate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024427#4024427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024427 ___ jboss-user mailing l

[jboss-user] [JBossCache] - Re: EvictionPolicyConfig

2007-03-01 Thread [EMAIL PROTECTED]
Is this Hibernate 3.2.0.GA? Just so you know, some CRs had a bug in the way Fqns were generated by Hibernate, and everything ended up as direct descendents of Fqn.ROOT. http://opensource.atlassian.com/projects/hibernate/browse/HHH-1796 View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
Never mind, just read up on the syntax. It is correct, it just isn't working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024425#4024425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024425 _

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-01 Thread spambob
"mjek2" wrote : ... I can only partially agree with it: sure, excel is proprietary, but it's a de-facto standard, whether we like it or not (and yes, I use OpenOffice too ;). And AFAIK OpenDocument file format is rather complex (and JExcel is rather simple and hence can be integrated faster). Bu

[jboss-user] [JBoss Seam] - Re: Redirect to HTTPS

2007-03-01 Thread spambob
Hi Shane, while I'm certainly happy that http<->https switching functionality is available (that's what I've been asking for) I was wondering if you implemented any security precautions because by switching from https back to http you open a security hole if you rely only on the jsessionid cook

[jboss-user] [JBoss Seam] - Re: How to use @Id @GeneratedValue(strategy=GenerationType.A

2007-03-01 Thread trickyvail
In Enterprise JavaBeans 3.0 (O'Reilly 2006) it states "The AUTO strategy tells the persistence provider that you are allowing it to generate the key for you" (page 94). I don't specifically know the Hibernate implements this feature, but might I suggest that you utilize the features of your dat

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
You seemed to have commented out the hack code for IE6 and 7: org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor in core Don't know if you meant to do it in a cleaner way or what View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024421#4024421 R

[jboss-user] [Beginners Corner] - Re: Connection Pooling

2007-03-01 Thread [EMAIL PROTECTED]
ConnectionPooling for EE resources (JDBC connections, JMS connections etc) is provided by JBossJCA. The general Wiki can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA and information specific to connection pools can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBos

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread trouby
Solved, It is required to use an editor that supports automatic encoding. Eclipse resourceBundleEditor from 'http://www.resourcebundleeditor' makes a perfect job here ;) Any clue why 'he' language being the default one although en_US was set in default-locale tag? thanks View the original

[jboss-user] [JBoss Seam] - Re: How to use @Id @GeneratedValue(strategy=GenerationType.A

2007-03-01 Thread hstang
"tonylmai" wrote : | | Can I create a new object of this class with just the message and let Hibernate create the id? | Yes "tonylmai" wrote : | In the database end, do I create the table for this entity with column id declared as bigint? | Hibernate does this automatically for yo

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-03-01 Thread petemuir
No. Don't put it in the lib folder. Follow the examples provided for packaging. It looks like converter isn't getting used. As for why... You should check with a breakpoint whether the converter is used. You could also try registering the converter by id - org.jboss.seam.EntityConverter iir

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread jorgemoralespou_2
Hi Ronald, I'm posting here the code. Web service | @WebService(name = "ProcessTestService", targetNamespace = "http://test/ws";, serviceName = "ProcessTestService") | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class ProcessTestService { | |public String testInTransactio

[jboss-user] [JBoss Seam] - Re: Explicit conversation id problem

2007-03-01 Thread lle
Hi Raffaele , Can you please explain what is the mis-alignment and why it doesn't work and how did you fix it with the boolean value? I am having some issue with explicit conversation Id and wondering if it is the same issue here. Thanks ly View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - ADF Faces and Portal 2.6 ALPHA2 - Classloader Issue

2007-03-01 Thread lcompton
I posted this as a follow up to another thread, but I want to make sure it gets seen... I'm having difficulties getting an application using ADF Faces to run in the portal. My ultimate goal is deploy an ADF Faces application as a portlet. In order to troubleshoot the problem, I've stripped my W

[jboss-user] [JBossWS] - Web Services and an Isolated Classloader

2007-03-01 Thread jimmycallaghan
It seems that Web Services do not work when the EAR that contains the @WebService class has an isolated classloader. Here is my take on what happens: You deploy the ear and JBoss creates a war, that contains a web.xml, that points to the org.jboss.ws.server.ServiceEndpointServlet. You can send

[jboss-user] [JBoss Seam] - How to use @Id @GeneratedValue(strategy=GenerationType.AUTO)

2007-03-01 Thread tonylmai
My apology for posting the following Persistent/Hibernate question on this board. I had posted it on the Persistent/Hibernate forum but found myself visit this forum more frequent than others. The question is: How does an ID declared as @Id @GeneratedValue(strategy=GenerationType.AUTO) get gene

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-01 Thread [EMAIL PROTECTED]
Yep. Looks like a bug. I will take care of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024408#4024408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024408 ___ jboss

[jboss-user] [JBoss Portal] - Re: JSF portlet using Oracle ADF Faces

2007-03-01 Thread lcompton
I'm having similar difficulties getting ADF Faces to run in the portal. I've stripped my WAR file down to the bare minimum. It contains a "web.xml" file containing JSF and ADF Faces configuration entries. I also have a minimal "faces-config.xml" file. There are no JSPs or managed beans at this p

[jboss-user] [JBoss Seam] - Re: Seam Breaks tag?

2007-03-01 Thread flindet
Ah, okay. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024406#4024406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024406 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Cannot use a custom Converter...

2007-03-01 Thread mgervais
Hi, I'm new in seam framework and I'd like to use a Converter. I've seen the sample for the dvd store and I've tried to do mine. The Converter is created correctly (seen in debug mode) and after I've an exception Here is the code: Converter.java: | @Name("titleconverrter") | public cl

[jboss-user] [JBoss Seam] - Re: Seam Security Question - Tomcat Valve

2007-03-01 Thread bsmithjj
I create issue http://jira.jboss.com/jira/browse/JBSEAM-967. Note that what I'm really asking at the moment, is for away to establish an Identity that uses the HttpServletRequest to obtain the Principal, and check roles. Thanks, Brad Smith View the original post : http://www.jboss.com/index.h

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

2007-03-01 Thread pgmjsd
"petemuir" wrote : Fixed in 1.2.0.GA Yay! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024403#4024403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024403 ___ jbo

[jboss-user] [JBoss Seam] - Re: Seam Breaks tag?

2007-03-01 Thread petemuir
This is not Seam but whatever JSF impl you are using (myfaces if you are uisng a 4.0.5.GA). You'd be better off raising this on their mailing list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024402#4024402 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Seam Breaks tag?

2007-03-01 Thread flindet
Sorry, the forum broke my HTML. I'm referring to the BR tag with the trailing /, like (BR /) where () is <>. View the source, shows (BR) instead of (BR /), which I expect would not be XHTML compliant. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024401#402

[jboss-user] [JBoss Seam] - Seam Breaks tag?

2007-03-01 Thread flindet
Hi, I'm using Seam 1.2.0.PATCH1. I've put in my own footer in the template.xhtml file taken from seam-gen results. In my custom footer, I put in a few tags. However, when I view the source of my page through Firefox 2.0.0.2, I see my tags as , which I wouldn't expect to be valid XHTML. Forg

[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-01 Thread [EMAIL PROTECTED]
Please create a JIRA issue for this and assign to me so it doesn't slip under the radar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024396#4024396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024396 _

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

2007-03-01 Thread petemuir
Fixed in 1.2.0.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024397#4024397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024397 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to use @Id @GeneratedValue(strategy=GenerationType.AUTO)

2007-03-01 Thread tonylmai
How does the id get generated? Say I have a simple entity bean with 2 attributes id and desc. Attribute id is tagged with @Id @GeneratedValue(strategy=GenerationType.AUTO). Can I create a new object of this class with just the desc and let Hibernate create the id? In the database end, do I crea

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-01 Thread bortx
I'm maintaining a pool with 5 connections and validations every minute. On creation, I assign them an id for monitoring. Here you can see a test case I've already done: On startup jboss creates 5 connections (ids 1 to 5), and validates them every minute. In a given moment, the EIS closes all co

[jboss-user] [JBoss Seam] - more than one Seam Phase Listeners?

2007-03-01 Thread mrines77
As far as I can tell, I heve only the one (I thought obligatory) Seam Phase Listener in my faces-config.xml file: | | org.jboss.seam.jsf.SeamVariableResolver | | | org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener | | Here is the

[jboss-user] [JBossWS] - Re: NullPointerException with JBossWS1.0.4GA and JBoss 4.0.5

2007-03-01 Thread meghanai_99
Well yesterday I downloaded the trunk [I assume that will be the latest code even if 1.2 is out, please let me know if it is different]. I have updated my post on JBPM with the exception that I am seeing now. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024040#4024040 So now the ex

[jboss-user] [JBoss Seam] - Re: Redirect to HTTPS

2007-03-01 Thread [EMAIL PROTECTED]
If you do this make sure you also specify a default scheme, as per the docs (check the security chapter for the complete details): | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024389#4024389 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - change @Orderby parameter at runtime?

2007-03-01 Thread liudan2005
Is there anyway to change orderby parameter for an @Orderby annotated collection? e.g. @OrderBy("age desc") private List persons at runtime, I wanna sort by name at runtime. is there anyway to do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024388#4024

[jboss-user] [JBoss Seam] - Re: Seam Security Question - Tomcat Valve

2007-03-01 Thread [EMAIL PROTECTED]
I don't think it would be too hard for Seam Security to authenticate against a Tomcat realm - if you create a JIRA issue for this and assign it to me I'll add this functionality when I get a chance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024387#402438

[jboss-user] [Clustering/JBoss] - Re: JNDI vs. HA-JNDI lookups

2007-03-01 Thread [EMAIL PROTECTED]
Perhaps you are confusing the behavior of the naming proxy vs. the EJB proxy? They are completely independent. If that's not what you're doing, ignore the rest of this, and just treat it as useful info for other people who stumble on this thread. ;-) If you create an InitialContext that connec

[jboss-user] [JBoss jBPM] - Alter the flow of a process instance

2007-03-01 Thread adrianr
Hi, I need some way to alter the flow of a process instance, for example I have a process instance wich is in node A and I want to arbitrary move it to node D, node A and D don't have transitions between them. I know this doesn't respect the normal flow and is very awfull, but i need it to simul

[jboss-user] [JBoss Seam] -

2007-03-01 Thread pgmjsd
I'm using Seam 1.1.6, myfaces 1.1.4, EntityConverter 0.1 from the wiki page. The Seam managed EntityManagerFactory is set up correctly. Here's the problem: When noSelectionLabel is specified UISelectItems ends up using NoSelectionConverter for all the User objects in the list instead of

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-01 Thread hamtho2
If it´s of any importance: I´m using trinidad as well, but this shouldn´t be a problem, should it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024379#4024379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024379 __

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-01 Thread hamtho2
I did it this way: | | Seam Filter | org.jboss.seam.web.SeamFilter | | | | Seam Filter | /* | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024378#4024378 Reply to the post : http://ww

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA

2007-03-01 Thread greenbean
I did not try the samples. I upgraded from the version shipping with JBoss 4.0.5.GA. The version included in JBoss 4.0.5.GA worked, but had a problem. 2007-02-27 22:59:30,052 ERROR [org.jboss.ws.jaxrpc.CallImpl] Call invocation failed with unkown Exception javax.xml.rpc.JAXRPCException: Cannot

[jboss-user] [JBoss Seam] - Re: Testing Pageflow with SeamTest

2007-03-01 Thread denis-karpov
I think there is bug in testing environment (propagation of conversations with pageflow does not work) In this test there is 2 requests. In the first I start conversation and pageflow In the second conversation is lost. If I do not start pageflow then conversation propagates. public class TOrdT

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA NumberFormatException For ENDPOINT_ADDR

2007-03-01 Thread greenbean
I am not sure I understand what you are saying? Are you saying I need to add datatype=SOAPMessage? I am not adding that currently. I am only doing this: stub._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY,"http://myhost:8791";); This is enough to cause the parsing error. "[EMAIL PROTECTED]" wr

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-01 Thread [EMAIL PROTECTED]
Do you have the SeamFilter installed in web.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024371#4024371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024371 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-01 Thread hamtho2
sorry, but I did it the same way like in the examples. But it´s still the same. It works if the restriction comes through the pages.xml but not if it comes through the backing-bean. Any further suggestions? Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - Re: Ambiguous user guide

2007-03-01 Thread kukeltje
??? you mean the normal download and cvs? Ofcourse they are different. Or do I miss something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024367#4024367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024367 ___

[jboss-user] [Clustering/JBoss] - Re: Lookup SLSB from external war

2007-03-01 Thread qjafcunuas
Hi, Here is the exception stacktrace. tia 2007-03-01 18:50:15,949 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException in method: public abstract com.tvnavig.server.domain.ejb.DomainSession com.tvnavig.server.domain.ejb.DomainSessionHome.create() throws javax.ejb.CreateException,java.rmi

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter --> I go wild page

2007-03-01 Thread rengar
I use facelets and XHTML. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024365#4024365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024365 ___ jboss-user mailing list jboss

[jboss-user] [Clustering/JBoss] - Re: JNDI vs. HA-JNDI lookups

2007-03-01 Thread JerryGauth
I think you understanding is correct; at least it matches mine. :) I was unable to replicate your findings using JBoss 4.0.5. I used multiple IP addresses rather than the service binding manager but I wouldn't think that would matter. When I bound objects locally on both nodes and then perfor

[jboss-user] [Installation, Configuration & Deployment] - Re: Error while shutting down - Exception in thread

2007-03-01 Thread PeterJ
You can always send an INT signal to the java process running the app server, this will cause it to shut down gracefully: kill INT where is the java process id. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024363#4024363 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread jorgemoralespou_2
"kukeltje" wrote : I also tried contacting one of the core developers to get a statement on this... I also already told him you use it in a kind of orchestration way. | Thank you very much for your interest. "kukeltje" wrote : | The reason I asked is if you use forks, and want a kind of p

[jboss-user] [Installation, Configuration & Deployment] - Re: Connection Pooling

2007-03-01 Thread PeterJ
See http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch7.jdbc.sect, look for min-pool-size and max-pool-size. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024361#4024361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: Trinidad / ajax4 jsf doesn´t work anymore in Seam 1.2.0

2007-03-01 Thread hamtho2
well - I also used ajax4jsf together with 1.1.6 without any problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024360#4024360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024360 _

[jboss-user] [JBoss jBPM] - Re: Ambiguous user guide

2007-03-01 Thread kukeltje
??? you mean the normal download and cvs? Ofcourse they are different. Or do I miss something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024359#4024359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024359 ___

[jboss-user] [JBoss Seam] - Re: Explicit conversation id problem

2007-03-01 Thread [EMAIL PROTECTED]
Please report it in JIRA, with a runnable test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024358#4024358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024358 ___ jb

[jboss-user] [JBoss Seam] - Explicit conversation id problem

2007-03-01 Thread raffaele.camanzo
Hi All, since the Seam 1.1.1GA version (now I'm working on the 1.2.0PATCH1) I noted a mis-alignment of the Seam behaviour from the reference documentation. In the "6.6 Using an "explicit" conversation id" section I found this description: Clearly, these example result in the same conversation

[jboss-user] [JBoss jBPM] - Re: Transition loop

2007-03-01 Thread kukeltje
Yep it should as long as you close the context so it will be persisted... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024356#4024356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024356 _

[jboss-user] [Remoting] - Callback Questions

2007-03-01 Thread login4jbr
Hello. I have a couple of questions. 1. When the server sends callbacks to the client, are the callbacks delivered in the same order they have been sent? In other words: If the server sends a callback C1 and then another callback C2. Can I be sure that the client will receive first C1 and th

[jboss-user] [Clustering/JBoss] - Re: Lookup SLSB from external war

2007-03-01 Thread [EMAIL PROTECTED]
Post the exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024355#4024355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024355 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
My nightly build from Monday has broken JS navigation from the menu tabs again. The JS dropdowns won't show in IE6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024352#4024352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread kukeltje
I also tried contacting one of the core developers to get a statement on this... I also already told him you use it in a kind of orchestration way. The reason I asked is if you use forks, and want a kind of parallel processing, you have to use async actions in the nodes, otherwise all 'legs' of

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-01 Thread [EMAIL PROTECTED]
The background validation feature only evaluates those connections that are currently in the pool. The destroy operation removes connections from the pool and as a result, they are not subject to validation. Can you give me more info as to why you think it is doing this? anonymous wrote : |

[jboss-user] [JBoss jBPM] - Re: Transition loop

2007-03-01 Thread paolodt
anonymous wrote : | the engine allows it BUT... make sure it is a wait state, otherwise you will get a stack overflow | Should it work with a task node also? I want to let a user to loop on a task until he choose a different transition ... Thanks, Paolo View the original post : http://

[jboss-user] [Clustering/JBoss] - Re: Problem with datasources, they start, but my apps cannot

2007-03-01 Thread [EMAIL PROTECTED]
No, using Hypersonic in production is not recommended. It's an in-process DB; if your app server process crashes, so does your DB. The app server needs a database, so we bundle Hypersonic so the AS will work out of the box on a developer's workstation, but it's not meant for production. For yo

[jboss-user] [JBoss Portal] - Re: Removing the defaults - clean portal

2007-03-01 Thread PeterJ
Try just removing the jboss-portal.sar/conf/data/default-object.xml file. This *-object.xml file defines the default portal. I assume you have also already removed the portal-samples.war/WEB-INF/default-object.xml, that is where the Test page is defined. View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Problems with IntervalRenderer and PhaseListener

2007-03-01 Thread LudgerTheile
Hi, I've updated to Seam 1.2. But nothing changed. Is there any solution? Ludger View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024346#4024346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024346 __

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-01 Thread hamtho2
okay - I will have a look. BTW: Is there any way to include the role through a static variable from an interface, so that you can replace @Restrict("#{s:hasRole(''admin)}") with anything like this @Restrict("#{s:hasRole(SecurityRoles.ADMIN)}") ? View the original post : http://www.jboss.co

[jboss-user] [Beginners Corner] - Cannot create txtimer on Jboss 4.0.2

2007-03-01 Thread rahul_juneja
Guys, I am getting this problem when trying to deploy my application and my application when deployed starts certain queues which are managed with the timers of Jboss. The version of Jboss AS i am using is 4.0.2 and this timer functionality goes well with this version because i have seen this w

[jboss-user] [JCA/JBoss] - Validation of destroyed connections

2007-03-01 Thread bortx
Hello. I'm havin a problem using the background validation feature. On each validation iteration, jboss checks all connections that have been created: the ones that are in the pool at the moment, and the ones that have been destroyed previously. The pool works right, I mean, it never returns a

[jboss-user] [Beginners Corner] - Connection Pooling

2007-03-01 Thread alitalib
Hi, Where can i find infomation on Connection Pooling View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024343#4024343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024343 ___

[jboss-user] [JBoss Seam] - Pageflow and servlet requests

2007-03-01 Thread igorla
Hi, I have a pageflow that consists of 3 pages. It works fine. Then, I've decided to add an applet to the second page. The applet performs several requests to my servlet during loading. Now, when I press button 'Next' which action that should take me to third page, instead of this, I get error:

[jboss-user] [Installation, Configuration & Deployment] - Connection Pooling

2007-03-01 Thread alitalib
Hi, Where can i find infomation on Connection Pooling View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024341#4024341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024341 ___

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

2007-03-01 Thread baz
My problem is solved. I had created a messages.properties and a messages_de.properties. Where i assume that messages.properties is used whenever a key in the german version is not found and when a language is selected which does not exist. But in my case, the german version messages_de.properties

[jboss-user] [JBoss Seam] - Re: Can I end a conversation programmatically?

2007-03-01 Thread raffaele.camanzo
Hi Gavin, unfortunately this solution does not fit, or better, it does not work in my application. Having a look at the Seam source code I've seen that Conversation.instance().end() calls directly, and only, the Manager.instance().endConversation(false) exactly as I did in my first solution. I

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread jorgemoralespou_2
Hi Ronald, We're trying to isolate the problem and work a testcase that runs outside the AS. It 's no easy job, due to high integration with the AS., but I'll try to post it here when we have it. anonymous wrote : | btw, do you call any external services synchronously? if so, how long do they

[jboss-user] [JBoss Seam] - Re: Trinidad / ajax4 jsf doesn´t work anymore in Seam 1.2.0

2007-03-01 Thread [EMAIL PROTECTED]
I think the only important change was the upgrade of Ajax4JSF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024337#4024337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024337

[jboss-user] [JBoss Seam] - ResourceBundle in hebrew / default locale

2007-03-01 Thread trouby
Hi, I have two questions regarding resource bundles and locales, I've set two locales in faces-config.xml as follows: | | | en_US | en_US | he | | | For some reason the deault locale being the 'he' (Heb

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.0.0.Beta1 BUILD FAILED

2007-03-01 Thread PeterJ
Also, the fact that it actually compiles in 5.0 seems to be a great reason to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024335#4024335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024335

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-01 Thread [EMAIL PROTECTED]
Yes, use a seam exception handler defined in pages.xml. This is in the seamspace example i believe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024336#4024336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024336 __

[jboss-user] [JBoss Portal] - Re: Binary installation

2007-03-01 Thread PeterJ
Very good installation instructions are provided at http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/installation.html. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024333#4024333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Redirect to HTTPS

2007-03-01 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024331#4024331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024331 ___ jboss-user mailing list jboss-user@lists.jboss.org htt

[jboss-user] [JBoss Seam] - Re: Seam and plain old JDBC code

2007-03-01 Thread [EMAIL PROTECTED]
anonymous wrote : I understand that to be truly efficient with Seam you need to run some sort of ORM tool ORM definitely helps you be efficient, but Seam can help you be more efficient even without it. The only real requirement is that data in your Java code is represented as JavaBeans. For ex

[jboss-user] [JBoss Seam] - Re: Upgrading from 1.1.5 to 1.2

2007-03-01 Thread nekstrom
Here is my Authenticator Class: | package edu.byu.cs.csl.dogma.server; | | import java.util.List; | import java.util.Set; | | import javax.persistence.EntityManager; | | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam

[jboss-user] [JBoss Seam] - Re: exceptions.xml : display exception's information

2007-03-01 Thread synthez84
I changed my generic_error_page.xhtml to : With that I can see "Test", which was define in exceptions.xml But I would like to print the exception message and the stack.. What should I do? I also tried but it doesn't display anything :( And I 've still got this javax.faces.el.EvaluationExc

<    1   2   3   4   >