[jboss-user] [JBoss jBPM] - Re: How many data types do the process variables have?

2006-09-08 Thread titanxj
Thanks for your reply! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970279#3970279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970279 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss jBPM] - Re: Real applications of jBPM

2006-09-08 Thread fATbEAT
In the last year we had a project during our study at the FH-Joanneum where we had to implement a business process management engine into the e-government plattform of our city council in graz. http://www.graz.at we evaluated enhydra shark and jboss jbpm but finally we thought that the jboss s

[jboss-user] [JBoss Getting Started Documentation] - Re: Deployment failed on Duke Bank Application

2006-09-08 Thread kusanagihk
To all, I've found more errors during starting the jboss server, there are 3 services or modules that failed to be configure during startup. --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss:database=localDB,service=Hypersonic State: NOTYETINSTALLED Depends On Me:

[jboss-user] [JBoss Portal] - Jboss Portlet site will not work, when there is a time out in

2006-09-08 Thread krishan
Hi, When there is a timeout in a portlet in JBoss portal, none of the portlet will be displayed and I can see a blank sceen on the browser. I guess, if it can't get the specific portlet contents, others should work. I want to know how should I remove the specific "WeatherPortlet" from the por

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-08 Thread [EMAIL PROTECTED]
I thing we got 3 different interpretations of the question here :) Andrew could you rephrase your question ? -> The tabs are a portlet. -> The content above the tabs is part of the theme. -> You can add a CSS stylesheet to a portlet. (Hence change how the navigation portlet will look like) View

[jboss-user] [JBossWS] - WS-Eventing and subscription expiration time

2006-09-08 Thread palin
We implemented a ws-eventing application that receives subscription messages to our service from our customers; we found that the max expiration time accepted by jbossws is 10 minutes (MAX_LEASE_TIME) after the current date; moreover subscriptions with indefinite lifetime (ie. without wse:Expire

[jboss-user] [JBoss jBPM] - TaskFormParameter missing

2006-09-08 Thread Becka
We are currently developing a Application for jBoss/jBPM and need the TaskFormParameter Class. To now we used jBPM 3.0.2 and we currently migrate it to jBPM 3.1.2. The Problem that we have now is, that TaskFormParameter no longer exists in the old Implementation and to now we can't find any solut

[jboss-user] [JBossWS] - Re: jbossws / problem in generating client. NoSuchMethod

2006-09-08 Thread MmarcoM
hello all, it is definitively a classpath problem in my build script runnign wstools.bat on its own fixes the problem sorry for messing around regards marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970286#3970286 Reply to the post : http://www.jboss

[jboss-user] [JBoss Getting Started Documentation] - Re: Deployment failed on Duke Bank Application

2006-09-08 Thread kusanagihk
To all, Problems solved; I have made 2 changes as follows: 1) the contents of the jndi.properties at \server\default\conf java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://localhost:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.inter

[jboss-user] [Security & JAAS/JBoss] - Re: EJB client and its authentication by the client certific

2006-09-08 Thread pchojniak
Hi I'm not sure that this answer coresponds to posted questions! I have the same problem I want to use "ssl Client" credential and principal to use them in my own AuthorizationLoginModule. As I understand ssl, it authenticates client so we do not need to authenticate client in BaseCertLoginMod

[jboss-user] [Management, JMX/JBoss] - free alternatives to jboss on

2006-09-08 Thread Linuso
Are there any god free solutions for surveillance och management for jboss AS ?? Is'it just jboss on that is possible to implement whit CA's unicenter ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970292#3970292 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - JBPM to create BPEL

2006-09-08 Thread rainstar79
Hi folks, can I extend/change source code of the Process Designer to create BPEL Files not jPDL?? Is there a tutorial/documentation for such an aim? Thanks Rainer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970293#3970293 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-09-08 Thread powermore
Thanks to Kevin Barfield! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970294#3970294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970294 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - Re: jPDL vs. BPEL - I am a bit confused

2006-09-08 Thread developerdev
BPEL and JPDL are used in differant context. JPDL is a grapgh oriented language developed by jboss. It runs on jbpm engine developed by jboss itself. But BPEL is industry standard. It's purpose is orchestration of webservices. So it is also called bpel-ws. So JPDL and BPEL are used in differant

[jboss-user] [JBoss Seam] - Don't deploy a process definition when restarting

2006-09-08 Thread dgallego
Hi, when JBoss AS restarts Seam deployes process definitions into database, invoking installProcessDefinitions() from org.jboss.seam.core.Jbpm. Is it really necessary? Seam should redeploy it if it has changed... Correct me if I'm wrong... thanks :). View the original post : http://www.jboss.co

[jboss-user] [JBoss and NetBeans] - Re: JBoss plugin download where: netbeans 5.0 and j2ee 1.4

2006-09-08 Thread lkotouc
NetBeans 5.0 supports only the context-root field generation in jboss-web.xml DD. Unfortunatelly, additional features were added later, se below. I recommend to use NetBeans JBoss IDE or NetBeans 5.5 if it is possible. JBoss NetBeans IDE supports jboss-web.xml and jboss.xml. It is not perfect bu

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing jboss-4.0.4.GA-Patch1-installer.jar

2006-09-08 Thread Wolfgang Knauf
This is some internal error which can be ignored. Is fixed in 4.0.5 CR1. http://jira.jboss.com/jira/browse/JBAS-3227 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970300#3970300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - ejb3 remote client exception

2006-09-08 Thread jelda
Hi, I hate when it doesn't work.. I kept on trying but no luck yet. My ejb3 remote client always throws following exception. Caused by: java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is: java.io.EOFException at org.j

[jboss-user] [JBoss.NET] - JBoss 4.0.2 & Apache Axis

2006-09-08 Thread amit_sri
Is there any location from where I can download JBoss 4.0.2 with Axis or if I want to run Apache Axis tool where should I place it in the JBoss folder, currently when I tried with copying the content of webapps from axis to tomcat folder in JBoss it is not picking up also I tried to deploy Axis

[jboss-user] [JBoss and NetBeans] - Re: Jboss Netbeans IDE

2006-09-08 Thread lkotouc
to [EMAIL PROTECTED]: NetBeans 5.5 contains the TopLink libraries only, it is useful for the J2SE projects for example. Hibernate libraries can be added manually using the Library Manager. The libraries which are not part of the server platform must be 'deployed' manually by a user. I don't un

[jboss-user] [JBoss and NetBeans] - Re: Jboss Netbeans IDE

2006-09-08 Thread [EMAIL PROTECTED]
Yes, I know Toplink libraries are there and usefull for J2SE projects. My question is how we get the Hibernate libraries in there too in the default installation of Netbeans IDE so it is easy to use when doing J2SE projects ? View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB/JBoss] - java mail question

2006-09-08 Thread yxyang
Hi Can i update the mail.jar from 1.3 which is used in jbossAS 4.0.3SP1 to mail.jar from javamail 1.4? Does this affect the jboss server ? regards yang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970310#3970310 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - saving own objects with Hibernate in jbpm

2006-09-08 Thread jbaton
Hi all, I have custom objects that I have added to the jbpm schema. Those objects are hibernatable. My app is multithreaded. What is the prefered way to save the custom objects ? When I get the hibernate session from a newly created jbpmcontext, I get an exception like this org.jbpm.JbpmExcep

[jboss-user] [Management, JMX/JBoss] - Re: JMX: UndeclaredThrowableException

2006-09-08 Thread [EMAIL PROTECTED]
Good Day, I am getting the java.lang.reflect.UndeclaredThrowableException at $Proxy1.getMBeanInfo(Unknown Source) from the MEJB in JBoss 4.0.4 GA when the MBean throws an IOException. According to the code the XMBean throws an MBeanException in this case but somewhere along the line it is co

[jboss-user] [JBoss Portal] - List of online urls that uses JBoss portals

2006-09-08 Thread krishan
Hi, Could you please give me the list of online urls that uses JBoss portals? I found following urls' are not accessible for me now. http://www.vonderlinden.nl/ http://jboss.cignex.com/portal and following are accessible. http://www.javaclimber.com/ http://www.mobmeee.com Thanks, Krishan Vie

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Analyze of a BLOB

2006-09-08 Thread soussou97
Hi; I get from Oracle Table a field BLOB with a big size (contains many data) and I would like to write a class which to get this field and to analyze the data for creating of the structures and objects. For example into this field, at position 1 to 10, its of variables, position 12 at 45 its o

[jboss-user] [JBoss.NET] - Re: JBoss 4.0.2 & Apache Axis

2006-09-08 Thread amit_sri
Hi, I have been placed the axis folders in the server/default/deploy/tomcat folder from where the server is picking up and deploy the Axis but while trying to access it using browser it gives the following exception. I wonder there is no Resource bundle in the Axis install, can any body help me

[jboss-user] [EJB 3.0] - Re: JNDI Problems by deploying an EJB 3 stateless session be

2006-09-08 Thread gaeoepag
But what is the problem regarding the "$Proxy72 implements No ClassLoaders found for:" text in the JNDIView? How can be avoided? Best Regards, Andru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970317#3970317 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Portal] - Re: List of online urls that uses JBoss portals

2006-09-08 Thread [EMAIL PROTECTED]
http://www.jboss.org and those specified in the Wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSampleSites View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970319#3970319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossWS] - WSDL SOAP ADDRESS REPLACE_WITH_ACTUAL_URL

2006-09-08 Thread ovidiucn
Hello, I have implemented a web service as a servlet endpoint and i'm trying to secure the communication between client & server (SSL). I have enabled the https server connector (8443). Right now, I'm stuck because i'm trying to change the soap address in the generated wsdl file. I have already

[jboss-user] [JBossWS] - Samples not registered in JNDI

2006-09-08 Thread MatthiasFraass
Hi, I've tried the samples (jbossws-samples-jsr109pojo-doc.war and jbossws-samples-wsaddressing.war) but can't get them to work. Step by step: 1. Installed jboss-4.0.4.GA-Patch1-installer.jar, "ejb3" 2. Installed jbossws-1.0.3.GA (deleted /jbossws.sar/, unpacked lib\jboss-jdk1.5\jbossws.sar the

[jboss-user] [JBossWS] - Re: Deployment error - JBossWS with JBWS181HelloWorld

2006-09-08 Thread fram
"[EMAIL PROTECTED]" wrote : What version of jbossws is this? I'm using 4.0.4 and I'm experiencing the same problem. Francesco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970323#3970323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBossWS] - Re: Samples not registered in JNDI

2006-09-08 Thread MatthiasFraass
Addendum: I can see the WS via http://localhost:8080/jbossws/services and I can view the WSDL there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970324#3970324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970324 _

[jboss-user] [EJB 3.0] - Strange behavior

2006-09-08 Thread Dens
design: Swing <-> SFSB(remote !) (2 different VM of course) Description of this strange behavior: a method of my sfsb returns an object with reference (in the server): [EMAIL PROTECTED] this instance is managed by the persistence manager ( I use PersistenceContextType.EXTENDED) In my swing a

[jboss-user] [JBossWS] - Client Authenticated HTTPS and Web Services

2006-09-08 Thread herrvendil
Hi all In JBOSS-4.0.3 it was possible to get the client certificate used in the https session of a WebService request in order to authorize the web client. I used the code that worked: MessageContext messageContext = context.getMessageContext(); | HttpSe

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread _roberto
Hi to all, I have a problem also deploy web apllication: every time that I deply a .war file I have to restart Jboss, but this operation, I don't know why, take something like 20 minutes and, after that time, often the server don't show me his jsp pages, servlet and so on. Any suggestion? :-( T

[jboss-user] [EJB 3.0] - javax.naming.NameNotFoundException: ws1 not bound

2006-09-08 Thread micho
Hello I hava a stateful sessionbean @Stateful | @Remote | public class SessionTestBean implements Session calling the bean form the client brings javax.naming.NameNotFoundException: ws1 not bound the clientcode is public class client | { | public static void main(String[] args) { | Se

[jboss-user] [JBossWS] - Re: Newbie: How do you modify the java package/namespace map

2006-09-08 Thread [EMAIL PROTECTED]
Yes, WSDL generation for JSR-181 only work s for trivial use cases. This is because JSR181 should really not work at all for JAXRPC. It is targeted for JAXWS where all marshalling unmarshhalling is delegated to JAXB Please monitor http://jira.jboss.org/jira/browse/JBWS-1101 View the original

[jboss-user] [JBossWS] - Re: JSR -181 Start with WSDL and Java

2006-09-08 Thread [EMAIL PROTECTED]
WSDL generation for JSR-181 only work s for trivial use cases. This is because JSR181 should really not work at all for JAXRPC. It is targeted for JAXWS where all marshalling unmarshhalling is delegated to JAXB Please monitor http://jira.jboss.org/jira/browse/JBWS-1101 View the original post

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: ws1 not bound

2006-09-08 Thread anders.hedstrom
Try changing this line: ses = (Session) ctx.lookup("ws1/SessionTestBean/remote"); to: ses = (Session) ctx.lookup("SessionTestBean/remote"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970334#3970334 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: ws1 not bound

2006-09-08 Thread jelda
How you deployed it? ws1.ear or ? ejb3 deployer deploys with jndi name as .. ear-name/bean-name/remote Jelda View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970335#3970335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - multi portlet setup

2006-09-08 Thread mzeijen
This is probably not a reall seam question, but I am going to ask it here anyway ;). At my company we are relaunching our website and we will be using portlets (together with a CMS) to implement the dynamic parts). I am searching for a way to get a reall flexible deployment. I mean by this that

[jboss-user] [JBoss jBPM] - Swimland reassignment Example

2006-09-08 Thread jmjava
I recently figured out how to reassign swimlanes for a processInstance and thought an example might help others Note: the assignments are currently hardcoded but a more production capable version of this Action could be designed that retrieves a processInstance varaible, possibly a hashMap and

[jboss-user] [JBoss Portal] - Re: JBoss Portal SVN Repository

2006-09-08 Thread cpage
hi, i have a problem when i checkout under eclipse: the log: checkout -r HEAD http://anonsvn.jboss.org/repos/portal/trunk RA layer request failed svn: REPORT request failed on '/repos/portal/!svn/vcc/default' svn: REPORT of '/repos/portal/!svn/vcc/default': 400 Bad Request (http://anonsvn.j

[jboss-user] [JBoss Portal] - Help from portlet

2006-09-08 Thread jkoek
Hello, My mission; I want to implement a help window based on all help that is related to a page. This means I want to trigger the portlets to add help to a specific area on the screen. In my case it will be a div that is hidden until the user presses on the help button. This way I have a hel

[jboss-user] [Beginners Corner] - Writing to Jboss queue from .net

2006-09-08 Thread anog
Hi, I have a Jboss 3.2.5 queue to which I'd like to send messages from a Microsoft .Net component. What is the best way to achieve this? I've searched the web, but I can't find any (free) answer to my problem... Thank you in advance! View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Beginners Corner] - SEAM with JSF (Action not called)

2006-09-08 Thread Vijendra Babar
Hello Friends, I am using JBoss 4.0.4 GA with JDK 1.5 I have created on sample application of SEAM using JSF. This application contains 2 text box with one command button. On action of this button I have called on method (Listener). The page gets loaded but on clicking the command button followi

[jboss-user] [JBoss Seam] - Re: Seam + Portlet + EntityManager

2006-09-08 Thread chuaky
hi jarkko Sorry for the late reply, I'm using portal 2.4GA and seam 1.0.1GA. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970345#3970345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970345 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing jboss-4.0.4.GA-Patch1-installer.jar

2006-09-08 Thread tulsirai
is there a fix for this? I didn't see any on the link you provided. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970347#3970347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970347 ___

[jboss-user] [EJB 3.0] - Re: SINGLE_TABLE Inheritance and relations

2006-09-08 Thread hitman_in_wis
Posted same thing a few weeks ago. No responses. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88509 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970349#3970349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Portal booking example loses conversation after validation e

2006-09-08 Thread mauro.lopez
In first place, I'm sorry I have done things in the wrong order: created a jira issue first (JBSEAM-344) and this topic second. The issue details are: Environment JBoss 4.0.4.GA JBoss Portal 2.4.0-Beta1 (used jems-installer-1.2.0.BETA) JBoss Seam 1.0.1.GA Description Followed this steps: - depl

[jboss-user] [JBoss Seam] - Re: Portal booking example loses conversation after validati

2006-09-08 Thread mauro.lopez
Full title should say Portal booking example loses conversation after validation error Jira issue is http://jira.jboss.org/jira/browse/JBSEAM-344 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970351#3970351 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [EJB 3.0] - Re: ejb3 remote client exception

2006-09-08 Thread heinrich
Hi, your entities need to implement Serializable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970353#3970353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970353 ___ jbos

[jboss-user] [News & Announcements] - Re: JBoss 4.0.5.CR1 released

2006-09-08 Thread louth
Can you please check whether the Java 5 language level libraries (WebServices Annotations) have been compiled with Java 6? We are using IntelliJ 6.0 EAP and when we compile with the Java 5 compiler (javac) we get lots of errors related to EJB3 and WS annotations. Switching to Java 6 compiler o

[jboss-user] [Advanced Documentation] - duke's bank example doesnot compile in jboss4.0.4

2006-09-08 Thread fernandogamba
hi there i'm trying to compile the examples attached with j2ee tutorial, i downloaded the tutorial and i copy the jbossj2ee-src.zip into the j2eetutorial directory. When i run ant -f jboss-build.xml compile it exits with this message: /home/fgamba/libros/java/j2ee/j2eetutorial14/jbossj2ee-src/ban

[jboss-user] [Beginners Corner] - Re: jboss can utilize multiple CPUs?

2006-09-08 Thread gcoleman
No, that's not what he said. JBoss uses multiple threads. To illustrate this you could have a look at a thread dump (see the wiki). The operating system (Windows, Linux, FreeBSD, etc..) will then be able to schedule the threads on as many CPUs as are available. PeterJ's comment is just how th

[jboss-user] [JBoss Portal] - Re: I can't see the tabs in my new portal.

2006-09-08 Thread mmontoni
Thanks Peter, will try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970356#3970356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970356 ___ jboss-user mailing list j

[jboss-user] [JBossWS] - Re: Java Web Service from a .NET generated WSDL

2006-09-08 Thread alanjonesbath
Does anyone have any suggestions? Can the wstools tool be used to generate the server code from wsdl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970357#3970357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970357

[jboss-user] [EJB 3.0] - @TransactionAttribute being ignored by Transaction Manager

2006-09-08 Thread hitman_in_wis
I believe I must have something configured incorrectly, or I misunderstand transaction management performed by the container. Though I have my datasource declared as local-tx, which I believe allows transactions, it appears that my a call to a remote function in a stateless session bean is comp

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate and JBOSS JTA failed transactions

2006-09-08 Thread smithbstl
I have solved my problem, It turns out that I was not wrapping my Hibernate sessions in UserTransactions. I should have been using a local-tx connection instead of an XA connection. Much thanks to Weston Price for helping me out on this one. This may be useful for anyone who does not have a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - MS SQL Server datasource using Windows authentication

2006-09-08 Thread myersws
Does anyone know how to setup a datasource for SQL Server that uses Windows authentication instead of SQL Server authentication? Is it possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970361#3970361 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.sql.SQLException: ORA-01461: can bind a LONG value

2006-09-08 Thread markricard
We have the same problem... did you find a resolution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970367#3970367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970367 ___

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-08 Thread hemanthn
"hemanthn" wrote : I have downloaded the latest build and configured the seam authentication as per the instructions given in this forum. When I try to deploy the project it gives me the below error. | | Entries in the components.xml file : | | | | @myFacesLifecycleBu

[jboss-user] [JBoss jBPM] - Re: Real applications of jBPM

2006-09-08 Thread falazar
We as well chose jbpm over some other products due to the active community and we thought it had more documentation. We have worked fairly hard trying to get it to work though, adding an RMI wrapper to allow it to be called and controlled from within the Oracle db itself. It is implemented f

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-08 Thread hemanthn
"hemanthn" wrote : I have downloaded the latest build and configured the seam authentication as per the instructions given in this form. When I try to deploy the project is gives me the below error. Please let me know how to resolve the issues. | | java.lang.IllegalArgumentException: no pr

[jboss-user] [JBoss jBPM] - Re: swimlane expression for group(groupname) does not seem t

2006-09-08 Thread falazar
Yeah I was confused greatly on the CVS at first, having not really used it much. The information should all be here: http://www.jboss.com/products/jbpm/downloads and http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmContributions And you need to get the module jbpm.3 James View the original post :

[jboss-user] [JBoss Portal] - Re: Best place to get training on jboss portal development

2006-09-08 Thread PeterJ
There is a good "getting started" discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88554 which contains links to a lot of resources. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970373#3970373 Reply to the post : http://www.jboss.com

[jboss-user] [EJB 3.0] - Re: Bidirectional one-to-many resulting in multiple (identic

2006-09-08 Thread sushant1shah1
I haveing same problem with JBoss 4.0.4GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970375#3970375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970375 ___ jboss-user ma

[jboss-user] [JBoss Portal] - Re: Are you able to create TEST and PRODUCTION portals?

2006-09-08 Thread PeterJ
zerrt is right, descriptor files are the way to go when defining a portal. The only thing I haven't been able to define in a descriptor file is login accounts and roles (someone prove me wrong, please). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970376#3

[jboss-user] [JBoss jBPM] - High volume/latency with async processes...

2006-09-08 Thread crapemyrtle
I have a process that demands high volume - 1000 or more concurrent processes - and high latency - some async steps that require a 2-5 day wait. I realize there are countless way to address problem this outside of a BPMS, but i was wondering how Jbpm handled async nodes/actions and if resources

[jboss-user] [JBoss Seam] - Re: How to configure jbpm to use an extended persistence con

2006-09-08 Thread hazlorealidad
Thanks for the prompt reply but in this case it doesnt seem to be the answer, I already have those lines in the faces-config.xml I think jbpm handles its own connections to the datasource and I cant see how to get it to use an extended context. My temporary workaround is to load the process ag

[jboss-user] [JBoss Seam] - Long Running Conversation Timeouts are never occuring

2006-09-08 Thread knaas
We are having issues with conversations being timed out in 1.0.1GA. This may be fixed in the CVS version. We have set the org.jboss.seam.core.Manager.conversationTimeout to 15 seconds through use of a components.xml. After pausing on a conversational page for 30 seconds, we attempt to see if

[jboss-user] [JBoss Portal] - Re: Addition of navigation portlet window

2006-09-08 Thread PeterJ
When you added the navigation portlet to the window, did you give it a name (in the field to the left of the drop-down list box) and did you click on the "Add navigation" button? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970382#3970382 Reply to the post

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread PeterJ
_roberto, please do not ask new questions on someone else's post. Please start a new topic. Jaga, which directory are you copying the war file to? You should be copying it to D:/jboss-4.0.3SP1/jboss-4.0.3SP1/server/default/deploy. Also, could you list the contents of you war file, enter: "jar

[jboss-user] [JBossWS] - implementing wsse:UserNameToken

2006-09-08 Thread djhrobinson
I'm trying to implement a webservice based on an ejb3 bean and jsr-181 annotations. One of my requirements is to use wsse UserNameToken based authentication in the header. I can see that its possible to use the Handler chains to set up signing and encryption but I can't see how to set up the bas

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-08 Thread PeterJ
Still waiting for the answer to my three questions... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970390#3970390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970390 ___ j

[jboss-user] [EJB 3.0] - Re: @TransactionAttribute being ignored by Transaction Manag

2006-09-08 Thread hitman_in_wis
Got my answer, Thanks! http://forum.java.sun.com/thread.jspa?threadID=766769 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970391#3970391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970391 _

[jboss-user] [JBoss Messaging] - JBOSS Transactions between JMS Queues

2006-09-08 Thread ajbiv
I am confused on how to accomplish what I want to do. I have a JMS Queue with an MDB attached to it. I have Container Managed JTA transaction with my MDB onMessage. What I want to be able to do is to put something on a second queue regardless of whether my onMessage in the first queue succeed

[jboss-user] [Beginners Corner] - Re: Regarding SpyObjectMessage in JMS

2006-09-08 Thread jaikiran
anonymous wrote : Can anyboy help me how to covert the SpyObjectMessage to a TextMessage or how to display the text in a SpyObjectMessage JMS Message can be of different types: 1) BytesMessage 2) MapMessage 3) ObjectMessage 4) StreamMessage 5) TextMessage In short, the Message that you receive n

[jboss-user] [JBoss Portal] - Pre-requisties before you installing JBoss Portal

2006-09-08 Thread portalgeek
Hi, I am trying to install JBossPortal 2.2 using the bundle (JBoss AS 4.0.4 GA). One thing which is not clear for me, should i have some database before i run the run.bat file which is present in the bin directory. When i execute the run.bat file, it throws bumch of exception and sa

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-09-08 Thread denis-karpov
1. For simple validation (just value) we can still use JSF validation. 2. For complex validation I use drools (jBoss Rules). It nicely integrated with Seam Page Flow (see seam samples). You can express your validation in rule set. IMHO it looks like quite elegantly. You can define as complex rul

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-08 Thread SchlauFuchs
The IP address of the server is 192.168.0.2. OS is Suse Linux 10.0. The IP adress of my test client is 192.168.0.9. OS is Win XP SP2 . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970398#3970398 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Performance Tuning] - Re: JBoss memory usage

2006-09-08 Thread dzstbr
Did, you ever get a response to this issue. I am having a similar problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970400#3970400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970400

[jboss-user] [EJB 3.0] - Entity EJBs, @Service & Thread

2006-09-08 Thread galo.navarro
Hi, I'm trying to get a service running on my JBoss server that would awake every now and then, get a list of entity beans and throw a message to a JMS queue for each of those items, and sleep for a while. If I strip the bit loading Entity beans off, everything works, I send a test message to t

[jboss-user] [JBoss Portal] - Re: log4j error in Spring MVC portlet

2006-09-08 Thread [EMAIL PROTECTED]
Don't bundle libraries that are already provided by JBoss in your portlet war file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970403#3970403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970403 __

[jboss-user] [EJB 3.0] - Re: ManyToMany problem

2006-09-08 Thread dcbyers71
Check your entity objects to determine where the @Id annotation is located. The examples that I have seen thus far have failed to highlight one sneaky piece of syntax for entities participating in relationships...the @Id element must modify the getXxx method for the ID field instead of modifyin

[jboss-user] [EJB 3.0] - Generating hbm from Annotated Entity Beans

2006-09-08 Thread sjmenden
I hope this is an acceptable place to post this question versus another forum. My Goal: Generate hibernate mapping xml files from my Annotated Entity beans so I can use them in a non web application. Here is what I've tried. I think I just need to be steered on the right track. |

[jboss-user] [Beginners Corner] - Jboss netbeans and web service

2006-09-08 Thread Tadas
Hello everyone, I am trying to make simple web service with netbeans. I did everything like documented here http://www.netbeans.org/kb/50/quickstart-webservice.html. Everything works fine if i am using rpcliteral, but if i set to documentliteral, during deployment process i get the following er

[jboss-user] [JBoss Seam] - Re: Long Running Conversation Timeouts are never occuring

2006-09-08 Thread [EMAIL PROTECTED]
The "foreground conversation" never times out. You need >1 conversation to observe timeouts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970409#3970409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970409 _

[jboss-user] Classpath not finding properties files via getResourceAsStream in an EJB jar?

2006-09-08 Thread Dave Belfer-Shevett
Hi folks, this one is driving me nutso. I'm using getResourceAsStream to load a properties file in a deployed EJB. I've added the properties file into the root of the jar (see below), and tried to load it. The root of the jar -should- be right on the classpath, therefore shoudl be loadable.

[jboss-user] [JBoss jBPM] - JbpmContext: when to create new vs. get current

2006-09-08 Thread brado
The general question: when should you create a new JbpmContext vs. get the current context? The reason that this question hasn't been completely clear to me is because of a couple reasons: 1) It appears that any saving of data to the database (such as process instance state) doesn't commit un

[jboss-user] [JBoss Messaging] - Re: JBOSS Transactions between JMS Queues

2006-09-08 Thread timfox
When sending to your audit queue, do so on a connection using the non XA connection factory at /ConnectionFactory. If you don't use the XA connection factory (java:/jmsXA) then the work won't be enlisted in your global transaction. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Long Running Conversation Timeouts are never occuring

2006-09-08 Thread knaas
In order to get the correct behavior, I will assume that we need to make our conversationTimeout to be equal to the session timeout. This is good to know since it is the single biggest issue reported by the users of our Seam based application. View the original post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: saving own objects with Hibernate in jbpm

2006-09-08 Thread jits_1998
Heyi Jerome, Can you explain a bit more as to where you are using the custom objects? Is it custom module instance or custom objects stored in context instance .. or is it custom nodes ?? have a look at this : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970268#3970268 cheers! Vi

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-08 Thread PeterJ
Run telnet as follows from your Windows PC: telnet 192.168.0.2 1099 The last line of the response should contain the text UnicastRef2 followed by an IP address. Which IP address shows? Here is my last line when I telnet to my Fedora Core 5 system that is running JBoss: UnicastRef2192.59.193

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-08 Thread SchlauFuchs
Hi, I found that Suse somewhy adds a line to /etc/hosts setting the server ip as 127.0.0.2. I can't think what for this entry should be good, but after I replaced it with the real IP adress everything started workling :-) Thank you for you help! View the original post : http://www.jboss.com/i

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-08 Thread PeterJ
Now you know why I asked for the operating system, I recalled this issue with Linux but didn't want to point you to the /etc/hosts file if you were running Windows only. Glad you are up and running. If I am ever in Stuttgard, you owe me a beer, you sly fox. ;-) View the original post : http://

[jboss-user] [JBoss Seam] - Rollback from ActionHandler

2006-09-08 Thread asachde
How would I rollback a transaction that was performed in a different node to rollback depending on some logic in a later graph object? The @Rollback does not work. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970420#3970420 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Long Running Conversation Timeouts are never occuring

2006-09-08 Thread knaas
Also, just to clarify, what is the "foreground conversation"? Is it the conversation associated with the current request? So the only conversations that would ever get cleaned up are those not part of the current request. Scenario: I have two browser instances open and I leave my desk for

[jboss-user] [Performance Tuning] - Re: JBoss memory usage

2006-09-08 Thread frankgrimes
The maximum memory size of the VM process is not simply java heap (-Xmx) + perm generation (-XX:MaxPermSize). e.g. There is also the native code of the VM itself which needs to reside in memory, and more. (off the top of my head I don't remember everything else that's loaded) The following thr

  1   2   >