[jboss-user] [JBoss jBPM] - console url has changed to http://localhost:8080/jbpm-consol

2007-03-20 Thread [EMAIL PROTECTED]
in versions up to 3.1.x, the console URL was htp://localhost:8080/jbpm since 3.2.GA, the url has become http://localhost:8080/jbpm-console View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029631#4029631 Reply to the post :

[jboss-user] [JBossCache] - Re: problem when attribute UseReplQueue is true...

2007-03-20 Thread panagiota
Thank you so much for your remarks... The exception is thrown, before I deploy my application, so I assume that this is not caused by the objects I put in cache... I have a clustered enviroment of two JBoss 4.0.4 and I use JBossCache on them...The cache works fine when the IseReplQueue is

[jboss-user] [JBoss jBPM] - known limitation in 3.2 schema problem with notify and remin

2007-03-20 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBPM-904 in tasks, the notify attribute and reminder element are not properly modelled in the schema. it's fixed in cvs for 3.2.1. i'll be uploading the fixed schema online right away. View the original post :

[jboss-user] [EJB 3.0] - Re: Bundle jars within EAR?

2007-03-20 Thread oskar.carlstedt
Hi All!! Thanks for all replies. I think it is very important to solve this classloader inheritance issue, especially in isolated mode. AFAIK in Apache Tomcat it is possible to override jars in the libs folder when deploying a war file. Why can't I do this in JBoss? Of course, this is an

[jboss-user] [JBoss jBPM] - Re: known limitation in 3.2 schema problem with notify and r

2007-03-20 Thread [EMAIL PROTECTED]
the official url will be http://jbpm.org/xsd/jbpm-3.2.xsd (working on getting that published) but in the meantime, you can find it here: http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd regards, tom. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029635#4029635

[jboss-user] [Messaging, JMS JBossMQ] - Re: Setting transaction timeout for onMessage()?

2007-03-20 Thread johanwalles
Thanks Weston for the extremely quick and informative reply! As a followup, I tried replacing REQUIRES_NEW with REQUIRED, but then my @TransactionTimeout() annotation is ignored. So currently (meaning JBossAS 4.0.5) it seems as if I'll have to settle for REQUIRES_NEW and having some

[jboss-user] [JBoss Seam] - Doing a batch update after a persist

2007-03-20 Thread SmokingAPipe
I'm getting a constraint violation exception. Here's what's going on: 1. I create a new entity, and persist it, using the SMPC. 2. I then do a batch update: entityManager.createQuery().executeUpdate(). This query changes all the objects in a class to have a value that is the new entity that

[jboss-user] [Clustering/JBoss] - Farm Deployment with UDP not working

2007-03-20 Thread RedChili
Hi, I have a clustered JBoss environment consisting of several nodes. All nodes are absolutely identical in their configuration and form a cluster DefaultPartition. Joining and leaving the cluster works fine. I've also established the farming deploy service but this farming service only works

[jboss-user] [Clustering/JBoss] - Re: Farm Deployment with UDP not working

2007-03-20 Thread RedChili
I forgot: the Application EAR file is about 10Mb and there is no firewalls whatoever between those nodes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029646#4029646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029646

[jboss-user] [JBoss Seam] - Re: Doing a batch update after a persist

2007-03-20 Thread SmokingAPipe
I'm wondering if it's related to: http://jboss.com/index.html?module=bbop=viewtopicp=3893197 Any ideas would be welcome. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029645#4029645 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how to update early jbpm processdefinition?

2007-03-20 Thread kukeltje
The alpha release is (b)leading edge. You can run into a lot of these. Best is to use 3.0.x if you want a stable version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029647#4029647 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Switching to Sybase Database in JBoss Portal

2007-03-20 Thread [EMAIL PROTECTED]
i'm trying to get a hold on a Sybase instance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029648#4029648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029648 ___ jboss-user

[jboss-user] [JBoss jBPM] - jBPM and Eclipse JWT Project

2007-03-20 Thread tsandor
Hi, I've found on the eclipse site, that it's incubating a new Java Workflow Tooling project :). Koen Aers is also a member of (at least) the [xpdl] and/or [metamodel] workgroup. JWT will use XPDL as its workflow language (along with BPEL for the business processes). Near the end of this

[jboss-user] [JBoss Seam] - Re: Doing a batch update after a persist

2007-03-20 Thread SmokingAPipe
I found the solution: do an entityManager.flush() after doing the persist(), to flush the new entity to the underlying DB, so that Postgres will be at peace with the universe. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029653#4029653 Reply to the post :

[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2007-03-20 Thread [EMAIL PROTECTED]
The common way in a portal is to use the user profile. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029654#4029654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029654 ___

[jboss-user] [EJB 3.0] - Disable unique constraint

2007-03-20 Thread [EMAIL PROTECTED]
Hello, I need do disable an unique constraints for the time of an update. Consider the following example: @Entity | @Table(uniqueConstraints = @UniqueConstraint(columnNames = { personID, fieldID })) | public class SomeMappingTable { | private Integer personID; | private Integer

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-03-20 Thread Jean-LucT
Thanks for the info. This is true as URL in the getting started but it seems to be true also when deploying from Eclipse IDE : you have to enter jbpm-console. Still I'm not able to get displayed my new process in the console. Any idea ? View the original post :

[jboss-user] [JBoss Portal] - Re: Custom Portal URL

2007-03-20 Thread Antoine_h
I have opened a jira to enhance the documentation. http://jira.jboss.com/jira/browse/JBPORTAL-1323 Following to set that no portal in url, comes the question : how to define MyPortal as the default portal. seems not possible, without changing the jboss portal default-object.xml in the conf

[jboss-user] [JBoss Seam] - Re: Seam security with JAAS config

2007-03-20 Thread scotto
I am having exactly the same problems in that I am porting a Seam application that was working with JAAS FORM authentication to use the new Seam security code: anonymous wrote : Seam Security only uses JAAS for authentication, not for authorization. I'm guessing that your action is protected

[jboss-user] [JBoss Seam] - Re: Dynamic navigation with partial page rendering

2007-03-20 Thread hispeedsurfer
If nobody would response, one easier question. Is it possible with facelets/templates and a4j rerender to redraw only the ui:insert tag of the main-template main.xhtml (template) | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN |

[jboss-user] [Installation, Configuration Deployment] - Autostart jboss in redhat?

2007-03-20 Thread Linuso
I have copied the jboss_init_redhat.sh file to /etc/init.d and I can start / stop jboss whit service jboss start or stop.. But when I try to to run chkconfig --add jboss or chkconfig jboss on I get an error that says: service jboss does not support chkconfig How can I do to make it start

[jboss-user] [JBoss Seam] - For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
like in topic. I just downloaded new seam Path1, and found new jar library: seam-remoting.jar for what is that library? Did you moved ajax methods to indepentent jar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029662#4029662 Reply to the post :

[jboss-user] [Advanced Documentation] - Can`t see my MBean at JNDI View Global JNDI Namespace

2007-03-20 Thread harry0087
Hi! I have already deployed my JAR-File on the JBoss AS 4.05: INFO [EJB3Deployer] Deployed: file:/opt/jboss-4.0.5/server/default/deploy/EJB3Test.jar But I can`t see my MBean at JNDI View??? That`s my persistence.xml: ?xml version=1.0 encoding=UTF-8? persistence-unit name=my_unit

[jboss-user] [Beginners Corner] - Re: What jars to be included with a remote client

2007-03-20 Thread kaobe
Hi, it depends on what you want to do on the client. In most cases it is sufficient to add the jbossall-client.jar to the client classpath. You can find that jar under JBOSS_HOME/client. If you already did add this library, you have to give more information about what you are doing on the

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-20 Thread kaobe
If I may guess from the above stacktrace, it is an 5.0.0 BETA JBoss. I would hint at a misspelled entry and / or the usage of a wrong JBoss runtime installation, when the index page is still coming up, although the ROOT.war has been removed. Did you delete the tmp and work directories? Perhaps

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-20 Thread ygiriyap
I looked into the error logs in the console.A class file was missing and that is found to be in the c3p0-0.9.1.jar file. Though the application home page is coming up properly,after logging in as 'Cookie monster',I am not able to see the Create new web sale order link under Start New Process

[jboss-user] [JBoss jBPM] - Re: How to build 3.2-ga from source?

2007-03-20 Thread hszillat
Well, at least in 3.1.4 there was a pom.xml file (and I could even compile jBpm by just calling 'mvn compile'). I do not get any errors now, because: How do I compile it? As far as I can see, there is no pom.xml and no build.xml-file? Should I do a checkout from CVS? Problem is: I'm sitting

[jboss-user] [JBoss Seam] - Re: For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
When i done migration to seam 1.2 Path 1 from 1.1.6 i get somethink werid. My ajax faild When i added jboss-seam-remoting.jar to web-inf/lib like in remote example i get following error: | 09:52:46,093 INFO [[/expert]] Marking servlet Seam Remoting as unavailable | 09:52:46,093 ERROR

[jboss-user] [JBoss Seam] - Re: Seam security with JAAS config

2007-03-20 Thread [EMAIL PROTECTED]
We've got a number of outstanding JIRA issues to address this, see the following container task for details: http://jira.jboss.com/jira/browse/SECURITY-38 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029673#4029673 Reply to the post :

[jboss-user] [JBoss Seam] - Re: For what is jboss-seam-remoting.jar

2007-03-20 Thread [EMAIL PROTECTED]
Yes, SeamRemotingServlet has been made redundant and replaced by the Seam Resource servlet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029674#4029674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029674

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - SSL won't working on firefox

2007-03-20 Thread hungry
hello. we using jboss 3.2.6 and tomcat 4.1 When we re-start jboss daemon then everything working fine in both of IE FF. however, we found server uptime reaching some kind of 'point' FF can't access via SSL with -12229 error. of course. IE is still fine. I can't understand how can i fix it.

[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2007-03-20 Thread qqqqzaza
I know we can change locale using User Profile setting. But in my case, i wanna build a project that contains a header with links to swap language of the whole pages. (my project uses struts to handle action ) is there any other methods to deal with this ? thx View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Autostart jboss in redhat?

2007-03-20 Thread Linuso
made entrys in the runlevels so now it works.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029679#4029679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029679 ___ jboss-user

[jboss-user] [JBoss Portal] - custom portlet mode

2007-03-20 Thread tinico
Hi !! I have a question. I've seen that we can add custom-portlet-mode | portlet-modeconfig/portlet-mode | /custom-portlet-mode in the portlet.xml. But this custom mode isn't supported by all portals. I just want to know if JBoss support this mode ? If it don't support it, I want to

[jboss-user] [JBoss Seam] - MyEclipse, Breakpoints and Seam

2007-03-20 Thread [EMAIL PROTECTED]
Three hours and lots of head scratching later... Setting breakpoints in MyEclipse (possibly also eclipse?) caused my run up time to go from 37 seconds to over 7 minutes. DOH! Posting this so someone else googling may find it. Seam Long Runup Server Start Problem View the original post :

[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2007-03-20 Thread [EMAIL PROTECTED]
So you want non-logged in user to be able to change the locale as well ? For logged-in user you should change the preference (you don't have to do it using the portlet, nothing prevent you from creating your own action calling the identity service to update the preferred language) For

[jboss-user] [JBoss Seam] - Re: Inject EBJ

2007-03-20 Thread petemuir
That should be @In(create=true) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029684#4029684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029684 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: custom portlet mode

2007-03-20 Thread [EMAIL PROTECTED]
No it doesn't and i think i answered you on another French forum ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029686#4029686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029686

[jboss-user] [JBoss Portal] - Re: custom portlet mode

2007-03-20 Thread [EMAIL PROTECTED]
It is not a standard, so there is nothing to support. admin mode doesn't mean anything, it can do some stuff on one portal and other stuff in another portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029687#4029687 Reply to the post :

[jboss-user] [JBoss Seam] - Preventing direct access to pages

2007-03-20 Thread waynebagguley
Is there a way of preventing a user manipulating the URL and accessing a page that should only be accessed by the result of an action on a session bean? For example, I have two pages of data entry followed by a pdf generated by the iText component. If I am on page 1 or 2 then it is still

[jboss-user] [JBoss Portal] - Re: custom portlet mode

2007-03-20 Thread tinico
Yes, It's me... tinico on the french forum to !! Ok, I need this mode... Will Jboss have custom portlet mode in a futur version ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029689#4029689 Reply to the post :

[jboss-user] [JBoss Portal] - Re: custom portlet mode

2007-03-20 Thread [EMAIL PROTECTED]
It won't help you. See the answer on the other forum, in your native language. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029690#4029690 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029690

[jboss-user] [JBoss Portal] - Re: Jboss portlet instance security module not working

2007-03-20 Thread [EMAIL PROTECTED]
I tried after the fix, it works fine on IE 6. Thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029691#4029691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029691 ___

[jboss-user] [JBoss Messaging] - Re: RuntimeMBeanException caused while trying to do getAttri

2007-03-20 Thread sanjeeth
I dont have any stack trace. I am trying to reproduce. This particular fault happens rarely and only once this has happened. Do you know what could be the possible reasons so that i can able to reproduce. I dont know exactly the JBoss Messaging version i use. I use what ever comes along with

[jboss-user] [JBoss Portal] - Re: NoClassDefFoundError exception related to filter

2007-03-20 Thread LidiaEmma
Thanks for your suggestions :) I put filters in folder in web.xml of portal-server.war , and modified jar classpath adding the path of not found class (which is always the same), but nothing changed.. What do you mean in the last paragraph of your message ? Is it necessary to edit filter

[jboss-user] [Installation, Configuration Deployment] - Upgrading JBoss 4.0.4 log4j 1.2.8 to 1.2.9

2007-03-20 Thread amarsyed
We have installed JBoss 4.0.4 which uses log4j 1.2.8. Our applications are compiled against 1.2.9 and when deployed to the JBoss AppServer we get a classnotfound exception due to the RootLogger class not being present. We cannot downgrade our own version and nor can we change our usage back to

[jboss-user] [JBoss Seam] - Hypersonic Database Explorer no longer runs up.

2007-03-20 Thread [EMAIL PROTECTED]
Hypersonic Database Explorer no longer works Go into the JMX console and start the database manager... Wihtout my seam app deployed into the server it runs up (either through a cmd window or by starting the server in MyEclipse).. However with my Seam app deployed into the server I get:

[jboss-user] [JBoss Seam] - jBPM and LIE

2007-03-20 Thread pbrewer_uk
I'm new to using jBPM and am trying to query the jBPM database objects. I run a query that returns summary data containing the process and the number of tasks for the process. The summary data is displayed, however, the user then trys to click a process to display a list of tasks for that

[jboss-user] [JBoss Messaging] - Re: Running jboss-messaging client in the JBoss AppServer

2007-03-20 Thread mskonda
As you have not deployed your MBean in a scoped env (unfortunately you should have them scoped - there's a work around, see below), your JMS client is failing.. So, the best and official way is - to scope your client! Unofficial way - replace the JBoss's jboss-remoting.jar with those bundled

[jboss-user] [EJB 3.0] - Re: Create EAR with EJB3 and JAX-WS

2007-03-20 Thread wolfc
It should be possible to define a web service in a jar. Note that WebServiceContext injection isn't working in 4.2.0.CR1 (EJBTHREE-900). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029699#4029699 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Problem with deploying session ejb over SSL

2007-03-20 Thread knysh
hello There is a problem. There is an application, which uses EJB on SSL. If I deploy application on JBOSS-server which is run, then server deploys it correctly and everything works. If I reboot server, I get Ecxeption 12:43:19,921 WARN [ServiceController] Problem starting service

[jboss-user] [JBoss Seam] - Re: jBPM and LIE

2007-03-20 Thread thejavafreak
Shouldn't you be asking this in jBPM sub-forum? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029703#4029703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029703 ___ jboss-user

[jboss-user] [JBoss jBPM] - Interacting with Processes

2007-03-20 Thread sanjaygarde
Does jBPM allow users to control a process through some kind of JMX based console that exposes processes as JMX MBeans so that users can start / stop / suspend / restart processes? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029705#4029705 Reply to the

[jboss-user] [JBoss Seam] - How to disable Auto Flushing ?

2007-03-20 Thread denis-karpov
Is there a consistent way to control FlushMode? I have tried this, but it does not do what i expected. persistence.xml ... property name=hibernate.transaction.flush_before_completion value=false/ ... Yes. There is the annotation attribute @Begin(flushMode=MANUAL), but not always you can use

[jboss-user] [JBoss Seam] - Re: FacesMessages queued but not being displayed.

2007-03-20 Thread fady.matar
I'm using the FacesMessages.addToControl() method and still it's not working. I have even updated the faces-config to match the JSF 1.2 configuration and still the validation is not working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029709#4029709 Reply to

[jboss-user] [JBossWS] - Re: Webservice Client consumer

2007-03-20 Thread openyourmind
Hi, I thought you were using jbossws-1.2.0.GA. I'm sorry I cannot help with previous versions. M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029710#4029710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029710

[jboss-user] [JBoss Seam] - Re: FacesMessage not appearing....

2007-03-20 Thread [EMAIL PROTECTED]
Tried and didn't work for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029711#4029711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029711 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-03-20 Thread fady.matar
I have tested TinyMCE before and it was working just fine, came as a perfect replacement but now as soon as JBoss Seam was updated to version 1.2 the editor is no longer working, data in it is always null. Any hint? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Troubles with using PhaseListener implementation

2007-03-20 Thread Serrg Blues
Sorry. Is it not a problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029715#4029715 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029715 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: jBPM and LIE

2007-03-20 Thread pbrewer_uk
Thanks for the tip, is there a jBPM sub-forum of the Seam forum? I can't find a link to it :( I thought it was more relevant to the Seam forum than the jBPM forum as my question is more about how to access jBPM database objects through Seam in a conversation safe manner. Perhaps I wasn't clear

[jboss-user] [JBoss Seam] - Re: JBoss Seam + Facelets + Richfaces Tree error

2007-03-20 Thread kot.filemon
dustismo wrote : Richfaces suffers from the same classloading problems as icefaces. Have you tried setting the usejbossslassloader=true (search the forums for instructions)? | | -Dustin thanks, it helped. I have edited the

[jboss-user] [JBoss jBPM] - Re: JBpm-error in startup

2007-03-20 Thread Saviola
Hi! Try http://localhost:8080/jbpm-console/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029720#4029720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029720 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Page Refresh problem

2007-03-20 Thread waynebagguley
Sounds like the bean might not actually be in the conversation scope or maybe the conversation has ended? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029721#4029721 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029721

[jboss-user] [JBossCache] - JBoss Cache 1.4.1.SP3 released

2007-03-20 Thread [EMAIL PROTECTED]
Yes, another SP on Cayenne, the 1.4.1 series, is out. JBoss Cache 1.4.1.SP3 was released yesterday. See details on the JBoss Cache blog. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029722#4029722 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to build 3.2-ga from source?

2007-03-20 Thread kukeltje
I just saw Allan Schweitz checked several pom files in on the 3.1 branch. Not sure who he/she is, since these seem to be the only files he checked in. So some enthousiastic user did this, but I have no idea who maintains them in the future (e.g. when 3.1.5 needs a new version of a certain

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Firebird and reserved words

2007-03-20 Thread ollka
Hello all, I'm trying to use reserved word as table column in firebird database - field of my CMP ejb. When i'm trying to do smth with this column, i get Dynamic SQL Error. In logs i can see that this reserved word was not escaped by quotes, but in standardjbosscmp-jdbc.xml in reserved-words

[jboss-user] [JBoss jBPM] - Re: Interacting with Processes

2007-03-20 Thread kukeltje
nope, (not yet)... there is a jira issue for the monitoring part, but not sure if that will include control individual processes. Managing the server probably yes (e.g. starting/stopping the scheduler, full engine) View the original post :

[jboss-user] [JBossCache] - The value of JDK 1.4 support in Habanero

2007-03-20 Thread [EMAIL PROTECTED]
Although original plans were to baseline Habanero on JDK 5 and provide a JDK 1.4 compatible build (using JBoss Retro), the question of why we would support a JDK whose last major release was almost 4 years ago (see historical JDKE releases) - and given how stable and commonly used JDK 5 is -

[jboss-user] [JBoss Seam] - Re: Validation Error

2007-03-20 Thread waynebagguley
Seems to work fine for me. Why not supply a bit of code we can look at? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029727#4029727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029727

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-20 Thread kukeltje
- is a process deployed? - is the engine pointing to the same database the process is deployed in - does it work for other users? - View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029728#4029728 Reply to the post :

[jboss-user] [JBossCache] - TimeoutException on next access after eviction

2007-03-20 Thread kevinstembridge
Hi folks, I'm using JBossCache as the L2 cache for Hibernate and I started seeing a strange error after adding some eviction policy configuration. I'm now getting a TimeoutException when Hibernate tries to add an object to the cache. However, even though the error is thrown, the object still

[jboss-user] [Security JAAS/JBoss] - SAML token SAXParseException attempting to use test app with

2007-03-20 Thread scwhyte
Hi, I'm currently using: | Windows XP | JDK 1.5.0_11 | JBoss 4.0.5 GA | JBoss Federated SSO 1.0 CR1 | | | Using the 'getting started' guide | http://labs.jboss.com/portal/index.html?ctrl:cmd=renderctrl:window=default.wiki.WikiPortletWindowpage=StartFedSSOlanguage=EN | |

[jboss-user] [Beginners Corner] - problem with jboss

2007-03-20 Thread ravimh
i am able to start jboss, but i am not able to start jmx-services. i have properly set the JAVA_HOME to j2sdk directory and JBOSS_HOME to corresponding directory even then it says that cant find lib/tools.jar in j2sdk. but it does exist in j2sdk. help me solve this View the original post :

[jboss-user] [Installation, Configuration Deployment] - Unable to compile jboss 3.2.8 sp1 on Linux

2007-03-20 Thread rephein
Hi, my config: Trustix 2.2 (Kernel 2.4.x), java 1.5 (from java.sun.com), JBoss 3.2.8 sp1(from this site). When I try to run build.sh from the build directory the were several stops complaning about target release 1.3 conflicts with default source release 1.5. After changing the target to 1.5 in

[jboss-user] [JBoss Seam] - Re: For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
sherkan777 wrote : [EMAIL PROTECTED] wrote : Yes, SeamRemotingServlet has been made redundant and replaced by the Seam Resource servlet. | | thanks, | So, what should i do? remove previous Remote Filter and add Seam Resource Servlet? | | I also use IceFaces with seam, should i do

[jboss-user] [JBoss Seam] - Re: Validation Error

2007-03-20 Thread fady.matar
I have incorporated the TinyMCE rich text editor in my template and it looks as follows: | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; | html xmlns=http://www.w3.org/1999/xhtml; | xmlns:ui=http://java.sun.com/jsf/facelets; |

[jboss-user] [EJB 3.0] - Entity relationship and remove operations

2007-03-20 Thread kstrunk
Hello, I have a problem with entity relationships and foreign key constraints. I want to get all child entities deleted when the parent entity is deleted. Therefore I used the CasecadeType.REMOVE, but it doesn't work. Here is code fragment: | @Entity | @Table(name = Users) | public

[jboss-user] [JBoss Seam] - language resource bundle example

2007-03-20 Thread grdzeli_kaci
is there any sample about it ? i can't find anything. i need language manipulation into seam, i tryed by myself but it is not working 1.i have 2 properties file messages_en.properties and messages_ka.properties both of them contains the same propertie for example english _userName=UserName

[jboss-user] [JBoss jBPM] - Re: How to build 3.2-ga from source?

2007-03-20 Thread hszillat
Ah, this explains why the pom.xml-file was not in-sync with jBpm's version number. I will try to just copy (and adapt) the pom's from the old distribution then and see what happens. BTW: The build-dir is not part of the GA-package? It's in the CVS since I can see it with FishEye. But,

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread grdzeli_kaci
and i forget i have added this fragment into my faces-config.xml file | application | locale-config | default-localeen/default-locale | supported-localeen/supported-locale | supported-localeka/supported-locale |

[jboss-user] [JBoss Seam] - Too many caching library

2007-03-20 Thread thejavafreak
Dear all, Is there any way to use one caching library as currently there are three caching library in Seam (OSCache, echache and JBoss cache). Is there any special reason to use three of them instead of one of them? Thanks in advance View the original post :

[jboss-user] [EJB 3.0] - CMP Entity and foreign keys

2007-03-20 Thread kstrunk
Hi, I'm just wondering how JBoss handles foreign key constraints. I have an entity with a OneToOne-Mapping and CascaseType.ALL set, but in the database schema no cascade delete is set. Here's a code fragement: | @Entity | @Table(name = Users) | public class User implements Serializable

[jboss-user] [JBoss Seam] - Re: Validation Error

2007-03-20 Thread fady.matar
I apologize wrong post, never mind the regular expression I used was wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029751#4029751 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029751

[jboss-user] [JBoss Seam] - Re: How to Inject app properties to bean transient method

2007-03-20 Thread sherkan777
petemuir wrote : h:column | |h:outputText value=#{messages['sex.youngMane']} rendered=#{entity.sex and entity.howOld eq 20} / | | /h:column Isn't better to get string directly from method? Maybe u not understod my think. I have field like int in each entity bean and collection of

[jboss-user] [JBoss Seam] - Validation fails and the process does not interrupt

2007-03-20 Thread fady.matar
I have overridden the persist method in one of the beans to handle duplicate names. Now the weird thing is that upon catching a duplicate, it's still redirecting to the view page and does not show the error messages. Can anyone assist? | @Override | public String create() { | try {

[jboss-user] [JBoss Seam] - Re: Validation fails and the process does not interrupt

2007-03-20 Thread fady.matar
I'm getting the exception on the console along with a message stating that the messages have been enqueued but not displayed. What's the cause? This approach used to work with prior version of JBoss Seam | INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread waynebagguley
I don't have any of those configs and resource bundles work a treat. In your h:selectOneMenu tag, you don't specify where it is supposed to store the selected value. Here is the code taken from the Seam v1.2 documentation: | h:selectOneMenu value=#{localeSelector.language} |

[jboss-user] [JBoss Seam] - Email obfuscation

2007-03-20 Thread amitev
Hi all! It is a nice idea for Seam to have a way (component) for obfuscating text/emails. Like this: http://www.seowebsitepromotion.com/obfuscate_email.asp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029758#4029758 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to build 3.2-ga from source?

2007-03-20 Thread kukeltje
is there source in the GA-package? I did not know that... But building is best done via CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029759#4029759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029759

[jboss-user] [JBossCache] - PojoCache, Serializable object and cluster

2007-03-20 Thread jacek187
Question: should be changes made in simple serializable objects propagatet when using PojoCache? Why in prestented code testPojo fails with error: junit.framework.AssertionFailedError: expected:2 but was:1 and testTreeCache success? | package org.jboss.cache.aop; | | import

[jboss-user] [JBoss Messaging] - Scoped classloaders question

2007-03-20 Thread georgesberscheid
Hi, I installed JBMessaging 1.2.0 on JBAS 4.0.5 where I was previously using JBMQ. I have about a dozen EARs deployed in the /deploy directory, and each of them uses their own scoped classloader to avoid conflicts between classes loaded from each of the applications. What's the best scenario

[jboss-user] [JBoss Seam] - Re: Email obfuscation

2007-03-20 Thread petemuir
Put a feature request in JIRA :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029763#4029763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029763 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to build 3.2-ga from source?

2007-03-20 Thread perrylucas
Yes, don't rely on maven to build from source as it isn't being supported currently. You'll find that the build is very maven-like anyways as it will set up a local repository and gather up all the dependencies for you. You will have to define a class variable named JBPM_REPO within eclipse

[jboss-user] [JBoss Seam] - Re: Email obfuscation

2007-03-20 Thread amitev
OK, but i don't know where to post it - security or JSF? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029767#4029767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029767 ___

[jboss-user] [JBossCache] - Insert into JBoss Pojo Cache gets Blocked forever

2007-03-20 Thread nirajal
We are currently using JBoss Cache Version 1.4.0.SP1 with JGroups 2.2.8. We are having the folliwng scenario: We are having 10 instances on the server where very instance is trying to insert data in the PojoCache after 2 secs with a different key but in the same region. It works fine for about

[jboss-user] [EJB 3.0] - Re: Bundle jars within EAR?

2007-03-20 Thread asack
oskar.carlstedt wrote : Hi All!! | | Thanks for all replies. I think it is very important to solve this classloader inheritance issue, especially in isolated mode. AFAIK in Apache Tomcat it is possible to override jars in the libs folder when deploying a war file. Why can't I do this in

[jboss-user] [JBoss Seam] - Re: @Unwrap from SFSB and session timeout issue

2007-03-20 Thread tom_goring
Hi, Using seam 1.1.6.GA I get the same issue. According to the JIRA it is set to Cannot Reproduce Bug | 3:16:04,609 WARN [Contexts] Could not destroy component: user | java.lang.IllegalArgumentException: method not found: destroy for component: user (check that it is declared on the

[jboss-user] [JBoss Seam] - Re: Email obfuscation

2007-03-20 Thread petemuir
JSF, security is for authorisation and authentication View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029772#4029772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029772 ___

[jboss-user] [JBoss Messaging] - Re: Scoped classloaders question

2007-03-20 Thread mskonda
Probably this link may answer your question: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Deploying_a_scoped_MDB_container Although it's for deploying scoped MDB, principal should be same, I suppose. Thanks Madhu View the original post :

[jboss-user] [JBoss Seam] - Re: How to Inject app properties to bean transient method

2007-03-20 Thread petemuir
I understand :) I wouldn't want to mix my business and presentation logic like you suggest, so I would keep the presentation logic in the page. You could of course do what you suggest as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029774#4029774

  1   2   3   >