[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread ducn
Can you also post the processdefinition.xml? Cheers, Duc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051170#4051170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051170

[jboss-user] [JBoss Tools (users)] - Re: urgent.. plz help in XDoclet confiuguration problem

2007-06-05 Thread ligang6383
I have the same question,and i use eclipse3.2.1 and jboss ide 1.6!anyone can help me ?thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051172#4051172 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051172

[jboss-user] [JBoss Tools (users)] - Re: urgent.. plz help in XDoclet confiuguration problem

2007-06-05 Thread [EMAIL PROTECTED]
anonymous wrote : and i use eclipse3.2.1 and jboss ide 1.6!anyone can help me ?thanks! from http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossIDE anonymous wrote : | PLEASE NOTE: If you are using Eclipse 3.2, you CANNOT install JBoss IDE 1.6 or below. It will NOT work! View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate

2007-06-05 Thread Jerkkuu
Did anyone manage to solve this problem? I have same problem in Windows but my co-worker doen't have problem in Linux. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051175#4051175 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Farm Deployment with UDP not working

2007-06-05 Thread RedChili
Sorry for the late answer... Meanwhile I switched to 4.2.0GA and tried again. What I've seen now is that the application is actually deployed to the other nodes but it takes really long when using UDP as protocol for JGroups. The deployment of a 33Mb EAR takes between 8 and 15 minutes. But it's

[jboss-user] [JBoss jBPM] - Re: Get task details before starting process instance?

2007-06-05 Thread kukeltje
sure you can the xml of the processdefinition is in the database, so you can request it, parse it and see what variables are requested View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051185#4051185 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread kukeltje
why do you assume it should be in task-node2? How does it even get to end, you don't even signal it..etc...etc... so please, never post partial processdefinitions and partial code View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051186#4051186 Reply to

[jboss-user] [JBossCache] - CR2 POJO Cache Notification Changes

2007-06-05 Thread [EMAIL PROTECTED]
Hello Everyone, CR2 finally adds the long awaited ability for remote POJO notifications. In order to provide this functionality the implementation design was changed to be an extension of the core Cache Listener API instead of relying on the introduction of AOP mixins (which can be local only

[jboss-user] [JBossCache] - Re: Notification.getPhase() removed from CR2 and Head?

2007-06-05 Thread [EMAIL PROTECTED]
Hi Vincent, See the explanation in http://jboss.org/index.html?module=bbop=viewtopict=110156 -Jason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051188#4051188 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051188

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Hi Duc Here is the process definition.xml file for the same process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=credit-request-approval start-state name=start /start-state task-node name=task-node1 /task-node task-node name=task-node2

[jboss-user] [EJB 3.0] - Re: Primary key generator best practices? (Postgres specific

2007-06-05 Thread kpiis
I use almost the same as [EMAIL PROTECTED] @Entity @SequenceGenerator(name = SEQ_STORE, sequenceName = name_seq) @Id @Column @GeneratedValue(generator = SEQ_STORE) public Long getId() { return id; } View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Hi Duc Here is the process definition.xml file for the same process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=credit-request-approval start-state name=start /start-state task-node name=task-node1 /task-node task-node name=task-node2

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Hi Duc Here is the process definition.xml file for the same | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=credit-request-approval | |start-state name=start | transition name=enter-request to=task-node1/transition |/start-state | |task-node

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS error with SQLServer

2007-06-05 Thread balaji_srini
Hi Adrian, thanks for your response. Unfortunately, this is happening in our production system, so we won't be able to upgrade to 4.0.5 easily. Is this fix one that I can apply on top of 4.0.1? I am guessing it has something to do with the sql definitions in mssql-jdbc2-service.xml. Is the fix

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Hi kukeltje, I assumed that it would be in task-node 2 because a signal should move state from one node to another , is'nt it. Lets say i start a process , signal to move to next state and store it. Then when later on say i reload the instance again and does another signal it should go to

[jboss-user] [JBoss jBPM] - Re: download and use jbpm-console as a startup web applicati

2007-06-05 Thread natanfr
well, I've been trying to connect to cvs using: :pserver:[EMAIL PROTECTED]:/cvsroot/jbpm and also: :pserver:[EMAIL PROTECTED]:/cvsroot/jbpm got timed out in both locations, are these the wrong locations or some other reason ? thanks, Natan View the original post :

[jboss-user] [JCA/JBoss] - Re: Config number of requests per second

2007-06-05 Thread ricardoarguello
What do you mean by request per second? You want to limit them or want to report them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051197#4051197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051197

[jboss-user] [JCA/JBoss] - Re: Config number of requests per second

2007-06-05 Thread bortx
my desire is to limit them View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051201#4051201 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051201 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread ducn
You can see in the debug output log what really happened. Duc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051200#4051200 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051200

[jboss-user] [JBossWS] - Re: Error: Unable to createEndpointReference Provider

2007-06-05 Thread smuehlba
Hi, I have the same problem! I've tested to change libraries, but without any success... Any idea? Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051204#4051204 Reply to the post :

[jboss-user] [JBoss Seam] - pageflow definition and start-state

2007-06-05 Thread timony
Hi, I have not found anywhere in the documentation, how to handle the start-state correctly in CRUD operations: The situation is, that I have non conversational list of items. I select one of the listed items to display the detail of it (car.xhtml). On the detail the user can select Edit, what

[jboss-user] [JBossWS] - Re: WS-Security deployment

2007-06-05 Thread nightcap
This is now resolved, the problem was that I referred to the jboss-ws-security.xml in the @EndpointConfig annotation and not to the standard-jaxws-endpoint-config.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051206#4051206 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Ok. let me ask a different question [ I am unable to find anything useful from debug logs, I posted here after checking all that only] Lets say i create a taskInstance like this TaskInstance taskInstance = processInstance.getTaskMgmtInstance().createStartTaskInstance(); // Save the

[jboss-user] [EJB 3.0] - Re: Stateless minimum pool size

2007-06-05 Thread jimmycallaghan
OK. Well I've got a Stateless Session Bean (EJB3) that does a load of initialisation (hibernate) in it's @PostConstruct method. I don't really want this initialisation to be done every time I use the bean so I was hoping to pool a few of them and take them from the pool as required. It's

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Editing last few lines This finishes the current task. But NO new tasks or anything is created. How would the task in next state created in db. ??? And how can i check whether the state has moved to next state. If i do ProcessInstance processInstance =

[jboss-user] [Installation, Configuration Deployment] - Problem with JBoss Security?

2007-06-05 Thread micho
I scanned my server with nmap and detected, that jboss was listening - on top of the ports I expected - on the ports 41234, 46503 und 54557. After restartig jboss, the 3 ports changed to: 35422, 41901, 43141 After a 3dr restart to: 33529, 49843, 60240 Does anyone know, what these ports are

[jboss-user] [JBossWS] - Re: javax.xml.rpc.JAXRPCException: Cannot obtain operation m

2007-06-05 Thread kapilesh.arekar
Thanks for ur response oskar . I enabled the Request dumper value. In HelloClient.java When I use the following code and exeute it runs correctly and returns me a reply. + Sample 1 Here I need a Remote interface to invoke the service:-

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread advaittrivedi
thanks sohil. yes it worked, cce is no more. But how when i put the portlet on page and run it i get: com.xpn.xwiki.XWikiException: Error number 11007 in 11: Exception while getting URL from request Wrapped Exception: java.lang.NullPointerException at

[jboss-user] [EJB 3.0] - Re: Primary key generator best practices? (Postgres specific

2007-06-05 Thread andydale
don't forget to add allocationSize = 1 to the @SequenceGenerator annotation, or what is stored migth not match the sequence values. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051223#4051223 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBOSS 4.2.0 MySQL

2007-06-05 Thread andydale
Hi, I would create a mysql-ds.xml file in /deploy. I have copied the standard example one that comes with JBoss 4.0.4/5 (it should hopefully just work with 4.2.0GA as well): ?xml version=1.0 encoding=UTF-8? !-- $Id: mysql-ds.xml 41016 2006-02-07 14:23:00Z acoliver $ -- !-- Datasource config

[jboss-user] [JBoss Portal] - Re: Ldap authentication on Jboss portal 2.6 cr2

2007-06-05 Thread georgy
hi Boleslaw i found this exception in the server output : | org.jboss.portal.identity.IdentityException: Cannot initiate identity modules: | at org.jboss.portal.identity.IdentityServiceControllerImpl.startService(IdentityServiceControllerImpl.java:387) | at

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
and here http://www.jboss.com/index.html?module=bbop=viewtopict=92777 and no suggestion View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051231#4051231 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051231

[jboss-user] [Beginners Corner] - classloading problem

2007-06-05 Thread elich11
Hi, I have the following issue: 1. an application A.ear using utility.jar 2. utility.jar is using apache_http_client_old_version.jar 3. A.ear is using apache_http_client_new_version.jar (deployed in jboss lib dir). the first thing I tried was to deploy utility.jar as a sar (mbean) with scoped

[jboss-user] [JBoss Seam] - Re: Seam + Maven + Richfaces + softeu

2007-06-05 Thread maku01
Lightguard wrote : We're working on doing the same thing here at work. We have Ajax4JSF and RichFaces in the war file (you could use the ear) and they seem to be working just fine. Double check to see if you have it loaded twice (like you thought might be happening) in the war / ear or on

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
the same problem http://www.jboss.com/index.html?module=bbop=viewtopict=102870 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051230#4051230 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051230

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSP pre-compilation

2007-06-05 Thread mhammam
I want to know if there is some configuration in JBoss [Tomcat] to indicate where Tomcat finds pre-compiled JSP in execution ? Me i use the following ant target to generate/compile JSPs :

[jboss-user] [Installation, Configuration Deployment] - Re: Error to deploy with 4.2: java.lang.IncompatibleClassCha

2007-06-05 Thread mavalla
I found out that if I remove the jsf-libs folder in jboss-web.deployer (deploy/jboss-web.deployer/jsf-libs) and remove the entries related to jsf in the web.xml file (deploy/jboss-web.deployer/conf/web.xml) everything starts up fine. It is not a very clean solution, but it is working for now.

[jboss-user] [JBoss Seam] - Recommendation for layered architecture???

2007-06-05 Thread maku01
In my former jsf projects I used a classical layered architecture with spring (and hibernate) for implementing a completely stateless service layer. e.g. UI (JSF) -- Delegate -- Service Layer -- DAO Layer With the help of Spring I was able to handle the transactions declaratively, handle

[jboss-user] [JBoss Portal] - Re: from hibernate to sybase

2007-06-05 Thread Sonal K.
I have a jar called jconn2.jar in my jboss/server/default/lib folder. Is it the correct jar??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051239#4051239 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051239

[jboss-user] [JBoss jBPM] - Newbie to the jBPM, how to verify that the

2007-06-05 Thread pillcase
Dear all, I have installed the jBPM according to the getting started guide, it works. And I also want to install the jBPM BPEL, I read through the JBoss jBPM WS-BPEL Runtime User Guide, but it seems that it doesn't tell me how to test whether the jBPM BPEL has been installed successfully or

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread [EMAIL PROTECTED]
XWiki portlet cannot run in JBoss Portal without modifications. Actually XWiki wants to access the requet URL Since the request URL is not provided by the PortletRequest, it has an abstraction to get the request URL by using hacks like a cast to a specific class from portal vendors. That has

[jboss-user] [JBoss jBPM] - Superstate-enter event not fired

2007-06-05 Thread jeanbobby
Hi, This is my first usage of super states, as phases in a process. here's an extact: start-state name=start | transition to=buildPhase/ | /start-state | | super-state name=buildPhase | |event type=superstate-enter | action class=com... / |/event

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Ok let me give a concrete example: | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=credit-request-approval | |start-state name=start | task name=task-node1 /task | transition name=send for approval to=task-node2 |/start-state | |

[jboss-user] [JBoss jBPM] - Custom define process-definition.xml file?

2007-06-05 Thread shiliang
I want to add Attribute to process-definition.xml , like this variable name=schemeConofirm access=read,write mapped-name=schemeConofirm display-type=radio and i add Attribute in jpdl3.0.xsd and jpdl3.1.xsd xs:element name=variable xs:complexType xs:sequence xs:any

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread [EMAIL PROTECTED]
Other thing you should do rather is to remove the portlet.jar that must be in the xwiki war file. advaittrivedi wrote : Hi All, | | I am required to run xwiki as portlet on JBoss Portal. I have deployed xwiki-1.0.war in JBoss Portal's server/default/deploy/xwiki directory as specified in

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Can JBoss 4.0.5 integrate with Oracle OCI XA Type 2 Driver?

2007-06-05 Thread wangdongfox
Because we will configure the oracle RAC in the JBoss environment, so we need the Oracle OCI Type 2 driver, and in our environment, we must support XA because our environment has more than one data storage, so we must use the Oracle OCI XA Type 2 Driver. But after we configure it in our

[jboss-user] [JBoss Portal] - Re: Ldap authentication on Jboss portal 2.6 cr2

2007-06-05 Thread bdaw
Please read: http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-latest-doc/referenceGuide//html/identity.html#d0e5664 (and the rest of the chapter) If you compare content of files 'standardidentity-config.xml' and 'ldap_identity-config.xml' you will find that the 'name' makes a link to

[jboss-user] [Clustering/JBoss] - Re: Clustered EJB3 Client Proxy

2007-06-05 Thread RedChili
Here is the exception I get on the client when turning off a node in the cluster (namely the one the client uses): | SEVERE: Exception thrown | | org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for InvokerLocator

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
?he suggestion is to set attribute name=UseJBossWebLoadertrue/attribute in jbossweb-tomcat55.sar/META-INF/jboss-service.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051259#4051259 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: process behavior

2007-06-05 Thread ricardomarques
Ronald, thanks for your answer... kukeltje wrote : you probably meant to say: I guess that it should NOT give me this results, because i'm not on the node evaluate request (i guess). | Yup you are right :) kukeltje wrote : | Well, don't guess, be sure... turn up the log level to debug

[jboss-user] [Beginners Corner] - Classloader problem with log4j

2007-06-05 Thread reinhard.graf
Hi, I want to have my own log4j.xml in my application. Therefore I implemented a RepositorySelector as suggested in the JBoss documentation. But on startup I get following error: java.lang.NoSuchMethodError: org.apache.log4j.spi.RootCategory.(Lorg/apache/log4j/Priority;)V at

[jboss-user] [Installation, Configuration Deployment] - Fedora 7 [SARDeployer] create operation failed for package .

2007-06-05 Thread StefanSabolo
Hi all, Thanks for the good work here. I have problems with Fedora 7 and JBoss (Installer 1.20GA) . JBoss breaks the start off with the following error message. | 12:30:55,380 INFO [Server] Starting JBoss (MX MicroKernel)... | 12:30:55,381 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA

[jboss-user] [JBoss Seam] - Re: DOCTYPE definition on *pages.xml performance warning/imp

2007-06-05 Thread lowecg2004
Regarding lazy loading of pages.xml: please accept my apologies, I'd completely missed the hotDeployFilter which takes care of this loading when core:init debug=true / and caches when debug = false. However... I had tried my experiments with debug set to true/false before posting and observed

[jboss-user] [JBossCache] - Re: Using Jboss Cache 1within WebLogicServer 10.0

2007-06-05 Thread [EMAIL PROTECTED]
Even in JBoss AS you shouldn't be using the DummyTransactionManager. The GenericTransactionManagerLookup would locate the JBossTransactionManager, which comes with JBoss AS. There is no such thing as a JBossCacheManager. What I was talking about was a JTA compliant TransactionManager. To

[jboss-user] [JBoss Seam] - Re: Recommendation for layered architecture???

2007-06-05 Thread [EMAIL PROTECTED]
This question has been asked several times and my answer is always that nothing about Seam prevents you from structuring your code in the traditional layered manner. For example, one possible architecture would be: A DAO is a Seam EntityHome object, or even just a @Stateless session bean that

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread [EMAIL PROTECTED]
Jump wrote : ?he suggestion is to set | | attribute name=UseJBossWebLoadertrue/attribute | | in jbossweb-tomcat55.sar/META-INF/jboss-service.xml This is definitely NOT our recommended solution! View the original post :

[jboss-user] [JBoss Seam] - Re: DOCTYPE definition on *pages.xml performance warning/imp

2007-06-05 Thread [EMAIL PROTECTED]
components.properties is used when running tests inside the IDE. It is not used when deploying (ant replaces the @tokens@ when deploying) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051272#4051272 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Unable to implement custom LoginModule example

2007-06-05 Thread Ken from Mera
Hello, Probably, it is stupid problem, but I am unable to resole it myself :( I was going to implement very simple custom LoginModule in my web app discussed in section 8.4.7.2. 'A Custom LoginModule Example' of 'The JBoss 4 Application Server Guide' book published at

[jboss-user] [Installation, Configuration Deployment] - Unable to access my application with my computer name urgent

2007-06-05 Thread sanoj_mathew
i am using JBOSS 4.2.0 GA . i have deployed my application . i can access my application from my local machine as http://localhost:8080/ but page cannot be displayed, when i access the application with my computer name http://ws19:8080/ ws19 is my computer name the problem is with JBOSS

[jboss-user] [JBoss Seam] - Re: Recommendation for layered architecture???

2007-06-05 Thread maku01
Thanks for answering. I realized that it is possible to layer the app in such a way. But it seems that this is not the recommended way to layer the app according to the Seam spirit. I'm not really bound to such a stateless session layer. I would want to use as much power Seam can give me.

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Any clues anyone ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051278#4051278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051278 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
So, what is your recommended solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051279#4051279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051279 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Recommendation for layered architecture???

2007-06-05 Thread [EMAIL PROTECTED]
Well, basically, I think these problem becomes much easier once you stop thinking in terms of what layers should I have, and start thinking in terms of what code do I have that is reusable when the client is not JSF, and what code do I have that is not reusable?, and then implement the reusable

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread [EMAIL PROTECTED]
To not have two facelets jars in the classpath, of course! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051283#4051283 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051283 ___

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
But I had the only jsf-facelets.jar ( war.dir/WEB-INF/lib/jsf-facelets.jar). The other one was created by deployer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051285#4051285 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Stateless minimum pool size

2007-06-05 Thread wolfc
The beans are pooled inside the ThreadlocalPool. This means that each remoting thread is given an instance when asked. Depending on how many remoting threads you have it can take a while for the whole ThreadlocalPool to fill up. You can switch to a more traditional pool: StrictMaxPool, but this

[jboss-user] [JBoss Seam] - Seam Wiki Example

2007-06-05 Thread trouby
Hey, I was wondeirng, I've seen many posts regarding Seam Wiki Example, Where is it located? In last ver archive 'jboss-seam-1.2.1.GA.zip' I couldnt find it under examples folder, Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051286#4051286

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
I think you forgot to jbpmContext.close(). -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051287#4051287 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051287 ___

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

2007-06-05 Thread [EMAIL PROTECTED]
Only in CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051289#4051289 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051289 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Nopes i have done that. I have checked the same twice and i am closing the context properly. -Max View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051291#4051291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051291

[jboss-user] [JBoss jBPM] - Re: How to coordinate amongst child parent processes?

2007-06-05 Thread estaub
Jon, If the child processes are really trivial, and you don't need to be able to deploy new versions of them independently, then maybe just fork. Otherwise, probably subprocess. Another thing to consider is what monitoring and/or intervention you will need on the child processes. If you

[jboss-user] [JBoss jBPM] - help with jpdl el needed

2007-06-05 Thread ax666
hi, I'd need a little help with this one: I'd like to print all comments of a node in an email template, like this: | mail-templates | mail-template name=error-report | subjectError in process '#{processDefinition.name}'/subject | text | Process:

[jboss-user] [JBossWS] - Re: Error: Unable to createEndpointReference Provider

2007-06-05 Thread [EMAIL PROTECTED]
How you you invoking the client? What version (AS+JBossWS) are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051296#4051296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051296

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to access my application with my computer name ur

2007-06-05 Thread artd
JBoss 4.2 binds to 127.0.0.1 by default. You need to specify the bind address with -b IP eg -b 0.0.0.0 to bind to all addresses View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051298#4051298 Reply to the post :

[jboss-user] [JBossWS] - Re: SOAP header not being set as request param

2007-06-05 Thread [EMAIL PROTECTED]
Looks like a bug to me. I've created an issue for this: http://jira.jboss.com/jira/browse/JBWS-1694 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051300#4051300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051300

[jboss-user] [JBossWS] - Re: wsconsume, now what? server side deployment

2007-06-05 Thread [EMAIL PROTECTED]
This should help: http://jbws.dyndns.org/mediawiki/index.php/Quick_Start If it doesn't, please feel free to add a 2 minute tutorial to the WIKI. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051301#4051301 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
TaskInstance taskInstance = context.loadTaskInstanceForUpdate(1L); 1L??? What the L is 1L? -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051302#4051302 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051302

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread jeanbobby
from the doc : (http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#superstateevents) 9.6.2. Superstate events | ... | These events will be fired no matter over which transitions the node is entered or left respectively I cant find anything more precise about the expected

[jboss-user] [JBoss jBPM] - JBPM BPEL Hello World Example

2007-06-05 Thread vpnuser
Hi, I am trying JBPM BPEL Hello World example and face errors in deployment. When ant tool is used to deploy, in the eclipse the following error is coming. | Buildfile: D:\Va\jbpm-bpel-1.1.Beta3\examples\hello\build.xml | pack-definition: | deploy-definition: | [deployprocess] target

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
So, are there any workarounds? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051305#4051305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051305 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: WebServiceRef injection does not work

2007-06-05 Thread [EMAIL PROTECTED]
Well, looking at the wsrunclient script i'd say it's really pointless. In order for @WebServiceRef annotations to work on the client side it needs an IoC container that's capable of providing the injection. EJB3 comes with a ClientLauncher (take a look at the

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
trailing L to hint the compiler to treat it as long (language fundamental) -Max View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051307#4051307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051307

[jboss-user] [JBossWS] - Re: MIssing wsdl4j.jar in scripts

2007-06-05 Thread [EMAIL PROTECTED]
Thanks for the report. Your fix will be included in 2.0: http://jira.jboss.com/jira/browse/JBWS-1696 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051308#4051308 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051308

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
Max, anonymous wrote : Is it something related to same context or something ? Any ideas how i can achieve this . | | I must mention i am creating seperate contexts in these different servlets if that might be the case. I am really unsure of this behaviour . | Once you cross contexts,

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
Max, What I was trying to ask was: You're using a constant for a task instance ID. Where did it come from? What relationship does it have to the process instance you just created? Or is this another instance of I do something like this where you don't really use 1L at all? What the L is 1L?

[jboss-user] [EJB/JBoss] - Way to implement a removeAll() method?

2007-06-05 Thread seansawyer
I want to implement a method on an entity bean's home interface to remove all entities of a particular type. Basically, I'm looking for something akin to the following simple SQL query: | DELETE FROM entitytable; | My initial idea was to try to use EJB-QL to do this, but upon further

[jboss-user] [JBossWS] - Re: wsrunclient for jax-ws

2007-06-05 Thread [EMAIL PROTECTED]
It's the Stax API (stax-api.jar) missing from on the client classpath. Did you use the JBOSS_HOME/bin/wsrunclient.sh ? It does setup the correct classpath for you... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051314#4051314 Reply to the post :

[jboss-user] [JBossWS] - Re: ant task produces java.lang.NoClassDefFoundError: com/s

2007-06-05 Thread [EMAIL PROTECTED]
Could you post the build file excerpt that defines the wsconsume task? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051315#4051315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051315

[jboss-user] [JBoss jBPM] - Re: Deployment error using Eclipse GPD plugin (3.0.12) on jb

2007-06-05 Thread NinjaCross
Nobody has got a hint ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051316#4051316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051316 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread estaub
jb, It looks like a bug to me - I'd JIRA it and see what response you get. Maybe the intent was to not allow transitions to the superstate. One way or another, though, there's probably something that needs doing. -Ed Staub View the original post :

[jboss-user] [JBoss Portal] - Re: from hibernate to sybase

2007-06-05 Thread [EMAIL PROTECTED]
Well, the best way to find will be to look into jar and see if it has the class you are using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051320#4051320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051320

[jboss-user] [JBossWS] - Re: SWA / MTOM attachments

2007-06-05 Thread [EMAIL PROTECTED]
Sreedhar, MTOM and SwA are two diffrent things. Both deal with attachments but in different manner. Actually when talking about attachments you'll encounter SwA, SwARef and MTOM/XOP. SwA has interop issues which SwARef did solve and MTOM relieves the interposed SOAP processors from having to

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread jeanbobby
Ok, thanks Ed. Copy/paste from the post is detailed enough ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051324#4051324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051324

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-06-05 Thread [EMAIL PROTECTED]
good idea ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051325#4051325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051325 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Is scoped loader-repository feature unusable now

2007-06-05 Thread chip_schoch
I see my thread from yesterday and the weekend has disappeared from this forum. Sorry if I breeched protocol somehow. Anyway, my question was and continues to be, is it a feature that we can no longer scope a loader repository in an MBean that uses JBM? Having my service code in the main

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread estaub
jb, anonymous wrote : Copy/paste from the post is detailed enough ? It would be for me. I'd include the doc reference too. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051329#4051329 Reply to the post :

[jboss-user] [JBoss Seam] - seam-dvd example JBPM issue (seam 1.2.1.GA with jboss as 4.0

2007-06-05 Thread koenhandekyn
out of the box the current seam dvd example seems broken wrt JBPM. after creating on order the task assignment list appears empty when logging in as a manager. the headers of the table are rendered but there is no content : Task Assignment Order IdTaskOrder AmountCustomer

[jboss-user] [JBoss jBPM] - Re: Custom define process-definition.xml file?

2007-06-05 Thread kukeltje
if you remove the xsd declaration from the Processdefinition, no validation will take place and what you want should be possible (afaik) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051331#4051331 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: help with jpdl el needed

2007-06-05 Thread kukeltje
you can't and I would not know a specific solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051334#4051334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051334 ___

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-06-05 Thread cahimoped
Hi, I just come to add precisions on my previous solution (it can eventualy help). Finally there is a big problem with the previous solution : you can't control the result of the servlet and the task is always validated. It didn't matter for me so far... but now I need it. So I came back to

  1   2   3   >