[jboss-user] [JBoss Portal] - Re: database issue

2008-08-18 Thread taocore
Sorry, it is my mistake. Before quitting from isql, I did not commit, so the inserting recodes were not really written to the database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170976#4170976 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 - can't get HttpServletRequest from R

2008-08-18 Thread bvogt
renderRequest.getControllerContext().getServerInvocation().getServerContext().getClientRequest()http://docs.jboss.com/jbportal/v2.6.4/javadoc/org/jboss/portlet/JBossRenderRequest.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170979#4170979 Reply to the

[jboss-user] [Performance Tuning] - Re: StatisticsCollector - performance issue

2008-08-18 Thread cezary_u
EJB3 makes no difference to me, because the app uses EJB2 (afair)... It's also coded with JDK4 so maybe it won't crash in some spectacular way? How do you think? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170984#4170984 Reply to the post :

[jboss-user] [EJB 3.0] - Re: best way to expose ejb3 as web service?

2008-08-18 Thread jaki
Hi again, Is it not possible to return a map/hashmap from the ejb web service? I'm using an axis client for that as below Call call= (Call) service.createCall(); |call.setTargetEndpointAddress( new java.net.URL(endpoint) ); |

[jboss-user] [Clustering/JBoss] - Re: How to run a Queue and MDB into a cluster

2008-08-18 Thread dmary
well, i didn't found any solution at this time, is someone can help me ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170994#4170994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170994

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Ajax / Dojo based application hangs on Apache / JBoss

2008-08-18 Thread rajeshchande
Hello, Any guidance for this issue, still I am facing the same. Regards, Rajesh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170993#4170993 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170993

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to handle colon (:) in CSS files (IE-limitation)

2008-08-18 Thread kirksigi
Ok. I found it by myself at the java JSF-forum: http://forums.sun.com/thread.jspa?forumID=427threadID=5310179 use: \3A instead of \: in CSS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171000#4171000 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Xerces.jar upgradation

2008-08-18 Thread zmanish
Hi skajotde, That issue is different. JBoss already overirides the JDK reference implementation of XML_APIS by putting Xerces Implementation in its endorsed folder (JDK endorsed mechanism). What we need is help in upgrading this xerces jar from 2.6.2 to 2.8.0 from any past

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JEMS installer/ IzPack source code

2008-08-18 Thread twenckebach
So, after getting no answers for this question (neither in this forum nor in the original JEMS Installer forum), is it fair to conclude that the JEMS Installer is dead and should not be relied on in future? This would be a pity and another indication that it is safer not to trust any open

[jboss-user] [EJB 3.0] - Problems updating entity in a many-to-many relationship

2008-08-18 Thread mantay
Hi all, I have a many-to-many relationship between entities User and Permission. Since I need an additional field isDenied in the association table, I cannot use the @Many-to-many annotation, but have to model this table explicitly an an entity UserPermission. I create a one-to-many

[jboss-user] [JBoss Portal] - Re: using ext js in JBP

2008-08-18 Thread jsports
now ,I have found the problem. The reason is: our jsp page contains a body tag,but the css effect is load on the portal page's body. so after deleting the body tag,and modifing the div's class ,it runs well. View the original post :

[jboss-user] [EJB/JBoss] - Communication between Tomcat and EJ-Beans in one VM

2008-08-18 Thread mvrob
Hi everybody, I've got a problem with calling Beans from Tomcat: We are working with JBoss 4.0.4, where we use the Built-in Tomcat and EJB-2.0-SessionBeans. We tried to upgrade to JBoss 4.2.2 and now the parameters during internal Calls from the Tomcat-Application to SessionBeans are passed on

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JEMS installer/ IzPack source code

2008-08-18 Thread jaikiran
See this http://wiki.jboss.org/wiki/JEMSInstaller. It points to various SVN repositories. You will probably find appropriate tags in the SVN. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171006#4171006 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - ClassCastException while concurrent accessing EJBs and class

2008-08-18 Thread aheizen
Hello all, i have following problem: the application i am working on have two components which use concurrently a third component by invoking its EJBs. It is possible, that this three components can use internal different class versions. And for this the class loader isolation was enabled by

[jboss-user] [JBoss Messaging] - How to set the FullSize of the queue

2008-08-18 Thread peepod
I am sending SOAP messages with attatchments to a series of message queues running on JBoss Messanging. I have run into problems with OutOfMemoryExceptions. I have changed the memory allocation from the default to 512 and 1024. However, the real problem is that JBoss Messaging is holding too

[jboss-user] [JBoss Messaging] - Re: How to set the FullSize of the queue

2008-08-18 Thread timfox
Search for fullSize in the documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171015#4171015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171015 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: How to set the FullSize of the queue

2008-08-18 Thread peepod
Its actually quite simple, all I had to do was add some simple attributes as follows: mbean code=org.jboss.jms.server.destination.QueueService | name=jboss.messaging.destination:service=Queue,name=site | xmbean-dd=xmdesc/Queue-xmbean.xml |

[jboss-user] [JBoss jBPM] - BPEL Problem with Fault Handler

2008-08-18 Thread Fabiana
Hi, I'm trying to develop a BPEL process with fault handling. I have a web service wich unzip a file and send a fault message when cannot find the file. The wsdl of this web service is this: | ?xml version=1.0 encoding=UTF-8?wsdl:definitions xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;

[jboss-user] [JBoss Portal] - Re: Configure dashboard javascript error w single quote in p

2008-08-18 Thread [EMAIL PROTECTED]
Please open a Jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171022#4171022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171022 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: add new user

2008-08-18 Thread petia
Hi, I have the same problem. I can not create users through the web console. They do appear in the database, but they can not log in to the system. I am working with the 3.2.3 release and Java 1.6 (btw, the websale example coming with the 3.2.3 release did not work with Java 1.5 - as already

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.6 and DB UTF8 encoding

2008-08-18 Thread [EMAIL PROTECTED]
Now that we have Russian l10n, it tries to include chars that are not WIN 1252 compatible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171024#4171024 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171024

[jboss-user] [JBoss Cache: Core Edition] - Re: Using TCP to do clustering

2008-08-18 Thread mircea.markus
10.1.200.129 is not a multicast/class D IP address. Are there any warnings being logged? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171025#4171025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171025

[jboss-user] [JBoss Messaging] - jms clients timeout

2008-08-18 Thread yyagol
Hi all, I have a problem with client timeout . i cant find where to set the timeout for jms connection to clients. in the documentation it says about server failure timeout but not on the server settings for clients connection timeout. in messaging-service.xml this is important because it looks

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error deploying an ear to JBoss 4.2.0 with message

2008-08-18 Thread [EMAIL PROTECTED]
That is the server.log. It doesn't show anything else prior to this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171029#4171029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171029

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with expiration eviction

2008-08-18 Thread mircea.markus
If you want to specify the eviction melodramatically only (no eviction config in the xml file), you have to do it like this: | ExpirationConfiguration expirationConfiguration = new ExpirationConfiguration(); | expirationConfiguration.setTimeToLiveSeconds(2); | EvictionConfig

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-18 Thread jinpsu
And all is well in the world... or at least my app. Thanks again, jaikiran! Justin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171035#4171035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171035

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Odd security issue: commons-modeler.jar no signer certifica

2008-08-18 Thread russellsimpkins
I was wondering if anyone has seen an issue like this below. I searched google and didn't find anything close. The server is jboss 4.05.GA and we are running ATG Content Administration software for what it's worth. I am wondering if we have a bad jar file packaged, if we need to install a

[jboss-user] [JBoss Cache: Core Edition] - Re: Endless loop trying to obtain lock in 1.4.1.SP9

2008-08-18 Thread mircea.markus
This is a known issue: https://jira.jboss.org/jira/browse/JBCACHE-1235. It was fixed in 2.1, take a look at the suggested workaround here: https://jira.jboss.org/jira/browse/JBCACHE-1165, or upgrade to a newer version View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-18 Thread mircea.markus
We've only investigated integration of JBC2.x in AS 4.x with web replication, not with EJB replication. see: http://wiki.jboss.org/wiki/JBossCacheAsCompatibility This is on my todo list, I cannot give any estimate on when this will be finished. It is not officially supported, also. View the

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-08-18 Thread spezam
pravvenas, did you find a solution/workaround for this problem? Thanks, Matteo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171040#4171040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171040

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader problem

2008-08-18 Thread mircea.markus
an idea would be to have a small program that a) starts a new cluster instance which would fetch all in memory state b) this instance uses passivation c) call cache.evict after state retrieval finished d) exit View the original post :

[jboss-user] failure notice

2008-08-18 Thread postmaster
Hi. This is the smtp delivery program. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. [EMAIL PROTECTED], sorry, no mailbox here by that name. --- Below this line is a copy of the message.

[jboss-user] [JBoss Cache: Core Edition] - URGENT - Clustering without multicast

2008-08-18 Thread LORDs_diakonos
I am wondering if it is possible to cluster Jboss Cache without using multicast traffic. I am running on Amazon EC2 and they don't support multicast. I kind of need to solve this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171043#4171043 Reply to the

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.6 and DB UTF8 encoding

2008-08-18 Thread chuaky
Thanks Thomas, would use UTF8 from now on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171044#4171044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171044 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Re: URGENT - Clustering without multicast

2008-08-18 Thread [EMAIL PROTECTED]
We haven't got a tried and tested clustering service on EC2 as yet, but you could try using TCP in JGroups, instead of UDP. Have a look at the JGroups website, there are docs and sample configs for using TCP instead of UDP. View the original post :

[jboss-user] [JBoss Portal] - JBPORTAL-1978 : scriptaculous prototype js

2008-08-18 Thread chuaky
hi, Please refer to JBPORTAL-1978, i think Portal 2.6.5SP1 was upgraded to scriptalculous.js 1.8 version that can work with richfaces 3.2.1 datascroller. But now, Portal 2.6.6 use back older scriptalculous.js 1.7, and cannot work with richfaces 3.2.1 datascroller. How to work around this so

[jboss-user] [JBoss Portal] - Re: JBPORTAL-1978 : scriptaculous prototype js

2008-08-18 Thread [EMAIL PROTECTED]
Scriptaculous had to be rolledback because the upgrade broke the Drag And Drop feature of the dashboard. Wesley didn't find the time yet to find what changed that broke the DnD so for now there is no solution. If you are willing to look at the issues, i would be very glad :) View the original

[jboss-user] [JBoss Portal] - custom user and Jboss user

2008-08-18 Thread amouradi
Hi All, Would appreciate if someone can point in a right direction. I have a portlet deployed in Jboss portal that pulls data from our database and displays them. Now I want to map displayed data to a logged in user and our own customer, what would the best way to do it, so users will see only

[jboss-user] [Security JAAS/JBoss] - AbstractServerLogin module.logout and cached principals

2008-08-18 Thread maggu
Hi all, I am implementing a very simple web application and adding a custom class extending from the DatabaseLoginModule. All it does is extend initialize() by adding a few more variables, and extend login() by adding some checking logic before and after a call to super.login(). So, I have not

[jboss-user] [EJB 3.0] - Re: controlling MDB pool size

2008-08-18 Thread kaja78
http://wiki.jboss.org/wiki/ConfigJBossMDB?action=ewindowstate=normalmode=view For EJB3 MDB edit the ejb3-interceptors-aop.xml file in deploy directory or may be you can use annotations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171053#4171053 Reply to

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-18 Thread jorgemoralespou_2
This is a pity, since probably there are lots of projects in which isolating the classloaders is not desirable, and seems that introducing JBC2 breaks it all. If I set up Class Isolation for every app I deploy, I have to bundle common core classes and model, which are stored in cache, and also

[jboss-user] [JBoss Tools (users)] - Re: Redeployment loop of ear on jboss AS 5

2008-08-18 Thread wdrai
JBoss does not survive the eclipse shutdown. The strange thing is the exact 5 mn delay between each redeploy, which looks like a conflict between the WTP publishing and the JBoss Tools, but even after having removed all WTP automatic publishing, this is exactly the same. View the original

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader problem

2008-08-18 Thread jorgemoralespou_2
I was already working on it, although I didn't thought on passivation, rather in a cache.put for every node. I'll try cache.evict, as it seems rather easier. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171056#4171056 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: add new user

2008-08-18 Thread mputz
Petia, the SQL 42601 error comes up because the SQL statements are missing the trailing semicolons (;). | $ sed 's/$/;/g' jbpm.jpdl.postgresql.sql jbpm.jpdl.postgresql.delimiter.sql | $ psql -d database -U dbuser -W -f jbpm.jpdl.postgresql.delimiter.sql | Also, you'd need not only

[jboss-user] [EJB 3.0] - Re: Using Connection Pool in EJB 3.0

2008-08-18 Thread jaikiran
mabimal wrote : How can i make ejb read this file | I don't know how you are reading this file currently in your web application. But you can use: InputStream is = this.getClass().getClassLoader().getResourceAsStream(configuration.xml); View the original post :

[jboss-user] [JBoss Portal] - Re: Localization

2008-08-18 Thread [EMAIL PROTECTED]
anonymous wrote : But these bundles place are distributed all of the places, so confusuded. This is the price of a modular structure. We cannot put all localization in a unique file it wouldn't make sense for deployment. I agree it would be easier for translators if they want to translate

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-18 Thread mputz
anonymous wrote : The case i have is that Comment objects are attached to tokens in the process instance. I just tested GraphSession.deleteProcessInstance on a process with related comments, and they were deleted just fine. This was with jBPM 3.2.3. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-18 Thread derrickhackman
Pretty much sums up my sentiments on this issue as well. Total drag and a bit of a cowboy nature to the design of JBC2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171065#4171065 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-18 Thread kukeltje
Same here. Works as expected View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171066#4171066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171066 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Problems updating entity in a many-to-many relationship

2008-08-18 Thread mantay
One solution to my problem is to find out the UserPermissions to be deleted and remove them manually using the entity manager's remove method. I think it's a bit strange that this cannot be done by the container. After all it is able to store new relationships in the DB and update existing

[jboss-user] [JBoss jBPM] - Re: add new user

2008-08-18 Thread petia
Thanks Martin Your comment was very helpful. In the web-console, I had indeed assigned a group (which I had defined) to my user, but I realise now that I also have to have the group user assigned to him as well. (I must have missed this detail in the documentation). When playing around with

[jboss-user] [JBoss Cache: Core Edition] - Re: Same issue in 1.4.1 SP5

2008-08-18 Thread metastaz
Hi, Does anybody know anything with regards to the questions above? Thank you, Stas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171071#4171071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171071

[jboss-user] [Security JAAS/JBoss] - Re: AbstractServerLogin module.logout and cached principals

2008-08-18 Thread ragavgomatam
jboss caches the Principal only on successful authentication. So don't bother clearing the cache. Also you cannot call logout(). It is provided on the LoginModule for the container to call. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171074#4171074 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-18 Thread PeterJ
Which version of JBossAS are you using? In my testing, test.jsp uses a.class from A.jar in war1.war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171075#4171075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171075

[jboss-user] [Beginners Corner] - Re: Problem in running jboss-4.0.5.GA

2008-08-18 Thread PeterJ
Gee, rk.ranjan.singh, did you look at the wiki entry that visolvejboss provided? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171076#4171076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171076

[jboss-user] [Security JAAS/JBoss] - Re: AbstractServerLogin module.logout and cached principals

2008-08-18 Thread maggu
thanks for the reply ragavgomatam. but the problem I am trying to look at is removal of the successful login from the cache. From my example above. Lets say: 1) My DefaultCacheTimeout in jboss-service.xml is set to default (30 mins). 2)I log in as john successfully (username:john, password 1234).

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Access Resources from webapp directory

2008-08-18 Thread PeterJ
There are two caveats to your solution: 1) It is labor intensive and very slow 2) It does not work in JBossAS 5.0 (the listDeployed operation stopped returning anything in beta1 and as of CR1 still does not return anything) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: changing sar, ear, war deployment order

2008-08-18 Thread PeterJ
Probably the easiest way to get your sar deployed after your ear is to create a deploy.last directory (within the deploy directory) and place your sar file there. The sar will then be deployed last. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171081#4171081

[jboss-user] [Performance Tuning] - Re: StatisticsCollector - performance issue

2008-08-18 Thread PeterJ
My suggestion remains the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171082#4171082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171082 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassCastException while concurrent accessing EJBs and c

2008-08-18 Thread PeterJ
Do either of these help: http://wiki.jboss.org/wiki/CommonHurdlesAndDifficultiesYouMayEncounterDuringEJB3Development http://wiki.jboss.org/wiki/ClassCastExceptions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171083#4171083 Reply to the post :

[jboss-user] [JBoss Portal] - Re: custom user and Jboss user

2008-08-18 Thread PeterJ
I will assume that your database is different from the portal's database. Then your code should get the user identity from the portal and use that identity within your own database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171084#4171084 Reply to the

[jboss-user] [EJB 3.0] - Re: Exception on trying to persist more than one object

2008-08-18 Thread jaki
Anyway to write an object into the db as soon as em.persist is called? I think this will solve the above problem. Kindly help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171086#4171086 Reply to the post :

[jboss-user] [Advanced Documentation] - Increase code cache non heap memory

2008-08-18 Thread manibhat
I am running Jboss 4.2.2 on jdk 1.5.0.11. I managed to increase the permanent generation non heap memory using -XX:PermSize=32m -XX:MaxPermSize=128m, but didnt find an option to increase the code cache non heap memory which by default is 32 MB. Any help is appreciated. View the original

[jboss-user] [JBoss Portal] - Re: Localization

2008-08-18 Thread PeterJ
Thomas, might it be possible to place all of the bundles in one location in the source and have the build(s) distribute the bundles to the correct components? Or maybe create an i18n component that all the other components depend on and place all of the bundles in the i18n component (you would

[jboss-user] [EJB 3.0] - Re: Using Connection Pool in EJB 3.0

2008-08-18 Thread PeterJ
mabimal wrote : How can i make ejb read this file Are you asking how to configure EJB3 such that it uses your configuration file to connect to the database? If so, as far as I know, EJB3 looks up a datasource in JNDI. Therefore, all you have to do is create a service that reads your

[jboss-user] [EJB 3.0] - SLSB basic design question

2008-08-18 Thread vanyatka
Hi, There is an SLSB. It has a facade method. Which calls private methods of the same SLSB. How can I pass parameters to those private methods? Via method declaration? Or can I use private fields? Like that: public class SLSB { | | int v1; | | void facade(int var) { | v1 = var;

[jboss-user] [Advanced Documentation] - Re: Increase code cache non heap memory

2008-08-18 Thread PeterJ
Use -XX:ReservedCodeCacheSize=???m Googling jvm code cache size yielded http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171092#4171092 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2008-08-18 Thread petia
Hi, I am running jBPM 3.2.3 out-of-the-box (with Java 1.6). I got the same problem as described above. Coincidentally, I discovered that if both transitions outgoing from the Fork have the attribute name set the problem does not appear (the default setting is that the first transition does

[jboss-user] [JBoss Messaging] - JMS Topic synchronisation

2008-08-18 Thread geosinho
Hi everyone, I'm looking for some informations about the synchronisation of a JMS topic between several JBoss servers. Thank you for your help. Antoine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171095#4171095 Reply to the post :

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread PeterJ
Always pass values as method parameters - do not use fields. With an SLSB multiple threads can be using it simultaneously and if you use a field you will get interesting results. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171094#4171094 Reply to the post

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader problem

2008-08-18 Thread jorgemoralespou_2
It seems that if I evict FQN.ROOT, only evicts nodes at primary level, and not its descendants. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171097#4171097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171097

[jboss-user] [Advanced Documentation] - Re: Increase code cache non heap memory

2008-08-18 Thread manibhat
Thanks peter, I had completed missed that option while going through the VM options. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171098#4171098 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171098

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread vanyatka
PeterJ wrote : With an SLSB multiple threads can be using it simultaneously Huh??? What about SLSB pools then? I was sure that a thread takes SLSB instance from the POOL, executes it and returns it back for later use. Never two threads execute on the same SLSB instance. View the original post

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread ALRubinger
Peter is right, though for the wrong reason. :) SLSBs *do* have state, as the instance is returned to the Pool after use. Therefore invocation-specific data should not be kept in instance members of a SLSB. For SFSB this is acceptable (and good practice) because it's guaranteed that every

[jboss-user] [JBoss Portal] - Re: custom user and Jboss user

2008-08-18 Thread amouradi
Hi Peter, Thanks for your response! Do you think storing portal username and mapping to our databse customerId is reasonable approach then? I think I would either need to implement AuthenticationEventListener so mapping between my customer and portal user gets created if it has not existed

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2008-08-18 Thread estaub
You probably have a race condition between the beginning of the async node finishing up, and the end of the async firing. I wasn't clear on what's causing the wait node to complete - can it be very quick? If so, try putting a delay in there and see if it goes away. This isn't a fix,

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-18 Thread [EMAIL PROTECTED]
On this topic, we are planning on a AS5 clustering SPI that will allow for JBC to be easily updated (globally). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171103#4171103 Reply to the post :

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread vanyatka
ALRubinger wrote : SLSBs *do* have state, as the instance is returned to the Pool after use. Therefore invocation-specific data should not be kept in instance members of a SLSB. Thanks, Andrew. This makes good sense. However, if I only run one single facade method, and previous old state

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-18 Thread lblaauw
Hmm Thats weird, we also use 3.2.3 here on a jboss server 4.2GA release and a mysql database 5.x No idea why the cascades dont work then on our installations Regards, Leo mputz wrote : anonymous wrote : The case i have is that Comment objects are attached to tokens in the process instance.

[jboss-user] [JBoss Portal] - Re: JBPORTAL-1978 : scriptaculous prototype js

2008-08-18 Thread chuaky
oic, i try to see if by loading the new scriptaculous and prototype js from portal headers can be a workaround. If i can find wat cause the problem, i would post it :) Thanks Thomas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171106#4171106 Reply to the

[jboss-user] [EJB 3.0] - DDL statement inside a transaction (mysql)

2008-08-18 Thread vanyatka
Hi, There is a transactional SLSB method that uses EntityManager. It does some business logic, and on its finish all DB changes should be made persistent or rolled back. The problem is that along the way some DDL statements must also be executed. And MySQL cannot execute those statements

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread ALRubinger
vanyatka wrote : ...if I only run one single facade method, and previous old state doesn't bug me (all variables are re-initialized before used), can such temporal use of fields be justified? Sure, but you've set up a maintenance gotcha that is pretty easy to violate and will be difficult to

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-18 Thread jorgemoralespou_2
Pitty for those stuck with JBossAS 4 for a while. :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=417#417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=417 ___

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread vanyatka
Thanks for sharing your insights on this issue! ALRubinger wrote : Sure, but you've set up a maintenance gotcha that is pretty easy to violate and will be difficult to debug. Also, you'll be less likely to see the inconsistencies exhibited in development, meaning it's likely that Peter's

[jboss-user] [JBoss Cache: Core Edition] - Re: Has anyone used JBC 2.x series with JBossAS 4.2.x series

2008-08-18 Thread [EMAIL PROTECTED]
derrickhackman wrote : Pretty much sums up my sentiments on this issue as well. Total drag and a bit of a cowboy nature to the design of JBC2. Not really cowboy, but stuff that needed to happen. JBC 1.x had a confusing and occasionally incorrect API. I do appreciate your concerns regarding

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2008-08-18 Thread petia
Hi Ed, Below is the example which works nicely for me. Note that, the fork and join have the default setting async=false. The transitions to B1 and to B2 going out from the Fork node, do not have any conditions specified. The only difference of this example, from a non-working example is that

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2008-08-18 Thread estaub
Petia, If you have async=false on everything, all the work is performed sequentially on one thread - there's no opportunity for a stale object (or race condition) to occur. -Ed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171123#4171123 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: JBoss integration with Oracle Internet Directory

2008-08-18 Thread fgracely
I'm struggling with the same challenge. There are quite a few login-module options, most of which I'm not sure how to set for OID. If you come across any answers, I'd love to hear them. I'll do the same for you. View the original post :

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2008-08-18 Thread petia
Hi Ed, Thanks for your reply. Maybe I misunderstood you, but I do not set the attribute async to anything at all. According to the specification, this attribute default value is false. In my opinion this is a strange attribute to have for a Fork Node, but again according to the specification

[jboss-user] [EJB 3.0] - Re: SLSB basic design question

2008-08-18 Thread PeterJ
Of course an alternate approach is to go back to what was done with EJB 2.x to support unittestability - place all of the methods into another object, and make the SLSB a mere facade for that object. Then each SLSB method would look like: void doSomething(int var) { new

[jboss-user] @TransactionTimeout Not working in JBos 4.2.2-GA

2008-08-18 Thread Jeremy Levy
No matter where I put the @TransactionTimeout(1500) attribute it never seems to have any effect. The document http://wiki.jboss.org/wiki/TransactionTimeout seems to suggest it should. J ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - Cannot configure Crystal Reports 2008 to work with JBoss 4.0

2008-08-18 Thread tekkydog
Hi there, I'm new to JBoss and have been trying to configure a connection from Crystal Reports 2008 to JBoss 4.0.4 using JNDI connection with JTDS (open-source JDBC driver) to Microsoft SQL Server 2000 for the past week with no success. I have also tried it with Crystal Reports XI Release 2

[jboss-user] [Security JAAS/JBoss] - Re: AbstractServerLogin module.logout and cached principals

2008-08-18 Thread ragavgomatam
anonymous wrote : 2)I log in as john successfully (username:john, password 1234). Principal john gets cached. | 3) I close my browser in 2 minutes. I open my browser after 10 mins. I am prompted with a login screen. When user closes browser, send a ajax request to server do a

[jboss-user] [JBossWS] - Re: JBossWS Benefits

2008-08-18 Thread karypid
I suppose choice is one advantage. Lots of non-standardized web services functionality (for example, WS-ReliableMessaging or WS-Eventing) is accessed via a different API for each of the various stacks (CXF, Metro, etc). Rather than coding to a specific Web Services stack, you can use the

[jboss-user] [Microcontainer] - What can the MicroContainer do for me?

2008-08-18 Thread thinkstream
Hello, I am currently evaluating various Jboss technologies and the MicroContainer (MC) looks very promising. I have a few question I'd be appreciate if someone could answer. 1. Is the MC similar in concept to Spring ? 2. According to documentation, I don't need App Server to run MC. How do I

[jboss-user] [EJB 3.0] - @TransactionTimeout Not working in JBos 4.2.2-GA

2008-08-18 Thread jelevy01
No matter what method I put the @TransactionTimeout(1500) attribute it never seems to have any effect. The document http://wiki.jboss.org/wiki/TransactionTimeout seems to suggest it should on any public method. Is this not implemented? View the original post :

[jboss-user] [JBoss Portal] - Re: Custom Login Module Issues.

2008-08-18 Thread crimsontwilightx
hi, the problem is : login module class must be in system class path. happy news is that you can use ProxyLoginModule instead of directly declaring your class. look at the config file : login-module code=org.jboss.security.auth.spi.ProxyLoginModule flag=required |

[jboss-user] [Security JAAS/JBoss] - Re: AbstractServerLogin module.logout and cached principals

2008-08-18 Thread maggu
I seebut is there no way to directly get at a subject from my previous login, inside my customloginmodule? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171149#4171149 Reply to the post :

[jboss-user] [Beginners Corner] - Re: IPs and URLs logging in JBoss

2008-08-18 Thread dgenkin
After trials and errors found how to log what i wanted. The following needs to be specified in the server.xml: | Valve className=org.apache.catalina.valves.AccessLogValve | prefix=access_log. suffix=.log | pattern=%{X-Forwarded-For}i %h %l %u %t \%r\ %s %b

[jboss-user] [JBossWS] - Re: WebServiceException: Unable to load Provider

2008-08-18 Thread gsekar
https://jira.jboss.org/jira/browse/JBPAPP-941 This fixed the same issue I was having. I didnt have to remove or copy any jars View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171156#4171156 Reply to the post :

  1   2   >