[jboss-user] [JBoss jBPM] - TaskInstance and ProcessInstance not ending

2007-12-03 Thread Sowmya Yellamilli
Hi , In my processDefinition the taskNode before End-State is not endingand so the process is not ending...I mean if I have 2 TaskNodes the one before end-state is not endingIf I have 1 taskNode that one is also not ending Here is the processDefinition: ?xml version=1.0 encoding=UTF-8

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-12-03 Thread nicdo77
Sorry for the late reply! My ear is called localys.ear: here is its hierrachy: localys.ear | |--- businessmodule.ear (my own stuff...) | |--- hibernate2.jar | |--- mail.jar | |--- jaxb-api.har | |--- ... other jars I'm gonna have a look at the links, thanks a million. View the original post :

[jboss-user] [JBoss jBPM] - TaskInstance and ProcessInstance not ending

2007-12-03 Thread Sowmya Yellamilli
Hi , In my processDefinition the taskNode before End-State is not endingand so the process is not ending...I mean if I have 2 TaskNodes the one before end-state is not endingIf I have 1 taskNode that one is also not ending Here is the processDefinition: ?xml version=1.0 encoding=UTF-8

[jboss-user] [JBoss Seam] - Execute and wait utility

2007-12-03 Thread hubaghdadi
Hi. WebWork has a very nice interceptor called execAndWaitInterceptor. http://www.opensymphony.com/webwork/api/com/opensymphony/webwork/interceptor/ExecuteAndWaitInterceptor.html You filled your search criteria filled, this search could take a lot of time to complete. When you submit the form, a

[jboss-user] [JBoss jBPM] - JBPM Web Console

2007-12-03 Thread ranjitgopalan
Hi, I am using a mule jbpm connector to trigger a process when a event is received (on recieving a file). I am trying to add web based functionality to this existing set of functionality. When i view through the JBpm console i am able to see only the task in the process but i am not able to

[jboss-user] [JBoss Seam] - Re: SEAM Logger issue

2007-12-03 Thread [EMAIL PROTECTED]
If you are using JBoss out-of-the box, use log.info(...) to show some output. You need to change the scope to debug mode in jboss-log4j.xml to see Loggers debug output. Greetz GHad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109725#4109725 Reply to the

[jboss-user] [JBoss jBPM] - Re: Web based process designer

2007-12-03 Thread npe
Actually I am working on some process designer web based. The goal of it is not the redevelop a GPD but to provide a easy and very simple way to configure a process with restricted functionalities (no fork for example). The idea is to still have the possibility to configure complex processes in

[jboss-user] [JBoss Seam] - Nested conversation - same Persistence Context?

2007-12-03 Thread MSchmidke
Seam 2.0 GA I became very accustomed to manually flushed persistence contexts as suggested in chapter 8.3.3. Now, for the first time, I want to use a nested conversation. I have one page for editing an object. This page is conversation scoped with flushMode=MANUAL. Now I want to write a

[jboss-user] [JBoss Seam] - Re: Nested conversation - same Persistence Context?

2007-12-03 Thread amitev
Look at this issue - http://jira.jboss.com/jira/browse/JBSEAM-2121 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109739#4109739 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109739

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: -Djboss.bind.address not working anymore (4.2.2)?

2007-12-03 Thread [EMAIL PROTECTED]
If you look more carefully, the processing of the -D option will set back the jboss.bind.address to the one you specified. Maybe there are other issues, since -b will execute additional setup logic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109734#4109734

[jboss-user] [JBossWS] - Re: Big problem with WebXMLRewriterImpl.java rename

2007-12-03 Thread [EMAIL PROTECTED]
Yes, i can see it now. I'll provide you with a new container integration. Stay tuned... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109743#4109743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109743

[jboss-user] [JBossCache] - Re: Over 100 of the same error stack trace in the log per re

2007-12-03 Thread rwillie6
Also, I should note that I'm using synchronous invalidation with optimistic locking. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109731#4109731 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109731

[jboss-user] [JBoss Seam] - Suggestion: Make UIDocument an interface (PDF)

2007-12-03 Thread bolke
Hi, As I continue to struggle with the PDF implementation, it would be very nice to have the object in the pdf package rely on a UIDocument interface rather than the object. This would make it a lot easier to extend UIDocument to allow additional settings and different implementations.

[jboss-user] [EJB 3.0] - Re: hibernate and inheritance

2007-12-03 Thread p.chevillon
My DB is PostgreSQL. Any Idea ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109738#4109738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109738 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Over 100 of the same error stack trace in the log per reques

2007-12-03 Thread rwillie6
My setup: 3 - machine glassfish v2 cluster Hibernate 3.2 for persistence JBoss TreeCache provider for Hibernate second-level caching Whenever I request a page, I see over a hundred copies of the stack trace below show up in the server log. I'm confused by a few things, 1) It seems to be a

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml

2007-12-03 Thread StarF666
It also works for me. So it's not really a problem, just a little annoying when you copy and paste from the seam-doc. The resource-bundle/resource-loader replacement is the right guess. When I first tried the code form an older version of the doc it showed no error in Eclipse but did not work.

[jboss-user] [JBoss Seam] - Quartz callback persist issue

2007-12-03 Thread maniappan
Hi, I have moved my seam application to 2.0 and to Quartz from the EJB timer. After that I am seeing that new records are not getting persisted in database from inside the callback object. Update of records seems to be fine. I tried with some tables that do not have any relationships with

[jboss-user] [JBossWS] - Re: Does JBossWS 2.0.2.GA support POJO based service?

2007-12-03 Thread [EMAIL PROTECTED]
Hi, JBoss WS 2.x and above requires JDK 1.5 Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109745#4109745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109745 ___

[jboss-user] [JBossCache] - Re: ClusteredCacheLoader + LOCAL CacheMode

2007-12-03 Thread lovelyliatroim
Yep both sets of code snippets work. No replication being done. Super stuff Brian, thanks alot. anonymous wrote : | From your description, it sounds like you might want to use LOCAL cache mode and a TCPCacheLoader. Have you looked into that? | I have read about it but the thing that i

[jboss-user] [JBoss Seam] - Dynamic creation of JBPM processes

2007-12-03 Thread chawax
Hi, I need to start a JBPM process, but in some cases I can't use the @CreateProcess annotation since the process I need to start depends on an runtime value. I also need to outject variables to the business process. But I can't find how to do this ... What I did : - I injected

[jboss-user] [Clustering/JBoss] - JBoss Configuration

2007-12-03 Thread chandra_88
Hi , Iam using JBOss 404 version , i want to know what is the install option for a configuration that supports - Clustering - EJB3.0 By install option i mean the option selected during installation - default , all , ejb3 , ejb3clustered . Iam using all but it doesnt support ejb3 is

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2007-12-03 Thread cvigouroux
Hi mgrouch, At our company, we are going to use ExtJS and Seam (develoment starting in 3 weeks), and I'm really interested in the ExtJS + Seam Remoting Combo. What is your feedback right now about those technologies ? Do you have a clue about performance (I saw you posted a thread about bad

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMSExpiration

2007-12-03 Thread ikarius
Threads are sleeping for millis and not seconds :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109762#4109762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109762 ___

[jboss-user] [JBoss jBPM] - Re: Web based process designer

2007-12-03 Thread kukeltje
Then you might have a look at using businessrules. Sometimes some decisionnodes combined with rules (drools) make processes 'configurable'. Drools already has a webbased 'editor' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109756#4109756 Reply to the post

[jboss-user] [JBoss Seam] - @RequestParameter: annotated method is called 22 times

2007-12-03 Thread axismundi
hello Seam architects I have a session-scoped SFSB with a method annotated like this: @RequestParameter(orderNumber) The method is being called properly. But why is it called 22 times? What is the purpose of calling it multiple times? According to its defined purpose, it should be called once

[jboss-user] [JBoss Seam] - Re: Nested conversation - same Persistence Context?

2007-12-03 Thread MSchmidke
Thank you. The forum thread mentioned in that issue was also on my search result list before posting, but obviously I did not read it carefully enough to find what I was looking for. Sorry for re-posting. I have voted for the JIRA issues. I think, it is a very important point. Marcus. View

[jboss-user] [JBoss jBPM] - Re: TaskInstance and ProcessInstance not ending

2007-12-03 Thread kukeltje
Can you make a minimal unittest with embedded processdefinition that demonstrates the problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109767#4109767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109767

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-12-03 Thread npe
Hi all, As far as I understood all the doc I could found and the subject of this topic, it's impossible to store variables at the process definition level. It means that you have to instantiate and eventually initialize the variables each time you instantiate a process instance. Can someone

[jboss-user] [JBossWS] - Re: Big problem with WebXMLRewriterImpl.java rename

2007-12-03 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bbop=viewtopict=124906 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109750#4109750 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109750

[jboss-user] [JBossWS] - Re: Big problem with WebXMLRewriterImpl.java rename

2007-12-03 Thread [EMAIL PROTECTED]
Sorry, wrong buffer. This is the correct link: http://jira.jboss.org/jira/browse/JBWS-1925 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109752#4109752 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109752

[jboss-user] [JBossCache] - TreeCacheMBean Maven repository

2007-12-03 Thread loumaus
hi there .. as part of a little jboss-cache 1.4.1 monitoring project I need to work with the TreeCacheMBean interface in order to talke to the TreeCache using spring. Have you any idea where to get the TreeCacheMBean as part of a maven artifact ??? I have not found any repository location

[jboss-user] [JBoss jBPM] - Setting ProcessVariable as a

2007-12-03 Thread kamleshkr
Hi all, I have a simple query regarding the access of a process variable in mail node. I have used executionContext.getContextInstance().setVariable(EmailAddress, [EMAIL PROTECTED]); in one of my action class. Now i want to use this variable for sending mail using mail node. Can you tell me

[jboss-user] [JBoss Seam] - Re: @RequestParameter: annotated method is called 22 times

2007-12-03 Thread [EMAIL PROTECTED]
22 times over what period? Where is it defined it should be called once? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109777#4109777 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109777

[jboss-user] [JBoss Seam] - Re: Injection not working when using thirdparty JMS library

2007-12-03 Thread [EMAIL PROTECTED]
And more importantly, is it declared as an MDB? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109782#4109782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109782 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: how to make a ejbql query from an entity bean ?

2007-12-03 Thread [EMAIL PROTECTED]
Its not good practice to do this (I'm sure Gavin has some blogs on this, so go look on http://in.relation.to) but if you have to you would have to look up the EM programatically. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109778#4109778 Reply to the post

[jboss-user] [JBoss Seam] - Re: Unexpected behaviour - DataModel Nested conversations

2007-12-03 Thread [EMAIL PROTECTED]
Norman put some fixes for this into CVS recently, so I suggest trying CVS out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109776#4109776 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109776

[jboss-user] [JBoss Seam] - Re: Injection not working when using thirdparty JMS library

2007-12-03 Thread [EMAIL PROTECTED]
Post the code for your message listener impl. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109780#4109780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109780 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml

2007-12-03 Thread [EMAIL PROTECTED]
yes - the reason you saw that was that seam 2 changed the xsds in the beta release phase and the tooling were using the beta releases xsds so we would say the file was ok (when pasted from older doc) but when you deployed it to seam 2 it would blow up. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML editor in 2.0.0 CR1

2007-12-03 Thread [EMAIL PROTECTED]
thanks for verifying View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109788#4109788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109788 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml

2007-12-03 Thread [EMAIL PROTECTED]
btw. this (and other) warning(s) because of an outofdate xsd have been fixed. thanks for reporting it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109789#4109789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109789

[jboss-user] [JBoss Seam] - Seam-managed persistence context Versus EJB3 persistence con

2007-12-03 Thread segev
We are conducting a “spike” on Seam 2.0.0.GA (JBoss, Richfaces and hibernate) for a new project. We decided to use the Seam-managed persistence context (instead of the EJB3 extended PersistenceContext) for the following reasons: The flexibility to inject the context to DAO components (which

[jboss-user] [JBoss Seam] - javax.persistence.EntityNotFoundException: deleted entity p

2007-12-03 Thread hager
Hello, I have 2 entities Societe and User with Many To Many relationship, so i create in the dateBase 3 tables : Societe (societe_id,societe_name) User (user_id,user_name) SocieteUser (societeUser_id, user_id, societe_id) is the table joining societe and user. when i try to delete user, i have

[jboss-user] [JBoss Seam] - Re: Unexpected behaviour - DataModel Nested conversations

2007-12-03 Thread koenhandekyn
i am having a similar issue when i'm putting a EntityQuery object in conversation scope, the moment i do an update on one of the entities the query resultList returns a list of EMPTY instances (properties are empty) afterwards i'm already capturing an event and calling REFRESH on the

[jboss-user] [JBossWS] - Re: Does JBossWS 2.0.2.GA support POJO based service?

2007-12-03 Thread thejavafreak
So all of it is based on JAX-WS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109773#4109773 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109773 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence context Versus EJB3 persistence

2007-12-03 Thread [EMAIL PROTECTED]
You probably don't want to use a SMPC (conversation scoped) PC in a SESSION scoped SFSB - use an extended PC. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109793#4109793 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:decorate looses form values on validation error

2007-12-03 Thread [EMAIL PROTECTED]
Yes, its in your download of Seam in the src directory, or cvs as linked off the wiki. I've never seen this as a problem before - should be no problem binding to any Seam component, not just entity beans or SFSBs. View the original post :

[jboss-user] [JBoss jBPM] - Re: TaskInstance and ProcessInstance not ending

2007-12-03 Thread Sowmya Yellamilli
ok, i'll try and get back to you.. Thanx a lot for ur reply View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109798#4109798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109798 ___

[jboss-user] [JBoss Seam] - EntityQuery ResultList BUG ?

2007-12-03 Thread koenhandekyn
hello i'm having an issue with entityQuery resultList responses when using the component within a conversation. when one of the entities get's updated (or a new one is added) the resultList returns a list of NULL objects of the correct size (the number of items is correct but the contents is

[jboss-user] [JBoss Seam] - Re: @RequestParameter: annotated method is called 22 times

2007-12-03 Thread axismundi
[EMAIL PROTECTED] wrote : 22 times over what period? Where is it defined it should be called once? over the period of one HTTP-request. I have no idea what might be the purpose of injecting a static value (like a request parameter) more than once into the component. Maybe there is something

[jboss-user] [JBoss Seam] - Re: Dynamic creation of JBPM processes

2007-12-03 Thread [EMAIL PROTECTED]
@CreateProcess will call businessProcess.createProcess when the method is complete, not before it so you have a slightly different order of events. How about outjecting programatically in the same order seam does it? View the original post :

[jboss-user] [JBoss Seam] - Re: Execute and wait utility

2007-12-03 Thread [EMAIL PROTECTED]
Execute the query asynchronously, and use an a:poll component to check periodically for a result. No example of this :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109783#4109783 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem refreshing a DataSet on a page

2007-12-03 Thread koenhandekyn
i am having related issues but your prob can prob be fixed by a seam event configuration look up afterTransactionSuccess in the seam doc to find some explenation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109785#4109785 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem refreshing a DataSet on a page

2007-12-03 Thread koenhandekyn
sorry the snippet i wanted to include is event type=org.jboss.seam.afterTransactionSuccess.Address | action execute=#{managedAddresses.refresh} / | /event View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109786#4109786 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityQuery ResultList BUG ?

2007-12-03 Thread [EMAIL PROTECTED]
Please don't post the same question twice http://www.jboss.com/index.html?module=bbop=viewtopict=123381 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109803#4109803 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109803

[jboss-user] [Beginners Corner] - Getting started, No Topic Bosses, Just wana Help

2007-12-03 Thread jahid_wana_jboss
Dear Friends and Collegues Actually I have come to know about Jboss few weeks ago from my boss and I started to search things from online and read them. At the first impression I liked it. Now I want to be a professional at this. I have Java knowledge and before taking training on it I want

[jboss-user] [JBoss Seam] - Re: unable to lazy load objects

2007-12-03 Thread [EMAIL PROTECTED]
afaik n to many relations are recognized as lazy by hibernite and that should work out of the boy. For using lazy loading with lazy properties you need byte level instrumentaion by hibernate for your Entitybeans. You may give this a try (see hibernate docs for an ant task). Chance is good that

[jboss-user] [Beginners Corner] - Axis, SOAP RPC and Socket Timeout (Read Timed ou)

2007-12-03 Thread Birgit1011
Hi, Using JBoss 4.0.3SP1 and Axis 1.4; I try to implement a web-service client generated with ant task wsdl2java into my jboss application. The client send the request and I can watch the HTTP response after few sec(!!) with the TCPMon Tool. But the client (Stub) get a Read timed out (I've

[jboss-user] [JBossWS] - Re: Does JBossWS 2.0.2.GA support POJO based service?

2007-12-03 Thread [EMAIL PROTECTED]
Hi, no, you can use JAX-RPC based webservices as well. But our code base is based on JDK 1.5 sources. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109809#4109809 Reply to the post :

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

2007-12-03 Thread [EMAIL PROTECTED]
This can happen, if you're using different EntityManager Instances. For example my case was: Method in SLSB called by Event (Observer) uses EntityManager and calls other SLSB Method which uses EntityManager as well, both per @In For some reason, both EntityManagers managed their own

[jboss-user] [JBoss Seam] - Re: Execute and wait utility

2007-12-03 Thread hubaghdadi
Can't we employ EJB3 Interceptors to mimic execAndWaitInterceptor? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109801#4109801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109801

[jboss-user] [Messaging, JMS JBossMQ] - Problem configuring mdb with durable subscription to a topic

2007-12-03 Thread pon.umapathy
Hi, We have been stuck with this for quite a while.So,if someone can help,it would be great. We are using jboss version 4.0.5GA. We have the following annotation on our MDB: | @MessageDriven(activationConfig = { | @ActivationConfigProperty(propertyName = destinationType,

[jboss-user] [JBoss Seam] - Re: Startup for factory methods in components.xml

2007-12-03 Thread sradford
JIRA issue created (http://jira.jboss.com/jira/browse/JBSEAM-2336) Can't see why would it not make sense to have it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109816#4109816 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - PLEASE HELP - JMS MESSAGES CONTINUOSLY EXECUTES

2007-12-03 Thread Byorn
Dear JBoss Team and User, In our production environment customers complain that they receive more that 1 email i.e 20 to 30 emails in a single 'submit' button. We use JMS in a clustered environment to generate emails, and are published to a Queue. Does anyone have an idea, why our MDB's

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread sralpert
I'll look into it. This was the copy pushed down by JBoss... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109824#4109824 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109824

[jboss-user] [JBoss Portal] - What happened to the JBoss Eclipse IDE Portal Plugin?

2007-12-03 Thread z00k
Howdy! I was looking for a simple way to create new portlets without creating the whole structure by hand. I've already installed the JBoss IDE Plugin for Eclipse but nothing for portlet developers comes with it. So I asked google and got some info about the 'JBoss Eclipse IDE Portal Plugin'.

[jboss-user] [JBossCache] - Re: Problem reading (deserializing) objects from FileCacheLo

2007-12-03 Thread arjan
Hi, Thanks. I had already solved it by serializing and de-serializing the code myself (only storing byte arrays in the cache). Regards, Arjan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109827#4109827 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Dynamic creation of JBPM processes

2007-12-03 Thread chawax
Yes, that's what I try to do. But I don't really know the order Seam does it ... Where could I find this informations ? I hoped to see it in the source code for @CreateProcess annotation, but I couldn't find it ... View the original post :

[jboss-user] [EJB 3.0] - Intercepting EntityManagerFactory creation

2007-12-03 Thread davesb
I'm using JPA (Hibernate)/Seam/JBoss AS and I have an unusual (perhaps) problem to solve. The application consists of a bunch of normal JPA mapped entities PLUS a number of unknown-at-compile-time dynamic entities. These are defined in a separate configuration and can change at runtime. I'm

[jboss-user] [Microcontainer] - How to get the latest microcontainer document

2007-12-03 Thread crystal70
I check the MicroContainer 2.0.0Beta7, and change the directory to docs,then type the command like this: mvn generate-sources the result is : [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] JBossMC Getting Started Guide (en_US) [INFO] JBossMC Getting Started Guide

[jboss-user] [JBoss Seam] - Backing and session bean communication error

2007-12-03 Thread vas_opel
I have implemented a session bean to keep parameter values that will be used by the entire application.This is the simplest form of my session bean: | @Stateful | @Name(cart) | @Scope(SESSION) | public class Brtest implements BrtestI,Serializable{ | | static final long

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.2.1 and Oracle 11g DataBase

2007-12-03 Thread georges.goebel
Hi, Watch Jira 5015 for workaround http://jira.jboss.com/jira/browse/JBAS-5015 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109823#4109823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109823

[jboss-user] [JBossCache] - FileCacheLoader not evicting?

2007-12-03 Thread arjan
Hi all, I've my TreeCache service running (nice to have one appserver wide cache), but I experience some trouble with the FileCacheLoader. I cache generated charts and would like to cache them on disc, instead of keeping them in memory. The simplest option would be to create a file-system

[jboss-user] [JBoss Portal] - Re: Active Directory -- Unable to add portlets

2007-12-03 Thread wpullam
Thanks, I'll give it a try. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109843#4109843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109843 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: FileCacheLoader not evicting?

2007-12-03 Thread arjan
.. and when I disable the FileCacheLoader, everything works as expected... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109844#4109844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109844

[jboss-user] [JBoss Seam] - Re: Quartz callback persist issue

2007-12-03 Thread maniappan
resolved the issue. The callback object from the Quartz timer had the @Transactional annotations commented out, enabling it fixed the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109837#4109837 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Dynamic creation of JBPM processes

2007-12-03 Thread chawax
No need to answer, I just found how to do :) I did it this way : Contexts.getBusinessProcessContext().set(idDemandeAbsence, this.demandeAbsence.getId()); | Contexts.getBusinessProcessContext().set(codeMotifAbsence, this.ligneDemandeAbsence.getMotif()); |

[jboss-user] [JBoss Seam] - Re: Dynamic creation of JBPM processes

2007-12-03 Thread [EMAIL PROTECTED]
Order is determined the order in which the BijectionInterceptor and BusinessProcessInterceptor (bpm interceptor wraps the bijection - so bijection occurs before, as I said/you implemented). This is a correct way to do it, yes. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread sralpert
I apologize if I'm using the wrong terminology - I've just come over from the dark side (.Net!) I downloaded and install the JBoss kit and then went after the JBoss Eclipse support. It was that support (I thought) that delivered that version of Hibernate. Any more clear? View the original

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread [EMAIL PROTECTED]
I don't know what JBoss kit is ...where did you get the link for this old version of JBossIDE ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109853#4109853 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109853

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread sralpert
http://labs.jboss.com/jbosside/docs/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109854#4109854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109854 ___ jboss-user

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

2007-12-03 Thread xshuang
Good morning rvkishore, Thanks a lot for your reply. It seems that reference objects retrieved using framework:entity-query and using entityManager.createQuery() are different, possibly due to different memory location. An equals() method of the reference class also helps to solve the value

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread [EMAIL PROTECTED]
pushed down by JBoss ?! what does that mean ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109845#4109845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109845 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Dynamic creation of JBPM processes

2007-12-03 Thread chawax
So that's perfect. Thanks a lot for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109847#4109847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109847 ___ jboss-user

[jboss-user] [JBossCache] - CacheLoader is not notified when a POJO is modified

2007-12-03 Thread dmary
Hi all, I've got a problem with JDBCCacheLoader, as when i change some datas from a POJO, these changes are not reflected on the datastore used (an mysql database) Here is my config : ?xml version=1.0 encoding=UTF-8? | server | | | mbean code=org.jboss.cache.aop.PojoCache |

[jboss-user] [JBossWS] - Re: MTOM interop issue with WSE 3.0

2007-12-03 Thread jmaenen
Issue above was related to the fact that the proxy class on the C# side was not generated properly .. Should be derived from : Microsoft.Web.Services3.WebServicesClientProtocol Unfortunatly the there is still an issue related to the content type of the respons sent from the server. With the

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread [EMAIL PROTECTED]
thanks - that page needs to get updated. Use www.jboss.org/tools to get more recent version of JBoss Tools (formerly known as JBossIDE) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109866#4109866 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Preprocessing constraints for pages

2007-12-03 Thread dmitriy.lapko
Pete, can you please explain me, how can I customize reaction on org.jboss.seam.security.AuthorizationException for different situations? For example, for login.seam I need redirect to welcome.xhtml if user is already loginned, for item.seam I need redirect to list.seam if parameter itemId is

[jboss-user] [JBoss Portal] - Re: Problem installing JBoss Portal

2007-12-03 Thread jamesmrush
I have figured it out, it was staring just fine, I was trying to access the page at http://machinename/portal instead of (literally) localhost. I fixed this by using ./run.sh -b 0.0.0.0 to start the process. thanks for the help! View the original post :

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread sralpert
http://www.jboss.com/ clicked on jboss.org clicked on download clicked on JBoss IDE clicked on JBoss IDE for Eclipse Installation guide I'm open to better suggestions (and how to remove the stuff I currently have!) thanks, /steve View the original post :

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-03 Thread elysch
afloom wrote : I'm looking for a way of getting my jar files being named xxx.aop. After reading on | the Maven forum, I understand it should be done by creating a new packaging type. Is that something | supported by this plugin or something that could be added? | ... | /Anders | Hi

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-03 Thread [EMAIL PROTECTED]
yes - but where did you get that link ? just google? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109859#4109859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109859 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Removal of child entity in 1:N CMR using NOT NULL foreign ke

2007-12-03 Thread camueller
Hi! Having a 1:N CMR (JBoss 4.04, EJB 2.1!) we would like to remove a child entity. There is a NOT NULL foreign key constraint on the parent ID column of the child entity. Removal of a child entity fails because JBoss attempts first destroy the relationship by setting the foreign key column to

[jboss-user] [JBoss Tools (users)] - Re: Bad experience with JBossAS tools

2007-12-03 Thread Juergen.Zimmermann
Thank you very much, Max! I downloaded the nightly build as of Nov, 30 and will let you know how it works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109869#4109869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109869

[jboss-user] [Messaging, JMS JBossMQ] - MDBs not processing Queue

2007-12-03 Thread seoeng
I have deployed 2 nodes in a cluster with both having 2 MDBs, each consuming (see below) at max, 5 JMS Messages at a time. However, when I start up the cluster, node 1 starts processing fully, but node 2 does not. Instead, node 2's MDB1s grabs its 5 JMS Messages, but node 2's MDB2s never

[jboss-user] [JBoss Portal] - Re: When do you need to create additional instances of a por

2007-12-03 Thread afichtner
Okay, let me try a few more things. I just installed portlet-bridge seperately. I don't see a very easy way to include it in my war (it is built with maven, I'm building mine with ant, and they're both structured a little differently as far as file locations). But, maybe I can just modify

[jboss-user] [JBoss Seam] - Download binary files

2007-12-03 Thread MSchmidke
Currently, I am searching the forums how to serve downloadable binary data in a Seam application. I found out so far that there are at least two possibilities: 1. By action as described in http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamResourceLoader 2. By Seam's built in resource mechanism

[jboss-user] [JBoss Seam] - Re: s:link fragment

2007-12-03 Thread msznapka
What about to have fragment identifier in pages.xml, I can imagine something like smart help page which gives you the right chapter according to page where you are: | page view-id=/* | rule if-outcome=help | redirect view-id=/help.xhtml/ | /rule | /page | | page

[jboss-user] [Installation, Configuration DEPLOYMENT] - bootlog

2007-12-03 Thread mdebruin
Hi Don't know if this is possible, but can you have a datestamp in the bootlog for JBoss 405 server many thanks M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109886#4109886 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Download binary files

2007-12-03 Thread MSchmidke
Hummm. I removed the things I do not understand (as mentioned, beginRequest and endRequest). With this, I was able to remove BypassInterceptors, and without BypassInterceptors I can have injected my hibernate session. At the first sight, it works perfectly. Of course, I don't know if I am

[jboss-user] [JBoss Seam] - Re: Persistence EJB Hibernate JDO

2007-12-03 Thread richard_lavoie
Hello Pete, I think to implement a web application which is independent of the persistence layer: If I want to change Hibernate by JPA, the changes must be minimal, that's why a thought about a delegator, which will manage the persistence layer. Sincerely I didn't find out how to do it yet. It

  1   2   3   >