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

2007-05-11 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

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

2007-05-11 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 :

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

2007-05-11 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???

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

2007-05-11 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;

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

2007-05-11 Thread gmarcus
I am trying to use navigation in pages.xml. | page view-id=/emailvalidate.xhtml action=#{account.validateEmail} | param name=tk value=#{token.hash}/ | navigation from-action=#{account.validateEmail} | rule if-outcome=success | render

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

2007-05-11 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

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-11 Thread Jack Yeh
I'm trying to extend org.jboss.seam.security.Identity class to append some fields as previous posts advice (many thanks for your help), but I get runtime exception in JBoss AS 4.0.5 GA when I explode my project from Eclipse by running ant script that provided by seam-gen. The exception is

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

2007-05-11 Thread superfilin
Hello, Chris! Give me some time. I'll prepare you the requests/responses. Best regards, Andrey View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044885#4044885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044885

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

2007-05-11 Thread superfilin
BTW. NetUI tags are tightly integrated with BEA because it was originally their product, but then they opened the source and donated it to Apache. NetUI is always part of BEA Portal installation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044886#4044886

[jboss-user] [JBoss jBPM] - jbpm process deployment error

2007-05-11 Thread naseem.k
Hi, I was deploying a process definition and I got exception saying --- and exception happened during the deployment of the process. Look in the error log for more info. I want to know where is this log file created? I searched my jboss root folder and there is no error log. Naseem View the

[jboss-user] [JBoss Seam] - bug in seam setup?

2007-05-11 Thread purplehaze
I have done setup my project with seam setup (jboss-seam-1.2.1GA). I set as jboss dir D:/Programs/jboss-1.2.0CR2 (I know that it doesn't work, but I have tried it :) ) Then I started 'seam setup' one more time and setted jboss dir to D:/Programs/jboss-4.0.5.GA But when I start seam deploy or

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

2007-05-11 Thread [EMAIL PROTECTED]
Well, on linux/unix/cygwin you could use the ssh (secure shell) command: http://en.wikipedia.org/wiki/Ssh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044890#4044890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044890

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-11 Thread Jack Yeh
Sorry, this problem is solved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044891#4044891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044891 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-11 Thread [EMAIL PROTECTED]
Extend RuleBasedIdentity instead of Identity if you want rule-based authorization. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044892#4044892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044892

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

2007-05-11 Thread [EMAIL PROTECTED]
f:param name=category value=#{home.category} / ?! What is that supposed to do? It renders the toString() method of the Category class as a URL parameter. Seriously, you need to read up on conversations. View the original post :

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

2007-05-11 Thread [EMAIL PROTECTED]
You can't, null outcome means re-render. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044894#4044894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044894 ___ jboss-user

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

2007-05-11 Thread [EMAIL PROTECTED]
em.persist(o); em.flush(); o.getId(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044895#4044895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044895 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread mputz
Hi, with the default settings in JBoss, the name of the log is 'server.log' and can be found in the /$JBOSS_HOME/server/SERVER_CONFIG_NAME/log directory (where SERVER_CONFIG_NAME defaults to 'default'). Regards, Martin View the original post :

[jboss-user] [JBoss Portal] - Weblogic to Jboss portal portlet

2007-05-11 Thread georgy
Hello I am from Belgium so please forgive my english. I am new to jboss portal and i have a question about portlet interoperability. Is there any utility that can make a Weblogic portal portlet work with jboss portal ? Thank you View the original post :

[jboss-user] [JBoss Seam] - Pass JavaScript method outcome to server?

2007-05-11 Thread eirirlar
Hi, I'm working with the richfaces gmap component. I need to send some data to the server that is the outcome of some JavaScript method call, along with calling an action method. I would like this to be as easy as the following: h:commandButton action=#{bean.method(par1,par2,par3)}/ where parX

[jboss-user] [JBoss jBPM] - org.hibernate.ObjectNotFoundException: No row with the given

2007-05-11 Thread heiko.zehner
Hi there, we use JMS/MDB instead of the scheduler servlet. After creating a new process instance and if the first process step is asynchronous, a org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#677214] at

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

2007-05-11 Thread petemuir
I would suggest not doing this via binding, but via a facelets component handler - it's harder to understand, but plays with the JSF lifecycle much better afaics. The work is done by faceletContext.includeFacelet(/path/to/facelet.xhtml) , but facelets is quite fragile as to how use this call

[jboss-user] [Beginners Corner] - Re: Problem with licenseFile JBoss ON

2007-05-11 Thread Blomman
The problem is that im running JBossOn in a xen enviroment, does anyone know how to solve this? /Blomman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044903#4044903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044903

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread naseem.k
I checked it here... C:\jboss-4.0.4\server\default\log This folder is blank. There is no server.log file created here. and in C:\jboss-4.0.4\server\jbpm\log folder I have one file boot.log but here no deployment exception is there. View the original post :

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

2007-05-11 Thread superfilin
Hello, Chris! I have sent to your e-mail zipped requests/responses as well as view of consumed portlet both on JBoss and BEA consumer. There is a very simple portlet that has one link with one parameter and one form with one field. I performed extacly the same actions on both consumers: 1)

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

2007-05-11 Thread qjafcunuas
Hi, It seems the EJB interfaces are on the classpath twice. So for developing using the EJBs and the War file in the same container, we must remove the interfaces in the War file. This means the War file will use the interfaces from the EJB Jar instead. Strange because it works on

[jboss-user] [JBoss Seam] - Problem of Multi selectOneMenu

2007-05-11 Thread zengqi
Hi, all. I want to setup 4 level category selectOneMenu. When the first category value change, the second category selectItems will change automaticlly according to the value of the first category. I use QuoteHisSearch to store search infomation: package com.baida.beans; import

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

2007-05-11 Thread sradford
Hi, In the last couple of days we've started seeing EJBNoSuchObjectExceptions happening and cannot work out why. I note a bunch of JIRA issues relating to this, but they are all marked as resolved, and as we are using the latest version of Seam think it must be something else. In the below

[jboss-user] [JBoss Seam] - submit on enter

2007-05-11 Thread koriel
hi all I have an xhtml page that has an h:form element and in it I have alot of h:commandButtons and h:commandLinks and I have two h:inputText values so the user can enter his user/pass to login..the problem is that if he press enters when finished with his pass the page is reloaded..In order

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

2007-05-11 Thread kukeltje
correct View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044912#4044912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044912 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Captcha

2007-05-11 Thread pmilner
Hi using the captcha provided with Seam (and used as suggested in the Seam documentation), I have the following problem. If I submit a page which contains the captcha, and having filled in the catpcha response field, but validation fails due to a problem in another field on the page, the page

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

2007-05-11 Thread waheed.murad
This is how i have used oracle sequence. sequenceName=CUSTOMER_SEQ: Is the name is the name of your database sequence. name=CUSTOMER_SEQUENCE: U will use in Entity as i have used it with id field. / @Entity @Name(Customer) @Scope(EVENT)

[jboss-user] [JBoss jBPM] - where i find the jboss jbpm runtime?

2007-05-11 Thread lethrech
hi, i want to creat a new process project but i have to provide a jboss jbpm runtime, where i find it? think's a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044936#4044936 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Conversation Picker Component seems to have stopped work

2007-05-11 Thread [EMAIL PROTECTED]
Jira Updated.. Its even more weired! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044932#4044932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044932 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: How to deal with complex Action children (configInfoElem

2007-05-11 Thread kukeltje
John filed issue http://jira.jboss.com/jira/browse/GPD-78 for this. So seems to be GPD related View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044931#4044931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044931

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread naseem.k
Thanks kukeltje, Yeah I got the log file in my eclipse workspace. Thanks once again Rgds View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044929#4044929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044929

[jboss-user] [JBossWS] - XOP testCase

2007-05-11 Thread bk8133
Greetings! I'm trying to produce a webservice according to the XOP testcase in examples. I implemented endpoint interface and implementing bean. | | package si.zejn.agentpro.core.ws; | | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | import

[jboss-user] [JBoss jBPM] - Re: How to deal with complex Action children (configInfoElem

2007-05-11 Thread kukeltje
I'm not sure I totally get where what exactely your problem is. Is it just the GPD? Since complext structure like this should work in 3.2 engine, at least if the variable parent is of type org.dom4j.Element. You can read this in chapter 18.2.3.1 of the 3.2 docs and also have a look at the

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

2007-05-11 Thread waheed.murad
Thanks for your reply christian well and injecting EntityManager like this in my action class @PersistenceContext(unitName=myDatabase) protected EntityManager em; i think it will not allow me to use em.flush function as i think so i have tried it before and it throughs exception.(As per my

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

2007-05-11 Thread kukeltje
see other post on this subject a few topics later.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044921#4044921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044921 ___

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

2007-05-11 Thread rhinosystemsinc
Hello, can someone give me some advice on how to setup a generated ID with Oracle, hibernate and SEAM... I have been trying to do a variety of ways - like before insert triggers and coupled with @GeneratedValue(strategy=GenerationType.IDENTITY) or @GeneratedValue(strategy=GenerationType.AUTO),

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

2007-05-11 Thread pranjal
hi i am very new to the jboss-portal-2.4.2.i am trying to create a portal for my company. Now when i type localhost:8080/portal in browser i found three tabs on the left,NEWS,DEFAULT,TEST,instead of this i want to create my own cpmpanies pages,Video,News,Audio,etc.I also want to change the

[jboss-user] [Beginners Corner] - Re: Problem with licenseFile JBoss ON

2007-05-11 Thread Blomman
From my server.log: 2007-05-11 13:17:25,310 ERROR [com.jboss.jbossnetwork.ui.action.license.LicenseUpdateAction] Backing store unavailable, allowing license to be written to disk unconditionally 2007-05-11 13:17:25,647 INFO [net.hyperic.hq.common.shared.license.LicenseManager] [License

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

2007-05-11 Thread kukeltje
Simon, I'd like to follow up on this, but would you want to start a new topic for this with a sujbject like 'general concepts' or something like this. That way if the search works better people can find this new 'interesting' thread. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread kukeltje
Martin, Naseem, The logfile mentioned here is the eclipse logfile, which can be found in the workspace the .metadata subdir View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044917#4044917 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: org.hibernate.ObjectNotFoundException: No row with the g

2007-05-11 Thread kukeltje
how and why do you use jms/mdb instead of the scheduler servlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044918#4044918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044918

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

2007-05-11 Thread kukeltje
(@Ed: here I go again, now in a different way) @vedavyas: use google to search this forum (right ed ;-) ) and look in the wiki. Has been discussed before View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044920#4044920 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Conversation Picker Component seems to have stopped work

2007-05-11 Thread [EMAIL PROTECTED]
And not related to IceFaces View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044933#4044933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044933 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.2 CR1 Release

2007-05-11 Thread [EMAIL PROTECTED]
2.6 CR2 is very stable so it is a good choice to start a project with. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044934#4044934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044934

[jboss-user] [JBoss jBPM] - Re: where i find the jboss jbpm runtime?

2007-05-11 Thread kukeltje
if you have the latest starterkit, it is the rootdir of that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044937#4044937 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044937

[jboss-user] [JBoss Seam] - Re: submit on enter

2007-05-11 Thread [EMAIL PROTECTED]
I could be wrong but I think seam finds the nearest command button and automagically presses that when you hit enter! Shuffle the button round so that submit is nearest the password field. Works for me! (I have asked for a way of saying which I want the default button to be on a page with no

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread mputz
Thanks, Ronald, for straightening this out - my JBoss biased way-of-thinking wasn't helpful here ;-) Sorry for the confusion. Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044943#4044943 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - SEAM EJB JAAS

2007-05-11 Thread tilnik
I encountered problem and I don't know how to resolve it. I have an application deployed on jboss-4.0.5GA (jbossws upgaded to jbossws-1.2.1.GA). Part of application is stateless session bean deployed as WebService. @WebService(name = CtxManager, serviceName = CtxManagerService, targetNamespace

[jboss-user] [JBoss Portal] - creating own portal

2007-05-11 Thread pranjal
Hi Can anybody guide me to crate my own customize portal.I want to craete my own customize navigation portlet.presently its having default,news and test.Insteade of that i want to put my own names? i am using jboss-portal-2.4.2. please help me? View the original post :

[jboss-user] [JBoss Portal] - Re: Server Log

2007-05-11 Thread derkoensen
Got the same problems. It definitely comes from the AS. I wouldn't be concerned by that, if I didn't get problems with a closed connection (ORA-17008). That totally inhibits normal working of the productive system. But I've no ideas, if there is a relationship between this issues. Anyone got

[jboss-user] [Messaging, JMS JBossMQ] - HELP! JBoss JMS cluster - cannot get a connection factory

2007-05-11 Thread paulpark
I tried to configure my client to access queues in a clustered JBoss environment. JBoss errors out and says that ConnectionFactory cannot be found. I have tried java:/JmsXA, JmsXA, java:/ConnectionFactory and XAConnectionFactory, java:/XAConnectionFactory, QueueConnectionFactory as well many

[jboss-user] [Beginners Corner] - org.jboss.web.localhost.Engine - StandardWrapperValve....Ou

2007-05-11 Thread jigar_a_shah83
I am getting following error on my jboss logs frequently. 2007-03-25 12:13:23,069 ERROR [EMAIL PROTECTED]:***:***:***] [http-0.0.0.0-8080-Processor16] org.jboss.web.localhost.Engine - StandardWrapperValve[mm1]: Servlet.service() for servlet mm1 threw exception java.lang.OutOfMemoryError It

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

2007-05-11 Thread naseem.k
Hi, I searched alot on this forum for xhtml but I am not able to understand why xhtml files are used? In some thread I got someone saying to refer the cvs-head version of jbpm? I am currently using jbpm 3.1.4 Websale application which comes with jbpm is having four xhtml files

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

2007-05-11 Thread estaub
Simon, The library is a reference to the JBPM runtime you configured when you created the project. anonymous wrote : I'm trying to strip down to the minimum libraries needed for our JBPM application You need to be clear on whether you mean in the GPD (Eclipse plugin) or the engine. Frankly,

[jboss-user] [Beginners Corner] - problem getting back the identity of a created row

2007-05-11 Thread RCQ
hi all, i have to migrate an application from postgres to mssqlserver2005. it went quite well, until so far, but now i'm blocked for a while. When user enter my application, a row is written to a table Sessions(id int, user int, startTime datetime). (the id is auto-generated by the database).

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

2007-05-11 Thread sradford
Hi, When you use Seam's security infrastructure, utilizing a JAAS config is a 'proper JAAS login' performed and all things set up correctly? I ask as subsequent calls to EJB's annotated with RunAs are failing, trying to re-authenticate with a null username. Any pointers to solve this?

[jboss-user] [JBoss Seam] - seam-gen and inputSecret in edit form

2007-05-11 Thread demetrio812
Hi, I made a project with seam-gen: all works! great framework and tools!! But when I changed this code: | s:decorate id=passwordDecoration template=layout/edit.xhtml | ui:define name=labelpassword/ui:define | h:inputText id=password |required=true |

[jboss-user] [JBoss Seam] - Re: seam-gen and inputSecret in edit form

2007-05-11 Thread demetrio812
I solved setting redisplay=true in the inputSecret...is it a secure way? Thanks! Demetrio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044965#4044965 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044965

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

2007-05-11 Thread [EMAIL PROTECTED]
You can call em.flush() whenever you want, nobody can prevent that. However, if whenever is a good time to synchronize in-memory persistence context state with the database is another question. An exception would probably indicate that this is not a good time. So no, you don't have any way or

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

2007-05-11 Thread kukeltje
did you open one? it's nothing more than jsf files with form definitions in them please be a little more investigative before posting View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044967#4044967 Reply to the post :

[jboss-user] [JBoss jBPM] - Deployment problem

2007-05-11 Thread Riket44
Hello, I encounter a problem : I use jBoss IDE 1.0.6 GA and jBPM 3.2b When i try to deploy my process, eclipse try on : localhost:8080/jbpm/upload i want to have : localhost:8080/jbpm-console/upload On the jBoss IDE 1.6.0 GA, i don't find the Server Deployer field... Thanks. PS : Sorry for

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

2007-05-11 Thread [EMAIL PROTECTED]
I'm not sure how current that is but according to this: http://issues.apache.org/jira/browse/BEEHIVE-979, it doesn't seem that Portlets are supported with NetUI. I don't know anything about NetUI so I'll try to figure things out but it might just be that there is a problem with using NetUI

[jboss-user] [JBoss jBPM] - Re: migration from JBpm 2 to Jbpm 3

2007-05-11 Thread Manju_Nair
hi, I need the same did you get any answeres to this ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044975#4044975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044975

[jboss-user] [JBoss Seam] - Re: assign default value for seam component

2007-05-11 Thread [EMAIL PROTECTED]
See the documentation about components.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044973#4044973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044973 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with Deploying

2007-05-11 Thread [EMAIL PROTECTED]
Nobody knows ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044971#4044971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044971 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - what entity command for ms sql server 2005

2007-05-11 Thread RCQ
hi everyone we use jboss 3.2.1, but on the pages for jboss 4, i find several possible entity commands. http://www.ubookcase.com/book/Sams/JBoss.4.0.The.Official.Guide/0672326485/ch11lev1sec11.html what would you use for ms sql server 2005 ? (my identities are incremented by the database). I

[jboss-user] [JBoss Seam] - assign default value for seam component

2007-05-11 Thread liudan2005
In jsf back bean, I can assign a default (see following code). In seam, is there anyway to assign a default value to my component? | managed-bean-name | managed-bean-namedefault/managed-bean-name | managed-bean-classDefaults/managed-bean-class |

[jboss-user] [Installation, Configuration Deployment] - Re: How do I re-configure JBoss for listening on port 8777 i

2007-05-11 Thread thoste
[EMAIL PROTECTED] wrote : Ahh yes, my bad, this document is out of date. | Ok, it works now. But could you update the page you gave me (for the other ports as well)? It would help me and other users in the future. Thank you Thomas View the original post :

[jboss-user] [JBoss Seam] - Pageflow

2007-05-11 Thread Kruno
Question. I have two pageflows and I what to jump from first pageflow to second without actually ending the first pageflow, some thing like nesting pageflows Is that possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044976#4044976 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Pass JavaScript method outcome to server?

2007-05-11 Thread stu2
eirirlar wrote : Hi, | | I'm working with the richfaces gmap component. I need to send some data to the server that is the outcome of some JavaScript method call, along with calling an action method. | | I would like this to be as easy as the following: | h:commandButton

[jboss-user] [Advanced Documentation] - Deploying the web application out side the container

2007-05-11 Thread [EMAIL PROTECTED]
I need to deploy the web application as tomcat do where I can set the doc base in {TOMCAT_HOME}\conf\catalina\localhost\application_context_name.xml. In the docbase i can specify the location of the web application where the application consists the slandered file structure for a web

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

2007-05-11 Thread stu2
You might file an enhancement request for this in jira. It would be nice if the captcha image were optionally generated once per conversation for instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044983#4044983 Reply to the post :

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

2007-05-11 Thread [EMAIL PROTECTED]
Looking at the messages real quick it doesn't seem like it would be a NetUI issue. Going to investigate what's going on... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044982#4044982 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Which JBOss jar is missing? NoClassDefFoundError org/jboss/s

2007-05-11 Thread thoste
When I call a java prog JBoss reports me an error: Exception in thread main java.lang.NoClassDefFoundError: org/jboss/serial/objectmetamodel/safecloning/SafeClone at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2291)

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

2007-05-11 Thread stu2
Btw, what's the point of having an event scoped SFSB? SFSB's strength is statefulness across requests, which is why they default to conversational scope. Just curious. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044979#4044979 Reply to the post :

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

2007-05-11 Thread stu2
fyi, this section of the seam docs in cvs was just updated yesterday. Might be worth a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044984#4044984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044984

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

2007-05-11 Thread petemuir
IIRC this isn't currently possible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044986#4044986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044986 ___ jboss-user mailing list

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

2007-05-11 Thread sradford
So that during the processing of the event (request) the SessionBean maintains its state across method calls made to it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044993#4044993 Reply to the post :

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

2007-05-11 Thread kukeltje
Yes variables can be scoped, but I do not know to what extend and how exactely. I just never used it. Look at the tasknodeimpl to see how it is done there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044995#4044995 Reply to the post :

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

2007-05-11 Thread pmilner
Thanks, I have done so: http://jira.jboss.org/jira/browse/JBSEAM-1320 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044994#4044994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044994

[jboss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2007-05-11 Thread Manju_Nair
[EMAIL PROTECTED] wrote : you can update process definitions. (you have to evict the process definitions in hibernate's second level cache, though) | | it is not encouraged, just as modifying java byte code in a running program is not encouraged. you can get into trouble real easy. |

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

2007-05-11 Thread stu2
You'd get the same behavior by just using a pojo. They're event-scoped by default for that reason. Using a SFSB that way certainly works, but if you look at the interceptor stack, there's definitly more overhead when using a SFSB as a pojo. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss 3.2.1 in which jar file is org.jboss.ejb.plugins.c

2007-05-11 Thread RCQ
i have found it by accident, after two days google-ing entity-command name=mssql-fetch-key class=org.jboss.ejb.plugins.cmp.jdbc.mssql.JDBCMsSQLCreateCommand / another question: where can i find the right documentation to know this configuration for jboss

[jboss-user] [Installation, Configuration Deployment] - no hot redeploy with per webapp logging

2007-05-11 Thread Flowered
Hi, Regarding the per webapp logging, when we use the http://wiki.jboss.org/wiki/Wiki.jsp?page=Log4jRepositorySelector approach it is not possible any more to do hot ear redeployments. Steps to reproduce : 1. start JBoss with the ear deployed 2. undeployed the ear 3. redeploy the ear == the

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

2007-05-11 Thread stu2
The docs discuss accessing the session context (not by injection btw) in section 3.1.8. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044987#4044987 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044987

[jboss-user] [JBoss Seam] - Re: home.update not being called.

2007-05-11 Thread stu2
I think you'd get a better response if you posted more details of what you're doing. it's tough to follow your description. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044996#4044996 Reply to the post :

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

2007-05-11 Thread jc7442
It is http://jira.jboss.com/jira/browse/EJBTHREE-724. Unfortunately it is not fixed yet. Is there a workaround ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045019#4045019 Reply to the post :

[jboss-user] [Advanced Documentation] - Re: Deploying the web application out side the container

2007-05-11 Thread PeterJ
Look at the URLs attribute in the last MBean in server/xxx/conf/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045020#4045020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045020

[jboss-user] [JBoss jBPM] - Re: failed to lazily initialize a collection of role: ... .T

2007-05-11 Thread adochiny
You need to add parameter fetch = FetchType.EAGER to your one-to-many relationship which returns a collection, and write code similar to the following in your session bean. Cruise cruise = manager.find(Cruise.class, cruiseID); return cruise.getReservations(); Hope this will help Regsrds Adonis

[jboss-user] [Installation, Configuration Deployment] - Re: Which JBOss jar is missing? NoClassDefFoundError org/jbo

2007-05-11 Thread PeterJ
Looks like the missing class is in server/default/lib/jboss-serialization.jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045021#4045021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045021

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

2007-05-11 Thread PeterJ
Did you read the documentation? Partcularly this chapter from the User Guide: http://docs.jboss.com/jbportal/v2.4/user-guide/en/html/dynamicity.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045014#4045014 Reply to the post :

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

2007-05-11 Thread estaub
Vedavyas, The userguide talks a lot about dynamic fork/joins. Search for fork and you'll see a lot. The key restriction is that the destination nodes and transitions of the fork must be predefined in the definition. Of course, the content of a node can be so flexible that in practice, this

[jboss-user] [JBoss Seam] - Spawning a thread from a seam component

2007-05-11 Thread c_eric_ray
Is this safe and if so is there a recommended pattern? Do I need to use Asynch.getAsynchronousProxy method to do this and can I just create a Thread object and call start(). Any feedback is appreciated. View the original post :

[jboss-user] [JBoss jBPM] - Re: Can't connect to the Database

2007-05-11 Thread JimKnopf
Problem is solved The problem was a derby.jar on the Applicationserver. Hibernate and this File together results in an Exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045026#4045026 Reply to the post :

[jboss-user] [JBoss Seam] - Re: submit on enter

2007-05-11 Thread koriel
Well after some searching I found this...dont know if it's working but I'll try it right now | http://www.jsftutorials.net/defaultActionTag.html | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045025#4045025 Reply to the post :

  1   2   3   >