[jboss-user] [JBoss jBPM] - Re: HOw to create user so that no one can see others tasks..

2008-06-19 Thread kukeltje
post 1: search the forum, wiki etc... post 2: something is misconfigured, most likely a role or membership you forgot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159362#4159362 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2008-06-19 Thread kukeltje
anonymous wrote : Does the JBPM Console implement such functionality No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159363#4159363 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159363

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

2008-06-19 Thread ebenezerlovelin
anonymous wrote : 'ant release-bundle' will build you a full release. Thanks Andy; I was able to build it accordingly. However, I face a little (?) problem when starting the two server. I have described it below anonymous wrote : | CP stands for cumulative patch. | | CP binary

[jboss-user] [JBoss Messaging] - JBoss Cluster failover not working

2008-06-19 Thread bfach
Hi, I am using Jboss 4.2.2.GA with Messaging 1.4SP3. I am running two MDB's on a server. I have two identical nodes running in a cluster, both using the same db with two different serverpeerid's. I have configured them to run in a cluster by setting the following: -Djboss.partition.name=

[jboss-user] [Installation, Configuration DEPLOYMENT] - Our site crashes when jboss.com is down!!!

2008-06-19 Thread JakeC
http://www.jboss.com/index.html?module=bbop=viewtopict=133165 also talks about it in regards to SeamTest, but there are no replies or comments at all. Is it really understood and accepted that when the JBoss site is down, all Seam apps crash until it comes back up, or did I miss some

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Our site crashes when jboss.com is down!!!

2008-06-19 Thread JakeC
Sorry, bad formatting. Here it is again. Form post - http://www.jboss.com/index.html?module=bbop=viewtopict=133165 JIRA - http://jira.jboss.com/jira/browse/EMB-4 The forum post talks about it, but says that commenting out DTDs is not optimal. The JIRA also talks about it in regards to SeamTest,

[jboss-user] [EJB 3.0] - Re: Get ear name

2008-06-19 Thread rpiaggio
private static String getEarName() { | URL url = Thread.currentThread().getContextClassLoader().getResource(); | Pattern p = Pattern.compile((?i)/([^/:\\*\\?\\|]+)\\.ear/); | Matcher m = p.matcher(url.getPath()); | if (m.find()) { | return m.group(1) + /; | } else {

[jboss-user] [JBoss jBPM] - Re: Is this a bug or is it intentional

2008-06-19 Thread [EMAIL PROTECTED]
I see problems with both the current code and your proposed fix. The current code fails for the declaration below, because it will try to assign a HashMap to a Hashtable. Hashtable keyCodes; The proposed fix actually makes things worse because the following declaration is the common case.

[jboss-user] [Beginners Corner] - Re: Web folder

2008-06-19 Thread PeterJ
Post the full path name of a static file you are attempting to access. For example, my file was c:/registry/some.html And post the URL you are using to access the static file. For example, I used http://localhost:8080/registry/some.html By the way, I used JBossAS 4.2.2 and JDK 1.5.0_15. View

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS hangs and logging stops

2008-06-19 Thread PeterJ
The behavior you are seeing could be the result of a significant garbage colelction. You are not, by any chance, using the CMS collector? If so, if that collector gets behind in its duties, a full serial collection takes place, and that collection is usually very painful. One way to check this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: not accessible from localhost

2008-06-19 Thread PeterJ
In the console log, a few lines before the Started in xxx seconds message, there is an entry that looks like: 11:35:20,462 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 The IP address in that entry is the one actually bound to. From my reading of the code (a couple of

[jboss-user] [Beginners Corner] - Re: looking for a

2008-06-19 Thread PeterJ
Unfortunately, all of the simple apps I know of come only as source code which you have to build and then deploy. The only app I can think of that is ready to deploy is JBoss Portal, but it is not simple. View the original post :

[jboss-user] [JBoss Portal] - Re: Drag and Drop: Drag works, but Drop not working?

2008-06-19 Thread wesleyhales
It looks like we can only go to scriptaculous 1.7.1-beta3. Any version = 1.8.0 breaks portal DnD in all browsers except FF2 ;) We will stay on 1.7.1-Beta3 until we figure out if it's our js code or theirs: http://jira.jboss.com/jira/browse/JBPORTAL-2047 View the original post :

[jboss-user] [JBoss Portal] - Re: Cannot arrange portlets horizontally

2008-06-19 Thread michaelchan
The problem is now solved, it turns out that none of the renderer class make use of the orientation attribute. Adding some extra lines to the source code and compile the portal-theme-lib.jar would solve the problem. PM me if anyone want details on how to solve the orientation issue. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 3.2.7 no longer deploys due to site reorganizatio

2008-06-19 Thread tim_ph
Shouldn't JBoss use the DTD from jar files instead? what option should I look into for changing that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159395#4159395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159395

[jboss-user] [Security JAAS/JBoss] - SPNEGO Negotiation - JBoss Negotiation 2.0.3.Beta1

2008-06-19 Thread [EMAIL PROTECTED]
The first beta release of the JBoss Negotiation project has just been made. The JBoss Negotiation project provides a Tomcat authenticator and JAAS login module which can be used to add SPNEGO negotiation to any web application deployed to JBoss. The authenticator and user guide can be

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss-4.2.2GA SSI

2008-06-19 Thread edgoquist
I'm trying to install the latest stable version of JBoss - jboss-4.2.2GA - and I'm having a problem with server-side-includes. The documentation says: | !-- IMPORTANT: To use the SSI servlet, you also need to rename the -- | !--

[jboss-user] [JBoss Tools (users)] - jndi for war deployment

2008-06-19 Thread wilczarz
Hi, I'm having JBoss running my EJBs deployed in a WAR. I can't thought use Seam sessionBean components due to jndi lookup failure. Now, is this line from components.xml incorrect for a WAR archive? core:init debug=true jndi-pattern=#{ejbName}/local/ Obviously something's wrong since I'm

[jboss-user] [JBossWS] - Schema Validation - Failed to read schema document

2008-06-19 Thread bbucy
Trying to turn on Schema Validation for a webservice I have created. All is ok running without validation, wsconsume has no issues generating artifacts on the server side, nor any issues running wsconsume on client side, nor any issue running the client and getting a response from the server

[jboss-user] [JBoss jBPM] - Re: job executor explained in a nutshell

2008-06-19 Thread kadlecp
Hello Alex, anonymous wrote : | No updates will be ever lost with higher isolation levels. The database will ensure that no two transactions that update the same data item can proceed. | Yes, I agree. But the db will block the second update until transaction with first update commits.

[jboss-user] [JCA/JBoss] - changing conn parameters in -ds.xml file !!!urgent!!!

2008-06-19 Thread sankul123
I have tried to explain using these two cases - ora-ds.xml - oracle ds xml file. CASE 1: If I place the ora-ds.xml file under ${JBOSSHOME}/server/default i,e ${JBOSSHOME}/server/default | | | |--- myApp.ear | | | |---ora-ds.xml | | | and I update the ora-ds.xml file manually

[jboss-user] [JBoss jBPM] - Re: job executor explained in a nutshell

2008-06-19 Thread kadlecp
I think that optimistic locking needs READ COMMITTED isolation level of transactions. Nothing more, nothing less. Pavel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159414#4159414 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment: Deploying as ear !!!!!URGENT!!!!!!!

2008-06-19 Thread sankul123
HI ALL, I have an ear myApp.ear file and deployed it under ${JBOSS_HOME}/server/default/deploy. On start[run] it got exploded to default/temp folder. I have few configurations done on few property files. Once I restart the server again I dont see the configuraions it is again exploded to a new

[jboss-user] [JBoss jBPM] - Re: job executor explained in a nutshell

2008-06-19 Thread kadlecp
I must rewrite my last but one reply. I was trying it ones more how it behaves and the blocking I was writing about is not truth. Hello Alex, anonymous wrote : | No updates will be ever lost with higher isolation levels. The database will ensure that no two transactions that update the same

[jboss-user] [EJB 3.0] - How can set longblob type in entitybean 3.0

2008-06-19 Thread jk6803
I use Jboss 4.2.2.G , Mysql 5.0 and entitybean 3.0. The problem I have is that the type of the object keeps tinyblob. I would want to change longblob but it does not work. Here is a code. public class Test implements Serializable { private static final long serialVersionUID = 1L;

[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-19 Thread kringdahl
Just to loop back on my efforts to integrate JBoss Cache 2.1.1.GA with AS 4.2.2.GA. I have this mostly working. It required upgrading the AOP deployer in the AS to JBoss AOP 2.0.0 (I used CR8) and also using the new pluggable-instrumentor.jar as the javaagent. JBoss Cache 2.1.1.GA appears to

[jboss-user] [Clustering/JBoss] - Re: How to get IP address of JBoss instances

2008-06-19 Thread tvbinh
[EMAIL PROTECTED] wrote : From the jboss:service=DefaultPartitionMBean, get the HAPartition attribute. On that, invoke HAPartition.getClusterNodes(). That will return ClusterNode[], with each element representing a member of the current view. ClusterNode.getIpAddress() and getPort() will

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem getting JDBC datasource from JBOSS

2008-06-19 Thread bikerzon
Hi, Hope someone can help me out here. I'm using JPA(EJB3) with Hibernate and MySQL in my J2EE apps. The problem is that I'm trying to get the datasource from the JNDI. I think I configured the JNDI and datasource correctly as I follow the JBOSS Server_COnfiguration_Guide.pdf properly and the

[jboss-user] [JCA/JBoss] - Problem getting JDBC datasource from JBOSS

2008-06-19 Thread bikerzon
Hi, Hope someone can help me out here. I'm using JPA(EJB3) with Hibernate and MySQL in my J2EE apps. The problem is that I'm trying to get the datasource from the JNDI. I think I configured the JNDI and datasource correctly as I follow the JBOSS Server_COnfiguration_Guide.pdf properly and the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple Strut-Config.xml

2008-06-19 Thread premnathk.chn
has any one got an answer to this.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159432#4159432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159432 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with connecton pooling in JBOSS 4.2.2GA

2008-06-19 Thread priyarao234
thankQ kiran 4 ur fast reply but, already i configured mysql-ds.xml filr as shown bellow.. mysql-ds.xml local-tx-datasource jndi-nameDefaultDS/jndi-name connection-urljdbc:mysql://localhost:3306/jmsDB/connection-url driver-classcom.mysql.jdbc.Driver/driver-class

[jboss-user] [JCA/JBoss] - Re: changing conn parameters in -ds.xml file !!!urgent!!!

2008-06-19 Thread vickyk
sankul123 wrote : Even after updating I still get old conn object if I make a JNDI call. | I dont see any events as mentioned in case 1 , when I update the ora-ds.xml file in second case. | You should be redeploying the EAR to see the changes in -ds.xml , modify the EAR/META-INF/app.xml

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment: Deploying as ear !!!!!URGENT!!!!!!!

2008-06-19 Thread jaikiran
To avoid the archive being exploded to temp folder, you can go for exploded deployment. You can deploy the myApp.ear as well as the web1.war (which is inside the ear) in exploded format. See this http://wiki.jboss.org/wiki/ExplodedDeployment for more details. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with connecton pooling in JBOSS 4.2.2GA

2008-06-19 Thread jaikiran
You are looking up the datasource from a standalone java program. The java: namespace (to which the datasource is bound) will not be accessible from the standalone client. See this http://wiki.jboss.org/wiki/HowCanIAccessADataSourceFromAClient for more information View the original post :

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread gary.c.chen
Yes, I got it, thanks fox. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159439#4159439 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159439 ___ jboss-user mailing list

<    1   2