[jboss-user] [JBoss Portal] - Re: How to use Mysql 5 as jboss-portal-2.6.4-bundled databas

2008-03-16 Thread maxi0361
That means I should keep hsql-ds.xml, remove portal-hsql-ds.xml. and then add mysql-ds.xml?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136986#4136986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136986 __

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-03-16 Thread jaikiran
See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107353. Look at the post by Wolfgang Knauf, where it's explained how to get the injection working with JSF managed bean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136985#4136985 Reply to

[jboss-user] [EJB 3.0] - Re: a little prombel about using EJB3.0

2008-03-16 Thread xiaopang
i have solute it by myself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136984#4136984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136984 ___ jboss-user mailing list jbos

[jboss-user] [EJB 3.0] - Re: How to use all available ID as primary key?

2008-03-16 Thread xiaopang
create a sequence in the databse like this create sequense seq minvalue 10 maxvalue 99 start with 10 increment by 1 nocache cycle then set entity bean like this @Id @GeneratedValuesstratege=GenerationType.SEQUENCE) if you want more information about you can look up in the EJB3.0 help

[jboss-user] [JBoss jBPM] - Re: litte modifications on the Web-console

2008-03-16 Thread kukeltje
sorry for the way I reacted. I think/thought he was not able to find cvs. Now I think of it, he probably was able to find cvs but not the specific code/images or whatever. In hindsight I had better not reacted at all, but it really felt like one of the low-lights of the previous 5 years.

[jboss-user] [Beginners Corner] - Filenet and JBoss Integration with Active Directory

2008-03-16 Thread send2alan
Hello, I am looking to make contact with anyone that may be able to provide me with links, phone contacts, or other avenues to locate tutorials related to Java script writing related to permissions. The scenario currently being faced is that when add a new group on Active Directory and then vi

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-03-16 Thread ashishkulkarni
Sorry, I forgot to mention the following: JBoss Version - 4.2.2 JDK Version 1.5.0_11 Operating System - Windows XP Regards, Ashish. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136972#4136972 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - @EJB Annotation

2008-03-16 Thread ashishkulkarni
Hi there, I am trying to initialise EJB within a JSF managed bean using the @EJB annotation. However, this is not working out for me. As a result, I am having to use the usual JNDI lookup code in the managed bean's constructor. Any help will be much appreciated. Best Regards, Ashish. View t

[jboss-user] [JBoss AOP] - Re: Not quite getting it (aka noclassdeffound)

2008-03-16 Thread aopdeveloper
Did you find any solution for TRACE1? I face the same problem :(. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136968#4136968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136968 __

[jboss-user] [JBoss AOP] - Re: Jboss AOP with web services upon jboss

2008-03-16 Thread aopdeveloper
Did you find any solution? I face the same problem :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136967#4136967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136967 _

[jboss-user] [JBoss AOP] - JBoss AOP Problem

2008-03-16 Thread aopdeveloper
Hello! I'm new on JBossAOP. I try to develop a simple application using jboss-aop-2.0.0.CR4, JBoss-4.2.2.GA and Eclipse 3.3.1. I've folowed the indications from the doc (http://docs.jboss.org/aop/1.3/aspect-framework/reference/en/html_single/index.html#installing-jboss40) but still I

[jboss-user] [EJB/JBoss] - Re: local entity bean lookup from session bean goes wrong

2008-03-16 Thread y0ur1
"jaikiran" wrote : If you are trying to create a local ref for a entity bean inside a session bean, then this piece of code | | | | | ejb/Book | | Entity | | BookHome | | Book | | Book

[jboss-user] [JBoss jBPM] - how to check resolved variables scope.

2008-03-16 Thread Fang0x0
Hi. I'm using VariablesContainer method getVariablesLocally on TaskInstance class. As I understand, variables scoping takes place, when calling this method. I.e. jbpm first check the taskInstance scope, then goes to the parent (Token perhaps). Now, how could I know, of what scope those variabl

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Not able to configure HTTPS jboss-4.2.2.GA for sending

2008-03-16 Thread kahzoo
OK, then the other things that may be worth checking are: On the server side, 1) deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml Do you have JNDIFactorySSL servlet and servlet-mapping defined ? 2) deploy/http-invoker.sar/META-INF/jboss-service.xml Do you have HTTPProxyFactory defined w

[jboss-user] [JBoss jBPM] - Re: JbpmException: couldn't delete timers for process instan

2008-03-16 Thread kukeltje
Oh... and my answer would have been 'yes'... would that help you in any way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136948#4136948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136948 _

[jboss-user] [JBoss jBPM] - Re: JbpmException: couldn't delete timers for process instan

2008-03-16 Thread kukeltje
if that is the only question, then that seems totally unrelated to the topic and thus belong in a new one. The yes/no what not the only thing you you asked (from my understanding) and thus not just what I anwserd. Regarding you feeling offended, that is up to you. My experience is that in a l

[jboss-user] [EJB/JBoss] - Re: Hot deploying EJBs

2008-03-16 Thread javarebel
If you deploed the application using EAR file, then just touch your application.xml file. It will restart that project only. If you are using custom ANT file, then this is very easy to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136946#4136946 Reply t

[jboss-user] [JBoss Tools (users)] - Re: Deploying jBPM application in Eclipse

2008-03-16 Thread kukeltje
anonymous wrote : If not, then the only way is to package the processdefintion in a war/ear and call a servlet that will deploy the processdefintion? No, you can also use the jBPM console upload page/servlet for uploading a par, or use the ant task in the wiki (jbpm wiki) for doing the same as w

[jboss-user] [JBoss jBPM] - Re: JbpmException: couldn't delete timers for process instan

2008-03-16 Thread wootenator
Yes, but will you please try to answer the question. You seem to regard yourself as an expert. The simple question was: Can you run the same action handler twice within the same process instance execution? This is a yes or no quesiton and involves no code samples. I am somewhat offended by you

[jboss-user] [JBoss jBPM] - Re: litte modifications on the Web-console

2008-03-16 Thread kukeltje
This is a response the really got me.well. Sigh. I'll count to 10. 1... 2... 3... 4... 5... 6... 7... 8... 9... THE LOCATION OF THE CVS IS MENTIONED IN THE DOCS, IT IS MENTIONED IN THE WIKI, SEVERAL TIMES IN THIS FORUM AND ON THE COMMUNITY PAGE. Sorry for shouting P

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-03-16 Thread kukeltje
Tak, look at my post... for JEE based solutions, jBPM uses ejb timers... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136941#4136941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136941 __

[jboss-user] [JBoss jBPM] - Re: JbpmException: couldn't delete timers for process instan

2008-03-16 Thread kukeltje
please you do not post any actionhandler code, processdefinition, how you use the engine or whatever, but expect *us* to provide some explanation or even example code. That is very hard and timeconsuming for us. I do not want to offend you, but look at jbpm testcases. Lots of 'examples' in

[jboss-user] [JBoss jBPM] - Re: Deployment order of dependent process definitions

2008-03-16 Thread kukeltje
it only needs to be deployed in that order if you do not use 'late binding' on subprocesses View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136938#4136938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136938 __

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-16 Thread kukeltje
have you used the latest cvs head version? some changes in this area were committed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136937#4136937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136937 _

[jboss-user] [JBoss jBPM] - Re: Tracking Who Completes a Task

2008-03-16 Thread kukeltje
under normal usage, the person who was assigned the task completes it, unless it is someone with the manager or admin role. Might be that the logging shows who did end the task, I'm not sure. The restriction model (permissions) might be implemented, but it does not have a high priority since it

[jboss-user] [EJB 3.0] - Re: How to use all available ID as primary key?

2008-03-16 Thread mnrz
"xiaopang" wrote : how about using sequence and set the sequence as cycle would you please explain more? how to set it as cycle. is this working on all databases or only specific DBs? anyway thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413693

[jboss-user] [EJB 3.0] - Re: How to use all available ID as primary key?

2008-03-16 Thread xiaopang
how about using sequence and set the sequence as cycle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136931#4136931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136931 __

[jboss-user] [Beginners Corner] - Re: Where to put application- AND layer-specific jar-files w

2008-03-16 Thread j0llyr0g3r
Hi, anonymous wrote : Which version of JBoss? sorry, totally forgot to give this information: Yes, i was referring to Jboss V. 4.2. anonymous wrote : In JBoss-4.2.x, you can create a folder named "lib" at the root of the EAR and place your common jar files in that lib folder. These jars will

[jboss-user] [EJB 3.0] - How to use all available ID as primary key?

2008-03-16 Thread mnrz
Hi all, I have a table that in a slice of time, many records may be deleted and inserted. the record deletion is physically, this table acts as a pool. now, I want this table uses deleted IDs for the new records that is going to insert, in other words, if IDs say, 23, 55, 77 are deleted, when I

[jboss-user] [EJB/JBoss] - Re: local entity bean lookup from session bean goes wrong

2008-03-16 Thread jaikiran
If you are trying to create a local ref for a entity bean inside a session bean, then this piece of code | | ejb/Book | Entity | BookHome | Book | Book | should be declared as part of the ses

[jboss-user] [Beginners Corner] - Re: Where to put application- AND layer-specific jar-files w

2008-03-16 Thread jaikiran
Which version of JBoss? In JBoss-4.2.x, you can create a folder named "lib" at the root of the EAR and place your common jar files in that lib folder. These jars will be made available in the classpath of your application. View the original post : http://www.jboss.com/index.html?module=bb&op=v