[jboss-user] [JBoss jBPM] - Workflow process example

2007-04-16 Thread hungphan2
I've tried to define a simple workflow process. I have Spring, Hibernate and jbpm 3.1.5. While doing some prototypes, I've encountered 2 problems that I am not sure what are wrong. Any help is really appreciated. Thanks. 1) Using Hsqldb as a datasource, I can see some insert statements to

[jboss-user] [JBoss Seam] - Re: Problems with extended EL syntax.

2007-04-16 Thread fernando_jmt
Actually, you should have this in your component: | | @DataModel | ListString strings; | | @Factory(strings) | public void makeStrings() { | strings = new ListString(); | strings.add(Name1); | strings.add(Name2); | } | | And this in your page:

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss EJB Lifecycle

2007-04-16 Thread genman
You need to post more information. Exceptions, code samples, test cases, etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037428#4037428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037428

[jboss-user] [JBoss/Spring Integration] - JMX deployment in JBOSS using Spring Descriptor

2007-04-16 Thread sundareshraju
Hi, I have setup the development environment containing JMX, Spring and Jboss. Now I want to deploy the JMX module as a SAR in my Jboss using spring descriptor and ant script. Can any one let me know how to go about. View the original post :

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

2007-04-16 Thread [EMAIL PROTECTED]
We migrated the Seam examples to JBoss AS 4.2 CR1 in the last two weeks. So all of you who are staying up-to-date with CVS, you should no longer deploy the examples on JBoss AS 4.0.5. Please report any issues you find on 4.2. View the original post :

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

2007-04-16 Thread [EMAIL PROTECTED]
Uh, can someone make this posting sticky, please :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037432#4037432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037432 ___

[jboss-user] [JBoss Seam] - Re: h:selectManyListbox Creating problem

2007-04-16 Thread m.shinde
Hi petemuir, Thank you for quick reply. I have created Issue for s:convertEntity. For time being will you please tell me which tag-class is being used for s:convertEnitity so that I will make changes in the taglib.tld locally thus I will start work. Then Once you upload new version I will

[jboss-user] [JBoss and NetBeans] - Re: javax.naming.NameNotFoundException - EJB 3.0 Enterprise

2007-04-16 Thread bittu.arvind
hi henry, i am also facing the exact problem what you were facing. please help me by tellinhg that hoew you solved the problem. thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037433#4037433 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM books

2007-04-16 Thread prabhu_rdm
Hi Folks, I am a newbie to jBPM. My requirement is to implement jBPM work flow to one of our existing project developed using Struts and Hibernate. I went through the demo and I created a project similar to that. Folks, I have some doubts and need help from you people. 1. The jBPM

[jboss-user] [JBoss/Spring Integration] - JMX deployment in JBOSS using Spring Descriptor

2007-04-16 Thread sundareshraju
Hi, I have setup the development environment containing JMX, Spring and Jboss. Now I want to deploy the JMX module as a SAR in my Jboss using spring descriptor and ant script. Can any one let me know how to go about. View the original post :

[jboss-user] [EJB 3.0] - Re: BLOB: Lazy loading

2007-04-16 Thread DGuralnik
It is the link to the post http://www.jboss.com/index.html?module=bbop=viewtopict=91231 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037449#4037449 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037449

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

2007-04-16 Thread [EMAIL PROTECTED]
And make sure you copy jboss-el.jar into your jboss/server/default/deploy/jboss-web.deployer/jsf-libs directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037446#4037446 Reply to the post :

[jboss-user] [Remoting] - https with path and ejb3 can not be configured

2007-04-16 Thread rino_salvade
We're running an EJB3 application within JBoss4.0.5 GA. Since EJB3 uses Remoting as a basis I place this question here We would like to make this application accessible from the outside through a reverse proxy, that allows only https to be passed. The best thing would be to have both services

[jboss-user] [JBossWS] - Re: Generated WSDL has default port 8080 even if server runs

2007-04-16 Thread anescu
Hi, I found no solution for this. I finally found out what was keeping the port 8080 occupied (the firewall client, off course), so I changed Tomcat's port to 8080 and it worked. I guess nobody from WS project is looking over this topic??? Can we post a JIRA issue about this bug? View the

[jboss-user] [EJB 3.0] - BLOB: Lazy loading

2007-04-16 Thread DGuralnik
Hello, I've got the same problem describing in here: http://www.jboss.com/index.html?module=bbop=viewtopict=91231 But switching to a Blob attribute didn't help: it is still loading BLOB column in a query! I played with hibernate.bytecode.use_reflection_optimizer but got the same result.

[jboss-user] [JBoss jBPM] - Re: What can be done with jBPM?

2007-04-16 Thread cahimoped
Hum... no answers... thanks guys. Let's say you're too busy... I'll continue investigate on my own. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037440#4037440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037440

[jboss-user] [JBoss Seam] - Cannot use s:commandButton

2007-04-16 Thread Sammy8306
When switching from a h:commandButton to an s:commandButton, this exceptions occurs: | com.sun.facelets.tag.TagException: /newBlogEntry.xhtml @81,84 s:commandButton Tag Library supports namespace: http://jboss.com/products/seam/taglib, but no tag was defined for name: commandButton |

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

2007-04-16 Thread [EMAIL PROTECTED]
I thought that was fixed by Norman and the jboss-el.jar is now fine in the web classloader. From what I'm seeing with the examples this works and we have an AJAX4JSF/JSF RI incompatibility issue left: http://jboss.com/index.html?module=bbop=viewtopict=104351 View the original post :

[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-16 Thread thejavafreak
bakr.awad wrote : Well it is kept at server side by the container, and it managed by the client through sessions. | As the user the user request a stateful session bean a unique id is created for him at the server side and when he request it again he uses this id. | that's all!!! So each

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

2007-04-16 Thread [EMAIL PROTECTED]
And if you try to drop the JSF RI 1.2_04 JARs into the 4.2 CR1 web deployer directory, replacing the old ones, you get: anonymous wrote : | 10:31:38,559 ERROR [[/]] Error configuring application listener of class com.sun.faces.application.WebappLifecycleListener |

[jboss-user] [JBoss jBPM] - deploying bpel as a service in jboss

2007-04-16 Thread asmaSediki
hi i'm trying to deploy bpel as a service in jboss but i have always some errors when i try to run jboss. i specified the default datasource described in jbpm-bpel-ds.xml as my datasource jndi-nameJbpmBpelDS/jndi-name |

[jboss-user] [EJB 3.0] - Re: Many-to-Many and cascade pronlem ?

2007-04-16 Thread fhh
If you do NOT want to cascade on remove then don't set it. The cascade options refer to the Java objects NOT the representation in the database. The rows from the ManyToMay JoinTable will get removed WITHOUT any cascading options set because removing the User and not the rows in the join table

[jboss-user] [JBoss Seam] - Re: Seam enhanced EL expression fails in an Ajax4JSF tag

2007-04-16 Thread alexg79
Well, I'll be damned. There was no way I could've figured this out given those error messages. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037455#4037455 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Cannot use s:commandButton

2007-04-16 Thread [EMAIL PROTECTED]
s:button Note that this is not a replacement for commandButton, it does not submit the form. It's the same as s:link with a different rendering. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037458#4037458 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Cannot use s:commandButton

2007-04-16 Thread [EMAIL PROTECTED]
And also note that there is basically no reason why you'd replace h:commandButton with s:button. You use s:button/s:link to control conversation propagation across regular GET hyperlinks. A h:commandButton submits a JSF POSTback, which always propagates the current conversation. View the

[jboss-user] [EJB 3.0] - Re: Where does stateful session bean's state kept?

2007-04-16 Thread fhh
The fundamental idea of idea of Entperise Beans is to have two parts: The interface that is used to acces the bean and the implementation itself. The later is stored by the application server and might even be on a remote machine. Where you store the handle of a stateful session bean is

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging - Warning Message on Transaction isolati

2007-04-16 Thread Craig2007
Thanks for the reply. I just followed the steps given in JBoss Messaging document and also changed the database to be MySQL as given in the JBoss Message document. Your reply note says that only at database side these isolation level need to be changed and not at JBoss messaging deployment

[jboss-user] [JBoss jBPM] - Re: jBPM books

2007-04-16 Thread kukeltje
1: jbpm core is completely independend of JSF. The webconsole is, but you can implement the same functionality using struts. There are some small examples on the wiki 2: Yes, see wiki for small examples 3: Probably not what you want to here, but my answer would be: by implemeting it 4: No,

[jboss-user] [JBoss Seam] - Re: Cannot use s:commandButton

2007-04-16 Thread Sammy8306
I found s:commandButton in http://docs.jboss.com/seam/1.2.1.GA/reference/en/html_single/#elenhancements. I'll keep using h:commandButton then, however I'm having problems retaining request parameters (obviously, since commandButton does a POST)... View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: JMX deployment in JBOSS using Spring Descriptor

2007-04-16 Thread alesj
What Spring descriptor? Which Ant script? And what has this got to do with JBoss/Spring integration: http://java.sys-con.com/read/180386.htm ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037464#4037464 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: ORA-00604: error occurred at recursive SQL level 52 on X

2007-04-16 Thread sc0tt
Hi, Seem the same issue. Changed the {jbosshome}/server/default/lib/ojdbc14.jar file for a different version from oracle, and the issue went away. The one that worked had size 1536797 on disk, the one with the above issue, had size 1536979(this came from a standard install of Oracle

[jboss-user] [JBoss AOP] - Re: Linking Aspect makes interception not working for a shor

2007-04-16 Thread waffels
yes it does, i will try instrumenting another class and see if it has the same effect and get back to you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037445#4037445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037445

[jboss-user] [JBoss Seam] - questions about navigation and injection

2007-04-16 Thread mousstik
Hello !! I need some explanation from you. I have two JSF with two seam bean. No problem with that. I want to get information about the first bean in my second JSF. I tried to use the annotation @In in a conversation scope but my injected bean is null. How can I do to put my bean 1 into my bean

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2007-04-16 Thread prabhu_rdm
Hi Fred, You need to start the jboss server by clicking on C:\jbpm-3.1.4\jbpm-server\start.bat. If you started the server properly (without errors in console), then there shouldn't be any problem in deployment. In Eclipse, click Deployment, Test connection. You will get a message Server

[jboss-user] [JBoss Seam] - calls of setter methods buggy?

2007-04-16 Thread gressho
Hello, I'm using Seam 1.2.1 and have some problems with setter methods not being always executed! I have two cases in my app: 1. the form is backed by entity beans - all is working fine. 2. for search forms I don't need entity beans, so I used simple Java Beans or, for simple forms, just

[jboss-user] [JBossWS] - Element or attribute do not match QName production: QName::=

2007-04-16 Thread oskar.carlstedt
Hello!! I'm getting a strange exception when invoking a simple client inside a stateless session bean. Everything has to do with the javax.xml.namespace.QName. I'm using xml beans which I had to modify because of an extra include of the javax.xml.namespace.QName, i.e. I have removed the

[jboss-user] [JBossWS] - Re: Element or attribute do not match QName production: QNam

2007-04-16 Thread oskar.carlstedt
... one more thing ... I'm running JBoss in isolated mode. All xmlbeans jar file are bundled in the EAR file. //Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037474#4037474 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - JBAS-4328: Message expiration doesn't work with a message li

2007-04-16 Thread wolfc
The JCA uses session.setMessageListener which creates a SpyMessageConsumer with sessionConsumer = true. Messages are received and added to the SpyMessageConsumer (addMessage). If it's a sessionConsumer do special logic (excluding expiration) else put it on queue and receive() does expiration

[jboss-user] [JBossCache] - Tomcat Cluster Error

2007-04-16 Thread baskaran_c
I got this error, can't able to fine the solution. I am trying to do HTTP Session state replication as given in Chapter 16. Clustering please help me 18:08:51,218 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception: javax.management.RuntimeOperationsException:

[jboss-user] [JBoss Portal] - Re: cms on filesystem and clustering

2007-04-16 Thread dparisi
Thanks again Sohilcan you give me a reference, in the Jboss documentation, about a PortalCMS clustering?. Thks. Davide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037479#4037479 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - problem with JNDI Lookup for Entity beans

2007-04-16 Thread prakash.dumbre
I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have succesefully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup 16:20:44,347 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'BusinessSKUEntity' to jndi

[jboss-user] [JBoss Seam] - Re: Cannot use s:commandButton

2007-04-16 Thread [EMAIL PROTECTED]
I think this is a copy/paste error in the docs, please open a JIRA issue so we don't forget to remove it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037482#4037482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037482

[jboss-user] [JNDI/Naming/Network] - Re: problem with JNDI Lookup for Entity beans

2007-04-16 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037481#4037481 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037481

[jboss-user] [JBoss Seam] - Re: Cannot use s:commandButton

2007-04-16 Thread Sammy8306
Done: http://jira.jboss.com/jira/browse/JBSEAM-1191! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037484#4037484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037484 ___

[jboss-user] [EJB 3.0] - EntityManager available outside container ?

2007-04-16 Thread gbasilico
Hello, We are planning to migrate an application from EJB 2.1 to EJB3. Our application currently uses CMP entity bean and the client side is a SWT application (no servlet, no jsp). So in order to replace my old CMP i wanted to use the new persistence layer. My problem is that i'm trying to

[jboss-user] [JBoss Seam] - Re: questions about navigation and injection

2007-04-16 Thread mousstik
In addition, I use POJOs : @Name(bean1) | @Scope(ScopeType.CONVERSATION) | public class Bean1... @Name(bean2) | @Scope(ScopeType.CONVERSATION) | public class Bean2 { | @In | private Bean1 bean1; View the original post :

[jboss-user] [JBoss Seam] - Re: SuggestionBox + h:inputText + entityConverter

2007-04-16 Thread damianharvey
Pete, I don't suppose you have any time to look at this? My workarounds are increasingly dodgy. Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037487#4037487 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SuggestionBox + h:inputText + entityConverter

2007-04-16 Thread petemuir
I've had a look, I don't think it is possible with RichFaces (as the suggestionbox ties to a UIInput). I'll file an issue asking for an extension to the suggestionbox component that makes it behave more like a select View the original post :

[jboss-user] [JBoss Seam] - Re: h:selectManyListbox Creating problem

2007-04-16 Thread petemuir
The tag class doesn't exist. You need to create one add add to the tld. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037491#4037491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037491

[jboss-user] [JBoss Seam] - Re: SuggestionBox + h:inputText + entityConverter

2007-04-16 Thread damianharvey
Thanks. Very much appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037493#4037493 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037493 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: deploying bpel as a service in jboss

2007-04-16 Thread kukeltje
- what are the errors you get? - what version of jbpm-bpel - ... http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037495#4037495 Reply to the post :

[jboss-user] [Clustering/JBoss] - Tomcat Cluster Error

2007-04-16 Thread baskaran_c
I am trying to create HTTP session state replication, as given in http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html I can't find a solution for this error. please help me. 18:08:51,218 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception: |

[jboss-user] [JBoss Seam] - EL-enhancements implementation question

2007-04-16 Thread Sammy8306
Is it correct that the el-enhancements use the index of an object in the List that backs the h:datatable? E.g. : | h:dataTable value=#{blogList.entries} var=entry |h:column | f:facet name=headerTitle/f:facet | h:outputText value=#{entry.title}/ |/h:column |

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging - Warning Message on Transaction isolati

2007-04-16 Thread timfox
Craig2007 wrote : | Your reply note says that only at database side these isolation level need to be changed and not at JBoss messaging deployment side(JBOSS_HOME/server/messaging). | | No, I didn't say that. If you look in your mysql-persistence-service.xml (or

[jboss-user] [Performance Tuning] - A strange slowly running thread which has been run by servle

2007-04-16 Thread Micha?
I've a typical web application with some servlets. One servlet starts a threat (it's a typical thread which implements runnnable interface). This thread has run method of course, this method executes external command pgdump (from PostgreSQL). Both systems (Linux and Windows XP) have Java

[jboss-user] [JBoss jBPM] - Re: What can be done with jBPM?

2007-04-16 Thread kukeltje
in just 2 minutes, all people could tell you was: I automated my such and so process. So I think that is why noone responded. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037512#4037512 Reply to the post :

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

2007-04-16 Thread avbentem
The JBoss AS download pages claim Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer. And at the time of writing this, the wiki also still tells people to use the installer. However, the latest JEMS installer, 1.2.0.GA holds AS 4.0.5.GA. So: Does anyone know of

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

2007-04-16 Thread avbentem
avbentem wrote : The JBoss AS download pages claim Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer. I just read the AS 4.2 RC1 readme, which claims: anonymous wrote : JBoss EJB3 is now deployed *by default* in JBossAS 4.2.x The fact that we base on JDK5 makes our

[jboss-user] [JBoss jBPM] - Re: jboss have error when deploy

2007-04-16 Thread kukeltje
wrong forum, try the jboss AS forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037519#4037519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037519 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-16 Thread varkon
I'm trying to use AOP inside JBoss AS 4.0.5.GA but to no avail. I've downloaded and installed the latest version of JBossAOP and: -Deleted existing jboss-aop.deployer from the deploy folder -Copied over the jboss-aop-jdk50.deployer to the deploy folder -added pluggable-instrumentor.jar to the

[jboss-user] [JBoss Seam] - Is it good to code JSP-specific information in EJB??

2007-04-16 Thread hsiung
Hi all architects in this forum in all Seam examples you can see that the idea of Seam is to code JSP specific information like the next page (/registered.jsp) in the Session Bean on the EJB container. Doing so the EJB level is aware of the upper level, Web in this case. Wouldn't it be better

[jboss-user] [JBoss Seam] - ClassNotFoundException while invoking EL function during ren

2007-04-16 Thread nstoddar
I wrote a simple EL function to retrieve the clientId of a UIComponentBase object -- I'm generating some javascript. The first time I load the page (without a submit), the page generates just fine, including the javascript output that successfully invoked my EL function from a h:outputText

[jboss-user] [JBoss Seam] - Re: jbpm configuration problem

2007-04-16 Thread nstoddar
I can't seem to delete my own posts here, so I guess I'll comment on it in case somebody else runs into the same problem. It turns out the Seam documentation is out of synch with what actually happens at runtime. The pageflow file should be placed in the classpath (/WEB-INF/classes) -- it

[jboss-user] [EJB 3.0] - unidirectional Many-To-Many relationships

2007-04-16 Thread urkens_jp
When trying to model unidirectional M-t-M relations I get a org.hibernate.MappingException. I tried the example from Mastering EJB3.0 from Wiley Publishing: | @Entity(name=CourseUni) | public class Course implements Serializable { | private int id; | private String courseName;

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-16 Thread petemuir
You can use pages.xml navigation to completely remove navigational information from the EJB or outcomes to partially remove navigation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037528#4037528 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jbpm configuration problem

2007-04-16 Thread petemuir
Your pageflow can be in the classpath of the ear or the war (the root of the ear is in it's classpath) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037529#4037529 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037529

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

2007-04-16 Thread petemuir
Just download the zip for 4.2.CR1, unzip it, and deploy the app. No installer needed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037527#4037527 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037527

[jboss-user] [Installation, Configuration Deployment] - viewing logs in web-console?

2007-04-16 Thread bezdomny
Is it possible to view stderr and stdout using the Web-console? I've looked through the mgt interface and couldn't find anything promising. Is there a logging mbean I don't know about? Any suggestions would be great. I really need to have this functionality because of the hoops our ops folks

[jboss-user] [JBoss jBPM] - Re: deploying bpel as a service in jboss

2007-04-16 Thread asma14
I m using jbpm-bpel 1.1.beta3 jbpm-jpdl 3.2.GA jboss-4.04.GA after mapping | 15:08:19,984 INFO [HbmBinder] Mapping collection: org.jbpm.bpel.wsdl.impl.MessageImpl.parts - WSDL_PART | 15:08:19,984 INFO [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -

[jboss-user] [JBossCache] - Re: TimeoutException occuring on one node of jboss cache

2007-04-16 Thread raghavendray
Hi Brian, Thanks for your response. We tried increasing the SyncReplTimeout to a value greater than LockAcquisitionTimeout as follows: attribute name=SyncReplTimeout3/attribute | attribute name=LockAcquisitionTimeout2/attribute But still we are getting the same

[jboss-user] [Management, JMX/JBoss] - Change MaxPoolSize dynamically

2007-04-16 Thread mn_madhavan
Hi 1) Can we change the MaxPoolSize by programatically? 2) Do we need to restart the jboss server after modified the MaxPoolSize ? Regards Madhavan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037533#4037533 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jbpm configuration problem

2007-04-16 Thread nstoddar
petemuir wrote : Your pageflow can be in the classpath of the ear or the war (the root of the ear is in it's classpath) I duplicated everything the todo example was doing, but couldn't find any reason why my pageflow couldn't be found. Could there be an issue running it on Glassfish? View

[jboss-user] [EJB 3.0] - Re: unidirectional Many-To-Many relationships

2007-04-16 Thread fhh
If you want a unidirectional relationship then use one :-) Regards Felix P.S.: Marking getStudents as @Transient would be a very nasty hack. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037536#4037536 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Datepicker Popup Issue

2007-04-16 Thread hhf8
I have solved this,had to modify the selectdate.JS in the UI-seam.jar file, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037537#4037537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037537

[jboss-user] [JBoss Seam] - Creating PDFs Programmatically

2007-04-16 Thread jgilbert
I have the seam-pdf functionality working in my application. Now I want to have a background process create PDFs periodically. Currently I am using commons-httpclient to call out and back into my app and handle the redirect to create a PDF. It works but does anyone have a better way to do

[jboss-user] [Clustering/JBoss] - Re: Tomcat Cluster Error

2007-04-16 Thread [EMAIL PROTECTED]
Look in your deploy/tc5-cluster.sar/META-INF/jboss-service.xml file for the TransactionManagerLookupClass field. Make sure it is: attribute name=TransactionManagerLookupClassorg.jboss.cache.BatchModeTransactionManagerLookup/attribute View the original post :

[jboss-user] [Beginners Corner] - Developing web services

2007-04-16 Thread pcankar
Hi, I'm new to JBoss, trying to develop jax-ws web service. I have successfully written the same web service using java 6 embedded application server (just for testing). When I?m trying to use method with complex type parameter I get the following error: ERROR: --

[jboss-user] [JBoss jBPM] - Re: deploying bpel as a service in jboss

2007-04-16 Thread mputz
Try to delete the 'jndi.url' property from hibernate.cfg.xml Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037544#4037544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037544

[jboss-user] [JBossCache] - Re: TimeoutException occuring on one node of jboss cache

2007-04-16 Thread [EMAIL PROTECTED]
Is it the same stack trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037545#4037545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037545 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - SQLException on jBPM Process Creation

2007-04-16 Thread ajaneesh
Hi All, I get the below error when i submit to an action method with the @CreateProcess annotation. What could be the reason. The error is very clear, a parent entry needs to be in the table jbpm_processinstance. The primary key in question is a auto generated one. (set up by jbpm). I

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-16 Thread [EMAIL PROTECTED]
The slowdown is due to the classloader inspecting every class whether it matches bindings. This can be controlled by using the Include/Exclude options. Can you try your example with non-isolated classloading? Also, try the injboss tutorial and see if you can reproduce the problem there with

[jboss-user] [EJB 3.0] - EJB 3.0 Locking (entity not in the persistence context)

2007-04-16 Thread grdzeli_kaci
hi all, i have some problems about locking, i have 1 remote and one local interface 1. Remote Interface | public @Stateful | @Remote(RemoteInterface.class) | class RemoteInterfaceBean implements RemoteInterface | { | |@PersistenceContext(unitName = CustomerCareOracle) |

[jboss-user] [JBoss Seam] - Questions on resourceBundle

2007-04-16 Thread hasc
Hi, can someone explain me how to access recource bundle from within the application or give me an appropriate link where it is explained? I couldn't find a complete example here in the forum or in the seam documentation. I knpow that in components.xml i can define recource bundles but i dont

[jboss-user] [JBoss AOP] - Re: Linking Aspect makes interception not working for a shor

2007-04-16 Thread [EMAIL PROTECTED]
I've found out what is causing your problem. A Jira issue has been created, so we can fix the bug: http://jira.jboss.org/jira/browse/JBAOP-380 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037552#4037552 Reply to the post :

[jboss-user] [JBoss Seam] - @Logger not injecting anything in Controller.class

2007-04-16 Thread paradigmza
Hi, I have a simple piece of code that is trying to persist/update the database | VweraclientdnamesHome home = new VweraclientdnamesHome(); | home.setVweraclientdnamesId(input.getId()); | home.getInstance().setUsedForEras(true); | home.update(); | where home is a instance of the

[jboss-user] [JBoss jBPM] - Re: deploying bpel as a service in jboss

2007-04-16 Thread asma14
thinks Martin, but i still have the same errors. i wonder how it can't bind data source ? i put the xml file JbpmBpelDS.xml under jboss/server/default/deploy | 15:50:37,375 FATAL [DatasourceConnectionProvider] Could not find datasource: java:/JbpmBpelDS |

[jboss-user] [JBoss Seam] - Re: Questions on resourceBundle

2007-04-16 Thread monkeyden
13.2.2. Displaying labels Just do this: //Inject the resource bundle, assuming you have a file called //messages_en.properties, with your default locale replacing en @In private MapString, String messages; //Pull the message out of the bundle @In(#{messages['Hello']}) private String

[jboss-user] [JBoss jBPM] - Re: deploying bpel as a service in jboss

2007-04-16 Thread mputz
In that case you should check if your datasource configuration deployed without errors. You could use the jmx-console to display the contents of the JNDI tree: http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole If you have problems setting up a datasource for HSQLDB I'd

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

2007-04-16 Thread avbentem
petemuir wrote : Just download the zip for 4.2.CR1, unzip it, and deploy the app. No installer needed You're right, thanks. How can we assure the Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer will be removed when Seam 1.3 is released? Should I add an issue

[jboss-user] [EJB/JBoss] - Error while using DBScheduleProvider with Sybase

2007-04-16 Thread chandrasekarv
hi, i am using database scheduler service in jboss ie DBScheduleProvider. For this i am using Sybase as database.As i doing all the configuration, i am not able to fetch data through DBSchedulerProvider. Sybase Database Configuration Sybase Adaptive Server Enterprise (ASE) is a database

[jboss-user] [JBoss AOP] - Re: Linking Aspect makes interception not working for a shor

2007-04-16 Thread waffels
Great news, thanks for the efforts !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037562#4037562 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037562 ___ jboss-user mailing

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss EJB Lifecycle

2007-04-16 Thread iudoka
genman wrote : You need to post more information. Exceptions, code samples, test cases, etc. I'm not sure what more information is needed, I believe that there is some EJB life cycle property that can be set in order to determine how long the container should hold on to an EJB before

[jboss-user] [JBoss Seam] - Re: Questions on resourceBundle

2007-04-16 Thread hasc
OK this is exactly from the seam docu. but what i want is loading a specific resource bundle within the application. and then accessing a key within a method. and i want to do all that in a Converters getAsObject method. so i'd like to have a specific bundle for error messages and i want to

[jboss-user] [JBossWS] - Re: Generated WSDL has default port 8080 even if server runs

2007-04-16 Thread RomeuFigueira
Until 1.0.4 you need to change also this line: property name=webServicePort8080/property which is located in deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml You will need to expload jbossws.sar and jbossws.beans to get access to that particular xml file. Once changed, both your

[jboss-user] [EJB 3.0] - Re: EntityManager available outside container ?

2007-04-16 Thread fhh
Can't you use the factory pattern to get an entityManager? This would of course imply that you allow your clients to acces the db directly. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037567#4037567 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2007-04-16 Thread Vincent Tran
Is it possible to store each queue's persistence in a separate database? That is what I am having trouble trying to figure out for a long time. Eg. I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on Oracle, and I want QueueB's messages to be persisted to

[jboss-user] [Remoting] - Re: https with path and ejb3 can not be configured

2007-04-16 Thread rino_salvade
I did some more investigation in the meantime. The exception with the JBoss Remoting 2.2.0 version was caused by the fact that it tried to access a trust store that was not existing. Through the parameter org.jboss.remoting.serverAuthMode one should be able to set from the outside that server

[jboss-user] [EJB 3.0] - Re: EntityManager available outside container ?

2007-04-16 Thread gbasilico
Felix, thank you for your answer. Well, the problem is that currently we use CMP entity beans, the transactions are managed by the container and we do not want to modify the client side (managing the transactions by hand). So i'm afraid using the factory is not the solution... Regards,

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging - Warning Message on Transaction isolati

2007-04-16 Thread Craig2007
Thanks Very much for the valuable information. I could able to change my datasource isolation level to required one for MySQL View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037569#4037569 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-04-16 Thread mputz
It seems you are running tests with some 3.1 code and/or configuration files, as the Message class and corresponding mapping file no longer exists in 3.2. Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037571#4037571 Reply to the post :

  1   2   3   >