[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread milli
That's what even I thought but may be I'm doing something wrong. Here is the simple code I'm trying to run but it does not seem to work with event scope. Both category and id are always null unless I change the scope of categoryAction to session. Could you spot anything wrong with this approach?

[jboss-user] [JBoss Seam] - Conditional navigation in pages.xml

2007-05-10 Thread gmarcus
I am trying to use navigation in pages.xml. | | | | | | | | | if the action returns "success", seam renders /login.xhtml This is what I expected. What I would like to do, is if the outcome is

[jboss-user] [JBoss Seam] - Getting Id of Presisted object.

2007-05-10 Thread waheed.murad
hii. i am using entitymanger to presist Object as: Customer cust; em.presist(cust); the id of customer is auto generated (in my case it is Oracle Sequence). after presistance i want to get the id of the presisted Object. like Customer cust; em.presist(cust); // Want to get the Id here; cust.ge

[jboss-user] [JBoss Portal] - Re: How to do webclipping of any page using Portletbridge po

2007-05-10 Thread ritesh_sanjay
Hi All, I am having problem with Portletbridge, actually it opens URL HTML page on some fixed size iFrame window and I need to change the size of window as per my requirement. Can anyone help me out on how to change the size of the window.I have downloaded the source code. Anyone there??? Rite

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

2007-05-10 Thread pmadzik
I tried "jar-file" element as well but it seems to be buggy because it seek for jar in $JBOSS_HOME/bin rather than in EAR It is jira issue http://jira.jboss.com/jira/browse/EJBTHREE-560 but with resolution "Cannot Reproduce Bug". View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Forked processing in jBPM

2007-05-10 Thread vedavyas
Hi All, I am trying to use forked processing so that a single task can be split into multiple tasks. the number of transitions from the fork should also be dynamic based on the value the user chooses. Please let me know how this can be done and the corresponding java class in which the proces

[jboss-user] [EJB 3.0] - Cannot create EntityManager from Springframework

2007-05-10 Thread fatdragon
Not sure it is spring or jboss issue but i keep getting the following exception when starting up my standalone web module. I tried both the 4.20 RC2 and 4.05GA with ejb3 patch, same result. The plan was using spring bean inject the entitymanger at some part of my code using org.springframework.

[jboss-user] [Clustering/JBoss] - Doubt regarding clinet side interceptor.....

2007-05-10 Thread PriyaP
The jboss site says that there are 2 types of Clustering architectures a. Load balancing and b. Client side interceptors I have tried out load balancing using Apache with mod_jk and it works fine. What are exactly client side interceptors ? I hope this is simply clustering services like EJB.,

[jboss-user] [JBoss Seam] - Re: programmatically apply a template to UIDecorate?

2007-05-10 Thread [EMAIL PROTECTED]
Check examples/wiki/ and the source in the .ui package. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044870#4044870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044870 __

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread [EMAIL PROTECTED]
That should absolutely be possible, Event context spans _all_ phases in a request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044868#4044868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044868 ___

[jboss-user] [JBoss Seam] - Seam EL Exception: Argument type mismatch

2007-05-10 Thread tonylmai
Hello, I ran into a "" exception using Seam's EL in a JSF page. It seems that the parameter passed into the method was not parsed correctly. I'd tried int, Integer, and String and all arrived at the same exception. The following are the codes: @Stateful | @Scope(ScopeType.SESSION) | @Name(

[jboss-user] [JBoss Seam] - No phase id bound to current thread (make sure you ...

2007-05-10 Thread jgreene
Hello - Is anyone aware if there is a well-defined solution to this problem yet? There are a few threads on this forum, but it seems like no one knows for sure why this happens. I've got a sample app that was working at work. I brought it home, added a few database tables and a couple of bean

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread tonylmai
Got it to work. Thanks Daniel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044864#4044864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044864 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
t: is just for example. It does not matter for suggestionbox, it is t: h: my: foo: or bar: :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044863#4044863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044863 ___

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread jazir1979
Context variable, not component. But y'know what I mean ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044859#4044859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044859 ___

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread jazir1979
Hi Tony, The @Factory annotation creates a Seam component in its own right, it's not a property of the "orderMgr" bean. So I think you should use value="#{workingOrders}" in your data table. Hope it helps, Daniel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread tonylmai
I forgot to mention that the client accesses this component as followed: | This table was not rendered as you could imagine if the '@Factory" method was not invoked. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044857#4044857 Reply to the post

[jboss-user] [JBoss Seam] - @Factory usage

2007-05-10 Thread tonylmai
Hello, Borrowed the concept from example "message", I implemented the following Seam component: @Stateful | @Scope(ScopeType.SESSION) | @Name("orderMgr") | public class PendingOrdersManagerBean implements PendingOrdersManager, Serializable { | private static final long serialVersion

[jboss-user] [Installation, Configuration & Deployment] - Re: Classcast exception when multiple deployments of same ap

2007-05-10 Thread mhassel
One additional piece of information (even though this should not be an issue?): The remote interfaces all have the same JNDI name across applications (of course interface a and b have different JNDI names, but interface a in ear X has the same name as interface a in ear Y): @Stateless | @Rem

[jboss-user] [JBoss Seam] - Re: programmatically apply a template to UIDecorate?

2007-05-10 Thread [EMAIL PROTECTED]
"petemuir" wrote : I did a similar thing for Christian for the wiki a while back. Cool, Christian and I briefly spoke on this topic when he was doing the wiki stuff. I think we had approximately similar requirements. Can you point me at the code you did? "petemuir" wrote : | So, it all dep

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread [EMAIL PROTECTED]
What is t:? I thought those were the old tomahawk components that aren't recommended. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044849#4044849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044849 __

[jboss-user] [Installation, Configuration & Deployment] - Classcast exception when multiple deployments of same app

2007-05-10 Thread mhassel
We are trying to deploy the same ear (with different configuration files, datasources, etc) multiple times in JBoss. Every app works perfectly fine by itself, as soon as we deploy two of them, the first deployment stops working as soon as we try to acquire a session bean remote interface via th

[jboss-user] [JBoss Portal] - Login to direct to different portals

2007-05-10 Thread mjoffutt
I am new to Jboss and have a an implementation question. How would one approach the problem. I have many customer portals each with a different theme. When a user logs in they are directed to the default page of the portal for their company. So the question is? Can we redirect the request to th

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
if you use MyFaces, you might use t:inputText instead of h:inputText . You can attach suggestionbox to any components that has a value attribute and on event set. This is an idea of 'for' attribute that allows to enhance the existing component instead of replacing it. This is similar a4j:sup

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread tonylmai
Ooppps Sorry, mistyped. It was: @Logger | Log logger This was what I had and it was null. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044843#4044843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40448

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread c_eric_ray
yes, the FQN appears to work just fine. btw, this is a very nice feature of seam. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044841#4044841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044841

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-10 Thread [EMAIL PROTECTED]
Could you precise how the NetUI tags are integrated with the producer? More precisely, do they use PortletURL to generate the URLs? As far as rewriting goes, there is no token for arbitrary parameters provided in the WSRP specification so I don't see how these parameters end up in the URL. Coul

[jboss-user] [JBoss Seam] - SessionContext injection throws NullPointerException

2007-05-10 Thread milli
Hi, I have a problem injecting sessionContext in to a util class. However it works in session scoped(haven't tried other scopes) seam component. For example: It works here: @Name("seamComp") | @Scope(SESSION) | public Class SeamComp | { | @In private Context sessionContext; | | ..

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread [EMAIL PROTECTED]
Sure, it can be done that way. It'll just two listeners attached to my code instead of one. It's a fine way of doing it. I'm guessing you see the input field and calendar popup or suggestion box as separate components tied together. That's certainly how you have to use them in seam. I see

[jboss-user] [JCA/JBoss] - Failed to initialized DAOFactory instance

2007-05-10 Thread emclee_00
I got this error when I executing the run.bat in C:\jboss-3.2.7\bin "Failed to initialized DAOFactory instance: method invokation error: JdbcDatabaseAccess initialization failed" Did I missed something during my installation? My OS is windows XP Thanks, Elmer View the original post : http:

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread milli
Thanks again for your response. I just have one more question along the same line. Can I initialize some member variables(id) in load method and make it available in category.xhtml(categoryAction.id)? I tried it but again unless categoryAction is in session context, it does not work. In the p

[jboss-user] [JBoss jBPM] - Re: how check if process definition deployed?

2007-05-10 Thread simonbaker
Maybe this is most direct way to do it: jbpmContext.getGraphSession().findLatestProcessDefinition(String name) although it looks like you have to trap an error if it doesn't find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044832#4044832 Reply to the

[jboss-user] [JBoss Seam] - Is it possible to specify a converter on ?

2007-05-10 Thread fhh
The @Id of my object is an Integer. This means it will not be converted automatically. Currently I specify the id as a page parameter which works well enough. However, it would be nice to have that feature for completeness sake. Regards Felix View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread petemuir
Dude, that isn't how you inject a Log in seam. RTM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044830#4044830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044830 ___ jb

[jboss-user] [JBoss Seam] - Re: programmatically apply a template to UIDecorate?

2007-05-10 Thread petemuir
Sorry, I meant, thats where the magic is happening... You would need to build a similar handler to do this programmatically. I did a similar thing for Christian for the wiki a while back. I did blog about the general ideas, rather than the impl: http://pmuir.bleepbleep.org.uk/2007/04/building

[jboss-user] [JBoss jBPM] - Re: how check if process definition deployed?

2007-05-10 Thread simonbaker
Hey thanks, I was looking for those queries... (still looking for the washroom...) I thought maybe I could trap an error on some call in desperation, but haven't found a safe one to call. I'll keep checking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404

[jboss-user] [Installation, Configuration & Deployment] - Usual JBoss AS installation repository

2007-05-10 Thread ataud
In Linux and *BSD OSs, what is the usual installation repository of Jboss As ? /user/local/ ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044827#4044827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044827 _

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

2007-05-10 Thread simonbaker
Any thoughts on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044826#4044826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044826 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Re: task instance doc confusing

2007-05-10 Thread simonbaker
Thanks, those do help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044825#4044825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044825 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-10 Thread simonbaker
"kukeltje" wrote : The api docs of JbpmContext.getTaskList() state: | | anonymous wrote : fetches the tasklist for the current authenticated actor. | | So there is no word about a processcontext or whatever, it is on the jBPM context, so for me that is all tasks of all processes. This

[jboss-user] [JBoss Messaging] - Re: Configuring JBoss to interact with WebsphereMQ on Window

2007-05-10 Thread [EMAIL PROTECTED]
It shouldn't be any different. I probably have something wront at that environment configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044817#4044817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044817

[jboss-user] [JBoss Seam] - Re: programmatically apply a template to UIDecorate?

2007-05-10 Thread [EMAIL PROTECTED]
"petemuir" wrote : Look at org.jboss.seam.ui.tag.DecorateHandler Okay, what am I looking for? Pardon my JSF ignorance but I presume you are implying that what I was hoping to do is not possible? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044820#40

[jboss-user] [JBoss Seam] - Re: Security - Define dynamic Role in application

2007-05-10 Thread efabiano
Hi, I had the same issue and I found the problem. When security system is checking this GrantedPermission(n : name -> (n == check.getName()), a : action -> (a | == check.getAction())) only the first argument (n == check.getName()) is verified. best regards emerson fabiano View the origi

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
Why not? I suggest to use the primary event to trigger the update. If user inputs the date manually in input field, it will be a source. The similar situation with input field and attached suggestion box. if user selects from the list, onselect on suggestionbox is event that can be used to upda

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: where to put my database driver

2007-05-10 Thread swjackson
add your lib to server/<>/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044819#4044819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044819 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: how check if process definition deployed?

2007-05-10 Thread estaub
Simon, If it's in the API, I don't see it anywhere I'd expect. Here's some idea of how to check this... look in jpdl\jar\src\main\java\org\jbpm\db\hibernate.queries.hbm.xml. Find the query/queries that do what you want, then search for where they're used to see if they're exposed in an API. P

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread tonylmai
anonymous wrote : What exception do you get? No exception. Just that my injection for Seam's Log did not work. @In | private Log logger I got logger == null in my member method. This was with and without (create = true). I have no problem with this kind of injection in other components. V

[jboss-user] [JBoss Messaging] - Configuring JBoss to interact with WebsphereMQ on Window and

2007-05-10 Thread bholzer
Does anyone know if configuring these 2 products to interact is different for a Windows environment vs a Unix/Solaris environment? I have an app that is working perfectly on my PC but when we deploy to our Unix/Solaris machine, we continue to get the following Exceptions being thrown during JBo

[jboss-user] [JBoss Seam] - Re: programmatically apply a template to UIDecorate?

2007-05-10 Thread petemuir
Look at org.jboss.seam.ui.tag.DecorateHandler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044812#4044812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044812 ___ jboss-use

[jboss-user] [Installation, Configuration & Deployment] - Re: how to configure Java Virtual Machine via JBOSS

2007-05-10 Thread emclee_00
Peter, Thanks, I successfully view the page by using your suggestion "%JAVA_HOME%\bin\jar.exe" -cvf iproof.war * I really appreciate your help thanks again. Elmer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044810#4044810 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread petemuir
A string specifying the Seam component name View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044809#4044809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044809 ___ jboss-user

[jboss-user] [JBoss Seam] - ServletFilter or Interceptor

2007-05-10 Thread c_eric_ray
If I want to globally disable access to part of an enterprise application that uses Seam should I use a ServletFilter or use the EJB Interceptor model? I must be able to disable access from web services and from web pages but still allow some functionality to conintue in other parts of the enter

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread c_eric_ray
What's the syntax to make a bean annotated with @Startup depend on a second bean. For example, I have two beans: | 1. StartupValidationBean | 2. ReleaseLocksBean | | | I want to do something like this: | | | @Startup(depends={my.package.ReleaseLockBean}) | | public class St

[jboss-user] [JBoss Seam] - programmatically apply a template to UIDecorate?

2007-05-10 Thread [EMAIL PROTECTED]
Looking at the docs here http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/validation.html I see reference to the cool feature of being able to use a template with the s:decorate tag. | | Zip code: | | | | However I'm currently pro

[jboss-user] [JBoss Seam] - Re: Access Seam Component from Servlet

2007-05-10 Thread petemuir
Yes it is possible, it just depends on where the request originates. We currently have: * JBPM * EJB MDB (JMS works on 4.0.5, other JCA doesn't) * EJB timers * WS (in CVS) * JSF (for completeness) Otherwise, you *should* be able to apply the principle to another request - you just have to set

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-10 Thread [EMAIL PROTECTED]
Oops, didn't see cheenu2 had already replied. Thanks, cheenu2. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044802#4044802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044802 _

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-10 Thread [EMAIL PROTECTED]
You need to copy over jbossha.jar and jgroups.jar from all/lib to default/lib. If you want to use JBoss Cache you need jboss-cache.jar as well. For more semi-related info see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming. Towards the bottom there's a section on removing cluster

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread petemuir
@Logger is a special annotation, and cannot be depended on as such (it's not backed by a Seam component). What exception do you get? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044803#4044803 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread [EMAIL PROTECTED]
That only works if they use the calendar. If they manually type in the input box I still need a way to fire the event. Your way would require me to handle the event in two locations wouldn't it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044804#4044804

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-10 Thread sboying
Yes that was it, copied jbossha.jar from the "all" server config. Now the cluster service show in JMX console. Thank you! (-:} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044799#4044799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

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

2007-05-10 Thread petemuir
Thanks, I've updated the javadoc :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044800#4044800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044800 ___ jboss-user mailing

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-10 Thread cheenu2
Seems like it is just a ClassNotFoundException - Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ha.framework.server.ClusterPartition You need [server]/lib/jbossha.jar and probably other jars if you get other ClassNotFoundException after adding this. You can g

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread SergeySmirnov
James, as I see the primary source of the event is calendar, but not an input field. Input field is a target of changes made in calendar. So, may be it is better to send update right from it instead of dancing around text field. You can send update invoking the a4j:jsFunction right from the __cl

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

2007-05-10 Thread JPagera
Thankx for ur hlp but the problem is { Exception at deploy time } the Exception is ( cannt load Servlet.jar ) that attched with my adf project this is the Exception.. .. 15:11:20,265 INFO [TomcatDeployer] deploy, ctxPath=/adfjboss, warUrl=.../tmp/de

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-10 Thread superfilin
Hello, Chris! Links are created using Apache Beehive NetUI tags on BEA producer part. The forms are created using the same tags. But it is not really important here. When consumer calls WSRP getMarkup method, as far as I understand WSRP, the link is rewritten by BEA WSRP Producer using the URL

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-10 Thread sboying
I have started trying to configure clustering by copying the all/deploy/cluster-service.xml file. I am running with a slimmed downed server based off of "default". ${jboss.partition.name:DefaultPartition} ${jboss.bind.address} False

[jboss-user] [JBoss Seam] - Doc bug

2007-05-10 Thread monkeyden
Is this true? anonymous wrote : @Startup | String[] depends() - A list of other application scope components that should be started before this one, if they are installed. should be: anonymous wrote : @Startup | String[] depends() - A list of other similarly scope components that should be

[jboss-user] [JBoss jBPM] - how check if process definition deployed?

2007-05-10 Thread simonbaker
How can one check if a particular process definition has been deployed? The purpose is for startup code that checks if if a process definition is deployed, if not, deploys it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044790#4044790 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Migration issues from previous versions(JBOSS 3.2.x) to JBOS

2007-05-10 Thread faisalhelpline
I have made an application which is clustered enabled. but i am facing few issues while porting it onto jBOSS4.0.5, its perfectly running in JBOSS-3.2.6 1-HARMIProxyCallBack interface not found, in JBOSS-4.0.5 what is the alternate of it. i had RMIListnerMBean which is extends ServiceMBeanSuppor

[jboss-user] [JBoss Seam] - How to decrypt this (Seam's exception) error message?

2007-05-10 Thread tonylmai
Hello, I am new in writing JSF. I have no doubt that my pages are full of bugs. How do I go about debugging the pages to figure out what error Seam is referring to? For example, Seam threw the following exception in the log: anonymous wrote : 12:04:44,734 ERROR [STDERR] May 10, 2007 12:04:44 PM

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread [EMAIL PROTECTED]
Not fully, the method argument is just a name. That name will be looked up during the next request before that method is finally called. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044785#4044785 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - How to deal with complex Action children (configInfoElements

2007-05-10 Thread jruud
Our custom actions are able to process complex (nested) children like in the example below (the parent... stuff): | | | CANCEL | | | However, I'm a little confused as to how GD 3.1 deals with these complex elements (we're currently using the XML editor to mod

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ConnectionPool problem

2007-05-10 Thread jalla
anybody had this problem before? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044782#4044782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044782 ___ jboss-user mailing lis

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - where to put my database driver

2007-05-10 Thread davidhu
I have a j2ee application that is packaged into a WAR file. It used to work very well in Linux with jboss 4.0.2. However, recently, for some unknown reason, when my web app. tries to connect to the database, I got the following exception [JBossManagedConnectionPool] Throwable while attempting t

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread milli
I appreciate your immediate response. So in other words, if you want to pass parameters(particularly objects) to an action method using EL extension, the parameter has to be in session or conversation context. Is my understanding correct? View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread tonylmai
What the syntax for specifying a dependency on Seam's Logger for my component with a @Startup annotation? I tried @Startup(depends={"org.jboss.seam.log.Log"}) but that did not work. The logger specified as @In private Log logger is still null. Any idea? Thanks View the original post : http:/

[jboss-user] [JBoss Seam] - Escape from a form that needs validation

2007-05-10 Thread koriel
I got an xhtml page that has a form and some fields needs validation...also in the same page I have a menu for the user...each menu item is a commandLink all of the above are rendered inside one pair. My problem is that if I try to leave this form using a menu commandLink I get those validation

[jboss-user] [JBoss Seam] - Re: s:link: how to disable page parameter propagation

2007-05-10 Thread [EMAIL PROTECTED]
Yeah, but it works :) I needed it once so far and it turned out later that I could redesign the navigation flow in a better way. So I still do not think we need a more official solution although there is a JIRA issue AFAI remember. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Access Seam Component from Servlet

2007-05-10 Thread [EMAIL PROTECTED]
I don't think that is currently possibly. Although that is the same problem we have with webservice calls, and Shane has implemented something in CVS already for this. I didn't look at it so I'm clueless but you might want to check the examples Shane has been working on. View the original post

[jboss-user] [JBoss Seam] - Re: s:link: how to disable page parameter propagation

2007-05-10 Thread hstang
What a hack =) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044775#4044775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044775 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: Escape from a form that needs validation

2007-05-10 Thread [EMAIL PROTECTED]
immediate="true" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044776#4044776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044776 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread [EMAIL PROTECTED]
It's the same issue I talked about in the other forum thread: You are trying to use doStuff(foo.bar) for something it simply doesn't do. What you wrote is just a shortcut for this: | @Name(categoryAction) | Class CategoryAction | { | | @In("#{home.category}") | private Category cat

[jboss-user] [JBossWS] - Webservice deployment error with JbossWS

2007-05-10 Thread trivedi
Hi, I am using jboss4.0.4GA and jbossws-1.0.4.GA. I am doing wsdl first approach. using jaxws I generated java classes. when i deploy the war into jboss, it is throwing the following WARN.. 23:31:08,656 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping: java.security.c

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

2007-05-10 Thread pdhaigh
(1) wrap the context filter around the servlet Is it possible to access seam components without an HTTP request? e.g. in a background maintenance thread? (perhaps started with a servlet init-on-startup) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044770#

[jboss-user] [JBoss Seam] - Re: Parameter passing for page action

2007-05-10 Thread milli
Thanks Christian for your response. I did search before posting but couldn't find an answer to my question. Anyways I did another search for your posting. Were you referring to this post http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044391? Either it does not answer my question or

[jboss-user] [Installation, Configuration & Deployment] - Re: how to configure Java Virtual Machine via JBOSS

2007-05-10 Thread PeterJ
You jar statement should be: "%JAVA_HOME%\bin\jar.exe" -cvf iproof.war * This will get all of the files into the war. By the way, you really should look into Ant or Maven 2 to help you with building your application. (It has been years since I used the jar utilitiy to build a jar/war/ear file.

[jboss-user] [JBoss Seam] - Re: s:link: how to disable page parameter propagation

2007-05-10 Thread [EMAIL PROTECTED]
Put an empty f:param name="foo" value="" inside the link View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044765#4044765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044765 __

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

2007-05-10 Thread jcv
Hi, i have a question on how to get a dynamic amount of childrens on a fork node. My best guess is a custom action on node-enter, but i dont know what to do there. Or maybe delegation tag? Some help plz. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044764#

[jboss-user] [Clustering/JBoss] - Re: WARN in ClientGmsImpl

2007-05-10 Thread [EMAIL PROTECTED]
Are you passing -b 0.0.0.0 when you start JBoss? If so, add -Dbind.address=somerealaddress. JGroups needs to send on a single IP address. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044763#4044763 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Clustering/JBoss] - WARN in ClientGmsImpl

2007-05-10 Thread rarondini
Hi all, I'm have getting de folow warning on jboss startup. 11:25:46,638 INFO [DefaultPartition] Initializing 11:25:46,696 INFO [STDOUT] --- GMS: address is 0.0.0.0:57260 (additional data: 17 bytes) --

[jboss-user] [JBoss Messaging] - Re: 1.20.GA/SP1 woes

2007-05-10 Thread colomb
Thanks for the quick responses. Look forward to the new release! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044760#4044760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044760 _

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-05-10 Thread [EMAIL PROTECTED]
I'm running Firefox 2.0.0.3 on Windows XP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044759#4044759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044759 ___ jboss-user m

[jboss-user] [JBoss Messaging] - Re: 1.20.GA/SP1 woes

2007-05-10 Thread [EMAIL PROTECTED]
org.jboss.jms.server.endpoint.ServerSessionEndpoint.expireDelivery(ServerSessionEndpoint. Yes.. Tim is right... I didn't realize the expireDelivery in your stackTrace. This is JBMESSAGING-951. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044758#4044758 Rep

[jboss-user] [JBoss Messaging] - Re: 1.20.GA/SP1 woes

2007-05-10 Thread timfox
The workaround for this until sp2 (not sure if this is feasible) is to not set an expiry queue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044757#4044757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044757 __

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread modoc
No problem. Let me know if you have any other questions. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044756#4044756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044756 __

[jboss-user] [JBoss Seam] - s:link: how to disable page parameter propagation

2007-05-10 Thread hstang
Is there a way to disable s:link/s:button transparent page parameter propagation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044755#4044755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044755 ___

[jboss-user] [JBoss Messaging] - Re: 1.20.GA/SP1 woes

2007-05-10 Thread timfox
This looks like http://jira.jboss.com/jira/browse/JBMESSAGING-951 which is fixed in SP2 (due out in a week or two). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044754#4044754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss jBPM] - Re: How to customize the jbpm workflow(VERY URGENT)

2007-05-10 Thread kukeltje
ok... love, peace and understanding Learning yes, but most of the things everyone learns, from children to adults, is from banging you head, burning your fingers or whatever, not by sitting back. The thing is that if someone posts a question like this, including the way it is formulated,

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread tonylmai
Got it. Thanks Devon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044752#4044752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044752 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1.GA Integration Testing (identity.login)

2007-05-10 Thread mhaubrich
Shane perhaps you can help me with another issue I am having. When performing integration tests I would like to assert that after invoking a certain method the correct JSF view is rendered. But FacesRequest.getViewId() keeps returning null no matter where I redirect from my actions. Also I hav

  1   2   3   >