[JBoss-user] [JBoss jBPM] - Timer Issue

2006-05-15 Thread pganesh81
I need to implement a timer in my Process. But I need to assign the duedate dynamically. With the input from the user interface I would calculate the number of business days and assign the duedate of the timer. Is this possible? I read the forum related to this issue, but i could not find right

[JBoss-user] [JBoss jBPM] - Re: bsh and logical operators

2006-05-15 Thread Saviola
How about the exception? Can you post a stack trace or something? As a beginning I think the varibale name (TEST1) should be in single quotas. What is this '@' sign for before the 'or'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943721#3943721 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Using ADAM (Active Directory Application Mode) & LdapExtLogi

2006-05-15 Thread senthilid14
Hi, I am using ADAM(a mini version of Active Directory), and I want to use either LdapLoginModule or LdapExtLoginModule. I am unable to logon my application. Its repeatedly asking username, password I wrote a standalone program to connect with ADAM, I am able to fetch entries, Here are the

[JBoss-user] [JBoss jBPM] - bsh and logical operators

2006-05-15 Thread aksharma
Using a bsh in condition throws exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943717#3943717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943717 ---

[JBoss-user] [JBoss/Spring Integration] - Re: Spring and the classLoader...

2006-05-15 Thread alesj
Isn't ApplicationContextAware an interface? If your bean implements this interface and is then a part of certain ApplicationContext and not plain Bean Factory, then it should normally get his ApplicationContext owner instance injected. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-15 Thread pganesh81
I am using, jbpm-starters-kit-3.1 eclipse -3.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943514#3943514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943514 --

[JBoss-user] [Remoting] - Re: Remoting using Http over a singel port

2006-05-15 Thread [EMAIL PROTECTED]
Hi Marc. I am still trying to get a full environment for testing this setup in our QA lab, so don't have the resolution to this yet. However, did want to comment on the resolveHost() method. You are right about this being for performance (so if making many calls from client to server, the ser

[JBoss-user] [JBoss jBPM] - Re: BPEL Condition

2006-05-15 Thread [EMAIL PROTECTED]
jBPM BPEL alpha 4 does not parse the new syntax for conditional behavior introduced in WS-BPEL 2. The upcoming beta 1 will parse it. See issue BPEL-162 for details. As a workaround, please use the old syntax. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [EJB 3.0] - Re: EJB3 Hype talk - lookup issue...

2006-05-15 Thread bdecoste
The lookup uses the ejbName of the bean. By default, this is the bean classname. If you explicitly specify an alertative ejbName or a jndi binding, the classname is not exposed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943704#3943704 Reply to the post

[JBoss-user] [Clustering/JBoss] - Re: same node in multiple clusters

2006-05-15 Thread [EMAIL PROTECTED]
Yep, adding another ClusterPartition mbean is what you do for EJBs and HA-JMS. Make sure each has a different multicast address and port from the others. If you look at the other services defined in the cluster-service.xml file, you can make duplicates of those as well if you want (e.g. an HA-

[JBoss-user] [Installation, Configuration & Deployment] - Netboot feature in JBoss 4.0.4 GA

2006-05-15 Thread cboyd
I'm trying to get JBoss 4.0.4 GA to start using netboot. I've read the adminguide.pdf, and it references ant Ant build script src/main/org/jboss/netboot/build-netboot.xml that doesn't seem to exist. The admin guide doesn't go into detail on how to get netboot to work. It does say the the ne

[JBoss-user] [JBoss jBPM] - Re: Different SessionFactory for JBPM and Application - same

2006-05-15 Thread [EMAIL PROTECTED]
"galbelli" wrote : I was hoping not to have to use distributed transactions giv[en] the same underlying database connection is being used. Are you sure? The only way two different hibernate sessions use the same jdbc connection at the same time is providing the connection yourself. Otherwise eac

[JBoss-user] [EJB 3.0] - EJB3 Hype talk - lookup issue...

2006-05-15 Thread tzablock
In the EJB3 Trailblazer we can read something like that: "Loose coupling: Since the client application does not directly instantiate the service objects, it does not need to know the name of the implementation class. It only needs to know the service interface and look up the service stub object

[JBoss-user] [JBoss jBPM] - Re: SOAP-Request to Hello-service cause Exception: callerSer

2006-05-15 Thread [EMAIL PROTECTED]
It looks like you have an incompatible version of commons-lang in your classpath. The JBoss EJB3 module ships with a different version. Did you install that, or any other stuff that uses commons-lang? jBPM BPEL works fine with a clean JBoss installation. View the original post : http://www.jbo

[JBoss-user] [Clustering/JBoss] - Re: How to bypass EJB InvocationInterceptor isLocal() checki

2006-05-15 Thread gudake
Thanks My EJB is a long term call (>5 seconds), so the cost of remoting is acceptable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943678#3943678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943678

[JBoss-user] [Clustering/JBoss] - Re: Clustering and UDP traffic (and errors) in non-clustered

2006-05-15 Thread damo9f
Ahh. Thank you Ben and Jerry! I now think the issue was the install option I selected when I unpacked the 4.0.3 download. It creates a deploy directory called "default" but I must have clicked the "all" radio button and got that configuration. I had missed that change in directory structure,

[JBoss-user] [EJB 3.0] - Re: Throttling redelivery for Message-Driven POJOs

2006-05-15 Thread bdecoste
No, there is not currently annotations for those config params. I've created a JIRA task: http://jira.jboss.com/jira/browse/EJBTHREE-567 To auomatically process DLQ messages, you would have to deploy an MDB to handle dead messages. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [Management, JMX/JBoss] - Setting MBean parametrized constructor to call in jboss-serv

2006-05-15 Thread AndreyK
Hi, I appologize if similar question has passed here once,.. but anyway. I have MBean which has ctor with String parameter. Now my purpose is to force jboss to call this ctor instead of default one that I know how to arrange in jboss-service.xml file or xmbean-dd one. I saw some examples in th

[JBoss-user] [JBoss Seam] - Re: exception while trying jboss seam examples

2006-05-15 Thread [EMAIL PROTECTED]
This is because Seam CR2 is not up to date with JBoss 4.0.4.GA. Use JBoss 4.0.4.CR2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943663#3943663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943663 ---

[JBoss-user] [JBoss Seam] - exception while trying jboss seam examples

2006-05-15 Thread vij_shinde
I am receiving following message while trying out jboss seam booking example 16:48:41,161 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.4.GA/ server/default/deploy/jboss-seam-booking.ear 16:48:42,583 WARN [ServiceController] Problem creating service jboss.j2ee:servi ce=EJB3,module

[JBoss-user] [EJB 3.0] - Re: NullPointerException in StatefulRemoveFactory

2006-05-15 Thread bdecoste
Can you email me your .jar at [EMAIL PROTECTED] Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943654#3943654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943654 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - cascade delete fails for 1-to-1 relationship in CMP bean (JB

2006-05-15 Thread jrinderle
I am experiencing a problem with cascade delete for CMP beans under JBoss 3.2.x. I have run into this scenario in a few places now (in distinct applications) and I do not know if I am doing something wrong of if this behavior is a bug. I have three entity beans: A, B, and C. A relates to 0 or 1

[JBoss-user] [JBoss Seam] - Re: JavaWorld Article: JSF frameworks: Shale and Seam

2006-05-15 Thread [EMAIL PROTECTED]
Cool, except that it is not true that Seam has a hard dependecy to JBoss Microcontainer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943652#3943652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943652 ---

[JBoss-user] [JBoss Portal] - error installing jboss portal

2006-05-15 Thread enediel
Hello: I installed the Jboss app server, and JRE on my debian PC, I can see the Managment Console on the browser, but following the installation's procedure for Jboss Portal I got some errors. I server's starting procedure reports me error when is trying to execute jboss portal, finally the da

[JBoss-user] [JBossWS] - Re: java.lang.System.arraycopy problem

2006-05-15 Thread [EMAIL PROTECTED]
This is a xerces bug, do you have an old version of xerces in your classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943498#3943498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943498 ---

[JBoss-user] [JBoss Seam] - Seam Examples on Mac OS X?

2006-05-15 Thread MikePloed
Hi, I'm struggling to get Seam up and running on Mac OS X. I'm using JBoss 4.0.4 CR 3 with the ejb3 profile and Seam 1.0.0 CR2. My VM is Apple's 1.5.0_06. When I build and deploy one of the Examples I always get the Error Message: java.lang.NoClassDefFoundError: javax/ejb/InvocationContext I don

[JBoss-user] [EJB 3.0] - Re: JB0SS 4.0.4 R1 -> 4.0.4.R2 ssl ejb3 stopped working

2006-05-15 Thread schuller007
I have copied the example into my ejb3.deployer/META-INF/jboss-service.xml but I got this exception: 11:37:00,500 WARN [ServiceController] Problem starting service jboss.security:s ervice=JaasSecurityDomain,domain=SSLAdvanced javax.management.InstanceNotFoundException: jboss.security:service=Ja

[JBoss-user] [JBoss jBPM] - Re: hibernate mapping Exception

2006-05-15 Thread kukeltje
hmmm.. I've seen this problem on CVS head when you update your classes and hibernate mappings without updating your hibernate.cfg.xml. Are you sure you are using 3.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943633#3943633 Reply to the post : http://

[JBoss-user] [EJB 3.0] - Re: NullPointerException in StatefulRemoveFactory

2006-05-15 Thread javajedi
No. Was I supposed to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943624#3943624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943624 --- Using Tomcat but need

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-05-15 Thread biggef
As I said, when entering a task more than once (k is the number of time the node was reached), a cancellation of the task was made in order not to ask for some information already gathered. anonymous wrote : if (k>1) { | ti.cancel(); | return; | }But such a can

[JBoss-user] [Beginners Corner] - online webinar's are not working help please

2006-05-15 Thread feroz_ps
i get some error while opening any webinar , can any one say whats the problem Warning: OCIStmtExecute: ORA-01400: cannot insert NULL into ("TEST"."MTGATTENDEESTATUS"."EMAIL") in /www/htdocs/mywebex-t20-localized_en-us/onstage/include/ociconnect.inc on line 170 This sql statement have errors

[JBoss-user] [EJB 3.0] - Re: Error initializing MDB in embedded container

2006-05-15 Thread bdecoste
Here's the JIRA task: http://jira.jboss.com/jira/browse/EJBTHREE-566 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943603#3943603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943603

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-15 Thread cknowles
I have the same problem with eclipse 3.1.2 and jbpm 3.1.1 (starters kit 3.1.1), with both the example and my own process definition. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943601#3943601 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [EJB 3.0] - Re: JB0SS 4.0.4 R1 -> 4.0.4.R2 ssl ejb3 stopped working

2006-05-15 Thread schuller007
Thanks for the repy, but I am using the correct libraries: In jboss404r2\client: jbossall-client.jar jboss-aop-jdk50-client.jar jboss-aspect-jdk50-client.jar jboss-ejb3-client.jar jboss-ejb3x.jar Any other ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [JBoss jBPM] - Re: Build failed from cvs sources

2006-05-15 Thread hosierdm
I believe it has been discussed recently on the forums here that the build is currently broken, and they are working on resolving the issues. I don't know what the status of that is or if that is your problem for sure, but it's a good possibility. View the original post : http://www.jboss.com

[JBoss-user] [JBoss Seam] - regarding s:link

2006-05-15 Thread armita
I am trying to propagate my conversatiosn with s:link and used this : | | But I got a no conversation from my uReportLogic. Do I have to annotate the list method with a @Begin? If yes what is the use of propagation in the s:link? How these two are related to each other? View the original

[JBoss-user] [JBoss Portal] - Re: cms portlet

2006-05-15 Thread poyge394
I have test to make the Startsida page from the default-object.xml file to. is still same problem. Roy are you able to test it on jboss-portal-2.2.1-bundled, for it seams like you have test it on 2.4. and it is diffrent configuration between the versions. from the exception it seams like that t

[JBoss-user] [Beginners Corner] - Thread pooling mechanisms in JBoss 4.0.3SP1

2006-05-15 Thread csae
I'm currently working on a bacchelor thesis for my studies of Computer Science at the Leopold-Franzens University in Innsbruck, Austria. In the course of this thesis I'm writing a kind of accounting for java to acquire cpu-consumption for java-methods, especially for methods, running in J2EE applic

[JBoss-user] [JBoss Portal] - Re: Mysql and InnoDB tables

2006-05-15 Thread thepriz
Thanks for the quick reply, no, I have not done that yet but I don't think that problem is the same as this one. I have now got it to work with the same setup and the only thing I did differently is that I used the zip version of JBossAS and just dropped JPortal and its DS into the deploy direct

[JBoss-user] [JBoss jBPM] - Re: How do I assign a task within a start node without user

2006-05-15 Thread cknowles
Ooops, "Steve P" in that last post is supposed to be "buyer" to correspond to my first post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943489#3943489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943489 ---

[JBoss-user] [Remoting] - Re: Monitoring JBoss server remotely.

2006-05-15 Thread [EMAIL PROTECTED]
You could just look into using JBoss Operations Network :-) http://www.jboss.com/services/jbossnetwork View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943540#3943540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943540

[JBoss-user] [JBoss jBPM] - Re: Task assignment problem

2006-05-15 Thread yschluchter
Hi, Thanks for your quick answer! :) To get the right behavior (calling everytime the assignment handler), I changed my task like this: Before, the task was assigned to a swimlane which was calling the assignment handler. Now, the task is directly linked to the handler. I don't have any swiml

[JBoss-user] [Messaging, JMS & JBossMQ] - Getting a message count problem

2006-05-15 Thread sanjeeth
hello, when i am trying to get the no of messages in a queue i get the following exception. FINE: main: outbound call received exception: [170.134.153.94:4000] exception: org.jboss.jmx.connector.invoker.client.InvokerAdaptorException at org.jboss.jmx.connector.invoker.InvokerAdaptor

[JBoss-user] [JBoss Seam] - Re: Enum field problem in entity

2006-05-15 Thread armita
I changed the column type to int and it is working know. But it seems despite the doc which claims that Enum type is able to work with int and string column type. It is not capable of working with strings. Or maybe I am missing a configuration? View the original post : http://www.jboss.com/ind

[JBoss-user] [JBossWS] - Re: Can't build jbossws samples

2006-05-15 Thread dannox02
Thanks, I upgraded to the GA release for ws and it is working fine now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943523#3943523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943523

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-15 Thread Becka
"logicalsid" wrote : | @ Becka and pganesh81 :: kukeltje is asking for your jbpm version + any other changed variable :-) | ups, my jBPM is from Starters Kit 3.0.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943487#3943487 Reply to the post : http:

[JBoss-user] [Testimonials] - TagLib Problem in JBOSS

2006-05-15 Thread ermanishdwivedi
I am using the following code in my JSP page <%@ page import="allaire.taglib.*" %> <%@ taglib uri="jruntags" prefix="jrun" %> --- --- -- It is giving error saying unable to compile error. This is working in weblogic but giving error in JBOSS Why? With Regards Manish View th

[JBoss-user] [Installation, Configuration & Deployment] - Entity 1.1 deployement in Jboss 4.0.2

2006-05-15 Thread ajaykale
Hi, How do we specify 'table-name' other than ejb-name for Entity EJB 1.1? I tried adding it in jaws.xml descriptor with tag, but it seems jboss server does not use that. Is it necessary to write jbosscmp-jdbc.xml descriptor for EJB1.1 in Jboss 4.0? Thanks ajay View the original post : http

[JBoss-user] [JBoss jBPM] - Build failed from cvs sources

2006-05-15 Thread WalterIM
I followed the readme.html instructions, but... | install: | [jbpmschema] using jbpm configuration jbpm/db2.jbpm.cfg.xml | | BUILD FAILED | C:\Projetos\jbpm.3\build\build.xml:36: The following error occurred while executing this line: | java.lang.NoClassDefFoundError: org/apache/com

[JBoss-user] [JBoss Getting Started Documentation] - Re: not visualize image in the portlet

2006-05-15 Thread kysersosaih
thank you it worked !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943493#3943493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943493 --- Using Tomcat but need

[JBoss-user] [JBossWS] - Re: delphi7 + jbossws

2006-05-15 Thread linuxsch
hi, it should be : aaa bbb when i post to this forum, it's not display there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943501#3943501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943501 ---

[JBoss-user] [Beginners Corner] - Re: Stateless is not Stateless ??

2006-05-15 Thread schoenen
Hi, your bean is only "called" stateless, but in fact it is not! If you call it the first time and set a value to use it later, you expect a state. It is bad programming, to hand out a value (getPlayerId()), which was set or not in an other step. "Stateless" means to ask for a value, which is

[JBoss-user] [JBossWS] - Re: delphi7 + jbossws

2006-05-15 Thread [EMAIL PROTECTED]
Yes, | http://schemas.xmlsoap.org/soap/envelope/"; | xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> | | aaa | bbb | | | is not a valid SOAP envelope. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-15 Thread Becka
My Version is Eclipse 3.1.1 and Designer 3.0.5 and the field is ignored. Is there a Syntax error in the Designer Plugin or is it ignored by the jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943478#3943478 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBoss jBPM] - Error after importing old Projects into Eclipse 3.1.1 and De

2006-05-15 Thread Becka
We are currently using Eclipse 3.1.1 with jBPM Designer 3.0.5 and every thing works. I wanted to update to Eclipse 3.1.1. with jBPM Designer 3.0.9.5, but i can´t import my existing Projects. If i import the old Project to a new Workspace it won´t appears in the Package Explorer. After a Restart

[JBoss-user] [JBoss jBPM] - Re: How do I assign a task within a start node without user

2006-05-15 Thread amitjava2004
Hi, I am facing the same problem as cknowles. I do understand the swimlance assigned to user(buyer). But could not follow the assignment.BuyerAssignmentHandler class. Kindly provide the code for this class. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Portal] - How can i customise the portal?

2006-05-15 Thread mahadevsawale
Hi all, I am using Pentaho BI Platform and pentaho uses Jboss application server and portal. I want to confugure/customise the portal. How can i do that? Can anybody help me. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943472#3943472 Reply to the p

[JBoss-user] [JBoss jBPM] - Process State Transition

2006-05-15 Thread aksharma
I my parent flow I have a process state , bascally a sub process. Now the the process state node in the parent has two transitions. say a and b Now is it possible to specify in the sub process which transiton to take when subprocess finished and resumes Parent. View the original post : http

[JBoss-user] [JBossCache] - Interested in PojoCache performance number?

2006-05-15 Thread [EMAIL PROTECTED]
Besides the blog that I just put out. There is this Wiki: http://www.jboss.com/wiki/Edit.jsp?page=WhatShouldWeExpectOfThePojoCachePerformance page that has details. Please check it out and post the feedback here. Thanks, -Ben View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: Finding ActionHandlers from within a JbpmService

2006-05-15 Thread wasperen
I don't mind this hijack at all. These are very helpful discussions. Just a thought (back to the original topic of action handlers): what if I would build an action handler that pulled another (defined through a parameter) classloader, load the class and pass on the execute method? View the ori

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.EJBException: Could not instantiate bean

2006-05-15 Thread edx
I've got the same (4.0.4RC2) for statefull session bean, stateless bean works correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943467#3943467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943467 ---