[JBoss-user] [JBoss Portal] - Forcing login page

2006-07-07 Thread kraptor
I've followed all the instructions on http://wiki.jboss.org/wiki/Wiki.jsp?page=ForceLoginPage and http://www.jboss.com/index.html?module=bbop=viewtopicp=3897840#3897840 but it doesn't seem to have any effect... any suggestions? I'm using Jboss Portal 2.4.0 and Jboss 4.0.4 GA Thanks...

[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-07 Thread bjneuman
Not at this time. It was initially registered only in faces-config. Then I tried @Name then SFSB. Finally, I got rid of the bean alltogether. I was beginning to have suspicions that the problem had something to do with the tomahawk tabbed pane tag and its binding to one of the bean's

[JBoss-user] [EJB 3.0] - Progressively decreasing query performance within transactio

2006-07-07 Thread AndreasZimmer
We are evaluating EJB3 performance and observed a progressive performance downgrade during query operations within a transaction: 1. Reading 20 simple EntityBean-POJOs in a single transaction, each by unique key, results in an average elapsed time of about 10 msecs per query operation (OK so

[JBoss-user] [JBoss Portal] - Re: Forcing login page

2006-07-07 Thread kraptor
Here's some added details I downloaded the zip and unpacked Jboss 2.4.0beta1 and did the same for my Jboss AS. Im using it on Windows XP professional SP1. Right now I'm not using a database and am sticking to user/user and admin/admin to log in... so no JDBC Connector either... I can bypass

[JBoss-user] [EJB 3.0] - Re: Injecting EntityManager with an interceptor

2006-07-07 Thread sbalmos
Yet again answering myself... See http://www.jboss.com/index.html?module=bbop=viewtopicp=3953596 But seriously, like the original poster in that thread, why must I create a separate remote endpoint interface for the interceptor to be called? It shouldn't be necessary. --Scott View the

[JBoss-user] [News Announcements] - JBPM 3.0.4 released

2006-07-07 Thread [EMAIL PROTECTED]
We are pleased to announce the release of JBPM 3.0.4 and JBPM process designer 3.0.10. The new releases can be found at the following location on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=70542 Release notes are as follows: Release Notes - JBoss jBPM - Version jBPM

[JBoss-user] [JBoss Seam] - Re: Discarding conversation state

2006-07-07 Thread fred_costa
Sorry guys. I've been very busy these weeks and i had to hold off working on this problem. paradigmza, I did exactatly what you've done and worked fine. But I still have a question: the tag can also be found in booking example that does not use jBPM, so why I need to remove it? i carefully set

[JBoss-user] [EJB/JBoss] - URGENT: JBoss does not create ejbs on linux

2006-07-07 Thread askkeller
Hello list, since I´m running out of time with this...pleas help out :) The Problem: An app-EAR works fine on WindowsXP. On Linux SLES9 it deploys correctly but doesn´t create an ejb on first db connect. It is all about the login

[JBoss-user] [JBossWS] - Searching for mtom examples

2006-07-07 Thread Perrow
Hi I've been searching for hours for examples of how to implement an mtom web service, but can't find any examples. Are there any? Why are they so hard to find? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956198#3956198 Reply to the post :

[JBoss-user] [JBossWS] - Re: Searching for mtom examples

2006-07-07 Thread Perrow
... and with examples I do mean code samples. Not articles with references to code samples, I've found those, never found the code samples though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956199#3956199 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - SOAP Message not being encrypted using JBoss enabled SSL

2006-07-07 Thread johnvarghese
Hello Friends, We have enabled SSL in JBoss 4.0.2 by editing the file JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\server.xml and uncommenting the following entry: Connector port=8443 address=${jboss.bind.address} |maxThreads=100 strategy=ms

[JBoss-user] [Installation, Configuration Deployment] - How to deploy a connector in an ear file

2006-07-07 Thread pegasenz
Hi Newby in JBoss, I would like to deploy a JCA 1.5 connector via an enterprise archive file .ear. Could somebody tel me where to put the -ds.xml file. At the moment, if i put manualy the ds file and the rar file in the deploy directory it works. If i put the ds file in the directory and the

[JBoss-user] [JBossCache] - Re: Remoting On Existing POJO Channel

2006-07-07 Thread Shorrockin
Even though it appears like I'm talking to myself it appears that my previous method of doing things doesn't quite work, even after fixing the obvious bug so that it reads: | _serviceCache = new PojoCache( _channel ) { | public void start() throws Exception { |

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-07-07 Thread brado
[EMAIL PROTECTED] wrote : If you copy the .sar remember also to setup your database as per chapter 8 of the guide. Once you've done that everything should work - you will still need to write your own facade into the jBPM engine. There are no out of the box session beans provided. Can you

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-07 Thread [EMAIL PROTECTED]
oabidan: I'd like to hear what you're doing such that undeploy does not work. It works for me, and I even receive console output declaring that it has undeployed. Thanks. - Rob View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956208#3956208 Reply to the

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread [EMAIL PROTECTED]
| ?xml version=1.0 encoding=UTF-8? | persistence |persistence-unit name=titan | jta-data-sourcejava:/FirebirdDS/jta-data-source | properties | property name=hibernate.hbm2ddl.auto value=create-drop/ | property name=hibernate.dialect

[JBoss-user] [JBoss/Spring Integration] - JBoss-Spring with Spring 2.0-rc1 NoClassDefFoundError

2006-07-07 Thread seko
Hi, I've tried to setup JBoss-Spring Integration version 4, jboss-spring-jdk5.deployer with JBoss4.0.4GA, and have found that it uses Spring 2.0-m3 jars. So I've deleted those jars and put the all-in-one spring.jar in place, from version 2.0-rc1 of the Spring framework. Then when I've tried

[JBoss-user] [EJB 3.0] - transactions and distributed transactions in ejb3

2006-07-07 Thread grdzeli_kaci
fierst of all sorry for my english :) 1.I've jboss-4.0.4.GA configured with EJB3 and it was working fine before i deside working with transaction. :) i have one entity bean (for example Student) and one stateless session bean like this : | TransactionManagement(value =

[JBoss-user] [JBossWS] - Re: HandlerChain support

2006-07-07 Thread cb.betz
Hi! See http://www.jboss.org/index.html?module=bbop=viewtopict=85018 Chris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956214#3956214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956214 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - How to invoke a business process in JBoss

2006-07-07 Thread brado
I've gone through most of the examples, which address primarily the manual loading of a process definition and invocation (signaling) of processes. I also have successfully executed tests for using an Oracle db for the jBPM schema. What I would like to do now is actually invoke a business

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss-Spring with Spring 2.0-rc1 NoClassDefFoundError

2006-07-07 Thread alesj
Will have a look at it as soon as I can. Hopefully over the weekend. I'll do a post on this issue when I do an update. Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956215#3956215 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: very long wait to save process using designer

2006-07-07 Thread gustavo.ambrozio
I'm having the same problem using Eclipse 3.2 with jbpm 3.1.1. I added both 3.0 and 3.1 xsd, but it's still locking my ide Anyone knows of a solutions? This is slowing me down A LOT!!! Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956196#3956196

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-07 Thread oabidian
Right click and remove from server. Does not remove it from the disk (removes it from the view but not disk). Anyhow, I am giving up on it. I will wait until a stable release is available (JBoss Eclipse IDE). Thanks for the replies. View the original post :

[JBoss-user] [EJB 3.0] - Re: transactions and distributed transactions in ejb3

2006-07-07 Thread [EMAIL PROTECTED]
Hi, your English is just fine! The issue is you are trying to acquire a transaction in a component that manages transactions for you. Remove the | | manager.getTransaction().begin(); | manager.getTransaction().commit(); | | and the associated rollback. For the distributed

[JBoss-user] [JBoss jBPM] - Re: Replacing std login with custom login module

2006-07-07 Thread kukeltje
Sorry, one omission on my side. The use of the jboss loginmodule is in 3.2. In 3.1 it is a bean in the webapp that just 'sets' the user. There is no real login module View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956220#3956220 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread jleech
anonymous wrote : Maybe I am missing something here. If you want cold deployment, why do you need to deploy your app under farm directory? Shouldn't a regular deploy directory work the same? Perhaps... I am new to JBoss clustering and thought deploying to the farm directory might give special

[JBoss-user] [JBoss Portal] - Problem with permissions

2006-07-07 Thread kraptor
I'm using Jboss portal 2.4.0 and Jboss AS 4.0.4 GA. I need to set the permissions on a page (tab on the portal, child of default) so that only the Admininstrators can access it and it should be invisible to users, just like the Admin page. I went to the security settings for the page and by

[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-07 Thread supernovasoftware.com
I do preprocessing of lists with @Transient. It works quite well. I also use maps that I add extra objects to to hande the case where some of then are not persisted and I add an empty one under a different key in the map if there is none found. View the original post :

[JBoss-user] [JBossWS] - Re: New user to JBossws

2006-07-07 Thread DougJohnson
Thank you for your response. I'll see if I can't sort it out from there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956244#3956244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956244 Using Tomcat but need to do more?

[JBoss-user] [JBossWS] - Re: HandlerChain support

2006-07-07 Thread dloiacono
Thanks a lot! My workaround: use deprecated @SOAPMessageHandler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956245#3956245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956245 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss jBPM] - Re: very long wait to save process using designer

2006-07-07 Thread kukeltje
jbpm 3.0x designer is NOT supported on Eclipse 3.2. Untill it is supported we advise to use eclipse 3.1.2 with GPD 3.0.9.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956228#3956228 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-07 Thread CptnKirk
You may also be able to write a JSF EL function. However I think I Pete's method of just getting status along with the original data better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956229#3956229 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 ActiveMQ

2006-07-07 Thread kukeltje
how can we see wat is wrong with this limited amount of information. Please provide more information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956231#3956231 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956231

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread [EMAIL PROTECTED]
Yes, just a distributed deployment. There is an issue that prevents placing something in a node that is not running and then having it deploy when the node starts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956230#3956230 Reply to the post :

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - accessing tables that are not entities

2006-07-07 Thread innojasa
Hi i have a little problem with tables that are not entities. I have an application that uses the datasource called applicationDS. May JBoss runs on the datasource DefaultDS both datasources are running with mysql. So my applicaton works very well if it is mapped to datasource DefaultDS but

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread kukeltje
Why would a book help in these areas? Wouldn't just having the information at hand help? Besides that, most of these questions are so environment specific that a book wil not anwser these. (IMO) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956241#3956241

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread kukeltje
Intro: Read the docs, getting started, wiki, as well. 1: If they are deployed they are in the db and do not need to be loaded each time (btw, this is in the docs) The interaction with the engine is though the JbpmContext as can be read/seen in all code (and docs) and JMS or any wrapper you

[JBoss-user] [JBossWS] - A path to simpler faults? Please advise!

2006-07-07 Thread bcguitar33
Hi there! The RPC/Literal project I'm working on wants me to define faults that only contain 2 elements, faultcode and faulstring. Further, they want me to define these elements on my own according to a specific proprietary system. I tried this two different ways. When I did so by having my

[JBoss-user] [JBoss jBPM] - ActionHandler in node not called unless inside transition

2006-07-07 Thread jbaker_softcomms
I may have misunderstood something but I have an action that needs to propogate execution so I have defined it inside a state rather than a transition which is what the docs appears to be suggesting. It never gets called when I put it there though! However, if I move it to inside a transition

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread brado
Ronald, First off, thank you for the reply. Any help I can get is appreciated. Second, with regards to your comment: To be honest without wanting to offend you, I think you do not (yet) have a pretty good understanding of the components of jBPM. I'd just ask you to consider your

[JBoss-user] [EJB 3.0] - Re: Injecting EntityManager with an interceptor

2006-07-07 Thread fguerzoni
Are you sure you are interested in having the EntityManager created the first time the factory (singleton) is created? And then using that EM instance? I don't think EM is thread safe. I had the same decision to take some time ago, and I preferred to pass EM as parameter to DAO class when

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread evk
Hi, thanks for the information. I'm running into this issue as well. I have a cluster of several nodes and just want to be able to have nodes go down and come up at random and not have clients notice (assumption is that at least one node will be up at any given time)... as it is, in a simple

[JBoss-user] [Security JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-07 Thread [EMAIL PROTECTED]
Hardeep- Looks like this might be a configuration issue. Some things to look at: 1) if the server side keystore has a self-signed cert, the SunX509 TrustManager you are using in your client code accepts them 2) Looks like you are setting up the TrustManager on the client side to trust

[JBoss-user] [Remoting] - Re: Passing Object in RemoteCall, wich is unknown for AppSer

2006-07-07 Thread [EMAIL PROTECTED]
I'm going to guess you are talking about making an ejb call? For this, will need to make sure all classes that need to be loaded (e.g. the implementation class being passed), are contained on the classpath for the jboss server. Easiest way to do this is to include it within the deployment on

[JBoss-user] [Installation, Configuration Deployment] - JBoss Shutdown issues.

2006-07-07 Thread vallamkondu
I have configured the JBoss-3.2.5 on Sun Box and I have chaged the JNDI Port from 1099 to 10099 (ie NamingService MBean Port from 1099 to 10099) in JBOSS-3.2.5 _HOME/server/default/conf/jboss-service.xml. And I have started the Jboss using run.sh, It got started with OUT ERRORs and all pther

[JBoss-user] [JBoss Seam] - FileUpload error

2006-07-07 Thread devagarwal
I am trying to upload a file using the following versions: jboss-seam-1.0.1.GA jboss-4.0.4.GA jboss-EJB-3.0_RC8 myfaces-core-1.1.3 tomahawk-1.1.3 commons-fileupload-1.1.1 commons-io-1.2 I tried to put the jars in all possible places but could not make it work. The error that I get is: Exception

[JBoss-user] [Installation, Configuration Deployment] - Incomplete logs

2006-07-07 Thread ben_ben
Hi, We're using JBoss 4.0.3 and, when used locally on a Win XP machine everything works well. Pooled database connections are pooled and reused while logs are used to keep track of everything. However...we have now just moved the application to our unix test server and things have gone a bit

[JBoss-user] [JBoss Eclipse IDE (users)] - Problems with installation of jboss ide 2.0 for Eclipse 3.2

2006-07-07 Thread crushred
I have installed the current alpha version on top of the latest Eclipse 3.2 release but none of the jboss configurations appear in the run or debug configuration pages. Does anyone have this same problem and do you have a work around? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi I am using 4.0.3 SP1. I have not seen version.properties file inside the Jboss-System.jar file. Could you please guide me in which file i can get the answer. Thanks for the help... Regards SomaSekharaReddy.K View the original post :

[JBoss-user] [JBoss jBPM] - Re: ActionHandler in node not called unless inside transitio

2006-07-07 Thread cpob
Action is not a valid element inside of state. A state is just a 'wait-state' that sits there until someone signals the token out of it. If you want a state that performs an action like that, use a node element. You are allowed to put an action inside the node element like you are trying with

[JBoss-user] [Security JAAS/JBoss] - Login Configuration Enhancement

2006-07-07 Thread jiwils
Currently, I can reuse login modules by changing the login configuration stack in various security domains. Would it be possible to make a given security domain referenceable from another stack/domain in the future as an enhancement? Without this, configuration can get messy (so it seems).

[JBoss-user] [JBoss Seam] - Re: Reverse engineering seam

2006-07-07 Thread aristide
Hi, you can solve this problems using jboss-ide build 20060602, jboss-seam-1.0.1.GA and install jboss-sa with jems-installer-1.2.0.BETA. Aristides View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956258#3956258 Reply to the post :

[JBoss-user] [Remoting] - Re: Connecting without using client API

2006-07-07 Thread [EMAIL PROTECTED]
Technically, yes, this would be possible. The only problem is will have to have custom marshaller/unmarshaller on the server side. Currently the marshallers use java serialization to convert the bytes on the wire into java objects and then back into binary data to put on the wire. So would

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread cpob
I almost posted a reply before Ronald did, and it was almost identical to what he replied (the 4 listed responses at least). Going through the source code for the WebApp provides a lot of help too, if you haven't looked. Now, back to your first question, you say: brado wrote : in the

[JBoss-user] [EJB 3.0] - Fail to try first example in Enterprise JavaBean 3.0

2006-07-07 Thread iamar
Hi, I am trying the first example in Enterprise JavaBeans 3.0 / chapter 4 and for some reason I am keep getting the following error message: TravelAgentBean not bound. package titan.Clients; import titan.travelagent.TravelAgentRemote; import titan.domain.Cabin; import

[JBoss-user] [EJB 3.0] - Re: Embedded EJB3: NO TX DATASOURCE setup

2006-07-07 Thread fguerzoni
Nope. I also tried to do it myself starting from source, but it was too difficult for my skills. I want to share my experience: my application (same .jar) can run either (1) on thick client (container embedded), or (2) distributed server (Tomcat + container embedded), or (3) company servers

[JBoss-user] [JBoss Seam] - Accessing a protected JSF page causes

2006-07-07 Thread Basel
I managed to get declarative security to work with JBoss and MySQL using FORM based authentication. Everything works fine except when I try to acess a protected JSF page. Accessing a JSF page that is not protected is perfectly fine. Here is what happens: 1. I point the browser to a protected

[JBoss-user] [Remoting] - Re: Connection between servers through JNDI?

2006-07-07 Thread [EMAIL PROTECTED]
Created jira issue for the multiplex client re-connect issue - http://jira.jboss.com/jira/browse/JBREM-534. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956265#3956265 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread brado
cpob wrote : The thing is, you HAVE to do one of those. You have to deploy a process definition to the jBPM engine for it to be available. Once it is deployed, it is forever in the database, which will never have to be deployed again (even between server restarts). cpob, Thanks for the

[JBoss-user] [Security JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-07 Thread elkner
OK, to help you out here an copy-and-paste complete example: package foo.bar; | | import java.io.BufferedInputStream; | import java.io.IOException; | import java.io.InputStream; | import java.security.cert.Certificate; | import java.security.cert.CertificateException; | import

[JBoss-user] [Security JAAS/JBoss] - Re: Login Configuration Enhancement

2006-07-07 Thread [EMAIL PROTECTED]
More like: | policy | application-policy name=xyz extends abc | authentication | ... | /authentication | /application-policy | /policy | | We have the same concept for JBoss container configurations. So I do not see why we cannot do for the application policies in the

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-07-07 Thread kukeltje
Brado, Look at the webapp source code, there you can see how it is done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956224#3956224 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956224 Using Tomcat but need to do

[JBoss-user] [Security JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-07 Thread hardeep.kwatra
Hi! Stand alone pplication means running the application from the command prompt i.e. java -jar jar file name, not in the jboss. if i try to deploy it as a service it starts giving the exception, where it works fine in the previous case. I am using JAXRPC in my application. here is the code

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-07-07 Thread [EMAIL PROTECTED]
Just a guess, but sounds like dev machine and test/prod are using different script env (i.e. Solaris uses bourne shell, which I think needs -Djboss.bind.address=$HOST_NAME). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956269#3956269 Reply to the post :

[JBoss-user] [JBoss Portal] - Error Deploying Portal

2006-07-07 Thread gregdhiggins
JBoss Portal Version: jboss-portal-2.2.1-SP3.zip Did you get Portal from CVS? or download it? downloaded it JBoss AS Version: jboss-4.0.4.GA Database Vendor and Version: MySQL Server 5.0 JDBC Connector and Version: mysql-connector-java-3.0.17 OS Platform: Windows XP Media Edition I am getting an

[JBoss-user] [Security JAAS/JBoss] - Re: Login Configuration Enhancement

2006-07-07 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : More like: | | | | policy | | application-policy name=xyz extends abc | | authentication | | ... | | /authentication | | /application-policy | | /policy | | | We have the same concept for JBoss container configurations. So I do

[JBoss-user] [JBoss Portal] - Re: Problem with permissions

2006-07-07 Thread kraptor
Fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956273#3956273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956273 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

[JBoss-user] [JBoss Seam] - How to tweak output based on HTTP header for wired/mobile cl

2006-07-07 Thread dbatcn
I'm creating an application that I'd like to be accessible from both PCs and mobile phones. Not too surprisingly, I want to present somewhat different XHTML in the two cases, and I'd like to do it based on the HTTP User-Agent header. For the most part I'm happy with what's generated by Seam,

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Handling Database Deadlocks:

2006-07-07 Thread jnorris10
On 4.0.4.GA (w/ EJB RC7), when I get a deadlock, I end up with the following exception hierarchy: | javax.ejb.EJBTransactionRolledbackException | javax.ejb.EJBException | javax.persistence.PersistenceException | org.hibernate.exception.LockAcquisitionException: could not insert: ... |

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-07-07 Thread elkner
Nope. On standard bourne shells ${HOSTNAME} == $HOSTNAME is always true. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956276#3956276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956276 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Node Decision

2006-07-07 Thread ashiiid
HI, Can any one tell me how do we configure the node Decision ? Regards, Samid. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956278#3956278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956278 Using Tomcat but

[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-07 Thread rpiaggio
[EMAIL PROTECTED] wrote : | If you begin a pageflow while rendering the page (eg. from an @Factory or @Create method while pulling data for the page), you should no longer begin the pageflow with a start-state. This was an extremely inelegant model, since it implied a transition into the

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread ashiiid
It seems to me that JBPM community don't want to give enough documentation about Jbpm . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956280#3956280 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956280 Using Tomcat but

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread knaveofhearts
Thank you for your reply. That seems to have fixed the problem. If you do learn something about a change to the Firebird configuration (due to the anticipated FB 2.0 release possibly?), perhaps you could post it to this forum. K/H View the original post :

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread [EMAIL PROTECTED]
I will be looking at is as an update for the JCA handling of the Firebird driver. Any updates will be posted to the Wiki along with documentation changes. I just have to find the time to check it all in :-) View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-07 Thread ScottMarlowNovell
anonymous wrote : Is there a recommended best practice for deployment that can mitigate this issue? For example, would having each node point to a central HTTP farm URL help at all, since it might be easier to trigger hot deployment everywhere by updating the last modified time on the

[JBoss-user] [JBossWS] - Conceptual questions about JBoss WS-Security deployed WS c

2006-07-07 Thread rosellinif
We are evaluating to use JBoss WS-Security with PKI to publish a web service in an organization A. This web service will be consumed by others organizations. As we are planning to use PKI we are assuming that: i) organization A has its own keystore (including own private key and

[JBoss-user] [JBoss jBPM] - Re: bpel-174, resume process execution after system restart

2006-07-07 Thread [EMAIL PROTECTED]
It isn't a problem, it's more of a task to be done. It's a matter of querying the database for unfinished inbound message activities and having the relation service open a request listener for them. Not hard to do, but you'd have to be familiarized with the JBPM BPEL internals. So, yes, please

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 4.04GA and Hibernate Config error

2006-07-07 Thread smithbstl
I have an error I can't seem to solve. It occurs when trying to create a Session from a SessionFactory. Here is the StrackTrace The first set of errors look like a JSF issue (which I can't totally rule out - still learning :-) ). But toward the bottom of the stack trace there is some

[JBoss-user] [JBoss Portal] - ERROR IN org.jboss.portal.core.CoreController Object Nor Fou

2006-07-07 Thread AlAtaKe
I am new to JBOSS portal and JBOSS Server. Programs: Windows 2000 Server Java 1.5 JBOSS 4.0.4 GA JBOSS Portal 2.2.1 SP2 MySQL 5.0 (Other server) I have done the installation using the user guide, but on typing http://localhost:8080/portal i am getting the following messages: In

[JBoss-user] [JBoss jBPM] - Re: ActionHandler in node not called unless inside transitio

2006-07-07 Thread kukeltje
or if you add an event type to it, it gets fired whenever the events occurs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956288#3956288 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956288 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread hosierdm
How so? I've had almost all my questions answered by reading the User Guide and source code (yes, source code is documentation). Everything else has basically been answered in the forum, which is also documentation. View the original post :

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread kukeltje
May I ask where you get that idea? I may have misunderstood your suggestion, but are more than happy to elaborate on things if the question is specific, comes with some background info (and preferably can be answered by a 'yes' or 'no' or 'I'd go for solution 1 instead of 2') View the original

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-07 Thread kukeltje
My post was obviously not directed at David (I did not read his post yet) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956291#3956291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956291 Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Re: Node Decision

2006-07-07 Thread kukeltje
by reading/searching the documentation (which is abundantly present) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956292#3956292 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956292 Using Tomcat but need to do more?

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread kukeltje
Brad, I said it is in the docs because it IS in the docs: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted (among others) Regarding the courtesy, no I do not want to tell everybody that my knowledge is superiour to someone else, nor did I do that here (but I do happen to know the

[JBoss-user] [JCA/JBoss] - Re: Problems with JCA , JBoss 4.0.4 RC2 under JDK 1.5 and cl

2006-07-07 Thread peters
Hi, we have two deployment option for our resource adapter : either as standalone RAR or inside an EAR. We use in the RAR an isolating class loading with following configuration InternalClassLoaderConfig xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[JBoss-user] [JBoss jBPM] - StartsWith XPath question

2006-07-07 Thread ncapito
Do you all support the startsWith XPath string function? I am having trouble trying to get it to work. I want to (inside of a bpel process) check a string to see if it starts with a particular substring. For example. Nicks_1:. I saw that XPath has a startsWIth command so i attempted to use

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Integration of WebsphereMQ6.0 with JBOSS4.0

2006-07-07 Thread peters
Which MQ jars did you deploy and have you set up the conntection factories via MQ JMS Admin ? Rgds, iris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956297#3956297 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956297

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-07-07 Thread ablevine1
I've noticed that on my companies linux machines (which are using debian sarge linux dist.), using the hostname does not work here. You need the IP address, otherwise it resolves to the loopback address and remote connections do not work. The only solution we could get to work was using the

[JBoss-user] [JBoss jBPM] - Re: Web Service invocation inside a BPEL-Process failed.

2006-07-07 Thread ncapito
Here is the example: bpelApplication name=ExampleWorkFlow xmlns=http://jbpm.org/bpel; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jbpm.org/bpel | http://jbpm.org/bpel/bpel_application_1_0.xsd; | partnerLinks |

[JBoss-user] [JBossWS] - Re: Running deployed process cause PortProxy Error

2006-07-07 Thread ncapito
As bad as this sounds ... i posted a reply on the other forum. Please check the link: http://www.jboss.com/index.html?module=bbop=viewtopict=86266 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956300#3956300 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: [jBPM-BPEL] Ant error

2006-07-07 Thread ncapito
Where did you get the jBPM-3.0.3? I was getting that error when i was using the wrong version of the jar. Inside of the BpelExtension.zip there should be a jBPM-3.0.1 or jBPM-3.1? Jar. I am using the beta version of jbpm-bpel so i am not sure of the exact version number. If that is

[JBoss-user] [JBoss Seam] - Re: FileUpload error

2006-07-07 Thread devagarwal
Sorry for the post. It is working now. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956302#3956302 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956302 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JCA/JBoss] - PostgreSQL XA DataSource

2006-07-07 Thread gleydson
Hello, I have two xa-datasouce using PostgreSQL 8.1 with JBoss 4.0.3. These two data-source are used by diferent systems under same VM. My problem is: These systems must interop in many ways. EJB is used to do this task. For example: When EJB A insert one row in table TA and call EJB B that

[JBoss-user] [JBoss jBPM] - Re: StartsWith XPath question

2006-07-07 Thread [EMAIL PROTECTED]
jBPM BPEL supports the entire XPath library (well, Jaxen does, we just use their great stuff :) The function library is described in chapter 4 of the XPath 1.0 specification. The function you are looking for is starts-with. View the original post :

[JBoss-user] [JBoss jBPM] - Re: StartsWith XPath question

2006-07-07 Thread ncapito
That was actually the site i was looking at but i guess i can't read. startsWith - starts-with. Thanks again. Nick View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956305#3956305 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: PostgreSQL XA DataSource

2006-07-07 Thread [EMAIL PROTECTED]
Postgres SQL does not support 'true' XA behavior. Certain aspects of JTA interaction with the TM (such as suspend/resume) are not available. Were you informed of something different? Could you post your ds-xml files? View the original post :

[JBoss-user] [JCA/JBoss] - Mapping more than one user using Connection Pooling

2006-07-07 Thread smithbstl
I just want some direction/clarification on something i don't understand. If I configure a datasource I must supply the user and password directly in the xml file. What if I want to have more than just one user connect to the database. Oracle 9i/10g provides Proxy Authentication to where one

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.04GA and Hibernate Config error

2006-07-07 Thread smithbstl
I figured it out. It had to the with the java.lang.NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap. This class is located in a jar in my war file. I copied this jar to jboss\server\default\lib and it seemed to take care of it. I still don't understand why since it is

<    1   2   3   >