[JBoss-user] [JBoss jBPM] - Problem in Work flow Example......pls guide..

2006-04-17 Thread try_catch_finally
Hi all, I have created a simple work flow using jboss jpbm. i downloaded the jbpm-starters-kit-3.1 and worked on JBoss Eclipse IDE. The scnerio is :- Grover sends an interview requrest. Bert accpet the interview request and starts processing interview. Bert submits the interview feedback to

[JBoss-user] [EJB/JBoss] - Mbeans to monitor EJB

2006-04-17 Thread raogu
From which Mbeans to get following data: JBoss 3.2 Stateless Session EJB, 4.0 Stateless Session EJB, 4.0 JCA Data Source and 4.0 EJB3 Metrics 1)Create Calls 2)Create Calls per Minute 3)Remove Calls 4)Remove Calls per Minute 5)Method-Ready Beans 6)PoolSize 7)MaxPoolSize View the original post

[JBoss-user] [JBoss jBPM] - Tips with jBPM server's console

2006-04-17 Thread ehchn2
Hi, The jBPM console keeps on scrolling every few seconds. To me, this makes debugging difficult because I have to suspend the console everytime I need to view something there. And most of the time, I didn't manage to suspend it on time. Thus, I have to scroll back the screen. Does anyone has

[JBoss-user] [EJB 3.0] - Re: Performance problem with returning values from Stateless

2006-04-17 Thread mijez
Do I have to post it to JIRA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937641#3937641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937641 --- This SF.Net email

[JBoss-user] [Security JAAS/JBoss] - Re:

2006-04-17 Thread oncerest
Saw it somewhere else. need add below into web.xml login-config auth-methodBASIC/auth-method realm-nametestrealm/realm-name /login-config View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937642#3937642 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Accessing an EJB from a Servlet

2006-04-17 Thread jllavina
Well, finally it works (using jboss-4.0.3SP1 and jboss-4.0.4.CR2 too)!! Here is the code: @Local public interface EmployeeSessionLocal { ... } @Stateless ( name=Employee ) public class EmployeeSessionBean implements EmployeeSessionLocal { @Resource ( mappedName=java:/jdbc/OracleERPDS )

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Tomcat version

2006-04-17 Thread sanu_82
Hi ALL, I want the download site for Tomcat 5.0 Thanks Regard sanu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937646#3937646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937646

[JBoss-user] [Security JAAS/JBoss] - deploying EJB3 Entity beans

2006-04-17 Thread ramanap
I have created a jar file with SessionBeans and entitity beans for jboss-4.0.4RC1. When I deployed, Session beans are deployed correctly but not entiry beans. When I try to access the entity beans, I get the following error. javax.ejb.EJBException: java.lang.IllegalArgumentException: Unknown

[JBoss-user] [JBoss Eclipse IDE (users)] - develop Java EE 5 applications with eclipseIDE

2006-04-17 Thread javaos
I'm developing EJB3/Seam - applications. I do it like it's described in howto http://wiki.jboss.org/wiki/Wiki.jsp?page=UseJBossEclipseIDEToDoJBossSeamsBookingExample;. Does any one know a more comfortable way? I want to manage the whole Seam - Project inside eclipse and deploy from inside the

[JBoss-user] [JBoss Seam] - ThreasLocal' = Conversation?

2006-04-17 Thread amin59
Is this equation ThreasLocal' = Conversation always true? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937651#3937651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937651

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

2006-04-17 Thread amin59
Excuse me. I mean ThreadLocal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937652#3937652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937652 --- This SF.Net email

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss Hibernate+Spring Application Deployment (JNDI Prob

2006-04-17 Thread Warlock
Hi, allright, next time I will try to place the topic in the right subject. I tried to load the Hibernate MBean in /server/default/conf/jboss-service.xml and then only the web application part. To this time I wanted to use the scan for mapping documents. Now I tried another configuration and

[JBoss-user] [EJB 3.0] - how to manage ejb3.0-project in eclipse

2006-04-17 Thread javaos
Is there a way to develop and deploy ejb3.0/seam - projects inside eclipse? With WTP I am able to manage ejb2.1-projects, enterprise applications and dynamic web projects. So I could deploy .ear - files to jboss from out of eclipse. Actually I'm working like it's described in

[JBoss-user] [Installation, Configuration Deployment] - Apply Hibernates NamingStrategy to an Hibernate MBean

2006-04-17 Thread Warlock
Hi to all, I've developed an application using the JBoss JMX (Hibernate MBean) and want to apply Hibernates NamingStrategy to affect the naming of the database tables. The sessions returned by the Hibernate MBean are set to the default naming strategy. I prefer to apply the NamingStrategy in

[JBoss-user] [JBoss Portal] - Pagination

2006-04-17 Thread pedrosacosta
I'm using jsp files with displaytag.tld to show a list of events. Ex. Nr. Event Name 1A 2B 3C 4D But, i would like to have pagination. What url should i put to have this option? Thanks, Pedro View the original post :

[JBoss-user] [JBoss jBPM] - Re: Problem in Work flow Example......pls guide..

2006-04-17 Thread kukeltje
3.2 (currently under development) will support custom ui's (among which are radio buttons) and a JSR-170 content repository (JCR) where you can store documents etc... So if you want to experiment, try out cvs-head. Or you can always build your own ui framework and use the jBPM api to achieve

[JBoss-user] [JBoss Seam] - Re: what jars are required(and where) within a seam ear

2006-04-17 Thread javaos
I'm getting my testapps to work (on jboss 4.0.4). I followed the steps in the howto http://wiki.jboss.org/wiki/Wiki.jsp?page=UseJBossEclipseIDEToDoJBossSeamsBookingExample;. But this way development speed is very slow. Did you find a way to manage a whole seam app (the ear - file) in eclipse?

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread elvioandrade
Hi, I have checked and I am using the same oracle driver. This is the output that appears: | 12:58:42,326 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults. | 12:58:42,493 WARN [EhCacheProvider] Could not find configuration

[JBoss-user] [JBoss Seam] - Re: what jars are required(and where) within a seam ear

2006-04-17 Thread [EMAIL PROTECTED]
javaos: 1) it is easter 2) it is weekend 3) double postings doesn't help 4) no we don't have direct support for ebj3/seam deployment. 5) but this kind of deployment is not different than anything else so whatever tips you can find about general ejb3 deployment will work 6) I were actually

[JBoss-user] [JBoss Seam] - Re: Seam outjection problem, is this a bug?

2006-04-17 Thread kh2ouija
Thanks for answering me. Let me get this straight. @Out'd objects only become visible to a new view after a call to the component from that view? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937662#3937662 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam outjection problem, is this a bug?

2006-04-17 Thread kh2ouija
... that is, even if the component has already been used in a previous view? It is a SFSB with Seam session scope. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937663#3937663 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread kukeltje
What do you mean by anonymous wrote : Now I am only deploying one version at the time and JBPM I did not try this and it is a (probably stupid) wild guess, but how is your datasource configured? Do you have enough connections in the pool? Ronald View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.3SP1 not honoring Extension-List versioning?

2006-04-17 Thread asack
So how does JBoss honor Extension-List manifest attributes? Anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937671#3937671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937671

[JBoss-user] [JBossCache] - Problems deploying JBoss Cache 1.3 with Weblogic 8.1 (Cluste

2006-04-17 Thread Evon
Hi, I have deploying the cache with weblogic 8.1 cluster servers (2 servers). But each time when the treecache.put(...) is invoked, i will get the following exception. | weblogic.transaction.RollbackException: Transaction timed out after 31 seconds |

[JBoss-user] [JBoss jBPM] - Re: Problem in Work flow Example......pls guide..

2006-04-17 Thread try_catch_finally
Hi Ronald, Thnx for the reply. One more thing i want to know is: 1 -Is there any way to hide the work flow graph displayd on the right side while working with the work flow ? 2- When i click on Administration link in between the Home and Monitoring then nothing is coming. Only TODO is

[JBoss-user] [JBoss jBPM] - Re: Problem in Work flow Example......pls guide..

2006-04-17 Thread kukeltje
1: in 3.1 yes, change the task.jsp and remove the corresponding tag (you can find these things out yourself by looking at the code. This is 'open' you know ;-) ) in 3.2 it will be a separate menu item to show it. 2: Guess! I assume you know what TODO means... :-) Administration is for

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread achilloman_jbpm
hi, in the login interface i have in th Start New Process Execution my process (consultation) but there is no create new process link[img][/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937676#3937676 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
Does your process have a task in the start node? It should have for it to work from the webapp. (this is mentioned in several places) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937677#3937677 Reply to the post :

[JBoss-user] [EJB 3.0] - JBossXBException: Failed to parse source on mixed EJB2/EJB3

2006-04-17 Thread AndreasZimmer
I've just added a few EJB3 classes to an existing EJB2 application and tried to deploy this mixed application on JBoss 4.0.3SP1(build: CVSTag=JBoss_4_0_3_SP1 date=200510231054) including the latest EJB3 add on (jboss-EJB-3.0_RC5-PFD). As long as I deploy the EJB2 parts w/o the EJB3 parts or

[JBoss-user] [JBoss jBPM] - Re: Problem in Work flow Example......pls guide..

2006-04-17 Thread try_catch_finally
yupit's done.. Thnx ~Neeraj S. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937679#3937679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937679 --- This SF.Net

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread achilloman_jbpm
yes it has a task.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937680#3937680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937680 --- This SF.Net email is

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
then I have no idea. Can you post your process definition? Please include it in a square bracketed code tag View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937681#3937681 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread achilloman_jbpm
i wonder why the users i defined in my process don't show up in the login list? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937682#3937682 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937682

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-17 Thread alex_bav_latista
But is it actually usable combination JBoss+jBPM without any examples ? Or too much to develop ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937683#3937683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937683

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread achilloman_jbpm
?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=consultation |swimlane name=souscripteur | assignment expression=user(souscripteur)/assignment |/swimlane |swimlane name=intermediaire | assignment

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread elvioandrade
Hi, I guess I did not explain myself well. When I first deployed JBPM in my JBoss and after configuring the datasources, each time I tried to deploy a new process definition in the database, instead of only inserting one, two process definition were being inserted with the same name and

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-17 Thread robroth
Thanks for all the info, we're looking at the references and are digesting it all :). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937686#3937686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937686

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Embeddable container: changing from Hypersonic to Postgr

2006-04-17 Thread nvanroosmalen
I really need some pointers or suggestions. If anyone has any kind of information for me that could help, I would be very grateful. Please respond if you know more about this topic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937687#3937687 Reply to the

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-17 Thread kukeltje
Alex, There are no EJB examples for jBPM with JBoss (or any other appserver for that matter) There are enough examples/testcases for jBPM with JBoss/Tomcat/ so that is not the issue. Give it a try and you will see how easy it is. View the original post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
I do not see anything strange in the processdefinition. Regarding the users that do not show up, you should add them to the source in the identity module or write your own identity module. They do not show up automagically if you define them in the pd View the original post :

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread kukeltje
The difference in the logging is probably due to a difference in the log4j config between the starterkit jboss instance and your instance. look at the log4j config in the resources dir of jbpm and compare it with the log4j of your own instance. Regarding the 'hanging', we've seen/read this a

[JBoss-user] [Installation, Configuration Deployment] - Re: jboss 4.0.4 CR2 outof memory

2006-04-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : http://www.jboss.com/index.html?module=bbop=viewtopict=74994 I still didn't get it. As to 4.0.3sp1, if no any other java app running in the linux 64 bit, the jobss runs properly, but if there is (which is core-java app with consuming large memory), it throws out of

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

2006-04-17 Thread da.ogre
Hi all! I'm having the same problem as described above - using latest seam from cvs, jboss 4.0.4RC1 and facelets, trying to upload a file (an image perticularly). So, I have an entity bean, say a client, with a field of type UploadedFile and the relevant getters and setters: | ... |

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

2006-04-17 Thread da.ogre
And yes, I read the article Upload Files with JSF and MyFaces on onjava.com, but I just couldn't get it working with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937693#3937693 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Anyway to use my own optional libraries with a deployed

2006-04-17 Thread asack
Anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937695#3937695 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937695 --- This SF.Net email is sponsored by xPML,

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

2006-04-17 Thread marcioendo
I haven't tried with the latest CVS version of Seam. But i got it working with Seam-beta2 and Jboss-4.0.4-RC1. Here's what I did: 1. You need 2 Seam components. A backing bean required by Tomahawk and SLSB to deal with your JSF action: 1a. Backing Bean: | @Name(uploadBean) | public class

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread kvbisme
I am having the same problem ... what really is confusing me is I went and added the collowing code to where I perform the lookup: InitialContext context = new InitialContext(); Object objRef = context.lookup(ejb/notification); Class c = objRef.getClass(); Class[] interfaces = c.getInterfaces();

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread kvbisme
Sorry I ended up submitting a tad early ... Anyway my intefaces shows up as an interface for the proxy object ... and I still get the class cast exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937699#3937699 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-17 Thread kh2ouija
I use JBossIDE. First go to Debug... and create a JBoss launch configuration. Create a normal Java project with a directory structure similar to the one in the Seam examples, as I find that one very intuitive. Make sure you have all necesary libs (seam dependencies, seam, myfaces, facelets

[JBoss-user] [JBoss Seam] - Re: Method not found: isJndiName

2006-04-17 Thread bujordan
[EMAIL PROTECTED] wrote : as noted in other threads with the same error: | the seam code generation does not support composite-id's (yet) Doh- I searched the forum up and down, but didn't think I was using composite-id's. (As an aside, I'm using JBoss 4.0.4 CR2, and Seam 1.0 beta2) Here's the

[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-04-17 Thread echon
no statement? I only want to know, if this is a bug or if this behaviour will also exist in the final version of 4.0.4. Regards Peter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937709#3937709 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-04-17 Thread [EMAIL PROTECTED]
I'll log a bug in jira. We changed the behavior for service beans to fix another bug. Another release is scheduled before java one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937710#3937710 Reply to the post :

[JBoss-user] [JBossWS] - Re: Switch from Jboss4wsee to Jbossws, unavailable service e

2006-04-17 Thread elsisack
Thanks for your replay, everythink is working fine now. Thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937711#3937711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937711

[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-04-17 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/EJBTHREE-520 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937712#3937712 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937712 ---

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: myCGI.exe in browser address

2006-04-17 Thread kchays
The files you are looking for aren't in the jboss download but are in the TomCat server: Servlet-cgi: Tomcat 5.5\server\lib The web.xml: \Tomcat 5.5\conf But, I still don't know what to do with these in jboss View the original post :

[JBoss-user] [JBossWS] - log4j:WARN No appenders could be found for logger (org.jboss

2006-04-17 Thread prasad_rs
Hi, I am using JBoss 4.0.2 and WS4EE. When i run the my web service client i get the following error. I have log4j.properties in my classpath.Please help me out with this.Thanks in advance. log4j:WARN No appenders could be found for logger

[JBoss-user] [Security JAAS/JBoss] - Re: custom JACC provider

2006-04-17 Thread [EMAIL PROTECTED]
JACC is a specification that ties in the authorization world to the java permission based model. Since you have a need for xacml, you will have to do a lot of work, in mapping the xacml request/response semantics to the permissions model. I am not sure if this is worth the effort. At JBoss,

[JBoss-user] [Security JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-04-17 Thread [EMAIL PROTECTED]
Your explanation does not make sense to me. Can you elaborate as to what you are trying to achieve? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937718#3937718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937718

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityFlushSessionListener

2006-04-17 Thread [EMAIL PROTECTED]
Have u registered urself in the JBoss jira? If we allow arbitrary people to attach things to JIRA issues, our JIRA ecosystem will be in an adorable state. Register yourself and then attach the war file that is giving you headache (with regard to the SecurityFlushSessionListener) to the JIRA

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-17 Thread [EMAIL PROTECTED]
(1) is about right, but I think its more flexible to let the pageflow be passed as a String. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937720#3937720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937720

[JBoss-user] [JBoss Seam] - Re: Seam outjection problem, is this a bug?

2006-04-17 Thread [EMAIL PROTECTED]
No. Once the object is outjected to the session scope it is visible to all views. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937721#3937721 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937721

[JBoss-user] [EJB 3.0] - Re: JBossXBException: Failed to parse source on mixed EJB2/E

2006-04-17 Thread bdecoste
How are you deploying the mixed application? Can you describe exactly how you are writing and packaging the classes and deployment descruptors? You should be able to deploy the mixed application within a single .ear containing the 2.x EJBs in one jar and the 3.0 EJBs in another jar. Also, you

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

2006-04-17 Thread [EMAIL PROTECTED]
Thanks Marcio, we need to get this info on the Seam Wiki. Will you post it there, or give me permission to copy/paste over to there? TIA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937723#3937723 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Tomcat version

2006-04-17 Thread [EMAIL PROTECTED]
tomcat.apache.org -- follow the links on the left View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937724#3937724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937724 ---

[JBoss-user] [EJB 3.0] - Re: What is the difference between 4.0.4RC1 and 4.0.4CR2 ?

2006-04-17 Thread bdecoste
Release Candidate vs Candidate Release. They represent the same thing, just a switch in naming convention. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937725#3937725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937725

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread achilloman_jbpm
sorry for bothering u with all this questions, the first problem is resolved, i can now execute my process. but the problem of users that don't show up, i couldn't resolve it. can u explain me more how can i add my users to the identity module.. View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Trouble Configuring a Data Source for MySQL using JSTL

2006-04-17 Thread KnightFire
Have you put a copy of the jar file containing the MySQL JDBC driver in the servers lib directory? KF View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937727#3937727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937727

[JBoss-user] [EJB 3.0] - Re: Performance problem with returning values from Stateless

2006-04-17 Thread bdecoste
Can you post (here or JIRA) all of your source and I'll take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937729#3937729 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937729

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread bdecoste
The code snippet you posted is fine. Can you please post the entire interface, bean, and client source? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937730#3937730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937730

[JBoss-user] [JBoss Seam] - Re: Method not found: isJndiName

2006-04-17 Thread [EMAIL PROTECTED]
as written many times before ;) if you really badly want composite-id support then why don't you contribute a patch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937731#3937731 Reply to the post :

[JBoss-user] [JBossWS] - Did not understand

2006-04-17 Thread arvind_pv
Hi Everyone, I'm working on Web Services security using Wss4j 1.0 with Apache Axis 1.3 and JBoss 4.0.3 SP1. I followed the instruction given in the below mentioned site http://ws.apache.org/wss4j/axis.html But when I'm running the client program I'm getting the below exception i.e.

[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-17 Thread [EMAIL PROTECTED]
Typically, this issue arises when the classpath on the client does not include all the jars from the jboss/client directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937733#3937733 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-17 Thread patrickdalla
No response? No way? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937740#3937740 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937740 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - Re: EJB2 and EJB3 in one ear

2006-04-17 Thread bdecoste
Yes, you can deploy an EJB2.x .jar and a EJB3.0 .jar in the same .ear. The EJB3 deployer is triggered by a list of conditions: The existence of a persistence.xml file The existence of a jboss.xml file with no ejb-jar.xml file The existence of annotated classes The existence of a 3.0 version

[JBoss-user] [JBoss Portal] - Re: Jboss portal how to?

2006-04-17 Thread [EMAIL PROTECTED]
Jboss 4.0.4RC1 does work with portal 2.2.1RC3, I noticed you put 1217.0.0.1:8080/portal as your portal URL - shouldn't it be 127.0.0.1:8080/portal (i.e. localhost:8080/portal)? Other than that I don't see another problem with your setup. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Server Info listThreadCpuUtilization();

2006-04-17 Thread vignesh76
I'm using ServerInfo listThreadCpuUtilization() (the Total value) to calculate the %CPU utilization of the Jboss server. I'm also taking in to account the no of CPUs while calculating this value. The problem is, I'm getting absurd values for CPU usage like 170% etc. The formula I'm using is:

[JBoss-user] [Management, JMX/JBoss] - Deployment Error

2006-04-17 Thread elvioandrade
Hi, a strange error is happening to me, if I deploy a Jmx Service when I have the AS running, an exception is thrown and the deployment fails. It throws the typical: | Class does not expose a management interface: java.lang.Object) | If I re-start the server, then the service is

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Memory leak

2006-04-17 Thread genman
Can you post the reference tree? Also, what JVM do you use? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937745#3937745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937745

[JBoss-user] [EJB/JBoss] - Re: error in deploying ejb

2006-04-17 Thread miltgrin
This was my mistake. There were some classes that the build did not package in the jar file. For anyone in the future that might run into this problem the key is in the msg: part of the error | 08:55:34,816 WARN [verifier] EJB spec violation: | Bean : Greeting | Section: 22.2 |

[JBoss-user] [JBoss Seam] - Re: Error during model data update!

2006-04-17 Thread Shinerella
please if somebody has more information, can post here because I have this same error after some changes, and not a clue yet... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937748#3937748 Reply to the post :

[JBoss-user] [JBoss Seam] - Hibernate and @Stateful Beans

2006-04-17 Thread chane
Can I use Hibernate Sessions (instead of an entityManger) in conjuction with @Stateful beans in the JBOSS Server? In looking at the hibernate example application, the action beans use @Scope(SESSION) instead of the @Stateful desigination. It all seems to work in my sample application. I'm

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-17 Thread kukeltje
Concurrent access to a processinstance is an issue by itself, independant of clustering (or j2ee). The same is true for transactions etc. I do agree however that using it in a j2ee environment doesn't make it simpeler, but it doesn't neccesarilly make it (a lot) more complex either. Search

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
if you look at the documentation and the source a little, you will see that there are some scripts to insert these users into the database. You can either add your own users to these scripts, or manipulate the database directly. View the original post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kbarfield
jBPM has the concepts of users, groups, and memberships. These are stored in the database by default. You can change this to use LDAP or some other 3rd party idenity system. For the simple case of getting new users into jBPM, you simply need to add rows to the jbpm_id_user table. Here are

[JBoss-user] [Management, JMX/JBoss] - Re: Server Info listThreadCpuUtilization();

2006-04-17 Thread [EMAIL PROTECTED]
The total is just the sum of what gets reported by http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/ThreadMXBean.html#getThreadCpuTime(long) for each running thread, so the accuracy depends on the jdk implementation. Do you count the elapsed time interval between 2 calls? I don't

[JBoss-user] [JBoss Seam] - Re: Hibernate and @Stateful Beans

2006-04-17 Thread [EMAIL PROTECTED]
Yes you can. Just use a Seam-managed Hibernate session inside your @Stateful bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937754#3937754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937754

[JBoss-user] [JBoss Seam] - Re: Hibernate and @Stateful Beans

2006-04-17 Thread chane
Gavin - Thanks for confirming! Chris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937755#3937755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937755 --- This

[JBoss-user] [JBoss Messaging] - Re: Cannot configure JBOSS Messaging

2006-04-17 Thread anshah1
So here's a step by step 1) Installed Jboss 4.0.3SP1 on my local C: (Windows) 2) Test Server installation .. Works fine. Shutdown server. 3) Download JBOSS Messaging and follow the automatic configuration step from the user manual 4) Ran one of your samples from the user manual and got SUCCESS

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread [EMAIL PROTECTED]
You can decrease the priority of messages that cause the scrolling by editing the log4j settiongs in the directory conf/log4j.xml of your server configuration. Create a new category like this: No messages will be logged from ThatAnnoyingClass unless they are at or above the

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-17 Thread [EMAIL PROTECTED]
Note that the JIRA issue is here: [ulr]http://jira.jboss.com/jira/browse/JBSEAM-176[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937758#3937758 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937758

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread [EMAIL PROTECTED]
Alright, I forgot to use the code block: category name=org.jbpm.somepackage.ThatAnnoyingClass | priority value=WARN/ |/category View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937759#3937759 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-17 Thread [EMAIL PROTECTED]
Kevin, would you do the same for BPEL tables? ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937760#3937760 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937760 ---

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread kukeltje
Thanx Alex, Somehow I never find the time to give these crashcourses on well know java frameworks. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937761#3937761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937761

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-17 Thread cpage
you can add security constraints to the windows (which are link with an instance of a portlet) then, use a roleModule to check if the user has this role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937762#3937762 Reply to the post :

[JBoss-user] [News Announcements] - Re: JBossAS 4.0.4.CR2 released

2006-04-17 Thread bakerfoot
Is there a tentative target date for releasing JBossAS 4.0.4 to production? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937764#3937764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937764

[JBoss-user] [JBoss Portal] - Re: Jboss portal how to?

2006-04-17 Thread ErikT
In my case, I access the correct URL (or at least the URL that the documentation says I should access...). http://localhost:8080/portal Fresh Jboss 4.0.4.CR2 (btw, shouldn't it be Release Candidate 2 and not Candidate Release 2 that the download page says?) and nothing else. MySQL datasource

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-17 Thread [EMAIL PROTECTED]
anonymous wrote : Are you familar with PD? If so, why not? LOL. This should go to the list of common fallacies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937766#3937766 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Jboss portal how to?

2006-04-17 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning explains the versioning schema for JBoss products, I will try to reproduce your error with CR2, since I am running RC1, but could you please examine your server.log and error.log files in JBOSS_HOME/server/default/log and post

[JBoss-user] [Management, JMX/JBoss] - Re: Server Info listThreadCpuUtilization();

2006-04-17 Thread vignesh76
Thanks for the reply. Yeah, I count the elapsed time interval between the 2 calls and the total cpu usage in this time interval. The no of CPUs is as reported by the jboss web-console, home page (Hardware section) The JVM i'm using is java version 1.5.0_05 Java(TM) 2 Runtime Environment,

[JBoss-user] [JBoss Portal] - Re: Jboss portal how to?

2006-04-17 Thread ErikT
Well, there are no exceptions when starting Jboss and Portal seem to be deployed correctly. I have checked the logs pretty thoroughly and there are some WARN-level messages, but if I understand them correctly, they just indicate that Portal is using default settings. Other than that, there's

  1   2   >