[jboss-user] [JBoss Seam] - Re: An enterprise question on s:graphicImage

2007-05-03 Thread gus888
Hi Raghinii, Thank you very much for your advice. The project which I plan to do is very similar to web 2.0 picture sharing sites. The picture size may be big or small, depending on user's uploading. At this situation, should I separately save image contents into two database columns (small

[jboss-user] [EJB 3.0] - Re: Unknown error

2007-05-03 Thread sashaxiv
i gonna do what you say but if i write optional=false in OneToOne annotation always a user details will be related with a user. anyway, thank you very much. I will tell you what happens!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042717#4042717 Reply to

[jboss-user] [Beginners Corner] - mbean inside war archive

2007-05-03 Thread trossmy
I've been trying to deploy a mbean inside of a war archive and despite reading that that is possible it does not get deployed, wherever I place the jboss-service.xml inside the archive, anybody knows more? View the original post :

[jboss-user] [EJB 3.0] - Re: Unknown error

2007-05-03 Thread sashaxiv
I tried what you say but i think your annotation is deprecated and is indicated for class- subclass relations with joined mapping strategy. In fact as i told you i could manage what you say with optional=false in the OneToOne annotation, but my problem still continue. View the original

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JkMount question

2007-05-03 Thread kuvera
Can I mount a context name to a differently named URL path? That is, http://servername/myurl would invoke JBoss context mycontextname. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042720#4042720 Reply to the post :

[jboss-user] [JBoss Seam] - Re: param in pages.xml doesn't accept multi-valued request

2007-05-03 Thread [EMAIL PROTECTED]
Yes, we should support multi-valued parameters. Could you please raise this in JIRA and include your patch? Assign it to Pete if you want it looked at quickly :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042721#4042721 Reply to the post :

[jboss-user] [JBoss Seam] - Re: An enterprise question on s:graphicImage

2007-05-03 Thread [EMAIL PROTECTED]
If you want the best performance, I would do as you already mentioned and save both the image thumbnail and the full size image in separate database columns (separate records would be even better). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042722#4042722

[jboss-user] [JBoss Seam] - Re: Remoting callbacks are not recieving

2007-05-03 Thread [EMAIL PROTECTED]
I've never witnessed this behaviour with remoting before. If you can raise this in JIRA with a working example that reproduces the issue, I'd be happy to take a look at it for you (assign the issue to me). View the original post :

[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-05-03 Thread m.shinde
Yes ManageOrders file present there. I am not able to understand why this error is coming. Please suggest!. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042724#4042724 Reply to the post :

[jboss-user] [JBoss Seam] - EntityQuery.refresh does not clear parsedEjbql

2007-05-03 Thread milli
I'm using the seam generated list class derived from EntityQuery. Ex. SubCategoryList I have added a method to it like forCategory(int categoryId) to retrieve list of subcategories for a given category id and setting ejbQl to an appropriate query. I can't reuse the object to pass a different

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

2007-05-03 Thread [EMAIL PROTECTED]
Which version of Seam is this, and which environment is it running in? Have you tried to generate a new project with Seam-gen? It will implement all the necessary security configuration and classes for authentication. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: heavy load configuration

2007-05-03 Thread eiben
PeterJ wrote : Also see http://wiki.jboss.org/wiki/Wiki.jsp?page=SPECjAppServer2002Tuning. Though that wiki entry is primarily about the specjappserver benchmark, the tuning tipis can be applied to almost any application. OK, so I'm neither a Java expert nor a JBoss expert :). What I found at

[jboss-user] [JBoss jBPM] - org jbpm Scheduler class

2007-05-03 Thread naseem.k
Hi, I just checked the documentation of jbpm, there is nowhere package org.jbpm.imp mentioned but the jbpm.war uses this package. There is a class AdminBean in package org.jbpm.webapp.bean where class org.jbpm.scheduler.impl.Scheduler is imported. Can anyone please tell me from where I can

[jboss-user] [Clustering/JBoss] - Re: Serious production problems

2007-05-03 Thread visprar
We are also facing similar problems. Running 2 clusters with 4 nodes. Every 1-2 days all nodes in a cluster get locked up. Have no idea on what needs to be done. Does anyone know under what condition the entire node can be affected. Th eonly thing i found was Also, a slow member could slow

[jboss-user] [Remoting] - Re: what happended to the JBoss Remoting 2.2 GA download lin

2007-05-03 Thread [EMAIL PROTECTED]
Look in http://sourceforge.net/project/showfiles.php?group_id=22866package_id=135729 for the zip file with source, docs, etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042731#4042731 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Two-Node Cluster UDP OutOfMemoryError

2007-05-03 Thread visprar
We are also facing similar issue. Trying to upgrade to from 2.2.9.2 to 2.4 sp2.. not sure if that will help. whats your jgroups version View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042733#4042733 Reply to the post :

[jboss-user] [JBoss AOP] - Re: AOP within TestNG EJB3 Embeddable

2007-05-03 Thread mzeijen
I got it to work. It isn't pretty but for running unit tests it is fine. The solution was simple: I added the -javaagent: argument to the VM Arguments list. I used a reference to the jboss-aop-jdk50.jar, but I made sure that this lib isn't within the classpath. I didn't try this before

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread hasc
would be great if anyone could give me a hint here. regards, hasc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042736#4042736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042736

[jboss-user] [JBoss Seam] - Re: Trinidad 1.0.0, Seam and JBoss 4.0.5

2007-05-03 Thread petemuir
If you are happy to use Seam CVS (which runs on JBoss 4.2.0.CR2 rather than 4.0.5.GA and uses JSF 1.2) - there should be a 1.3 beta fairly soon - then there is an example there which uses Trinidad 1.0.0, Ajax4jsf, Richfaces and Seam (seamdiscs) - the example also takes you through where to

[jboss-user] [JBoss Portal] - JBoss Portal developer's blog

2007-05-03 Thread [EMAIL PROTECTED]
We opened a blog where we will post about JBoss Portal architecture/tips/release/etc... http://jbossportal.blogspot.com/ Suggestion about content are welcome :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042738#4042738 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: i had a problem when i'm using Jboss 4.0.2+ the system c

2007-05-03 Thread [EMAIL PROTECTED]
You're probably encountering: http://jira.jboss.com/jira/browse/JBAS-4056 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042739#4042739 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042739

[jboss-user] [Clustering/JBoss] - Re: How to check which node is serving a request?

2007-05-03 Thread visprar
I mean, if you are using jvmRoute in your server.xml, the cookie will be set with that value (session cookie). you can give the value of jvmroute as nodex and nodey View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042740#4042740 Reply to the post :

[jboss-user] [JBoss AOP] - Re: AOP within TestNG EJB3 Embeddable

2007-05-03 Thread [EMAIL PROTECTED]
mzeijen wrote : I | I didn't try this before because I thought that the Embedded EJB3 already activated this somehow. EJB3 Embedded itself uses AOP to do it's magic. But the library is probably already aspectized. | E-EJB doesn't use weaving, it uses container/proxy based AOP, so weaving

[jboss-user] [JBoss jBPM] - Re: Web Services and JBPM

2007-05-03 Thread kukeltje
Ed is right Earnie, you are to a great extend correct. But - there needs to be a subproject - folders, buildscripts, libraries etc..etc..etc. - Making a good full xsd/model And only then creating the webservices themselves So it is more work then you would initially think. View the

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-03 Thread petemuir
http://www.jboss.com/index.html?module=bbop=viewtopicp=4042705#4042705 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042746#4042746 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042746

[jboss-user] [JBoss AOP] - Re: AOP within TestNG EJB3 Embeddable

2007-05-03 Thread mzeijen
thx, that would be very great. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042745#4042745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042745 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml a clear definition for EJB3

2007-05-03 Thread giancarlo.cadei
Hello, I'm a newbie with application servers and ejb3 in particular (so maybe you fall from the pan in the brace - as we say in italian) but with my search on internet and with a lot of patient I've concluded that what you need to deploy an ejb3 is. Suppose you want to deploy a jar with a

[jboss-user] [Security JAAS/JBoss] - Federated SSO Test Application Problem

2007-05-03 Thread JernKoll
Hi! I'm evaluating the JBoss Federated SSO CR1 and I cannot get the test application running. Everything should be installed and configured correctly and deployment seems normal: | 12:45:53,703 INFO [IdentityManager] Configuration successfully loaded for the IdentityManager... |

[jboss-user] [JBoss Seam] - Re: EntityQuery.refresh does not clear parsedEjbql

2007-05-03 Thread petemuir
No, refresh doesn't clear the parsedEjbql, but it does clear the resultList, singleResult and dataModel, meaning that if you subsequently request one of these, then, if any parameters are dirty, then the query will be run again. It doesn't check the ejbql though, so raise an issue in JIRA and

[jboss-user] [JBoss jBPM] - Too many connections problem

2007-05-03 Thread srsuarez
Hi. I am using JBPM on Apache Tomcat with Mysql database. The problem is that when I use a lot of time the jbpm application, we obtain a Mysql error (too many connections), and I must to reboot mysql. If I connect to the mysql database server, and execute show processlist, I see 100 active

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread petemuir
*which* error message is displayed twice? h:message globalOnly=true / doesn't display messages targeted at particular JSF components, only those which aren't attached to any. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042752#4042752 Reply to the post :

[jboss-user] [JBoss Seam] - Re: An enterprise question on s:graphicImage

2007-05-03 Thread petemuir
Also, if you do use s:graphicImage, then you should use the fileName attribute s:graphicImage fileName=icon-#{icon.id}-thumb / to allow the browser to cache the image View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042753#4042753 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Timer Problem

2007-05-03 Thread avivstav
I read Chapter 5 in the Jboss docs regarding the web-deploy which contains and start the timer services ( http://docs.jboss.org/jbpm/v3/userguide/deployment.html#webapplication), My application is based on Spring framework which runs with JBoss, and I alreay configured the JBPM as a context

[jboss-user] [JBoss Seam] - Re: Doco possible error. (Minor)

2007-05-03 Thread petemuir
Thanks :) Feel free to raise JIRA issues for documentation bugs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042754#4042754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042754

[jboss-user] [JBoss Portal] - Re: How can i get portlet instance id

2007-05-03 Thread engela
Do you really want a different processing to be dependant on the portlet instance id? Surely your portlet code should depend on a portlet instance. Wouldn't it be better to add a property to your portlet and depending on the value of the property you have a different processing. That way you

[jboss-user] [Beginners Corner] - ResourceBundle in SessionBean?

2007-05-03 Thread Durnox
Hi all, im rather new to J2EE and want to implement (at first) a session bean (stateful) that needs to call a 3rd-Party framework. This framework uses ResourceBundle.getBundle(...) to read some property-Files. At this point I get an error Can't find bundle for base name xyz.properties

[jboss-user] [Beginners Corner] - Re: Seam Deployment Error

2007-05-03 Thread jeffowen
This is actually the first exception that gets reported. There are several others following it either similar or complaining that they are related to this one. I have done some experimentation but trial and error and have located the problem to an Action/Session Bean class. If I delete it

[jboss-user] [JBoss Seam] - Re: Trinidad 1.0.0, Seam and JBoss 4.0.5

2007-05-03 Thread dejan
Is it possible to run seamdisc on Jboss 4.0.5 and Seam 1.2.1? I have looked at seamdiscs example and modified my application which runs on Jboss 4.0.5/Seam 1.2.1 but I am getting some exception from ajax4jsf: Resource not registered : org.richfaces.renderkit.html.GradientA... Are there some

[jboss-user] [JBossWS] - Cannot find port in wsdl (need help)

2007-05-03 Thread grdzeli_kaci
hi all, am trying to resolve this problem for a week, could anybody help me please ? i download jbossws 1.2.1GA there is example and i am trying to run it. 1.EndpointInterface | import java.rmi.Remote; | import java.rmi.RemoteException; | | import javax.jws.WebService; | import

[jboss-user] [JBoss Seam] - Re: Trinidad 1.0.0, Seam and JBoss 4.0.5

2007-05-03 Thread petemuir
No - you won't get jboss-seam-trinidad.jar working on 1.2.1. Apart from that, the major changes are to Seam itself - it runs on AS 4.2 which uses JSF 1.2 RI and it uses jboss-el rather than el-ri (you would want to use jboss el). The configuration instructions should be the same though.

[jboss-user] [Security JAAS/JBoss] - Re: Federated SSO Test Application Problem

2007-05-03 Thread JernKoll
I've found the problem. We're running with isolated class loading. With the isolation disabled, everything works fine. Does this rule out JBoss Federated SSO for us or is there some way to get it working with isolated class loading? Regards // Andreas View the original post :

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml a clear definition for EJB3

2007-05-03 Thread oskar.carlstedt
Hello! No, in general you don't need the ejb-jar.xml. You can include the ejb-jar.xml file if you intend to override settings from given annotations. But in generel, you don't need it. What you need to do is: Create a JAR-file with the ejb:s you want to deploy. This file must also include a

[jboss-user] [JBoss Seam] - Re: Doco possible error. (Minor)

2007-05-03 Thread [EMAIL PROTECTED]
I will once I know its really a BUG. If you dont mind the It hink its a bug cluttering up the Jira then I will from now on... And on that note... the conversation picker seems to have stopped working!!! in that it nevers lists conversations.. or is this just ME! View the original post :

[jboss-user] [Installation, Configuration Deployment] - Integrating jboss with Websphere MQ

2007-05-03 Thread Manubi
Can any one help me to integrate Jboss with Websphere MQ, some documents how to integrate Jbsoo with Websphere MQ. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042768#4042768 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml a clear definition for EJB3

2007-05-03 Thread oskar.carlstedt
Oooppss.. One more thing I forgot. If you don't provide the ejb-jar.xml file, JBoss will deploy your ejbs as: NAME-OF-EAR-FILE/BEAN-CLASS-NAME/Local or NAME-OF-EAR-FILE/BEAN-CLASS-NAME/Remote. In the example above you will get something like: /my-service/MyBean/Local or /my-service/MyBean/

[jboss-user] [EJB/JBoss] - lookup NoClassDefFoundError

2007-05-03 Thread merabi
hi all. I'm facing a lookup can't find error for about a day I have created a EAR file called Ad.ear. Inside of the EAR file, there is a JARWAR files. In Jar file, I have a Remote interface called ResetObj and implemented Stateless Session bean called ResetObjBean. Here's what I'm tryin to

[jboss-user] [JBoss Seam] - Re: Doco possible error. (Minor)

2007-05-03 Thread petemuir
Can you replicate this in an example? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042770#4042770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042770 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: JBPM Timer Problem

2007-05-03 Thread avivstav
I use JBPM 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042772#4042772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042772 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Doco possible error. (Minor)

2007-05-03 Thread [EMAIL PROTECTED]
This is in my template which is psrt of every page. I have 2 projects and I never see anything displayed. (I used to aoroung 2 drops of Seam ago.. and it was quite neat to jump around the conversations - and slo useful for debugging!). | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0

[jboss-user] [JBoss Seam] - Re: Trinidad 1.0.0, Seam and JBoss 4.0.5

2007-05-03 Thread stephen.friedrich
Thanks a million, Pete. Maybe I will just update JBoss and JSF versions at the same time as switching from ADF Faces to Trinidad. Seemed like a good idea to take the smallest step possible and update one after the other and check that nothing gets broken along the way. I noticed that seamdiscs

[jboss-user] [Beginners Corner] - Re: Seam Deployment Error

2007-05-03 Thread jeffowen
OK, I've cracked what the cause is. Perhaps someone who understands the annotations could now explain why it happens: It goes wrong if the code has @Stateful commented out (or I use @Stateless instead): package org.jboss.seam.example.booking; //imports .. //@Stateful @Name(myAction)

[jboss-user] [JBoss Seam] - Re: Trinidad 1.0.0, Seam and JBoss 4.0.5

2007-05-03 Thread petemuir
stephen.friedrich wrote : Thanks a million, Pete. | Maybe I will just update JBoss and JSF versions at the same time as switching from ADF Faces to Trinidad. | Seemed like a good idea to take the smallest step possible and update one after the other and check that nothing gets broken along

[jboss-user] [JBoss jBPM] - Re: JBPM Timer Problem

2007-05-03 Thread mputz
If you don't deploy the standard jBPM which configures the JobExecutorServlet, I'd suggest to add the configuration of this servlet to your own applications web.xml. As indicated in the javadocs of JobExecutorServlet, add the following configuration web-app |... |servlet |

[jboss-user] [JBoss Portal] - Re: How can i get portlet instance id

2007-05-03 Thread mohan_chaudhari
Thanks engela, You suggest to add a property to portlet . Is that mean adding preferences to portlet-instance.xml ? or something else ? If it is by setting preferences then i am currently doing the exact thing if it is different please let me know. View the original post :

[jboss-user] [JBoss Portal] - Re: can't access preference at runtime

2007-05-03 Thread [EMAIL PROTECTED]
You can set up preferences in portlet-instances.xml (note the 's' at the end). Show more of your portlet-instances.xml file. You can also look at the NewsPortlets in core-samples to see it used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042780#4042780

[jboss-user] [JNDI/Naming/Network] - run time exception

2007-05-03 Thread bittu.arvind
I followed the tutorial http://www.netbeans.org/kb/55/ejb30-jboss.html and tried to implement the same. But it's throwing an exception of the following type. java.lang.RuntimeException: javax.naming.NameNotFoundException: NewsApp not bound

[jboss-user] [JBoss Seam] - Re: Charset encoding problem in URL parameters

2007-05-03 Thread petemuir
Can you create a simple test case and post it on JIRA for someone to look at? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042785#4042785 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042785

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread hasc
thanks for help. i defined a message text in messages.properties GreaterThanZero=some text when i enter e.g. 0 as value the message text for GreaterThanZero is displayed twice. i just set globalOnly=true to check if the message is bound to the component. View the original post :

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread petemuir
What version of Seam and which JSF impl are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042788#4042788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042788 ___

[jboss-user] [Beginners Corner] - Re: ResourceBundle in SessionBean?

2007-05-03 Thread Durnox
Hi all, sorry for the post - it works now. I've no idea what went wrong the first time. Just put the .properties file into the root of the jar. greetings, Karsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042789#4042789 Reply to the post :

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread hasc
jboss-seam-1.2.1.GA jsf1.2 with facelets View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042790#4042790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042790 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - JBoss EJB3 Libraries javadoc api

2007-05-03 Thread keruke
Hi, Im now using JBoss Ide in EJB30 proyects, but like others java api i would install the apis docs for working with eclipse without internet connection. Under myproyect/properties/Java Build Path/libraries have a JBoss-ejb3x.jar file that i cant modify the javadoc source file. If i would

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread petemuir
Please try with CVS http://jira.jboss.com/jira/browse/JBSEAM-1236 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042793#4042793 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042793

[jboss-user] [JBoss jBPM] - Re: Web Services and JBPM

2007-05-03 Thread mignag
Ok thanks No quite what I hoped, but it will get there. In the mean time if I want to build my own WebService front end, can you give some clue on how to adress the jBPM server and a process or a process instance? (so the web service can work on it) Thanks again Miguel View the original post

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-03 Thread hasc
thanks i ll try that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042795#4042795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042795 ___ jboss-user mailing list

[jboss-user] [Performance Tuning] - HQL/ JPA-QL Query Tuning: How to enforce the join order

2007-05-03 Thread hoeft
Hi! I have read the book SQL Tuning by Dan Tow and want to optimise the important HQL/JPA-QL queries of my application, but I not sure how to enforce the optimal execution plan :-(. Consider the following JPA-QL-Query: | select o | from Operation o | where o.order.flight.etd = :flight

[jboss-user] [EJB 3.0] - HQL/ JPA-QL Query Tuning: How to enforce the join order

2007-05-03 Thread hoeft
Hi! I have read the book SQL Tuning by Dan Tow and want to optimise the important HQL/JPA-QL queries of my application, but I not sure how to enforce the optimal execution plan :-(. Consider the following JPA-QL-Query: | select o | from Operation o | where o.order.flight.etd = :flight

[jboss-user] [JBoss jBPM] - Re: org jbpm Scheduler class

2007-05-03 Thread estaub
Naseem, I assume you meant impl when you wrote imp, and jbpm-console.war when you wrote jbpm.war. This area has changed a lot... I suspect you're a victim of version skew of some kind. In 3.2, there's no ...bean.AdminBean or ...impl.Scheduler - at least I can't find them. -Ed Staub View

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-05-03 Thread Andre1001
[EMAIL PROTECTED] wrote : This is a classpath issue. Make sure jboss-jaxrpc.jar is seen first. | | In 4.0.5 the legacy JAXRPC API is also in jbossall-client.jar. This will cahnge in jboss-4.2.0 Got the same problem with 4.2.0 and with 4.0.5 + jbossws-1.2.1.GA:

[jboss-user] [JBoss jBPM] - Re: Web Services and JBPM

2007-05-03 Thread estaub
Mignag, I may misunderstand, but it sounds like you haven't read any documentation yet. Read the user guide carefully, at a minimum, and try to find some answers before posting a give some clue on how to adress the jBPM server... If you do still need to ask, tell how you're going to be

[jboss-user] [JBoss jBPM] - Re: JBPM Timer Problem

2007-05-03 Thread avivstav
I add the JobExecutorServlet to my configuration as mentiond and I get the following error while satrt up the application: 2007-05-03 15:18:00,328 ERROR [org.jbpm.job.executor.JobExecutorThread] exception in job executor thread. waiting 4 milliseconds org.hibernate.MappingException: invalid

[jboss-user] [Clustering/JBoss] - Re: Two-Node Cluster UDP OutOfMemoryError

2007-05-03 Thread [EMAIL PROTECTED]
It's hard to tell cause from effect in this kind of situation. Your log shows node1 being suspected by node2 and properly starting the process of closing down the channel to rejoin. Then a few ms later the vm runs out of memory. Most likely whatever was going on that eventually led to the OOME

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread chane
smithbstl wrote : | I still can't find a way to propagate the conversation to the dialog window. I have tried the above mentioned Phase Listener and also the s:conversationPropagation tag in Seam's Library. Neither seem to work. | The test app I put together does propagate the

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2007-05-03 Thread jcv
yes, imodified the provided one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042807#4042807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042807 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Dynamic jdbc connection

2007-05-03 Thread dibell
Is there any way of programmatically configuring the JDBC connection associated with a persistence unit? Specifically the username and password. I would like to use EJB3 entities in a client application and the user login is the login to the database. I thought about dynamically binding a

[jboss-user] [JBoss Seam] - Design Questions

2007-05-03 Thread [EMAIL PROTECTED]
I have a seam bean, conversational, and in this bean I have delegated work out to another bean (8 actually!). Since the main bean is conversational I require these delegated beans to do work within my conversation. I biject these delegates using: | /** | * Biject the

[jboss-user] [Installation, Configuration Deployment] - jboss multiple installation

2007-05-03 Thread dwarakanathan
Hi.. for the multiple instance jboss concept.. do i need to install one more jboss.. or it is just copy-paste of one more directory inside SERVER folder of the jboss? urgent case.. thanks !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042813#4042813 Reply

[jboss-user] [JBoss Portal] - Programmatic Portlet Resizing with JSF

2007-05-03 Thread jgilbert
How do I programmatically resize a JSF/Seam based portlet? As far as I can tell I don't have access to the actionUrl from within a managed bean. I suspect that adding a param to my commands wont work. h:commandButton ... |f:param name=windowState value=maximized/ |

[jboss-user] [JBoss Portal] - finding solution to pass parameters from one portlet to 3 po

2007-05-03 Thread moj_sham
Hi, We are trying to find a solution to pass parameters from one portlet placed in the main page of the portal to 3 portlet that are placed on a different page and opens in a new window. The senerio is like this. We have userslist portlet in the main page, it displays all the users with a

[jboss-user] [JBoss Seam] - Re: Error selecting object

2007-05-03 Thread laxu
I have downloaded jboss-seam-CVS.20070503 and rearranged libraries etc. to use it instead of 1.2.1GA but I cannot seem to get past the following exception. Exception during request processing: javax.el.ELException: Error Parsing: #{isteklerAction.selectIstek(i

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread dajevtic
Please check in my provided listeners, if you are using conversationId paramter name od cid parameter name... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042826#4042826 Reply to the post :

[jboss-user] [JBoss Portal] - Re: jboss portal 2.6 and jboss AS 4.2

2007-05-03 Thread [EMAIL PROTECTED]
You would need to copy: jboss-4.0.5.GA/server/default/lib/jboss-backport-concurrent.jar in 4.2/server/default/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042829#4042829 Reply to the post :

[jboss-user] [EJB 3.0] - Entitymanager Persistent

2007-05-03 Thread poyge394
Hi, i have 2 entity bean, Rollingstock and Schedule. Hear is some code: | rollingstock = new Rollingstock(); | rollingstock.setNextRoute( STH ); | rollingstock.setRoute( HALL ); | schedule = new Schedule(); | rollingstock.setSchedule( schedule ); | So now i whant to persist the

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread smithbstl
which is correct? coversationId or cid? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042834#4042834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042834 ___ jboss-user mailing

[jboss-user] [Installation, Configuration Deployment] - Hot deployment, changes in class files are not identified

2007-05-03 Thread apk2072
Any changes in JSPs are getting loaded in JBoss app server without restart but any changes in the class files are not getting loaded. Is there any flag I am missing out to set it. Thanks in advance, APK View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread dajevtic
The one that is configured in your components.xml. In your case probably cid ?! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042836#4042836 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042836

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread smithbstl
Ok thanks. It was consistent between components.xml and the phase listener. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042837#4042837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042837

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread petemuir
Can one of you create a JIRA issue for me? I need to know what the exact problem you are encountering is (and how I can replicate), and what you are doing to solve it and the relevant classes. Then I can roll it into the jboss-seam-trinidad.jar and seamdiscs example. Thanks! View the original

[jboss-user] [JBoss Seam] - Re: Error selecting object

2007-05-03 Thread petemuir
Seam CVS uses jboss-el not el-ri. seam-gen should create you a correct application, or take a look at one the examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042840#4042840 Reply to the post :

[jboss-user] [JBoss jBPM] - JbpmSession deprecated or not?

2007-05-03 Thread ricardomarques
Hi This is my scenario, please correct me if it's wrong. I have a main class that start's my engine with the code: | private JbpmConfiguration jbpmConfiguration = null; | private JbpmContext jbpmContext = null; | | this.jbpmConfiguration = JbpmConfiguration.getInstance(); |

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread smithbstl
I have created the jira, Chris or dajevtic, feel free to add anything I may have left out. http://jira.jboss.com/jira/browse/JBSEAM-1289 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042843#4042843 Reply to the post :

[jboss-user] [EJB 3.0] - Problems injecting EJB into JSF-backingbean (on jboss-5.0.0.

2007-05-03 Thread CarstenRudat
Hi All, I have an JSF-backing-bean and a SLSB and I'd like to have an injection of the SLSB. My app: web.xml is JEE5: | web-app version=2.5 | xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [Installation, Configuration Deployment] - Re: jboss multiple installation

2007-05-03 Thread PeterJ
The latter is the best approach - make a copy of an existing directory in the server folder. (On my system, I never use 'all' or 'default', I always make a copy and run the resulting configuration. I have a dozen configurations.) View the original post :

[jboss-user] [Performance Tuning] - Re: A strange slowly running thread which has been run by se

2007-05-03 Thread EscudoJaguar
Which parameter can we modify to aviod this posible (network timeout problem)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042847#4042847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042847

[jboss-user] [JBoss jBPM] - Re: connecting with the API

2007-05-03 Thread ricardomarques
Yeah I'm getting there, but slowly... :) Just don't get one thing, where are the classes deployed on the database? I'm asking this because my purpuse is to use the same Actions to many process definitions. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Hot deployment, changes in class files are not identifie

2007-05-03 Thread PeterJ
Class files are not reloaded unless the entire application is redeployed. To accomplish this, change the timestamp on the primary deployment descriptor. See http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread chane
smithbstl wrote : Chris, I have followed your instructions and am not seeing the conversation propagated. | | 1st page has a conversation id (cid) of 1 | 2nd page (long running conversation) cid=2 | 3rd page(page with dialog link) cid=2 | dialog page cid=4 hmmm... note sure what to

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2007-05-03 Thread Johan.Parent
Hi, Actually it is indirectly through the hibernate.cfg.xml that jbpm is hardwired to the identity module. | !-- following mapping files have a dependendy on -- | !-- 'jbpm-identity-{version}.jar', mapping files -- | !-- of the pluggable jbpm identity component. -- |

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-05-03 Thread chane
I have modified the JIRA. I can try to answer questions Chris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042854#4042854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042854

[jboss-user] [JBoss Seam] - Re: EJB exception Error,Help

2007-05-03 Thread hhf8
thanks for the reply, have sorted the issue myself,made a schoollboy error,I didn't have my confirm in a try and catch block View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042856#4042856 Reply to the post :

  1   2   3   >