[JBoss-user] [JBoss jBPM] - Re: about swimlanes

2006-05-05 Thread salahssaid2
thx u very muth Ronald it soo important View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941603#3941603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941603 --- Usin

[JBoss-user] [JBossWS] - Re: NPE while deploying SLSB as Web Service on JBoss 4.0.3SP

2006-05-05 Thread chubby
Got it. My bean wasn't implementing the SessionBean interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941604#3941604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941604 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I get a list of queues at runtime?

2006-05-05 Thread joejack
Thanks for the reply. I had thought about using JNDI to get a list but was hoping there was a more direct way via the DestinationManager. I'm a little concerned that there is a possibility for JNDI and the DestinationManager to be out of synch at some points. I would sure like to see a reply

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to prevent ApplicationDeadlockException with READ-ON

2006-05-05 Thread ereze
I have the same problem: methods marked with read-only but still lots of deadlocks which obviously make our customer mad. Any question I had regarding this issue was left unanswered by JBoss which I guess does not have a clue too. Maybe I need to come down from the JBoss and go with something el

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS LoginModule NoClassDefFoundError

2006-05-05 Thread jesse_sweetland
This is an old thread, but I just encountered the same issue and I've found something that might help. My login module calls a web service to authenticate. I put the JAR for my LoginModule in default/lib and added an entry in login-config.xml for the security domain used by my web application.

[JBoss-user] [JBoss jBPM] - 2 Task Nodes with 1 Task Instance each or 1 Task Node with 2

2006-05-05 Thread cavalera
2 Task Nodes (connected with a transition from-to) with 1 Task Instance each or 1 Task Node with 2 Task Instances ? I would like to now this difference. Suposing the user assigned to them is the same. I never saw an examples with 1 Task Node -> N task instaces. Regards, Sebastian. View the ori

[JBoss-user] [EJB 3.0] - Re: How to / where to specify classpath for MBean

2006-05-05 Thread mtihepner
By default this was set to true. I still get the same error. Is there a similiar setting for webapps with classes that need to be made available to MBeans? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941609#3941609 Reply to the post : http://www.jboss.

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS LoginModule NoClassDefFoundError

2006-05-05 Thread jesse_sweetland
Followup: I copied the JAX-RPC stuff into WEB-INF/lib and the LoginModule works, but now I get linkage errors all over the place in the web application proper (specifically from JBPM stuff, which is deployed as a SAR in default/deploy). Short of copying the world into WEB-INF/lib, is there any

[JBoss-user] [Remoting] - Re: guaranteed delivery/callbacks

2006-05-05 Thread [EMAIL PROTECTED]
Assume for case 1, you are referring to standard synchronouse invoke() method call. In this case, will get an exception thrown is server is not there. If is async, will re-try, but will eventually fail and the invocation is lost. For case 2 (push callbacks), the handler will get an exception w

[JBoss-user] [Clustering/JBoss] - Re: Size of Farming Buffer

2006-05-05 Thread ScottMarlowNovell
Try using the 4.0.4 cr2 app server build and see if you can recreate it. If so, create a Jira with your archive as an attachment. I'm not sure why you are seeing the behavior that you describe. I assume its not a full disk problem. If you need an immediate workaround, you could update jboss/

[JBoss-user] [Remoting] - Re: Regarding Remotely start/Stop server and remote deployme

2006-05-05 Thread [EMAIL PROTECTED]
There is no framework like this provided as an open source product by JBoss that I know of. If look at the testsuite under JBossAS, can see some code that does some similar behavior (starting/stopping JBoss locally and doing programtic deploys). JBoss Remoting would only be of help in provid

[JBoss-user] [Installation, Configuration & Deployment] - HotDeploy/ReDeploy loses JDBC connection

2006-05-05 Thread mdr
Working on JBOSS 401 in a development environment under Windows 2000/XP, jdk 142_05, SQL Server 2000. When making changes and redeploying the code JBOSS has to be restarted everytime as it generates an error when the db connection is requested - when users have to login again. Please note that

[JBoss-user] [Beginners Corner] - Re: How i access text file in JBoss?

2006-05-05 Thread donnvalencia
You probably need to write a servlet to fetch the file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941619#3941619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941619 -

[JBoss-user] [Performance Tuning] - Re: Expected Concurrent Users on JBoss... Really...

2006-05-05 Thread markricard
Thank you for the response. I am trying to find out, on average, what people are getting in concurrent usage. I completely understand you can create a bad system and get 1 concurrent user. Or you can create a great architecture and get 100x more. Or you could have an application that doesn

[JBoss-user] [Performance Tuning] - Re: Expected Concurrent Users on JBoss... Really...

2006-05-05 Thread markricard
Part of my original question was does fronting Tomcat with Apache really help? And the answer is undeniably YES! Before we moved anything to Apache, we load tested JBoss/Tomcat and tweaked its settings. Moved Max Threads values and such. Exactly as described on multiple forums. We tweaked

[JBoss-user] [JBoss jBPM] - Problem with Ant wscompile on MySQL: axrpc-mapping.xml can't

2006-05-05 Thread bertrand.njiipwo
Hello once again, i open a new thread to expose my problem. I'm trying to deploy the hello example in jbpm-BPEL-1.0.alpha-4 . My configuration are: MySQL Server.4.1.9, jbpm-bpel-1.0-alpha4 JBoss AS 4.0.3SP1 jbpm-3.0.2 (Seems to not need) . have all successfully 1- execute "ant build.servic

[JBoss-user] [JBoss Eclipse IDE (users)] - Hibernate reverse-engineering Oracle does ANALYZE?

2006-05-05 Thread dtseiler
Actually that topic doesn't portray the situation accurately. I'm trying to use Hibernate in Eclipse to reverse-engineer a table in our Oracle 10g database. Right now I'm just trying to get a list of the tables in a given schema. That process is taking FOREVER. I went into TOAD and looked at

[JBoss-user] [JBoss Portal] - How JBoss Wiki link to new page in the JBoss Portal

2006-05-05 Thread dinosaur73
I have a question about wiki new page. I have edited ** [Project Roadmaps] in the main wiki page and I click save to my new change. It shows "?" right after "Project Roadmaps". It supposes to link to a new page which is http://localhost:8080/wiki/ProjectRoadmaps when I click the "?". The problem

[JBoss-user] [Performance Tuning] - Re: How many users can jboss service at the same time?

2006-05-05 Thread markricard
Scott, this is related to another post I have in these forums called "Expected Concurrent Users on JBoss... Really..." You said the "The jboss web site easily supported more than 1000 users on a similar configuration. " Are these concurrent users? And you said "easily", do you have a number be

[JBoss-user] [JBoss jBPM] - 3.2 alpha 1 release

2006-05-05 Thread crgunn
Does anybody know if there is an approximate planned release date for jBPM 3.2 alpha 1. I haven't used jBoss before but am interested in the document management supported that is to be added in this release. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Performance Tuning] - Re: JBoss-Hibernate Performance Test

2006-05-05 Thread markricard
Have you tried to front your JBoss with Apache and have Apache handle your static content? That gave us a 30% improvment in concurrent users. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941628#3941628 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Messaging] - Re: C++ client

2006-05-05 Thread [EMAIL PROTECTED]
Check this out http://www.jboss.org/index.html?module=bb&op=viewtopic&t=80518 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941629#3941629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941629 ---

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 and Stored Procedures

2006-05-05 Thread tvanbuskirk
I found the "@NamedQuery" annotation, and that will bind my query to a bean at execution. Will this be as fast as a stored procedure? Also, still wondering about stored procs in EJB 3.0. I know you can do a "callable" in Hibernate 3 to call a stored proc. Is there an annotation or something

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate reverse-engineering Oracle does ANALYZE?

2006-05-05 Thread [EMAIL PROTECTED]
we don't do that - oracles driver does that when we get tables. reduce the number of tables you scan by setting default schema or use the in reveng.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941631#3941631 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss Messaging] - Re: C++ client

2006-05-05 Thread [EMAIL PROTECTED]
Also, there may be such requests for JBossMQ, but Adrian or genman are more qualified to answer this one, since I don't monitor that user list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941632#3941632 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate reverse-engineering Oracle does ANALYZE?

2006-05-05 Thread dtseiler
Nihility in #jboss provided further info with this: http://forums.oracle.com/forums/thread.jspa?threadID=210782 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941633#3941633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation, Configuration & Deployment] - Re: IIS Integration with jboss-3.2.1_tomcat-4.1.24

2006-05-05 Thread mhwilson
In all of this, must you use the Default Web Site? I have been unable to get Jboss 4.0 to work with SSO, IIS6 and the mod_jk files from Tomcat 5.0. I am trying to use this with an application named Tririga. Their tech supports say onyl the Default eb Site will work. Is this true? Thanks, Mike

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-05-05 Thread Elam
Paul, did you ever find a solution for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941635#3941635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941635 ---

[JBoss-user] [JBossCache] - Re: trying to figure why we are getting RegionNameConflictEx

2006-05-05 Thread harshalx
I will do as you suggest. However, I noted this thing in testing this further. Ealier the applications used to use JBoss3.2.2 and some version of JBossCache. I cant find which version since there is no org.jboss.cache.Version class in that version. So its definitely a version before 1.2.x. No

[JBoss-user] [EJB 3.0] - Multiple PK, one from joined column

2006-05-05 Thread elvisd
Hi all, I have this situation: 2 entities, country and state country has code and name as fields, code is PK state has code, name and country_code (linked to country code field) as fields, code is PK and country_code should too. | @Entity @Table(name="country") | class Country implements S

[JBoss-user] [JBoss Portal] - JBOSS Portal Database - Schema Creating Script

2006-05-05 Thread dili
Do you know if there is any standard way to generate the database schema used by JBOSS Portal (for the oracle db) as a script including the lookup values. This script could be used to setup the database in advance. I am talking about the schema that contains the JBP_* tables. Thanks a lot.

[JBoss-user] [JBoss Messaging] - Re: Get timeout with a consumer of topic

2006-05-05 Thread [EMAIL PROTECTED]
It's a bug. Thanks for reporting it. Use this to track it: http://jira.jboss.org/jira/browse/JBMESSAGING-371 Will be fixed in 1.0.1.CR2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941641#3941641 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBossWS] - @WebService @Stateless: Not running @PostActvate

2006-05-05 Thread dkrizic
Hi This works: | @Remote @Stateless @WebService | public class CalculatorService1 implements Calculator { | | @WebMethod | public int add(int a, int b) { | Calculator c = new CalculatorImpl(); | int result = c.add( a, b ); | return res

[JBoss-user] [JBoss Messaging] - Re: Sybase Persistence

2006-05-05 Thread [EMAIL PROTECTED]
Thanks. We won't hold anything on you :), but there is actually a way to validate the configuration the same way we would do it. Configure test fixture's persistence to be sybase, and then run the full testsuite, and then the stress tests. These are the instructions: http://wiki.jboss.org/wiki

[JBoss-user] [JNDI/Naming/Network] - How to deploy a session bean so that its JNDI binding is exa

2006-05-05 Thread xyli33
Good afternoon! Can anybody tell me how to deploy a ssesion bean so that its JNDI binding will be exactly "java:comp/env/ejb/mybean"? This sounds weired, but it is really necessary since Sun Java Studio Creator JSC always looks up the EJB using something like ctx.lookup(

[JBoss-user] [JBoss Getting Started Documentation] - Re: listAccount.sql nowhere to download

2006-05-05 Thread prideafrica
Right on, brother! Had it missing too, but that location has got it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941650#3941650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941650

[JBoss-user] [JBoss Seam] - Seam/EJB3 swallowing my exceptions. Workaround?

2006-05-05 Thread supernovasoftware.com
First let me say the solutions I am coming up with Seam are surprisingly clean and elegant. Once I figure out what I am doing the solution rocks. What can I do about my exceptions being swallowed and only receiving the following? java.lang.RuntimeException: javax.transaction.RollbackException:

[JBoss-user] [JBoss AOP] - Re: More AOP examples online with source, have a look

2006-05-05 Thread brett.schuchert
I just put up a rough version of an example using introductions, interceptors for method invocation and interceptors for field setting. It won't work with JBoss AOP until a few changes are merged into the head but you can have read of the example none the less. If you happen to be in Dallas or

[JBoss-user] [JBoss AOP] - Re: Do you want to help out on AOP 2.0

2006-05-05 Thread brett.schuchert
What's the timeframe for JBoss AOP 2.0? If it's soon, may not have time to help but I'm interested. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941655#3941655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941655

[JBoss-user] [JBoss Seam] - Re: Seam/EJB3 swallowing my exceptions. Workaround?

2006-05-05 Thread [EMAIL PROTECTED]
Yes, this is a bug in jboss ejb3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941656#3941656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941656 --- Using Tomca

[JBoss-user] [JBoss Messaging] - Re: Different Persistence for different destinations?

2006-05-05 Thread [EMAIL PROTECTED]
Currently it is not possible. If this is important for you, please add a JIRA issue (Feature Request) in which you describe the functionality you need and the motivation behind your request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941657#3941657 R

[JBoss-user] [JBoss Seam] - Re: Seam/EJB3 swallowing my exceptions. Workaround?

2006-05-05 Thread supernovasoftware.com
Sorry for crying wolf. I was mistaken. Not everything is being swallowed. For example: I forgot to add @Begin to a method and then called a method with @End. From this I got an exception that did not seem to help much. I was hoping for somethng like. | ConversationNotBegunException: my

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat and Jakarta ISAPI Redirector

2006-05-05 Thread Spiteri
Just a quick one...shoud the connecter settings in the server.xml for the HTTP connecter match the AJP1.3 settings? Below is a sample from a production...I am experiencing a high number of server busy requests and sever time outs at the moment. Any suggestions?

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat and Jakarta ISAPI Redirector

2006-05-05 Thread Spiteri
Sorry..the cut and paste didnt work too well...here is the server.xml settings. | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941661#3941661 Reply to the post : http://www.jboss.

[JBoss-user] [JBossWS] - JBossWS 1.0 vs. Axis 1.3

2006-05-05 Thread Juergen.Zimmermann
I'm using Excel 2003 with Microsoft's WebServices Toolkit 2.01 as a WS client. Just using Tomcat with Axis 1.3 and RPC/Encoded there is no problem. Using JBoss 4.0.4CR2 with EJB3, JBossWS 1.0.0GA, and RPC/Encoded the Excel client fails because JBoss throws an exception. I'll append a) the log s

<    1   2