[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Should I front Tomcat with Apache

2009-02-12 Thread jfrederic.cl...@jboss.com
Stop complaining about JBWEB-82 apply the patch of https://jira.jboss.org/jira/browse/JBPAPP-366. If you don't have static pages using httpd won't give any performances improvements View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209372#4209372 Reply to

[jboss-user] [JBossWS] - Re: schemavalidation: fault not returned to calling client

2009-02-12 Thread gambellid
I have the same problem. Anyone know if this is the correct behavoiur and how is it possible to intercept the exception from the server side and send some fault code to the client? I'm searching over all forum but no solution is explained, help me please. Thanks View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Bug? Multiple interfaces in the implementation causes De

2009-02-12 Thread dsteinwe
@jaikiran Thanks for your information. Now, it's clear that it is an intend behaviour and of course it makes sense. @PeterJ Yes, I have checked out the branch Branch_5_0 installed ant and maven. After that you can build 5.0.1. BTW, can take 1h. @All I have found some docs about the @Service

[jboss-user] [JBoss Tools (users)] - Warning when using multilanguage

2009-02-12 Thread six-p4ck
Hello all. I'm a little bored because i see a lot of unreal warning when i use the multilangugage. With Eclipse ganymede + JBossTools-3.0.0.CR1 I have a few .properties file. And when i do somthing like this: | f:facet name=header#{messages['fileUpload.picturePreview']}/f:facet | or

[jboss-user] [JBoss jBPM] - Re: Oracle DB with jbpm 3.3.1 GA

2009-02-12 Thread Toriton
I'm not sure if is the same problem i had at start :), but could be that you don' have USERS GROUPS and MEMBERSHIP in your tables. If you need a script to create the db in oracle it is in the jBPM runtime location you configured. The script posted here is for standard user as they are listed

[jboss-user] [EJB 3.0] - Re: I need a hello world example of ejb 3.0 with jboss 4.2

2009-02-12 Thread chsanth
Re: I need a hello world example of ejb 3.0 with jboss 4.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209381#4209381 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209381 ___

[jboss-user] [Beginners Corner] - jboss 5 console

2009-02-12 Thread Falgn0n
Hi all. I am new to jboss. I have just installed jboss 5 together with jdk1.5.0.1_01 on windows server 2003 sp2. When i open my browser and enter: http://localhost:8080 to access the console, iexplore tells me: http 404 - not found (the page cannot be found) What could be causing this error?

[jboss-user] [Management, JMX/JBoss] - Re: Bug? Multiple interfaces in the implementation causes De

2009-02-12 Thread jaikiran
dsteinwe wrote : | @All | I have found some docs about the @Service annotation here: | http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/jboss_extensions.html | Chapter 5.1. @Service EJBs contains all relevant information about the annotation and explains the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem with deploying application

2009-02-12 Thread lukep1984
I'm trying to deploy web application containing facelets 1.1.14, jsf 1.2 and spring 2.5 and I'm getting this mistake: 09:34:44,119 ERROR [[/Projekt]] Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener | java.lang.LinkageError:

[jboss-user] [Microcontainer] - Re: Deployment contextual information

2009-02-12 Thread alesj
david.ll...@jboss.com wrote : I see - so I can attach any kind of MetaData, so long as it implements MetaData? Does the MDR (or any other project) define a convention for this? | Look at MutableMetaData class. MetaData == any object; We just have annotation notion for ease of use. Another

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Rewrite url, http code 302 instead of 301.

2009-02-12 Thread jfrederic.cl...@jboss.com
Ok I was fixed it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209393#4209393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209393 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Need Help: Issues with Deploying with Spring and Hibernate

2009-02-12 Thread waimeng72
Hello All, I am new to JBoss am porting an Application Running in Weblogic to JBoss developed with SpringFramework. I have created a JNDI in JBoss and when I tried to deploy my application, the following error shows up anonymous wrote : org.springframework.beans.factory.BeanCreationException:

[jboss-user] [Remoting] - Sending to another host after connection was lost

2009-02-12 Thread DanielTravin
Hey, what is the best way to switch all invocations to another server after a client was notified about lost connection? Lets say if I have a server clustered into two nodes, and my remoting client uses first node as as server, how to switch to the backup server in case of an error ? Thanks

[jboss-user] [Installation, Configuration DEPLOYMENT] - virtualhost problem

2009-02-12 Thread sunlinux
using jb 4.2.2 for virtual host conf in server.xml anonymous wrote : | kn.example.com | !-- www.orangeadomicile.fr -- | | | for app.war's jboss-web.xml anonymous wrote : ?xml version=1.0? | !DOCTYPE jboss-web | jboss-web |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: virtualhost problem

2009-02-12 Thread sunlinux
for virtual host conf in server.xml kn.example.com !-- www.orangeadomicile.fr -- View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209402#4209402 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: virtualhost problem

2009-02-12 Thread sunlinux
for virtual host conf in server.xml --! kn.example.com !-- www.orangeadomicile.fr -- -- View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209405#4209405 Reply to the post :

[jboss-user] [JBoss jBPM] - Context Variable Mappings

2009-02-12 Thread AndrewNorman
I am trying to get a non serialisable object to be stored in the context of a workflow process. I have updated the jbpm.cfg.xml file to point to my modiffed varmapping file, I then added the following XML snippet into jbpm.varmapping.xml file. jbpm-type

[jboss-user] [EJB/JBoss] - Re: returned failure for com.arjuna.ats.internal.jta.resourc

2009-02-12 Thread Frank.Feinbube
Hi, I am getting the same WARNing messages with my configuration. JBoss 4.2.3.GA MySQL 5.1 Windows XP SP3 Did you find a solution for this problem so far? Thanks and Regards, Frank View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209410#4209410 Reply to the

[jboss-user] [JBoss Tools (users)] - problem starting with -b option

2009-02-12 Thread shine007
Hi , we develop and mantain a middle sized EE application. We seldom need to show to our collegues our work in progress , showing them our local development version. AFAIK, we shoul use the -b option, to bound localhost to a specific hostname. We can't use this option: specificating the IP

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2009-02-12 Thread bcn
For those interested: I tried it and it works perfectly in the described way on the same host. Next step was to try it from a remote computer, as an application client usually is not installed on the server. So I copied all jars and replaced the jndi IP, but I got: | 2009-02-12 10:51:35,821

[jboss-user] [EJB 3.0] - Re: complete and working ejb3 hello world session bean examp

2009-02-12 Thread chsanth
fghtyutyut View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209415#4209415 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209415 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Is it possible to inject a Datasource in a JBoss WS ?

2009-02-12 Thread dimar1975
Hi all ! I have posted this question in the persistence forum yesterday, but I had no luck. Meybe this forum is more appropriate: so I'm trying to inject a Datasource in a Webservice @WebService(name = CalculatorWS, targetNamespace = http://webservice_calc/calculator;) | public class

[jboss-user] [JBoss jBPM] - invoking drools in jBPM

2009-02-12 Thread project.lnp
hi.. We want to invoke drools from jbpm. We are using eclipse jee 3.4.1 IDE, jbpm 3.2.3, and Drools 5.0.0. We depolyed all plugins of jbpm and Drools in eclipse. We are trying to invoke drools by using action handler class. but it giving an error. and for drools also it is giviing an error

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread max.ander...@jboss.com
hmm...if they are not in your messages file where are they ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209419#4209419 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209419

[jboss-user] [JBoss Tools (users)] - Re: problem starting with -b option

2009-02-12 Thread max.ander...@jboss.com
works fine for me. Double click the server, set the hostname to whatever -b option you want (i.e. 0.0.0.0) and the server will startup with -b 0.0.0.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209422#4209422 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How can I have multiple virtual IPs address on the serve

2009-02-12 Thread jfbaro
Thanks PeterJ, That was really appreciated. Cheers View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209429#4209429 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209429 ___

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread six-p4ck
they are in files named: labels_en.properties or labels_fr.properties or messages_en.properties or messages_en.properties Sample of labels_en.properties: anonymous wrote : | fileUpload.addBtn=Add picture | fileUpload.picturePreview=Picture preview | fileUpload.clearPicture=Clear uploaded

[jboss-user] [JBoss Portal] - Re: error while doing performBlockingInteraction between sha

2009-02-12 Thread chris.lap...@jboss.com
The portlet issue shouldn't cause the mangled interaction state. As far as WSRP support with Microsoft, I don't know where you could ask. The WSRP implementation in Sharepoint seems to have several issues... View the original post :

[jboss-user] [JBoss jBPM] - Re: invoking drools in jBPM

2009-02-12 Thread salaboy21
Here is one tutorial, sorry but is in spanish. You can translate it using translate.google.com... http://salaboy.wordpress.com/2008/09/01/jugando-con-jbpm-12-jbpm-drools/ I hope it helps. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209435#4209435 Reply to

[jboss-user] [JBoss Tools (users)] - Re: problem starting with -b option

2009-02-12 Thread shine007
Well , our configuration is based on Eclipse Europa, Jboss 4.2.1 and jbosstools 2.1.2. While the server starts correctly without the -b option, if we specify -b 172.28.x.x the server start hangs on log4j initialization: 11:02:49,239 DEBUG [ServiceController] Creating service

[jboss-user] [JBoss Cache: Core Edition] - Pessimistic Locking

2009-02-12 Thread nathanmesser
I'm not sure my understanding of pessimistic locking is correct, as I have a situation which is working but I don't understand why. My understanding is that: 1) Locks are held for the duration of a transaction 2) Writers must wait until there are no read locks on a node I have a transaction T1,

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread manik.surt...@jboss.com
I don't think it is a locking issue at all, but how async rollbacks are handled, if anything. Could you try with pessimistic locking though, just to confirm? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209438#4209438 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Invalid character ':' in value part of property

2009-02-12 Thread manik.surt...@jboss.com
Resolution: update to JBC = 3.0.1 and read my comment on the JIRA: anonymous wrote : | Ok, I've added a JVM system property where you can specify the prefix. From the (updated) Javadocs on JmxRegistrationManager: | | * Note that by default object names used are prefixed with

[jboss-user] [JBoss Cache: Core Edition] - Re: JBossCache 1.4.0.SP1 And WebSphere 6.0.2.31 in cluster

2009-02-12 Thread manik.surt...@jboss.com
How would I know which IP address or interface you want to bind JGroups to on your servers! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209440#4209440 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209440

[jboss-user] [JBoss Cache: Core Edition] - Re: Pessimistic Locking

2009-02-12 Thread manik.surt...@jboss.com
Have you got PessimisticLockingInterceptor logs to show this behaviour? To check lock owners, etc. of the data being accessed? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209442#4209442 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss 5 console

2009-02-12 Thread Wolfgang Knauf
Do you see any errors/exceptions on the JBoss console while startup? Maybe it's webserver was not started. Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209444#4209444 Reply to the post :

[jboss-user] [Beginners Corner] - Re: installation questions on XP home.

2009-02-12 Thread Wolfgang Knauf
Hi, maybe some small error occurred while updating the file. Please confirm that you did those steps: a) download attachment Fixed Serverdef for JBoss 5 with jbossweb.sar/*jar from bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=257823 (direct link:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Arjuna warnings

2009-02-12 Thread bindaas
Sure. Do you know - how I can close this thread or move this post? I do not want to open a new thread on the same topic without closing this one- if I can help that. Thanks !!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209449#4209449 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Ejb Remote and Transaction

2009-02-12 Thread Beguine
I have two JVM: 1) jboss with EJb 2) Web Application with Tomcat Its possible to manage transactions in second JVM (where is present Tomcat)? Example: 1) start transaction 2) first insert with remote ejb 3) second insert with remore ejb 4) commit or rollback Thanks, Luca View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Arjuna warnings

2009-02-12 Thread jaikiran
bindaas wrote : Sure. | Do you know - how I can close this thread or move this post? | Only moderators can do that. In cases like these the best thing to do is, create a new thread in the appropriate forum and then post a reply here pointing to the new thread and asking for the discussion

[jboss-user] [JBoss Portal] - Re: Need to get request parameters in JSF Portlet

2009-02-12 Thread chancey
Thank you Antoine_h. I'll try to do your way as soon as I can. I'm using jboss portletbridge B6 and jsf-facelets-1.1.15.B1 I've also found some example showing how to get PortalNode object in JSF portlet. It looks like this: // Get render request object that contains needed info |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying application

2009-02-12 Thread Wolfgang Knauf
Hi, as JBoss includes a JSF implementaion (Sun JSF RI 1.2), you should not package them in your own project. Try to remove those from WEB-INF\lib: el-api-1.0.jar el-impl-1.0.jar glassfish.jsf_1.2.3.2.jar glassfish.jstl_1.2.0.1.jar javax.jsf_1.2.0.0.jar Hope this helps Wolfgang View the

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread manik.surt...@jboss.com
I've started looking through the log files you sent, and while this doesn't solve your problem, why do you have your transaction timeout set as low as this? Is this intentional? You would minimise your error rate by increasing this so that not as many transactions time out. anonymous wrote :

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread nathanmesser
I can't reproduce the issue with either pessimistic or optimistic locking. I've tried configuring the cache to use syncRollback and commit phases (although given I'm not in a cluster I don't that that would have any effect anyway), and it made no difference. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread nathanmesser
anonymous wrote : I've started looking through the log files you sent, and while this doesn't solve your problem, why do you have your transaction timeout set as low as this? Is this intentional? You would minimise your error rate by increasing this so that not as many transactions time out.

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread akazakov
We already have fixed this issue: https://jira.jboss.org/jira/browse/JBIDE-3688 Please use nightly build or you can wait for GA release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209469#4209469 Reply to the post :

[jboss-user] [JBoss Messaging] - Programatically create RemoteJMSProviders, Queues and Bridge

2009-02-12 Thread rnicholson10
Is this even possible? We have a situation where a client wants to be able to dynamically create new destinations, bridges etc. If it is possible could someone point me in the right direction as to how to do this? Cheers View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Loading taglibs of EAR

2009-02-12 Thread NvtMorch
Hi, First my environment: Java: 1.5.0_16 JBoss Application Server: 4.0.5.GA (but the Problem seems to be present in 4.2 and 5.0 too) I'm facing a problem during packaging some WAR archives into an EAR, moving the depending libraries into the EAR and add them to the appropriate MANIFEST.MF.

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread six-p4ck
Oh great. :D I use CR1, it's already fixed in CR2? or it's will be in CR3 (or GA)? Thx a lot View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209475#4209475 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209475

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread six-p4ck
Ok i have look in jira: it's not fixed in CR2 but will be fixed for GA. sorry. byebye View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209476#4209476 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209476

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread akazakov
Unfortunately no.. We noticed it right after CR2 release :( GA will be the next one. And the issue is fixed there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209477#4209477 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-12 Thread akazakov
six-p4ck wrote : Ok i have look in jira: it's not fixed in CR2 but will be fixed for GA. That's right. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209479#4209479 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209479

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.4.0.SP3-CP07 and 1.4.2.GA-SP1 Released

2009-02-12 Thread gaohoward
JBoss Messaging 1.4.0.SP3-CP07 and 1.4.2.GA-SP1 have been released. This two releases contains an important regression fix: https://jira.jboss.org/jira/browse/JBMESSAGING-1502 JBoss Messaging 1.4.0.SP3-CP07 release is specifically made for JBoss EAP 4.3 and will be part of EAP 4.3 release.

[jboss-user] [Beginners Corner] - Deployment issue on running run.bat file of jboss-portal-2.7

2009-02-12 Thread mailmesaranya
Downloaded java-portal-2.7.1. On executing the run.bat file the following appears with exception and thus shutdowns the jboss server === JBoss Bootstrap Environment JBOSS_HOME: C:\Program Files\jboss-portal-2.7.1

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying application

2009-02-12 Thread lukep1984
Ohhh, Yes:-) Removal these libraries helped. Thanks. But what about using spring-web-flow and facelets? Are some suprises waiting for me? Thanks for all responses. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209487#4209487 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Need to get request parameters in JSF Portlet

2009-02-12 Thread wesleyhales
Get rid of JSF libs in you web-inf/lib and use the default ones in JBoss app server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209488#4209488 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209488

[jboss-user] [JBoss Messaging] - Re: Programatically create RemoteJMSProviders, Queues and Br

2009-02-12 Thread jmesnil
you could use JMX to do that. Instead of calling JMX operations through the web console, you can write Java code to perform the JMX operations to create Queues, etc. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209490#4209490 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: problem starting with -b option

2009-02-12 Thread max.ander...@jboss.com
and if you start from the command line it works for you ? if not, then this question should be asked in the AS forums. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209491#4209491 Reply to the post :

[jboss-user] [JBoss Portal] - Deployment issue on running run.bat file of jboss-portal-2.7

2009-02-12 Thread mailmesaranya
Downloaded jboss-portal-2.7.1.On executing the run.bat file from the bin folder following exception appears. plz help me out with this. === JBoss Bootstrap Environment JBOSS_HOME: C:\Program Files\jboss-portal-2.7.1

[jboss-user] [JBossWS] - JAXB Annotations are beeing ignored

2009-02-12 Thread andre.ri...@hansemerkur.de
Hi, i've build a Web-Service enabled StatelessSession Bean with JAXB annotated classes as Result-Types. @Stateless @Remote(MyBusinessInterface.class) @WebService(name=MyBusinessService) public class MyBusinessServiceBean implements MyBusinessInterface // from MyBusinessInterface

[jboss-user] [JBoss Cache: Core Edition] - Re: Getting Failed to insert node

2009-02-12 Thread manik.surt...@jboss.com
After installing Informix (whew!!) and giving it a go, I see your problem with the DDL. I have fixed this in trunk and have included info on a workaround on the JIRA. Please let me know if you see any other issues. View the original post :

[jboss-user] [JBossWS] - Re: Problem with inheritance - JbossWS

2009-02-12 Thread fghj5678
And the test was done with JDK 1.5.0_05 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209507#4209507 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209507 ___ jboss-user mailing

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread manik.surt...@jboss.com
These logs appear to be from 3.0.2.GA. Did you try trunk (or 3.1.0-SNAPSHOT)? WL's TM sets a transaction's status as MARKED_ROLLBACK_ONLY when a transaction times out, and at a later point, processes the rollback with a maintenance thread. JBCACHE-1468, which is on 3.1.0-SNAPSHOT, properly

[jboss-user] [JBoss Portal] - DnD defect in JBP2.7.1

2009-02-12 Thread vivek_saini07
Drag and Drop property is not working in JBP2.7.1 as expected. For some portlets it does not work, but when some specific portlets gets added on that same page, DND starts working as expected. Like when we add Weather/CMS Portlet on page first time DnD does not work at all but when 'Identity

[jboss-user] [JBoss Portal] - Re: DnD defect in JBP2.7.1

2009-02-12 Thread thomas.he...@jboss.com
It has been fixed already, there is a Jira for it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209515#4209515 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209515 ___

[jboss-user] [Microcontainer] - Re: Classpath order within a deployer (to support evil hacks

2009-02-12 Thread bob.mcwhirter
Ales-- Thanks, that answer was perfect. This jboss-structure works exactly how I want it to: | ?xml version=1.0 encoding=UTF-8? | structure | context | path name=/ | metaDataPath | path name=META-INF/ | /metaDataPath | classpath

[jboss-user] [Clustering/JBoss] - Re: Classloading failure in a new thread started from the cl

2009-02-12 Thread chtimi2
Thanks for your help, i tried using Thread.currentThread().setContextClassLoader ( DummyTacheEgoiste1HAS.class.getClassLoader() ); and it works even if put again the isolation parametrer. Can't believe i didn't think about it with the more complicated stuff i tried, oh well. I have already

[jboss-user] [JBoss jBPM] - process-start event in the subprocess doesn't get parent pro

2009-02-12 Thread cvl
Hi. Encountered this problem, looking at the 3.3.0.GA source: Subprocess instance is created in ProcessState: ProcessInstance subProcessInstance = superProcessToken.createSubProcessInstance(usedSubProcessDefinition); At this point of time, the process-start event is fired in the subprocess

[jboss-user] [JBoss jBPM] - Writing the XML of a ProcessDefinition

2009-02-12 Thread tbee
Is the code that writes a process definition xml and its gpd xml from the designer reusable? I've build a rudementary JBPM designer using JGraphX. The reason is that JBPM's designer is not website embedable (AFAIK) and that some items are somewhat unnatural to edit in the graphical mode

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread nathanmesser
They are indeed 3.0.2.GA logs. I'm in the process of getting hold of what I need to do a trunk build. I don't suppose there's a built jar available anywhere is there? Is this going to be a problem with pessimistic and optimistic locking as well then? Any idea when 3.1.0 is due? And is there

[jboss-user] [JBoss jBPM] - Re: Writing the XML of a ProcessDefinition

2009-02-12 Thread kukeltje
no, it is hardly reusable since it depends on lots of eclipse stuff. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209538#4209538 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209538

[jboss-user] [JBoss Cache: Core Edition] - Re: Pessimistic Locking

2009-02-12 Thread nathanmesser
I've turned trace logging on for org.jboss.cache.interceptors.PessimisticLockInterceptor but all it gave me was the following. I'm trying to get more comprehensive logs for you, but it's proving difficult to get the app up with a lot of trace logging turned on. [ACTIVE] ExecuteThread: '0'

[jboss-user] [JBoss jBPM] - Re: jbpm web console default error desplay

2009-02-12 Thread kukeltje
us it on the messageS not the individual message ones and set it to TRUE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209544#4209544 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209544

[jboss-user] [JBoss Cache: Core Edition] - Re: Pessimistic Locking

2009-02-12 Thread manik.surt...@jboss.com
Hmm, you will probably want PessimisticNodeBasedLockManager as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209545#4209545 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209545

[jboss-user] [JBoss jBPM] - Re: Jbpm 3.3.1 Timer Exception on executionContext.leaveNode

2009-02-12 Thread kukeltje
ouch... why not use dynamic due dates instead of (ab)using the repeat? See http://docs.jboss.com/jbpm/v3.2/userguide/html/businesscalendar.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209553#4209553 Reply to the post :

[jboss-user] [Microcontainer] - Re: Classpath order within a deployer (to support evil hacks

2009-02-12 Thread bob.mcwhirter
Plus, an educational blogpost about it: http://oddthesis.org/posts/2009-02-jboss-microcontainer-enables-the-good-sort-of-evil -Bob[/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209559#4209559 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems with jBPM 3.3.0 GA and the GPD

2009-02-12 Thread sramu
I had the same problem..Here is the fix I did! in the ../deploy/jbpm/jsf-console.war/WEB-INF/web.xml replace the url-pattern to /upload/* from /app/upload/* as below and restart the server servlet-mapping servlet-nameGDP Deployer Servlet/servlet-name url-pattern/upload/*/url-pattern

[jboss-user] [JBoss Portal] - Re: Need to get request parameters in JSF Portlet

2009-02-12 Thread chancey
wesleyhales wrote : Get rid of JSF libs in you web-inf/lib and use the default ones in JBoss app server. What do you mean default? Should I put jsf-api library in server/default/lib folder to use it as a default library? Or are there any jsf libraries implemented in JBoss app server View the

[jboss-user] [Microcontainer] - Re: Classpath order within a deployer (to support evil hacks

2009-02-12 Thread alesj
I guess this way you'll get duplicated jboss-rails.jar entry. But if you rename it to jboss-rails.zip you'll be fine. :-) Not that it matters, just a simply glitch that popped my mind. Or I'll have a look if I can avoid this duplicates with an impl detail. ;-) View the original post :

[jboss-user] [Microcontainer] - Re: Classpath order within a deployer (to support evil hacks

2009-02-12 Thread alesj
alesj wrote : I guess this way you'll get duplicated jboss-rails.jar entry. | But if you rename it to jboss-rails.zip you'll be fine. :-) | Or put it into diff dir. e.g. hack/jboss-rails.jar :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209576#4209576

[jboss-user] [Beginners Corner] - Re: installation questions on XP home.

2009-02-12 Thread PeterJ
Another possibility: give it the file it wants. Copy mail.jar from common/lib to server/default/lib. Ditto for other files it complains about. This is the workaround some have used to make NetBeans happy. View the original post :

[jboss-user] [Beginners Corner] - Re: Apache in front of jboss

2009-02-12 Thread PeterJ
I think that the reason behind this suggestion is that Apache HTTPD can serve static content faster than JBoss AS. However, now that you can use JBoss Native to add the Apache Portable Runtime (APR) to JBoss AS, you should be able to get the same performance from JBOss AS + APR as you got from

[jboss-user] [JBoss jBPM] - Re: Writing the XML of a ProcessDefinition

2009-02-12 Thread tbee
Ok. Well, then I'll build a generic write utility class for a ProcessDefinition instance, with callouts so the gpd.xml can be written as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209582#4209582 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: War file produces org.apache.commons.logging.LogConfigur

2009-02-12 Thread PeterJ
Error messages in the browser rarely help - post the stack trace from the console log instead. So I have no idea of what the error is - it could be a problem within the application itself and nothing at all related to JBoss AS. View the original post :

[jboss-user] [JBossWS] - Re: WebServices logging

2009-02-12 Thread PeterJ
Try adding priority value=TRACE/ to the category. P.S. When posting XML text or source code, please enclose the text in UBBCode code tags - you can do this by selecting the text and clicking the Code button above the editor window. Also, click the Preview button to ensure that the

[jboss-user] [Management, JMX/JBoss] - Re: Bug? Multiple interfaces in the implementation causes De

2009-02-12 Thread PeterJ
I would not trust Branch_5_0 until Ales is finished fixing issues with VFS. You really should try this on the 5.0.0.GA download. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209592#4209592 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss 5 console

2009-02-12 Thread PeterJ
What version of the JDK again? For a quickstart, see http://www.jboss.org/index.html?module=bbop=viewtopicp=4205258 (ignore step 4, it is for Linux only) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209594#4209594 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss 5 console

2009-02-12 Thread PeterJ
Oh, and for Windows step 5 is: 5) Open a Command Prompt, 'cd' into the bin directory and run: run.bat View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209595#4209595 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209595

[jboss-user] [JBoss Portal] - Re: Dashboard configuration - drag and drop

2009-02-12 Thread diparc
Thanks vivek_saini07 - luckily i am not alone - I figured out the problem with the dashboard url - my template portal did not have a default page. now it has a default page and it copies the contents of my custom template portal to the dashboard. so i am good so far with a single dashboard and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: virtualhost problem

2009-02-12 Thread PeterJ
When posting XML text or source code, please enclose the text in UBBCode code tags - you can do this by selecting the text and clicking the Code button above the editor window. Also, click the Preview button to ensure that the formatting is correct and the XML text shows up before posting.

[jboss-user] [JBoss Tools (users)] - Re: problem starting with -b option

2009-02-12 Thread PeterJ
If the console log output stops, one possible reason is that someone turned off the CONSOLE appender in the jboss-log4j.xml file. Also, I hope that when you wrote -b 172.28.x.x that you are using actual numbers in place of the 'x's... View the original post :

[jboss-user] [JBoss Tools (users)] - Which Version of JBoss Tool for Eclipse 3.2.2

2009-02-12 Thread mcraghead
I'm trying to find the correct version of JBoss Tools to use with the version of Eclipse that I'm running (3.2.2). Upgrading is not an option. From what I can tell version 2.1.2 will not work, so it has to be something older than that, but I'm not sure which version. I can't seem to find a

[jboss-user] [JBoss jBPM] - Multiple actions within an event

2009-02-12 Thread richiethom
Hi, My business analyst has designed a process whereby I have the following in the process definition: | state name=syntax-validation | event type=node-enter | action name=High Level Syntax Validation class=com.myproject.HighLevelSyntaxValidationAction / |

[jboss-user] [Beginners Corner] - [JBoss Rules/Drools] - Mathematical formula implementation

2009-02-12 Thread ybh6336
Hello all, I could not find a specific forum for Drools, so posting it here, please point me to it if there is one. I need an opinion from the Drools users/developers for a business problem. We have a requirement in which the end users would create mathematical formulae through a UI. So in a

[jboss-user] [Beginners Corner] - Re: Deployment issue on running run.bat file of jboss-portal

2009-02-12 Thread PeterJ
Move the Portal out of Program Files and try again (I have mine at c:\apps\jboss-portal) I recommend doing the same with the JDK - you don't have to reinstall it, just move (or copy) it elsewhere and reset JAVA_HOME. Mine is at c:\apps\java\jdk1.5.0_17 View the original post :

[jboss-user] [JBoss Portal] - Re: Deployment issue on running run.bat file of jboss-portal

2009-02-12 Thread PeterJ
Please do not cross-post: http://www.jboss.org/index.html?module=bbop=viewtopict=150399 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209606#4209606 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209606

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-12 Thread manik.surt...@jboss.com
Do you use maven2 or ivy? If so you can grab 3.1.0-SNAPSHOT from the snapshots.jboss.org repository. Otherwise just download the latest snapshot manually from here: http://snapshots.jboss.org/maven2/org/jboss/cache/jbosscache-core/3.1.0-SNAPSHOT/ Re: 3.1.0 vs 3.0.3, this is something I will

[jboss-user] [JBoss jBPM] - Re: jBPM on Eclipse

2009-02-12 Thread mridhulla
Hi Thanks for the replies. I have installed eclipse 3.4 as per your suggestion and installed Jboss jBPM Process Designer Plugin 3.0.13 on top of it.But the problem of certain tabs and activities(super state) etc not appearing persists. Should I install jbpm-jpdl-suite-3.2.3?If so how do I go

[jboss-user] [Microcontainer] - annotation plugin - mismatch

2009-02-12 Thread obrien
Hi, I'm trying to solve this problem for last two days. Following example in BeanContainerInjectionTestCase.xml and the ALR's example at http://is.gd/cV5p I want to add my custom annotation plugin. In spite of all this, it seems like it doesn't use the correct metadata annotation adapter. My

[jboss-user] [JBoss jBPM] - jBPM-BPEL - IntegrationConfigurator

2009-02-12 Thread rarondini
Hi, The jBPM fail on start JBoss and exist process instance with error. The error occurs when try to cast token.getNode() to Receive. The token.getNode() is returning an Invoke node. Follow code of the IntegrationControl.java for (Iterator i =

  1   2   >