[jboss-user] [JBoss Seam] - Re: Session already invalidated

2007-06-11 Thread JohnBat26
Please, help me ! Entire project fail from this error ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052978#4052978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052978 ___

[jboss-user] [JBoss Messaging] - Re: Problem with JbossMessaging during JBoss startup

2007-06-11 Thread [EMAIL PROTECTED]
Now here the clue because the creator seems not willing to share the solution. The InitialContext was create with jndi.properties the properties were wrong so JBoss spite at startup. So just a configuration problem on our side. View the original post :

[jboss-user] [JBoss Seam] - Forced login?

2007-06-11 Thread tonylmai
I would like users to login before they may view any pages on my application. I tried the following config in the pages.xml: page view-id=* login-required=true/ Yet I was able to type the URL directly on the web browser and got to any pages I wanted. What should I have done differently?

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-11 Thread blackers
Yes, that worked perfectly for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052982#4052982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052982 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Logging flag for SQL queries

2007-06-11 Thread poushali.roy
Hi All, Is there any flag , which will be helpful for turnning on logging the sql queries which are running behind to view the time taken by the query. Thanks, Poushali. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052983#4052983 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Forced login?

2007-06-11 Thread [EMAIL PROTECTED]
that should work... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052984#4052984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052984 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: from hibernate to sybase

2007-06-11 Thread Sonal K.
Hello, All tables are not getting created when first time after creating database I'm starting the server. Thats why I am not able to log in. Why is this problem coming? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052986#4052986 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Exception during request processing: Transaction is not acti

2007-06-11 Thread kooudy
After method invocation (several seconds) I get this Exception: I dont know, what this mean, but I expect this is some problem with long time method invocation. Thanks for help anonymous wrote : Exception during request processing: Transaction is not active:

[jboss-user] [Installation, Configuration Deployment] - Re: Exception during request processing: Transaction is not

2007-06-11 Thread kooudy
I complete listing: anonymous wrote : | Caused by: javax.ejb.EJBException: nested exception is: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot o | pen connection | at

[jboss-user] [JBoss Portal] - Feeds aggregator portlet

2007-06-11 Thread manousopul
Hello, I 've tried the newsreader portlet, very pleasant and nice work indeed. I' ve searched for something with more functionality such as handling multiple feeds for each user and presenting them to him. Is there anything developed that deals with that functionality?? thank you in advance

[jboss-user] [JBoss Messaging] - Re: Problem with JbossMessaging during JBoss startup

2007-06-11 Thread roland.schuld
I'm sorry for not viewing my own post for so long... I agree to Mr. Schmitz. That was the problem... Greetz Roland View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052993#4052993 Reply to the post :

[jboss-user] [Clustering/JBoss] - QuartzScheduler NON_CLUSTERED

2007-06-11 Thread RedChili
I'm running a JBoss Cluster and I'm curious about a log entry from every node in the cluster I see at startup: anonymous wrote : | 2007-06-11 09:29:59,296 INFO [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.5.2 created. | 2007-06-11 09:29:59,298 INFO

[jboss-user] [JBoss Seam] - templates used in seam-gen

2007-06-11 Thread limousyf
Hello, I succesfully created my first app with seam-gen (surprisingly easily btw) but now I need to create my own templates. After digging a little in the src folder of seam-gen, I guess that modifying a little the current templates shall not be very hard, but how to create a complete new

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-11 Thread przemjaskier
I've added a comment describing how this can be reproduced in 100% of cases. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052996#4052996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052996

[jboss-user] [Installation, Configuration Deployment] - Re: HELP!!! Problems with .war deployment

2007-06-11 Thread mcox42
Thanks Genman. I've had a look in that file and this is the error before all the problems start :- 08:45:07,783 INFO [Catalina] Server startup in 112 ms 08:45:08,074 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/UGS_SUN/jboss_new/jboss-4.0.1sp1/server/default/deplo

[jboss-user] [JBoss Seam] - Re: Problem injecting (@In) entityManger in TestNG unit test

2007-06-11 Thread [EMAIL PROTECTED]
You need to call it in a JSF phase: | @Test | public void myTest throws Exception { | | new FacesRequest() { | protected void invokeApplication() throws Exception { | Component.getInstance(entityManager); | } |

[jboss-user] [Management, JMX/JBoss] - Re: JBoss Server Response Time

2007-06-11 Thread ywtsang
Is there any answer for this question? As I find that some comerical monitoring software can show the Server Response Time for JBoss, I think it would be possible to get the Server Response Time by ourselves. (In my opinion, the Server Response Time for JBoss can mean the response time for

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-11 Thread lcoetzee
Just for interest sake I have uploaded a very small example of using OpenLaszlo (which compiles into swf) with Seam to the JBossSeam page on the wiki some time ago. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeam. Look at the example under OpenLaszlo + Seam - a basic example using

[jboss-user] [JBoss jBPM] - Variable resolver

2007-06-11 Thread chawax
Hi, I am a newbie to jBPM and I need help about variable resolvers. I wrote an Action handler with an idDemande parameter. This parameter should be an EL expression, so that I my action handler could be context independant. For what I understood, I should use a variable resolver, but I can't

[jboss-user] [JBoss jBPM] - Re: oracle : one single sequence for all jbpm tables under

2007-06-11 Thread gogoasa
Jira created : http://jira.jboss.com/jira/browse/JBPM-982 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053002#4053002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053002 ___

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 source code, documentation

2007-06-11 Thread kukeltje
1: would you have guessed it was jbpm.3.jpdl_3_2 ? 2: all these branches, if you check them out, there is no /src/... dir anymore go to /jpdl/jar/test or have a look in the build.xml files where you can see what is run digging a little further often leads to surprising results (and no,

[jboss-user] [EJB 3.0] - error in your SQL syntax

2007-06-11 Thread albtorres
Hello, I,am trying to execute a query in a stateless bean, with jboss seam The query is List existing = em.createQuery(select username from Users) .getResultList(); and I get this error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

[jboss-user] [JBoss jBPM] - Re: Why are there no task queues?

2007-06-11 Thread kukeltje
Ed, anonymous wrote : I know that you can implement queues as actors. But having a common queue abstraction in the engine provides a useful place to hang assignment and assignment-management behavior. | Please enlighten me some more on this... I (and it's probably me being whatever)

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - business methods and local home interface

2007-06-11 Thread paoletto
hello i declared a business method (it is actually a finder method, but the name is not findBlaBla) in the local home interface of an entity bean, and implemented it into the entity bean. deploying the application i get: | Bean : Documento | Method : public abstract Collection

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: business methods and local home interface

2007-06-11 Thread paoletto
stub in the DocumentoLocalHome.java: |public java.util.Collection selectByMetadato(Integer num, String metadati); | // throws javax.ejb.FinderException; | implementation as it appears in DocumentoBean.java: | public java.util.Collection

[jboss-user] [JBoss Seam] - Eclipse Tips

2007-06-11 Thread gommo
I'm just after some tips in configuring my seam project in eclipse (I'm not currently usuing JBoss-IDE but can) Basically I'm new to Java web development. I've been doing a fair bit of fat client work with EJB3 on JBoss though. What I'm interested in is how to best do hot deployment of my web

[jboss-user] [JBoss jBPM] - Canceling an task instance

2007-06-11 Thread ricardomarques
Hi Guys I want to cancel a task without ending it. But from the code on TaskInstance.java I can't see how can I do that out of the box. What I need to do is: a user start's a work on a task but then cancel's it, and the task doesn't signal and return's do the user tasklist. Thanks in

[jboss-user] [JBoss jBPM] - unique constraint violation with jBPM 3.1.4 and Oracle

2007-06-11 Thread dmoeller
Hello, I try to set up an Oracle database under a jBPM 3.1.4 running in an JBoss AS 4.0.4. When I add process instances I get an exception and the information an unique constraint ist violated. An look up in the user_constraints says that the violated constraints are the following primary

[jboss-user] [JBoss jBPM] - Problem creating jBPM DB with MySQL

2007-06-11 Thread Riket44
Hello, I use jBoss jBPM 3.2 GA. I follow the user guide for install the jbpm database with mySQL but i've got a problem, i don't find the creation script... I see in all user guides i can find it there : ${JBPM_SSTARTERSKIT_HOME}/jbpm-db/build/${DATABASE_TYPE}/scripts But i havn't those

[jboss-user] [JBoss Portal] - Jass not working for correct username and password pair

2007-06-11 Thread purna_cherukuri
Hi, We are using JBoss portal 2.4.0 and JBoss App server 4.0.5.GA with Oracle 9.0 as database in production. We are facing a strange problem.Some times even if we give correct user name and password authentication is failing.After some time if we try, then it authenticates correctly. We are

[jboss-user] [JBoss Portal] - Jboss Portal Install Problems

2007-06-11 Thread guru_fordy
Hey there. I am very new to Jboss but my company is evaluating it as a possibility for use. I have set up a VPC with the following things installed: Windows XP Pro running on a VPC 2.6 CR2 downloaded with AS packaged. SQL Server 2000 JDBC Connector Version 1.1.15.01.101 downloaded from Microsoft

[jboss-user] [JBoss Portal] - Re: Jboss Portal Install Problems

2007-06-11 Thread guru_fordy
My guess was DB connection in the portal-sqlserver-ds.xml. Its currently set as: | datasources | local-tx-datasource | jndi-namejbossportal/jndi-name | connection-urljdbc:jtds:sqlserver://localhost:1433;tds=8.0;lastupdatecount=true/connection-url |

[jboss-user] [Installation, Configuration Deployment] - I'm able to access web.xml through URL! [jboss 4.0.2]

2007-06-11 Thread gkatz
Hi all; a recent security audit of an application based on jboss that I am developing revealed that we can access the web.xml of the http-invoker.sar through a URL from the web. the URL is: http://localhost:8083/WEB-INF./web.xml jboss version is 4.0.2 how can i change this? is this a known

[jboss-user] [JBoss AOP] - Re: How to avoid intercepting recursive calls

2007-06-11 Thread [EMAIL PROTECTED]
1) Incorrect | aop |cflow-stack name=NotRecursivePOJO | not-called expr=* POJO-prepare(..)/ |/cflow-stack | |bind pointcut=execution(public * POJO-prepare(..)) cflow=NotRecursivePOJO | interceptor class=Blah/ |/bind | /aop | Will allow the

[jboss-user] [JBoss Seam] - Re: TestNG with hibernate

2007-06-11 Thread cormet
anyone??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053029#4053029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053029 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: TestNG with hibernate

2007-06-11 Thread [EMAIL PROTECTED]
Session session = (Session)em.getDelegate(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053031#4053031 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053031 ___ jboss-user

[jboss-user] [Management, JMX/JBoss] - Re: JBoss Server Response Time

2007-06-11 Thread alesj
JBossON: - http://www.jboss.com/services/jbossnetwork View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053035#4053035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053035 ___

[jboss-user] [JBossWS] - Re: ant task produces java.lang.NoClassDefFoundError: com/s

2007-06-11 Thread teknokrat
The relevant build.xml fragment is | path id=class.path | fileset dir=. | include name=jbossws-client.jar/ | include name=getopt.jar/ | include name=jbossws-wsconsume-impl.jar/ | include

[jboss-user] [JBoss Seam] - Seam authentication Help

2007-06-11 Thread paradigmza
Hi, I have just started playing around with the new authentication in 1.2.1 and I am having a bit of trouble getting my mind around the navigation control. Here is a situation, If a user has never logged in before they must first fill in a form then continue to the page they requested. If

[jboss-user] [JBoss Seam] - Re: Seam authentication Help

2007-06-11 Thread [EMAIL PROTECTED]
This is exactly the situation covered in the documentation, with the redirect.capture* methods. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053038#4053038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053038

[jboss-user] [J2EE Design Patterns] - Ajax4jsf command or property to change the color of listbox

2007-06-11 Thread parimala
Hi Am using rich faces in my code h:selectOneMenu i want to change the foreground color of that dropdown list. Please help me out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053040#4053040 Reply to the post :

[jboss-user] [EJB 3.0] - [JDBCExceptionReporter]'last_insert_id' is not a recognized

2007-06-11 Thread shipra
Hi I have been trying to connect to a DB on sql server using EJB3.0. I'm able to retrieve the data from the tables but cannot insert. The tables are 'Address' and 'Person'. The Unique auto generated 'id' of 'Address' table has to be inserted in the 'AddressId' field of Person. Besides other

[jboss-user] [JBoss jBPM] - Re: unique constraint violation with jBPM 3.1.4 and Oracle

2007-06-11 Thread kukeltje
well, I'd first try to see what field violates the constraint. is P on a primary key or something? Then see what value is inserted and trace back to where that field is filled. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053043#4053043 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Canceling an task instance

2007-06-11 Thread kukeltje
you don't... if you do not do a transition or a cancel in the api, it stays in the tasklist. So a 'cancel' on the user level means doing nothing in with the api. Look at the webconsole source has this identical functionality View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem creating jBPM DB with MySQL

2007-06-11 Thread kukeltje
I think you mixed up some docs. They are in /jpdl/db/target View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053046#4053046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053046 ___

[jboss-user] [JBoss jBPM] - Re: Is this a bug/weird coding/am I reading this wrong?

2007-06-11 Thread kukeltje
then please file a jira issue for this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053050#4053050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053050 ___ jboss-user mailing

[jboss-user] [Security JAAS/JBoss] - Active Directory JBoss

2007-06-11 Thread mbl
Dear all, According to this comparative study between JBoss and Websphere AS, http://www.serverwatch.com/stypes/compare/index.php/compare2_18239,18039 it seems that JBoss does not support Active Directory nor Software SSL. The version which was tested here is the 4.0. Is it still the case ?

[jboss-user] [JBoss Portal] - Urgent : How to combine and make a single war file for more

2007-06-11 Thread ritesh_sanjay
Dear All, I am using Jboss-Portal-2.4.1. As usually we do...,We create .war file for any portlets and deploy on JbossPortal. I have created 7 portlets as per my project requirement therfore now having 7 war files which I have deployed on JbossPortal's /server/default/deploy

[jboss-user] [JBoss jBPM] - Urgent, Please help

2007-06-11 Thread vpnuser
Hi, This is regarding Hello World Bpel process again. I am stuck at the deployment stage. Please give guidance in moving on. The error in eclipse is given below | Buildfile: D:\Va\jbpm-bpel-1.1.Beta3\examples\hello\build.xml | pack-definition: | deploy-definition: | [deployprocess]

[jboss-user] [EJB 3.0] - is there a way to define just the named queries in xml file

2007-06-11 Thread rahulbhirud
In EJB3, is there a way to define just the named queries in xml file instead of using annotation... Thanks in advance Rahul. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053057#4053057 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Altering the transaction timeout

2007-06-11 Thread hbarca
Hi Toni, Oh, my mistake, I put the annotation in the wrong place (at one level deeper in the call chain). Now it works to me, with a SLSB. You have to make sure you put the annotation in the bean implementation code, at the method starting the transaction. By default, a transaction starts when

[jboss-user] [JBoss jBPM] - Re: Problem creating jBPM DB with MySQL

2007-06-11 Thread Riket44
I succeeded in creating the data base, but, in the user guide it says we must load the database create script with this command : source mysql.drop.create.sql and when I enter that command, I have the following error: Failed to open file 'mysql.drop.create.sql', error: 2 I don't understand...

[jboss-user] [Installation, Configuration Deployment] - load: class org.jboss.console.navtree.AppletBrowser not foun

2007-06-11 Thread rkonar
Hi, I have just installed JBOSS4.0.5GA by using jems-installer-1.2.0.GA.jar in WinXP. Started the server using run.bat. No error message in the server log. But when the web console is opened at localhost:8080, and then 'JBoss Web Console' link is clicked, the applet on the left hand pane is

[jboss-user] [JBoss jBPM] - Re: Problem creating jBPM DB with MySQL

2007-06-11 Thread Riket44
kukeltje wrote : I think you mixed up some docs. They are in /jpdl/db/target Yes, in fact a problem happened while unzipping the starter kit and I hadn't the directory db ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053064#4053064 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Canceling an task instance

2007-06-11 Thread ricardomarques
yes, but if I cancel it from the API, the task instance is terminated and it moves to the next node. I want that it stays in the same node, where the cancel action was called. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053065#4053065 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: load: class org.jboss.console.navtree.AppletBrowser not

2007-06-11 Thread rkonar
BTW, I am using sun JDK 1.6.02 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053068#4053068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053068 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Canceling an task instance

2007-06-11 Thread kukeltje
that is why I said you do NOT cancel it on the api, just do NOTHING. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053071#4053071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053071

[jboss-user] [Performance Tuning] - Jboss performance - not using all available resources

2007-06-11 Thread jamesdonnelly256
Hi, We have a new server with 8 cpus and 12gb of ram. We can't get Jboss to exploit the CPU resources available, and we're not sure where the bottleneck is. JBoss 4.0.5 resides on the main server, with MySql 5 running on a separate box, connected via a dedicated private gigabit ethernet.

[jboss-user] [JBoss jBPM] - Re: Variable resolver

2007-06-11 Thread chawax
I found my error ... It was a not a jPBM issue since I tried to cast the variable id_element as a String while it was set as a Long ... So it throwed a ClassCastException ... Shame on me ... Moreover the EL expression could be simpler : action

[jboss-user] [JBoss jBPM] - Re: Urgent, Please help

2007-06-11 Thread vpnuser
I had made some changes in the build.xml files, please find them below. The bpel-build.xml is given below | ?xml version=1.0? | project name=bpel | | !-- === -- | !-- === IMPORTS === -- | !-- === -- | | import file=ws-build-hello.xml / |

[jboss-user] [JBoss jBPM] - Re: Urgent, Please help

2007-06-11 Thread kukeltje
and? you changed the build scripts but expect us to find the differences? Besides that, the error reports a nullpointer in parsing a properties file. Would it be possible for you to track down what the cause of this is? View the original post :

[jboss-user] [Installation, Configuration Deployment] - Jboss with Jrockit JVM as windows service

2007-06-11 Thread gregamb
Hi, I'm trying to set up the Java Service Wrapper to start the Jboss as a windows service. I tried to use the instructions on the official web page, but they don't work for me. When ever I want to test it (start from Console) I?m getting exceptions ? so also the windows service is not

[jboss-user] [JBoss jBPM] - Re: Why are there no task queues?

2007-06-11 Thread estaub
Ronald, anonymous wrote : Please enlighten me some more on this... I (and it's probably me being whatever) that I do not get the point. Queue == tasklist imo. I'd say that the kind of named queue I'm talking about is a subclass of actor, but that's probably quibbling - I think I

[jboss-user] [EJB 3.0] - Re: error in your SQL syntax

2007-06-11 Thread [EMAIL PROTECTED]
Look at the name of the table its using: '.users users0_' See the . right before users? I don't know for sure, but it looks to me like that is missing the schema name (not sure what MySQL calls it - database name? username?) You probably just have to configure your persistence.xml a little

[jboss-user] [JBoss jBPM] - Re: Why are there no task queues?

2007-06-11 Thread kukeltje
What would be a nice feature though is to have the option to get a tasklist with only specific tasks (grouped by name, priority, or whatever). The filters in the console already support this, but maybe a treelist kind of view would be a nice enhancement. That is what (if I remember correctly)

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-11 Thread matt.drees
oops, sorry for the late reply. Didn't see the other posts... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053085#4053085 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053085

[jboss-user] [JBossCache] - Re: Exclusive lock on bottom (leaf) node only?

2007-06-11 Thread FredrikJ
What is the status of this? Should Option.setForceWriteLock() write-lock all nodes all the way up from the designated node or not? If this is in fact correct behaviour, is there any recommended way of solving the leaf-only locking scenario described in this thread? View the original post :

[jboss-user] [JBossCache] - Re: Exclusive lock on bottom (leaf) node only?

2007-06-11 Thread [EMAIL PROTECTED]
The option should not force WLs all the way to the leaf - it should only be forced on the leaf. Will create a JIRA for this shortly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053087#4053087 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - changing the color of list box in ajax4jsf...rich faces.

2007-06-11 Thread parimala
Hi all am using ajax4jsf in my application h:selectOneMenu tag for diaplaying a dropdown listi want to change the foreground color Please help me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053088#4053088 Reply to the post :

[jboss-user] [JBoss jBPM] - Wrong creation script for MySQL in 3.2 GA ?

2007-06-11 Thread Riket44
Hello, I'm currently trying to install MySQL on jBPM by following the user guide. In that guide, in the Last Steps Section, I must insert the users in the JBPM_ID_USER table. But in the creation script jbpm_jpdl_mysql.sql, there is no creation for JBPM_ID_USER table, so I havn't this table.

[jboss-user] [Remoting] - Re: Problem calling EJB3 method via HTTP only

2007-06-11 Thread MarcReis
Ok, Thanks! Sincerely Marc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053093#4053093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053093 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Unable to load tag handler class

2007-06-11 Thread vsramineni
Hai, Iam working on jboss-portal-2.6-cr2 and iam deploying an application with my own lay-out and theme. During run time iam getting an error like this Unable to load tag handler class org.jboss.portal.core.theme.tag.RegionTagHandler for tag p:region I have copied all the jar files into my

[jboss-user] [EJB 3.0] - Re: error in your SQL syntax

2007-06-11 Thread waynebaylor
You can't use normal SQL in the createQuery method, you have to use JPA QL. So, try this: ListUser users = em.createQuery(from +User.class).getResultList(); You'll get a list of User objects and you can filter out the usernames from that. View the original post :

[jboss-user] [JBoss Seam] - Re: Eclipse Tips

2007-06-11 Thread rmemoria
I recommend you to install the Exadel Professional plugin (www.exadel.com) ... It will give you reasonable preview of your xhtml pages. Considering you intend to use SEAM, to improve the development process I recommend seam-gen (it's an app in the SEAM directory, check the SEAM doc to have

[jboss-user] [JBoss jBPM] - Re: Canceling an task instance

2007-06-11 Thread ricardomarques
Sorry I haven't get that. But doing so... I get the task instance out of the tasklist, i think that is because i'm starting the work on the task, and leave it open. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053101#4053101 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-11 Thread ax666
http://jira.jboss.com/jira/browse/JBPM-983 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053103#4053103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053103 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-11 Thread naseem.k
mputz wrote : It looks like WL is using it's own SAXParser implementation instead of the apache one (which is bundled in jboss-4.0.x/lib/endorsed/xercesImpl.jar btw). Have a look at this docu, it's referring to an older WL version but I guess one of the ways to get around this issue described

[jboss-user] [JBoss Seam] - Re: Seam authentication Help

2007-06-11 Thread rmemoria
seam-gen does all this stuff for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053104#4053104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053104 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Canceling an task instance

2007-06-11 Thread kukeltje
? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053106#4053106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053106 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Is this a bug/weird coding/am I reading this wrong?

2007-06-11 Thread ax666
but shouldn't the values from default.jbpm.cfg.xml be merged with the specific configuration? specific settings should override default values of course, but not loading default values would cause error if you didn't specify something in your specific configuration? View the original post :

[jboss-user] [JBoss jBPM] - Re: Canceling an task instance

2007-06-11 Thread ricardomarques
Probally my english wasn't clear, let me try again. If I do nothing, the task doesn't continue, but also doesn't appear on my tasklist, do i need to suspend or resume ? Or those methods aren't fit to that? View the original post :

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-11 Thread kukeltje
The difference between case one and two is no wonder.. in case one the jsf tags are not interpreted and it is just plain xhtml. In the second case the parser comes in. I have no idea about the cause though. I (myself) quit trying to use weblogic at all because of many similar issues with

[jboss-user] [EJB 3.0] - Re: [JDBCExceptionReporter]'last_insert_id' is not a recogni

2007-06-11 Thread waynebaylor
Your code is telling Hibernate to auto-generate both ids. Are you setting the id manually, after Hibernate assigns it? anonymous wrote : [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]'last_insert_id' is not a recognized function name. View the original post :

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-11 Thread estaub
Alex, I took a quick look at the unit test. It uses a JbpmContextCallback class that I don't recognize, or see an import for. Do you need to attach it? I didn't look rigorously for other missing bits; you might want to. -Ed Staub View the original post :

[jboss-user] [JBossCache] - Re: HELP: Initial state transfer failed: Channel.getState()

2007-06-11 Thread [EMAIL PROTECTED]
Use [ code ] [ /code ] around the XML (see the Code button above the input box). You need fetchInMemoryState=true; I see that attribute twice up above, with different values. If you have it twice, the second entry will win. View the original post :

[jboss-user] [JBoss Seam] - s:formattedText unexpected token

2007-06-11 Thread msystems
I get an unexpected token everytime I'm using s:formattedtext. Simpel test case: | s:formattedText value=++a/ | | 15:57:19,757 ERROR [STDERR] line 1:5: unexpected token: ? | 'line 1:5' looks a little bit strange, because the '++a' only consist of 3 chars. Any ideas why I get an

[jboss-user] [JBoss Tools (users)] - Missing library during create j2ee project with jboss-4.2.0.

2007-06-11 Thread Renegat
Hi I try to do it only simple project using simple servlet. When I created Dynamic Web Project and added simple servlet to project I received something like this: Project SimpleProject2 is missing required library: '/local/jboss-4.2.0.CR2/server/default/lib/javax.servlet.jsp.jar'

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-11 Thread estaub
You need to include the jars you require in your ear file, and then tell WebLogic to use them in favor of its built-in jars. Sorry, I (frustratingly) don't remember where you tell WebLogic to prefer the ear's jars over its own. -Ed Staub View the original post :

[jboss-user] [Clustering/JBoss] - JGroups Transfer Rate with UDP really slow

2007-06-11 Thread RedChili
Hello, I've configured a two node JBoss 4.2.0GA cluster with farming deployment. I'm experiencing really low transfer performance of states and farm-deployed applications when using JGroups over UDP. Switching to TCP does the job immediately. The difference is immense 15minutes with UDP and a

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-11 Thread estaub
Found it! In your WEB-INF for the console, insert this weblogic.xml file: ?xml version='1.0' encoding='UTF-8'? | weblogic-web-app xmlns=http://www.bea.com/ns/weblogic/90; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | | container-descriptor |

[jboss-user] [JBossWS] - Re: Deploying JDeveloper/Oracle webservices on JBossWS

2007-06-11 Thread xiaozhang51
Hi Pekka, Praveen I'm having exactly same problem when i try to deploy a webservice from JDeveloper to JBoss. Did you solve this problem?. thanks Tommy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053122#4053122 Reply to the post :

[jboss-user] [JBoss Seam] - 5.1.1.2. Navigation (Seam 1.2.1)

2007-06-11 Thread bsmithjj
In section 5.1.1.2. Navigation in the Seam documentation, there is the following example: | page view-id=/editDocument.xhtml | | navigation from-action=#{documentEditor.update} | rule if=#{documentEditor.errors.empty} | redirect

[jboss-user] [JBoss Tools (users)] - Hotspot access violation running Eclipse JBoss IDE 1.6.0 2

2007-06-11 Thread ivanbest
I have the following error when I try to open the Eclipse JBoss IDE versions 1.6.0 and 2.0.0 Beta. I tryed with jdk 1.5.0_06 and 1.5.0_12. Please, help me. This is the Eclipse error log: # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION

[jboss-user] [JBoss Seam] - Re: 5.1.1.2. Navigation (Seam 1.2.1)

2007-06-11 Thread petemuir
bsmithjj wrote : Does this rule imply that a field named errors exists on the bean documentEditor? Furthermore, the Object represented by errors has a field named empty? Strictly yes, but we can infer that documentEditor has a property which is a Collection called errors (and Collection has

[jboss-user] [JBoss Seam] - Embedded EJB/Jboss and Seam

2007-06-11 Thread wesleyhales
Is there instructions like these on replacing RC9 with Embedded JBoss anywhere? Should we be using RC9 now and just ignore the Embedded JBoss for now? Just wanting to make sure I'm heading down the right path. Thanks View the original post :

[jboss-user] [Clustering/JBoss] - Chunking/Load Balancing with IIS JBoss

2007-06-11 Thread childsce
I have the Jakarta filter on IIS and have two JBoss instances that are setup in a round robin. I'm trying to get chunking to work but am getting the following error. Can some help and tell me what I'm doing wrong? Thanks Error: anonymous wrote : [Mon Jun 11 00:03:37 2007] [0436:3480] [warn]

[jboss-user] [Management, JMX/JBoss] - Re: JBoss Server Response Time

2007-06-11 Thread PeterJ
If you want to code your own, look at the various MBeans under jboss.management.local. The ones that contain j2eeType=XXXSessionBean have a Stats attribute that maintains response times for each method in an EJB. The one ones with j2eeType=Servlet have a Stats attribute that tracks response

[jboss-user] [JBoss Portal] - Re: Jboss Portal Install Problems

2007-06-11 Thread PeterJ
The missing class file is in the server/default/lib/commons-httpclient.jar file. It should be picked up automatically. I haven't tried running JBoss on a VPC, so I am not sure if that has any bearing on the problem, but I do recall all kinds of weird disk-related issues when I used VPC for

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Setting the home directory for Tomcat.

2007-06-11 Thread schmidtkevina
Ok, I've been looking all over and can't seem to get this right. JBOSS Version: 4.0.5 using Tomcat I need the /APPNAME directory to be served up as the home directory. https://www.hostname.com will serve up https://www.hostname.com/wims I tried adding the context to the server.xml in the

[jboss-user] [JBoss jBPM] - jPDL subprojects

2007-06-11 Thread [EMAIL PROTECTED]
jPDL bundles many components like e.g. * a task management component * an identity component * a business calendar * ... and maybe a couple more. Currently, these components are pluggable, but they are not targetted to be used outside the scope of jPDL/jBPM. With a little bit of extra effort,

  1   2   3   >