[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - declaring an index on a table

2007-01-25 Thread andstall
I have a very big table of customers, with the primary key being the customer id. One of the columns is zip, i.e. zip code of the customer location. How do I declare EJB 3.0 persistence annotations that there must be an index on that column? A very frequent query is get customers by zip. That

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: could not set field

2007-01-25 Thread [EMAIL PROTECTED]
Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.5.0_06-68 (Apple Computer, Inc.) Seam-Version: 1.1.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006237#4006237 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Manage data into a transaction

2007-01-25 Thread warx
Hello everybdy, i have a method in a Session EJB which creates a record ( using an Entity EJB CMP type). After creating the record i call a Find method to check if there are some special data into a table and then i do something else. The situaion is : -- Method in the Session EJB

[jboss-user] [JBoss Messaging] - RMI class loader disabled

2007-01-25 Thread Craig2007
Application Server - JBoss 4.0.4 GA Messaging Server - Jboss-messaging-1.0.1.GA I have deployed a simple web application under directory JBOSS_HOME/server/messaging/deploy. I am trying to post some message from web application to JBoss Messaging Server. when i perform the above said

[jboss-user] [JCA/JBoss] - EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
Weston Price suggested that I move the discussion in the Transaction forum to this one. http://www.jboss.com/index.html?module=bbop=viewtopict=99740 Any help on solving the issue in the following thread would be very much appreciated as it prevents me using XA transactions in my application -

[jboss-user] [Clustering/JBoss] - Re: Clustering Issue / SEAM

2007-01-25 Thread mikepkp17
yes I do since SEAM needs a scoped classloader as far as I know... jboss-app.xml in my ear/META-INF : | jboss-app | loader-repository | seam.jboss.org:loader=myapp | /loader-repository | /jboss-app | View the original post :

[jboss-user] [JBossWS] - Want to Configure JWSDP 2.0 with JBoss 5.0.0.0.Beta 1

2007-01-25 Thread ntimesc
Hi, I want to configure JWSDP 2.0 with JBoss 5.0.0.Beta 1 to execute the examples for JWSDP 2.0. Thanks for the help.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006251#4006251 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Want to Configure JWSDP 2.0 with JBoss 5.0.0.0.Beata 1

2007-01-25 Thread ntimesc
Hi, I want to configure JWSDP 2.0 with JBoos 5.0.0.0.Beta 1 to run the examples provided with JWSDP 2.0 ... Thanks For Help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006249#4006249 Reply to the post :

[jboss-user] [JBoss and NetBeans] - Re: Server instance location is null

2007-01-25 Thread erkinda
file LoanProcessingCompositeApp\nbproject\private\private.properties don't changing when I clean project. this file have pointer j2ee.server.instance= to the sun app server, but in properties I set jboss app server. ??? View the original post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-25 Thread fuligj
But for example in jbpm-jpdl-3.2.Beta1 there is no jbpm.sar in deploy directory, refered by the documentation section 8.1.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006254#4006254 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Migration from CMP2 to CMP3

2007-01-25 Thread bomstein
Hi, I am currently trying to find a way to migrate from CMP2 to CMP3. While migration is done manually by rewriting the code, I would like my applications to access the new code and the old code in parallel. App.war accesses EJB2.jar and EJB3.jar EJB2.jar and EJB3.jar both access the same DB.

[jboss-user] [JBoss and NetBeans] - Re: Server instance location is null

2007-01-25 Thread erkinda
file private.properties: j2ee.server.instance=jboss-deployer:localhost:8080#defaultC:\\jboss\\as-4.0.4.GA deployment: Server instance location is null ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006257#4006257 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-25 Thread squibobblepants
I'm using: EJB3 Jboss IDE 2.0.0.Beta2 JBoss Server 4.0.5.GA JBoss Seam 1.0.1.GA2 Is that the appropriate setup to encounter this bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006265#4006265 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-25 Thread petemuir
Yes. Get Seam 1.1.1.GA - which is the latest release :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006266#4006266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006266 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: cannot find listAccount.sql and insert.sql

2007-01-25 Thread slachinger
I'm having the same problem... where did you find the scripts - or the right jbossj2ee-src.zip? Thx! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006268#4006268 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006268

[jboss-user] [JBossCache] - runShellDemo.sh broken in 1.4.1 GA ?

2007-01-25 Thread chrismeadows
Believe I've found some broken parts of runShellDemo.sh in JBossCache 1.4.1 GA. I was getting a Exception in thread main java.lang.NoClassDefFoundError: bsh/Console fix to line 4 CACHE_HOME=. (not ./../) fix to line 39 java -cp $CLASSPATH $ARGS $JAVA_OPTS -Djboss.aop.aoppath=$AOP_PATH

[jboss-user] [JBoss Seam] - thirdparty-all.jar - which libraries are contained

2007-01-25 Thread baz
Hello, i would like to make the footprint of my application a certain amount smaller. My app is running on tomcat without ejb3. So i removed jboss-elb3-all.jar and inserted the libs contained in the hibernate2 example. Now i was realizing that thirdparty-all contains some of the librarys in the

[jboss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2007-01-25 Thread michele.curioni
Can someone tell me why this bug has been rejected? http://jira.jboss.com/jira/browse/JBWS-91 In the bug database it says that it's been fixed in jboss-ws4ee-4.0.2, but it also says that the resolution is Won't Fix. I can confirm that it's still a problem in 4.0.2. I implemented the suggested

[jboss-user] [JBoss jBPM] - Re: problem with action

2007-01-25 Thread kukeltje
help: http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006275#4006275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006275 ___

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-01-25 Thread petemuir
As mentioned in the manual, @Redirect and @Render don't work for certain phases of the JSF lifecycle. WHich are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006276#4006276 Reply to the post :

[jboss-user] [JBoss Seam] - Re: thirdparty-all.jar - which libraries are contained

2007-01-25 Thread petemuir
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamDependencies View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006279#4006279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006279 ___

[jboss-user] [JBoss Seam] - Re: an approach about a problem is needed

2007-01-25 Thread petemuir
Mark it @Create? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006278#4006278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006278 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-25 Thread kukeltje
This is not allowed in an event action on nodes. Only 'implementation' classes on a generic node and decision are allowed to call the 'leave' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006277#4006277 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Integration jBPM with JBoss AS 3.2.8

2007-01-25 Thread brunoduarte
Your response was very helpful. Thank you Alejandro. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006281#4006281 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006281 ___

[jboss-user] [Performance Tuning] - Very slow startup on Java 1.6

2007-01-25 Thread abv
Hello, I've started my JBoss (4.02) on Java 1.5 incl. deploying my application. It takes 56 seconds. Doing the same on Java 1.6 it takes 2 minutes and 27 seconds. Is this a configuration problem? Or is JBoss not ready for use with Java 1.6? regards Sven View the original post :

[jboss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2007-01-25 Thread FrJaSoBe
Hi, I have use @MessageDriven with no problem but when I have tried to use @Producer and @Consumer, I think I can't refactorize method start in that code(we filtrate message and add a listener): ... @MessageDriven(mappedName = queue/CentralitaInQueue, activationConfig = {

[jboss-user] [JBoss jBPM] - Re: minor bug while building console war

2007-01-25 Thread kukeltje
Better yet... add a patch to the jira report ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006284#4006284 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006284 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Integration jBPM with JBoss AS 3.2.8

2007-01-25 Thread kukeltje
and the webconsole uses JSF 1.2 with some backported java5 things to jdk1.4. Not sure if that all works on jboss 3.x View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006285#4006285 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Simple task-graph exception

2007-01-25 Thread kukeltje
you wrongly included it as code... probably tags at the wrong places. Including it as code is however what you SHOULD do (and using preview also helps preventing wrong posts) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006287#4006287 Reply to the post :

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread puggelli
Yes, this will solve the problem. Any idea about when this feature will be available ? thanks and regards gianluca -- Gianluca Puggelli skype:pugg1138 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006289#4006289 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-web 3.2beta1: cannot complete task in simple exampl

2007-01-25 Thread kukeltje
taskforms are generated via the GPD and can then be manually adapted View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006288#4006288 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006288

[jboss-user] [JBoss Portal] - Re: Change Password in Profile only in Admin Role

2007-01-25 Thread [EMAIL PROTECTED]
Modify the User Portlet. You can always use isUserInRole(Admin) on the render phase and action phase if you don't need something too dynamic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006301#4006301 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Installation Problems

2007-01-25 Thread MuschPusch
You were right... I think i fixed java but i still get the same error Java -version now says: java version 1.5.0_06 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) before it was: java version 1.4.2

[jboss-user] [EJB 3.0] - Re: Two databases, two persistence-units but one entity jar-

2007-01-25 Thread dkalna
ps, correction, these have to be inside element: com.yourhost.domain.Entity1 com.yourhost.domain.Entity2 Dalibor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006303#4006303 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Two databases, two persistence-units but one entity jar-

2007-01-25 Thread dkalna
sorry, he is not showing class XML element... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006304#4006304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006304 ___ jboss-user

[jboss-user] [JBoss Seam] - Remoting problem: object as param not passed

2007-01-25 Thread lcoetzee
Hi, I am playing around with the Seam remoting. I am playing with the helloworld seam application: I am attempting to pass a seam object (JavaBean) from the browser to the backend. When invoking the method with the parameter, the method is called, but the object is not populated with any

[jboss-user] [JBoss Portal] - Re: Password forgotten function on login page

2007-01-25 Thread bvogt
I don't know if this is the indended way, but I could imagine: 1. Defining a custom login module (e.g. by extending the org.jboss.portal.identity.auth.IdentityLoginModule) in order to add that eMail functionality 2. Passing an additional parameter to the login module within

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB 3.0 project with Eclipse IDE 2.0.0 beta 2

2007-01-25 Thread alexg79
Curiously, the EJB 3.0 project has nothing to do with Java EE. You can't add an EJB 3.0 project to an EAR project like you normally would in any normal server application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006312#4006312 Reply to the post :

[jboss-user] [JCA/JBoss] - Calling an EJB in another JBoss Server in a different versio

2007-01-25 Thread ibruell
is there a way to call a bean that is deployed in an other jboss app server with a different version than the caller jboss version from a connector ? Now i always get class cast exceptions when i try to call a bean that is deployed in a jboss-4.0.2 from a connector that is deployed in

[jboss-user] [JBossWS] - Re: Suppressing SoapFault Stack trace

2007-01-25 Thread cdreyer1
I agree. It is very disturbing to have stack traces in the JBoss AS console. In this case the exceptions are perfectly valid. Thomas Diesler, what about some way of turning this 'feature' off? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006314#4006314

[jboss-user] [EJB 3.0] - Re: Two databases, two persistence-units but one entity jar-

2007-01-25 Thread ville-ingman
Thanks for your reply Dalibor, I'm afraid that listing all my entities is not an option for me in this project I'm working on. My entity-jar contents is not for me to decide and there are dynamically generated class-files included in these jar-files etc. So. The only way I can make this

[jboss-user] [JBoss Seam] - Use of jsps in seam gen, is seam gen only supports the explo

2007-01-25 Thread zmustansar
Does Seam Gen uses only facelets ?? or it can be configured to use JSF/JSP if yes then how I am switching from normal Seam to seam-gen just to have directory in exploded format. is there any way of adding jsp files at runtime to the in .war or Seam gen is the only way of having directory in

[jboss-user] [Clustering/JBoss] - Re: handleJoin(node:port) failed, retrying

2007-01-25 Thread mazx
In our environment this usually happens when a node gets killed (as in java process gets a 'kill -9' signal) and this is how we usually reproduce this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006317#4006317 Reply to the post :

[jboss-user] [JBoss Seam] - having problem with seam gen

2007-01-25 Thread ask4saif
before seam gen i was using the seam cvs repository( the copy paste thing )and now i am using seam gen contained in the package jboss-seam 1.1.1 GA . I copied my old jsp(jsf) files in the view directory. having code like: | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % | %@

[jboss-user] [JBoss Eclipse IDE (users)] - All task nodes gathers in one point ! ! !

2007-01-25 Thread asset
I am using jboss ide to design a jbpm process and everything goes well till i close eclipse . when i open it again , all task nodes are found in the same point . the gui loses their places for some reason i dont know and put them all in the same point on the ide . please please help . i am in

[jboss-user] [JBoss jBPM] - Re: Integration jBPM with JBoss AS 3.2.8

2007-01-25 Thread [EMAIL PROTECTED]
anonymous wrote : Once you do this, you can throw in find class version clashes if you throw in Hibernate3. This should read you will not encounter class version classes when you throw in Hibernate3. View the original post :

[jboss-user] [JBoss Seam] - How to postpone validation?

2007-01-25 Thread toni
Hi, I'm trying to set the values of an enity bean of which one value has to be chosen/set from a different page. The user gets to the page by clicking on a link whose link text displays the current value. The link is contained inside the same form, which contains the other input fields and the

[jboss-user] [JBoss Seam] - Re: Cancel with h:commandButton

2007-01-25 Thread rodrigobarreiros
Was an icefaces problem. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006327#4006327 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006327 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: handleJoin(node:port) failed, retrying

2007-01-25 Thread [EMAIL PROTECTED]
Make sure you have both FD and FD_SOCK in your stack View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006328#4006328 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006328 ___

[jboss-user] [JBoss Seam] - Re: (Solved by extending EntityHome?) Object cached when pag

2007-01-25 Thread fabio.ita04
When debugging the error, I noticed that even if EntityHome id was changed (via page params), EntityHome was always getting the last entity returned by getInstance. So, I extended EntityHome and called clearDirty inside getInstance method. The problem looks like to be solved. Is it reazonable?

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread [EMAIL PROTECTED]
freeportpa- I will have to track this down. One more question: Is this happening to you while creating any file anywhere in the cms, or only inside this new root you created? Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006334#4006334 Reply

[jboss-user] [JBoss Portal] - Re: Portlet navigation with CMS.

2007-01-25 Thread [EMAIL PROTECTED]
hurzeler- You can grab the PortalCMS service and use the API to create whatever content you need inside the CMS programmatically For examples of how to do that, look at the CMSAdminPortlet in our codebase and also the test cases in the cms test suite Thanks Sohil View the original post :

[jboss-user] [JBoss Seam] - Re: thirdparty-all.jar - which libraries are contained

2007-01-25 Thread baz
Many, many Thanks. I have forgotten to scroll down the mentioned page, all the time i visited it:-( Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006338#4006338 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Calling an EJB in another JBoss Server in a different ve

2007-01-25 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006340#4006340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006340 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Remoting problem: object as param not passed

2007-01-25 Thread lcoetzee
Interestingly enough I can make it work when I change my JavaBean into an Entity: | @Entity //this makes it work | @Name(person) | public class Person implements Serializable{ | .. | results in this: | 15:16:30,024 INFO [STDOUT] Received value: dummyvalue | 15:16:30,024

[jboss-user] [JBoss jBPM] - a graph problem

2007-01-25 Thread asset
hi when i close the ide the graph i made gathers in 1 point . all task nodes become at 1 point .!! how can i solve that ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006341#4006341 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Sorry, I got caught up in other tasks yesterday. Can you please post the contents of both *-ds.xml file(s) here just a reference? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006343#4006343 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread freeportpa
It's happening anytime I create a file in the CMS reglardless of whether I am using mysql or the internal db. Thanks again for your help - I really want to use JBoss Portal on this project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006345#4006345 Reply

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread hamtho2
Norman, can you please give a little bit more detail about using your code. Simply creating the class and using the s:input-tag leads to an exception. Sorry - but I haven´t done anything in the tag-libraries yet, so I´m not so familiar how to add a new Tag. I get the following exception:

[jboss-user] [JCA/JBoss] - Re: Calling an EJB in another JBoss Server in a different ve

2007-01-25 Thread [EMAIL PROTECTED]
Sorry, should have been more specific. What you are having is an EJB problem, not a JCA problem. Typically there are issues with RMI serialization between varying versions of the JVM. Please move this to the EJB forum where it will get the appropriate attention. View the original post :

[jboss-user] [Beginners Corner] - Re: Logging question (repository selector with local and glo

2007-01-25 Thread marcus.klein
Thank you for the answer genman. In the meanwhile I found another approach. During the initializtaion of the 'local' log4j configuration I check for appender references that doesn't exist within the 'local' log4j file (i.e. which aren't specified by an appender tag). For each such (non

[jboss-user] [EJB 3.0] - Re: Singleton MDB

2007-01-25 Thread brianbek
Hi Try the property @ActivationConfigProperty(propertyName=maxPoolSize, propertyValue=1) This is the only property that the MDB's seem to react to! /Brian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006353#4006353 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread [EMAIL PROTECTED]
hmmm- I looked at the exact line thats blowing up in your stack trace and it is because the description field is empty Try plugging in some dummy value and see if it will create the file for you. This is however, weird because Description field is not a required field and locally I can

[jboss-user] [EJB 3.0] - Re: javax.resource.ResourceException: Transaction is not act

2007-01-25 Thread dkalna
Hi trashhash, is your bean using ContainerManagedTransaction or BeanManagedTX? Dalibor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006355#4006355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006355

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread asset
well i didnt find an answer mr ronald may be some kind reply is requierd not the slap u mentioned . if your parents used to slap u much , this would not be me . find someone to slap your ... i am not here for u to learn me how to ask . i think in the first place you dont know the answer of

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread [EMAIL PROTECTED]
I read this real quickly, so forgive me if I'm wrong, but it looks like *each* buddy of the node that left will try to do the gravitation, rather than a primary buddy. That will very likely lead to problems. View the original post :

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread asset
thank u very much for reply i am using JBossIDE-1.6.0.GA-Bundle-win32 and this problem happens when i close the ide and open it again . yes i am playing with the xml a lot adding many tasks from the xml directly but on some other machines that doesnt happen although they took the same zip file

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread estaub
Romeu, Sorry, if I had a useful answer, I would have supplied it. I hoped someone would follow up quickly with a real answer - which you did. The image just seemed too funny not to be shared - sorry you didn't find it so. I didn't mean to mock asset. If you don't know, Dogbert is a cartoon

[jboss-user] [JBoss jBPM] - Re: [Beginner] How to call a stored procedure in a Task ?

2007-01-25 Thread cpob
fmarchioni wrote : | Better finding a SERIOUS company.. | Good luck ! | Like what Ronald mentioned... this is an open-source project, and this forum is maintained by developers/users of jBPM, not paid JBoss employees. We see way too many posts where people want to know how to do the

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread kukeltje
@RomeoFigueira Regardless of how the question is formulated in english terms, the basic information is missing. http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPosts http://www.catb.org/~esr/faqs/smart-questions.html So it does not need answering at all (imo) Like you mention, this happens

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread petemuir
Trinidad supports this as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006378#4006378 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006378 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - watchdog process

2007-01-25 Thread siddharthags
does the JBoss server have any watchdog type of process that monitors the status of the server (like if it goes down try to bring it back again type?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006384#4006384 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread [EMAIL PROTECTED]
there is a Description field on the File creation screen as well thats the one you want to try. And yes the two exceptions are related View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006383#4006383 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: deployProcessDefinition helper function - throws NullPoi

2007-01-25 Thread pailRider
Thanks Ed! Good suggestion. I am new to jBPM and Hibernate, so may be that I am missing a config somewhere, but the code I feel is very straightforward and shouldn't cause me issues. I will keep you posted. - Randy View the original post :

[jboss-user] [JBoss jBPM] - Re: deployProcessDefinition helper function - throws NullPoi

2007-01-25 Thread estaub
pail, If you don't get any answers here, I'd try posting the problem on a Hibernate forum. It's probably not at all specific to JBPM. I fear I may run into this problem myself, so please write back when you find a solution! -Ed Staub View the original post :

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread RomeuFigueira
@estaub, an answer like isn't the kind of that makes theses forums progress, neither it helps the user who made it. The question may have not been properly formulated, in english terms, but it is a valid question, so it should be anwsered. @asset: Yes, sometimes the graphic representation gets

[jboss-user] [JBoss Seam] - @Startup help...

2007-01-25 Thread bsmithjj
Hello, I am trying to do the following: On startup of my application, create an EJB Timer (javax.ejb.Timer) using the EJB TimerService (javax.ejb.TimerService). The timer bean that I am trying to install is a stateless session bean. I initially tried to use @PostConstruct on a method that

[jboss-user] [JBossCache] - Re: Buddy replication behavior

2007-01-25 Thread puggelli
Hi, I wrote a workaround in the form of a TreeCacheListenener. Please let me know what you think about. | class Listener implements TreeCacheListener | { | private TreeCache cache; | private View view; | | private static final Fqn backupFqn = new

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
BTW thank you for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006377#4006377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006377 ___ jboss-user mailing list

[jboss-user] [Performance Tuning] - Re: check_jbossjmx (jboss plugin for nagios) + line 41: [:

2007-01-25 Thread massoo
hi, thanks for pointing out its working now regards shann View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006376#4006376 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006376 ___

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
The log is available here.. http://devissues.googlepages.com/xaer-outsidelogs Up until the time 2007-01-25 14:54:32,836 in the log is server startup. The rest is the log generated by the call from my application to the EJB. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to handle several collections, which store the same

2007-01-25 Thread alexg79
Specify a different join table for each collection. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006373#4006373 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006373 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate and @CollectionId

2007-01-25 Thread alexg79
Could someone help me understand why @CollectionId is required for multiple simultaneous bag fetching? All it does is create an invisible primary key for the collection. I understand this in the case of unidirectional relationships, but if I have a bidirectional relationship, what purpose does

[jboss-user] [JBoss jBPM] - Re: deployProcessDefinition helper function - throws NullPoi

2007-01-25 Thread pailRider
Thanks for your replies! I tried the same code using a SQLServer database and it did work. So, I updated the hibernate.cfg.xml (see below) to use a direct datasource (i.e., provided the username/password in the xml file) as opposed to using a J2C authentication alias for component managed

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
TRACE logging for everything? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006364#4006364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006364 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: a graph problem

2007-01-25 Thread estaub
You have a black hole in your PC. You need to take it in for servicing immediately. -Dogbert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006371#4006371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006371

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Try this: |category name=org.jboss.resource | priority value=TRACE class=org.jboss.logging.XLevel/ |/category | /code] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006369#4006369 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB 3.0 project with Eclipse IDE 2.0.0 beta 2

2007-01-25 Thread [EMAIL PROTECTED]
The ejb3.0 project was our old method of automatically adding the ejb3 classes to your build path. That's all it was intended to do. In beta3, it will function as any JEE class, can be added as a child to an EAR project, etc. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-25 Thread [EMAIL PROTECTED]
What I want to use is JBOSS 3.2.7. I try to use JBOSS 3.2.3 in the list for 3.2.7, but it doesn't work. You need to be more descriptive then just it doesnt work. When you create a new server, select 3.2.3, even though you want to run 3.2.7. I don't, personally, know the structural

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
BTW the metadata tags that should surround the type-mapping tags in the datasource were hidden by this forum. If you look at the html souce of this page they are there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006360#4006360 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-25 Thread Kentzhou
Yes. But JBOSS IDE 1.5 includes all JBOSS AS for debugging as: JBoss 2.4.x JBoss 3.0.x JBoss 3.2.x JBoss 4.0.x Why there is no such items included for JBoss IDE 2.0? I want to to use JBoss 3.2.7 with IDE 2.0, How can do it? View the original post :

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Ahh, so it is not just DB2, but MSSQL and DB2 on the AS400. Can you turn on trace in your log4j.xml configuration? That might give me some better idea. The setting is already there in the log4.xml file, you just need to uncomment it. View the original post :

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread freeportpa
Is that the cause of both the format exception and the org.jboss.portal.cms.CMSException: Cannot mark the content as Live exception? I don't have access to the test machine at this point but wanted to clarify. I thought only folder's had description fields? I did create a folder with an

[jboss-user] [Installation, Configuration Deployment] - Re: Alternative for using jvm-arg

2007-01-25 Thread newgro
Sorry a little mistake on myself Now the servers are started by run.sh -c default -DmyArg.to.client.update.folder=../client-update-folder ... and run.sh -c ports-01 -DmyArg.to.client.update.folder=../client-update-folder ... This is correct Cheers Per View the original post :

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread apill
anonymous wrote : | ?xml version=1.0 encoding=UTF-8? | | xa-datasource | jndi-namePicsDS/jndi-name | xa-datasource-classcom.ibm.db2.jcc.DB2XADataSource/xa-datasource-class | xa-datasource-property name=DatabaseNamezcoreinv/xa-datasource-property |

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread agori
hamtho2 wrote : | By the way: I think that would be a great benefit for seam to have this component, so why don´t you make it a core-feature? I think it´s a very common and important thing to display user-friendly validation-messages. You should definately think about it | Thomas If you

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread freeportpa
Is that the cause of both the format exception and the org.jboss.portal.cms.CMSException: Cannot mark the content as Live exception? I don't have access to the test machine at this point but wanted to clarify. I thought only folder's had description fields? I did create a folder with an

[jboss-user] [JCA/JBoss] - Re: EJB3 - XA datasource - Transactions - XAER_OUTSIDE

2007-01-25 Thread [EMAIL PROTECTED]
Hmmm...something doesn't look right. Ok, in with the current logs that you posted, what is the code actually doing and what datasources are you accessing? I am just trying to break this apart to get a better handle on what is going on. View the original post :

[jboss-user] [EJB 3.0] - TimerService: Canceling Timer in stop()- of @Service

2007-01-25 Thread periklis
Hi, i am writing on a small service based on the @[EMAIL PROTECTED] Features of EJB3. In this service i create via TimerService a new Timer in the start()-Method, which waits 10 minutes and invokes the @Timeout-Method every one hour. When i undeploy my service i invoke the timer cancelation in

[jboss-user] [Installation, Configuration Deployment] - Memory Utilization for JBoss on OpenSuSE

2007-01-25 Thread jbpjones
On a related note, I have this question: We are running JBoss Application Server 4.0.5 GA on OpenSuSE 10.2 runing Sun Java 1.5.0 (from YaST) with the latest updates. The system has pletny of hard drive space in a RAID array, 2 2.2Ghz AMD CPUs, and 2GB memory. When I do a top on the system by

  1   2   3   >