[jboss-user] [JBoss jBPM] - Re: Deployment problem

2007-05-17 Thread ollka
Hi, I have installed the latest version of GPD, but i still have problems. When i try to deploy, i have 10:39:13,036 ERROR [STDERR] org.apache.commons.fileupload.FileUploadException: the request was rejected because no multipart boundary was found | 10:39:13,037 ERROR [STDERR] at org.apache

[jboss-user] [JBoss jBPM] - Re: Contexts of variables in forked processing

2007-05-17 Thread vedavyas
This is what i'm trying: The process starts by assigning a task to a particular actor(in this case it is ADMIN). Now based on the business logic the ADMIN may require approval from one or more actors(here it is PROJECTLEADS). So a single task for the ADMIN has to be split into multiple tasks an

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2007-05-17 Thread rsinus
Hi! I have the same problem. But it suddenly disappear after restarting server and redeploying ejb module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046710#4046710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404

[jboss-user] [JBoss Seam] - Re: Component Scope

2007-05-17 Thread [EMAIL PROTECTED]
I want to create general componenets using facelets e.g selectUser, selectGroup, selectDocument that will be reused in multiple places I could use a stateless bean and just pass in all state variables (e.g. current search criteria) and value variables (that userId selected) I just wanted to

[jboss-user] [Beginners Corner] - Problems getting transaction isolation to work as expected?

2007-05-17 Thread kent.narling
I have med a very simple test project with simulated bank accounts and transaction (very similar to the example scenario in the transactions chapter in jboss4guide). However, I have problems getting the transaction isolation as expected. Since I can very easily get my client to break both the is

[jboss-user] [Installation, Configuration & Deployment] - Getting error while deploying my application in Jboss, java.

2007-05-17 Thread shyamjig
Hi Friends, I have a problem while deploying the my application in jboss. I have install the Jboss server of version jboss-4.0.4.GA. While i am deploying my application with normal jsp and beans.. my application get deployed in jboss propely and i am getting response properly. But i have the

[jboss-user] How to change default socket factory

2007-05-17 Thread Kovacs, Robert
Dear All ! Could somebody help me to find out how can I redefine the JBoss (version 4.0.3SP1 and above ) default socket factory (client and server) ? We need to develop an own socket factory for SSL compliance sockets, we couldn't use the existing SSL configuration for it. Thank you,

[jboss-user] [JCA/JBoss] - Re: Problem in acessing Oracle data Source from JBoss 4

2007-05-17 Thread jsbhangra
This is the server log enty telling datasource has been bound : 7,812 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=oracleDS' to JNDI name 'java:oracleDS' Here is the exception i get when i run my web application : javax.naming.NameNotFound

[jboss-user] [JBoss/Spring Integration] - Re: any idea to inject a ejb to tapestry?

2007-05-17 Thread alesj
Where is Spring here? Moving the post... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046705#4046705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046705 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Verbose Logging

2007-05-17 Thread monkeyden
Check the Threshold in the CONSOLE appender. I think this was my problem when I first installed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046704#4046704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046704

[jboss-user] [JBoss jBPM] - PROBLEMS About the database of jBPM BPEL

2007-05-17 Thread gongdonghui
hill i have a problem when i try to use the MySql as a datablase in jBPM BPEL insteadof HSQL database, The error information is org.hibernate.MappingException: No Dialect mapping for JDBC type: -1 at org.hibernate.dialect.TypeNames.get(TypeNames.java:56) at org.hibernate.di

[jboss-user] [JBoss Messaging] - JBoss throwing Exception

2007-05-17 Thread dey_s
Hi, We are using jboss-4.0.1sp1 for a project running in Linux 2.4.21-47.ELsmp. There is a requirement in our project that we have to change the system time in the machine while our application (EAR) is running in JBoss to be compliant with a specification of the semi-conductor industry. When w

[jboss-user] [JBossWS] - Re: Secure Webservice

2007-05-17 Thread iorlas
I have tried a few different version, the latest look like this: | @WebService(name = "WebServiceEndPoint", targetNamespace = "http://se.pilotfish/fairfleet/ws";, | serviceName = "WebServiceTest") | @SOAPBinding(style= SOAPBinding.Style.RPC) | @WebContext(contextRoo

[jboss-user] [JBoss Seam] - seam converter

2007-05-17 Thread armita
I am trying to use Converter annotation without success. My class looks like | @Converter(id = "locationConveter") | @Name("locationConverter") | public class LocationConverter implements javax.faces.convert.Converter { | but my page could not find | | I also tried it without the

[jboss-user] [JBoss Portal] - Border of particular region portlet

2007-05-17 Thread ritesh_sanjay
Hi All, I need to remove border of particular portlet not to all portlets in portal. I have selected themes as renaissance and made changes in the portal_style.css file. But when I change it there, changes are reflecting in my all the portlets. But I only want to remove border of one

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems deploying to JBoss 4.2.0 - pesky JSF?

2007-05-17 Thread nalbion
I'm confused by the line "Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener" ...I don't want to use JSF - can I just skip this some how? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046698#4046

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems deploying to JBoss 4.2.0 - pesky JSF?

2007-05-17 Thread nalbion
.classpath (generated by Eclipse): | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046697#4046697 Reply to the pos

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem deploying data source in JBoss 5

2007-05-17 Thread genman
JBoss 5 isn't an official release, yet. I'm not sure if the deployment ordering is broken or not. Anyway, create a jboss-web.xml ... look at the DTD, have it depend on the MBean the -ds.xml creates. jboss.jca:name=xyzDS,service=ManagedConnectionPool View the original post : http://www.j

[jboss-user] [Installation, Configuration & Deployment] - Re: how to generate

2007-05-17 Thread genman
It's pretty simple to create that file using an ant script. Why not try looking for info on this? Might not be done through the IDE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046695#4046695 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & Deployment] - Re: Problems deploying to JBoss 4.2.0 - pesky JSF?

2007-05-17 Thread genman
org.JNP is part of JBoss's JNDI impl. What's in your .war classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046694#4046694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046694 __

[jboss-user] [Installation, Configuration & Deployment] - Re: jbossweb native libraries--howto?

2007-05-17 Thread genman
Ask on that forum. The native libraries shouldn't have to be moved anywhere, the start-up script should set your library path for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046693#4046693 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & Deployment] - Re: I have no clue why port is not listening **URGENT PLEASE

2007-05-17 Thread genman
How is the server being started? There is a -b option to run.sh. Check "netstat" on the machine... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046692#4046692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046692 ___

[jboss-user] [JBoss jBPM] - Error while running jbpm-console.war in weblogic

2007-05-17 Thread RajPrathap
hi , After deploy the jbpm-console.war in weblogic 9.2 and after opening the link http://localhost:7001/jbpm-console/common/login.jsf in browser and enter the username and password it shows error on browser is (H... Check you caps lock, put on your glasses and try again. Please, use any of

[jboss-user] [EJB 3.0] - Re: How to get this (very simple) tutorial to work in JBoss

2007-05-17 Thread mjdinsmore
I've done the (new InitialContext().lookup("beanName/local") and that works all fine and dandy. I'd really PREFER to use the @EJB(name="beanName/local") private Bean beanName; instead, but its not working. Note: I'm using 4.0.4GA. I had applied some EJB 3.0 patch a long time ago and forgot

[jboss-user] [Clustering/JBoss] - How to setup Apache Cluster with JBoss Cluster

2007-05-17 Thread shansari
Hi All, Currency I have one Apache web server as single point of contact for the JBoss cluster. Its works fine, but I prefer to setup an Apache cluster to avoid single point of contact failure. How to setup Apache web server cluster, with at least to have 2 nodes to have fail over capability.

[jboss-user] [JNDI/Naming/Network] - java.lang.ThreadLocal exception

2007-05-17 Thread spinergywmy
Hi, I'm implementing the project using RMI technology. The client-server try to get the results from the server, and the server throws this java.io.NotSerializableException: java.lang.ThreadLocal exception, and I have no idea how this happened. Can anyone help? Is there any others configurat

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel-1.1.Beta3 examples problem!

2007-05-17 Thread gongdonghui
hi itprabha i have solved the problem! first you chang the jdk to the loewer version than the jdk 1.5.0.7 i change the jdk 1.5.0. second you should copy the xalan.jar xercesImpl.jar xml-apis.jar to the JBOSS_HOME/client directory.you can get them form the apathe . Hope

[jboss-user] [JBoss Seam] - NullPointerException when redeploy my app

2007-05-17 Thread liudan2005
I'm using a4j:poll to keep my session alive (like gmail). Everytime if I redeploy my app, a4j:poll would cause a NullPointerException: | 09:19:08,749 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase | java.lang.NullPointerException | at org.apache

jboss-user@lists.jboss.org

2007-05-17 Thread cornfield
First of all thank you very much for the reply, it seems I will have to wait for some time. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046684#4046684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404668

[jboss-user] [JBoss jBPM] - Re: Can jBpm deployed in a distributed system?

2007-05-17 Thread [EMAIL PROTECTED]
I mean in clustering distributed system anyone knows ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046683#4046683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046683 ___

[jboss-user] [JBoss Seam] - Re: need a solution, commandbutton triggers a session start

2007-05-17 Thread liudan2005
No, it doesn't work. @Begin is used for conversation scoped component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046681#4046681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046681

[jboss-user] [JBoss Seam] - Re: view-id manipulation using phaselistener?

2007-05-17 Thread fhh
You can simple use page actions for that. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046679#4046679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046679 _

[jboss-user] [JBoss Seam] - Re: view-id manipulation using phaselistener?

2007-05-17 Thread m0digital
I am trying to do something similar. So far from my research it seems best to extend the JSF view handler so you can override the getActionUrl() method to spit out a custom url based on an action. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046678#4046678

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-17 Thread rharari
Hi Brad, I´ve a question: anonymous wrote : | We are evaluating a few open source portals. | Please, can you post or send me and e-mail describing which open source portals your team are evaluating? And also explain why you have decided to use jboss-portal? I´ve also evaluated some porta

[jboss-user] [JBoss Seam] - Simple redirect/refresh

2007-05-17 Thread dustismo
Hello, I have a page /home.xhtml that I would like to simply bounce to: /if/#{appstate.folder}/home.xhtml is there an easy way to do this? I've tried home.page.xhml | http://jboss.com/products/seam/pages-1.2.dtd";> | | | | | | which doesn't work. Any h

[jboss-user] [JBoss Seam] - [JBSEAM-1302]: Conversion support for selectMany for Set imp

2007-05-17 Thread fhh
Hello! I am also experiencing problems with and a set as a backing bean. Lists work, Sets do not. I remember a similar bug report which was closed by Pete Muir. He said the limitations of using a selectMany with a set was actually a limitation of the jsf specification. (http://jira.jboss.com

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-05-17 Thread titou09
cool, but the questions behind my problem were: 1) do you have to use MyFaqes instead of the JSF implementation of WAS (Is it your case)? 2) Indeed, if you put all your code in the war, seam works, but this is not acceptable to us. We have to separate our sevices/managers/model classes into a "

[jboss-user] [JBoss Seam] - Re: Calling merge/persist even not called....

2007-05-17 Thread fhh
Hello Mahesh! I cannot check at the moment but I guess that "EXTRANET_MISC"."ORDERSTARTER_ART"."ART_NR" has a "not null" constraint. (If it does not it should have :-)) I suspect the error is not even related to your code since the code you have shown does not attempt to update the data. But i

[jboss-user] [EJB/JBoss] - any idea to inject a ejb to tapestry?

2007-05-17 Thread phoenix.zhp
hi, I use tapestry as web tier and want get a slsb in this tier. this is my code: public abstract class Home extends BasePage { // @EJB // Calculator bean; public String getResult() { // Double message = bean.calculate(11, 22, 0.08, 44); //

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
Repat posting, this time eliminating "<>" chars, to avoid html rendering issues in posting. There's a bug! > run -bIPADDR # works fine! > run -bHOSTNAME # doesn't work > run -bFULLY.QUALIFIED.HOST.NAME # doesn't work Thanks very much for all your help, specially on the "-b" option when starti

[jboss-user] [Installation, Configuration & Deployment] - Re: basic 4.2 deploy and missing javax.servlet files

2007-05-17 Thread schmaggis
when you created a new server-runtime in eclipse did you select JBoss 4.2.0 or JBoss v4.0? i had a problem lately that JBoss 4.2.0 und JBoss 5.0.0 weren't displayed so i selected JBoss v4.0 and a message appeared there were some files missing, same files you mentioned. I don't know if it's the

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
There's a bug! > run -b # works fine! > run -b # doesn't work > run -b # doesn't work Thanks very much for all your help, specially on the "-b" option when starting JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046663#4046663 Reply to the post :

[jboss-user] [Installation, Configuration & Deployment] - jbossweb native libraries--howto?

2007-05-17 Thread jowizzle
I just found the native libraries. However, I can't seem to find any documentation regarding JBoss version compatibility or installation instructions. Any suggestions? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046662#4046662 Reply to the post

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread [EMAIL PROTECTED]
Best thing to do is to have a look at the 4.2 codebase, cluster module, package org.jboss.ha.singleton. HASingletonElectionPolicy is the interface; HASingletonElectionPolicySimple is the default implementation. What you do is you deploy your policy as an mbean. Your policy can take whatever c

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

2007-05-17 Thread [EMAIL PROTECTED]
I'd assume it comes from your view. Are you using a label in your view? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046660#4046660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046660 __

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

2007-05-17 Thread [EMAIL PROTECTED]
I'd assume it comes from your view. Are you using a label in your view? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046659#4046659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046659 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread PeterJ
I am running 4.2 on Fedora Core 6. Here is how I start it up: $ ./run.sh -b usmv-johnsop1l And in the console log I see: 06:55:41,952 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-usmv-johnsop1l%2F192.59.193.117-8080 I suspect that your host name, vito, in /etc/hosts is set to 127.0.

[jboss-user] [Installation, Configuration & Deployment] - basic 4.2 deploy and missing javax.servlet files

2007-05-17 Thread wiggy
folks not sure whats going on . downloaded the new 4.2 GA app server and unziped on my drive. I run eclipse 3.2.2 with jboss ide (beta) created a new server and pointed it at the new home directory for 4.2. when i created a default dynamic web project within my eclipse and link to the new serv

[jboss-user] [JBoss jBPM] - Re: org.hibernate.TransientObjectException object references

2007-05-17 Thread javi0704
thanks agan, So what i want is. ProcessDefnlition Start-->task-node1-->task-Node2-->End user gives a number for this variable :this task-node1 node have this variable with action Case 1.)if(number>4) so task-node1 has to wait AND new processDef will be load hier to signal lette

[jboss-user] [JBoss Portal] - Re: What is powering labs.jboss.com?

2007-05-17 Thread unibrew
some point == between CR1 and CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046655#4046655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046655 ___ jboss-user mailing li

[jboss-user] [JBoss jBPM] - Re: How to get Node name for a TaskInstance?

2007-05-17 Thread lachelt
OK. I've confirmed that the TaskInstance is getting persisted. In the DB I can see the Task Instance and it has the proper key in the TASK_ column. The JBPM_TASK table has an entry with a matching ID_. So I do this in my code: | TaskInstance taskInstance = jbpmContext.loadTaskInstance(inst

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread sboying
I would have to upgrade from 4.0.4 to 4.2 as well, hopefully thats not too painful (-:} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046651#4046651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046651 __

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread sboying
Is this just a matter of putting the "preferred server" definition in the jboss-service.xml and then implementing an interface to determine what server you are on? When I initially started down this path, I had written a small amount of code to compare the current server with a configured LDAP v

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread PeterJ
The name of your host is my-host-name? What are the contents or your /etc/hosts file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046649#4046649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046649

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
I have tried these - > cd $JBOSS_HOME/bin > ./run.sh -b my-host-name and > cd $JBOSS_HOME/bin > ./run.sh -b my-fully-qualified-host-name # includes domain-name Both have same issue (initially reported issue) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread PeterJ
Please post the exact run command you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046647#4046647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046647 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: org.hibernate.TransientObjectException object references

2007-05-17 Thread estaub
Why don't you model the wait-state in the process definition, and use transition decisions to decide whether to skip it or not? -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046646#4046646 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
I have tried with "-b fully-qualified-host-name" as well. Same issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046645#4046645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046645 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
Good point. I have tried that just now, and am still facing the same issue. I see this line in JBoss console - not sure why "%2F127.0.0.1" is appended - 12:02:08,422 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-vito%2F127.0.0.1-8080 View the original post : http://www.jboss.com/ind

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

2007-05-17 Thread joeyxxx
Hi, Did you ever find a reason for this output? I'm experiencing the same thing and I'm very curious. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046641#4046641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread PeterJ
To change the binding address, start the app server as follows: run -b your-host-name View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046642#4046642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046642

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
And no firewalls are involved, either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046640#4046640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046640 ___ jboss-user maili

[jboss-user] [EJB/JBoss] - Re: Row-locking enhancement for ejbLoad invoked outside of a

2007-05-17 Thread ScottMarlow
Just to give more information about the use case. The target ejb2 cmp bean method is performing a read-only batch operation on many rows in the database (get application user group membership list). This method is marked with "@ejb.transaction type=NotSupported" and the bean has row-locking=tr

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
I cahnged localhost to ipaddr in the config files, and tried accessing using ipaddr, but that hasn't helped. What surprises me is - access from a browser within the same box is fine, but not from another box. The boxes are all in the same network LAN. View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-05-17 Thread barryknapp
I have Seam 1.2 successfully running on WAS 6.1.I recreated the error you see when I place the seam jars into the EAR. If I have the Seam jars in the WEB-INF lib directory only, the error is cleared. In my implementation I am running JBoss Rules BRMS 4.0. To get it running I created an E

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread monkeyden
Did you try @In | Identity identity; It's still injection. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046635#4046635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046635 ___

[jboss-user] [JBoss jBPM] - Re: org.hibernate.TransientObjectException object references

2007-05-17 Thread kukeltje
other solutions depend on what the process has to wait forcan you describe that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046634#4046634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046634 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread PeterJ
Please note that 4.2 binds to localhost by default (see the readme file), thus any attempts to access it using some other host name will not work. Not sure if that is the cause of your problem or not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046633#4046

[jboss-user] [EJB 3.0] - JNDI lookup from app server of ejb in another server returns

2007-05-17 Thread justinmiller
Hi, I have two application servers and we're using EJB3 style stateless session beans. I intentionally want to lookup from one app server, a remote EJB from the other. I attempt to do this as follows: Properties props = ... props.put(InitialContext.PROVIDER_URL, "otherAppServer:1099"); Ini

[jboss-user] [JBoss Getting Started Documentation] - How can I trace Oracle DB from the JBOss

2007-05-17 Thread boozii
Hi, Is there a way to get more information about JBOss and oracle interactions in the server logs..? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046631#4046631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss jBPM] - Re: org.hibernate.TransientObjectException object references

2007-05-17 Thread javi0704
Hi Roland, thank you for you response. I know its realy scary. But my problem is to stop the first "task-node" suppose i have in this task-node task variable with event action(ActionHandler.java). My variable name is number, so when the user give the number. My rule have to control if the numbe

[jboss-user] [JBoss Seam] - Validate two properties against each other

2007-05-17 Thread jamesjoh
I have two properties I'd like to validate against each other using Annotations if possible. I have constraints on two properties that they must always be within a certain range of each other. My first attempt was to try to use a Validator at the class level instead of the property level. How

[jboss-user] [JBoss Seam] - Re: SEAM-GEN SEAM 1.2.1 crashes in sql

2007-05-17 Thread dreuzel
I'm using jboss 4.05 ga jems install I'm using seam 1.2.1 in the middel of seam-gen entities : after reinstalling I essentialy get the same message C:\WINDOWS\ProgramFiles\jBOSS\seam\jboss-seam-1.2.1.GA>seam generate-entities Buildfile: C:\WINDOWS\ProgramFiles\jBOSS\seam\jboss-seam-1.

[jboss-user] [Installation, Configuration & Deployment] - Unable to access JBoss 4.20.GA from Browser

2007-05-17 Thread nagatn
Hi - I have installed and tried JBoss 4.2.0.GA on Vista, Solaris, Linux. I am able to access server/default/deploy/jboss-web.deployer/ROOT.war/index.html from browser for the jboss instance running on Vista, but not for the instances running on Solaris and Linux. Is there anything special that

[jboss-user] [Installation, Configuration & Deployment] - I have no clue why port is not listening **URGENT PLEASE **

2007-05-17 Thread ninis_2
I have this jboss hosting an application on a host with ip address xx.yy.zz.aa on port 8080. A Content services switch directs the traffic to this host. The content switch shows that the requests are being sent to xx.yy.zz.aa on port 8080. But the requests are not reaching the jboss APP server.

[jboss-user] [JBossCache] - State transfer OOM

2007-05-17 Thread [EMAIL PROTECTED]
Hi I am using JBossCache-1.4.1.SP3 and I keep getting out of memory error when a new node is trying to join the cluster. I know that this issue has been taken care in jgroups 2.4 with the STREAMING_STATE_TRANSFER. My question is what are my alternatives if I am using 1.4.1 ? I have tried using JBo

[jboss-user] [JBossWS] - Need Help

2007-05-17 Thread bilal_0003
hi im using jboss 4.0.5 in my app with Hibernate 3.1 and actually the problem im facing is , i have created a DS file for my project addressbook PostgresqlAddressBookDS jdbc:postgresql://192.168.1.11:5432/addressbook org.postgresql.Driver postgres b

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread [EMAIL PROTECTED]
Slight qualification to the above: in 4.0.x the master for an HASingleton service is the cluster member that: 1) Has the service deployed. 2) Holds the lowest position in the cluster view, which is usually ordered by when nodes joined the cluster. If the typical case where all the nodes in the

[jboss-user] [JBoss Portal] - Re: where can I download wsrp start guide

2007-05-17 Thread [EMAIL PROTECTED]
You can take a look at http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html_single/#wsrp. This needs to be updated for 2.6 since some stuff has been updated in the code and has not yet been updated in the documentation. Let me know if you have any questions/input. View the original post

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread [EMAIL PROTECTED]
Not easy to do reliably. :( In 4.0.x, the master node is always the JGroups coordinator, which as I said is usually the node that's been running longest. Usually but not always. So, starting the node you want as master first is a quasi-solution But, that's not very nice and isn't bulletproof,

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread michael.c.small
Using Identity.instance() works (that's how I'm working around the problem now), but I would prefer that the values be injected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046615#4046615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread [EMAIL PROTECTED]
What happens when you try to get the Identity with: | Identity.instance() | instead of injection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046614#4046614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404661

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread sboying
Thanks Brian. Yes, the cluster-service.xml will be in the /server/ofmychoice/deploy on both nodes. If one wants a particular node to always be the master by default, what is the best method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046613#4046613 Reply

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread michael.c.small
I tried your suggestion of moving the @Local from the implementation to the interface, but no dice. Note that injection elsewhere in my application (using POJOs, Stateful, and Stateless beans) works just fine. The problem is only limited to simply Seam Authentication. View the original post :

[jboss-user] [JBossWS] - Problem trying to use a jmx component to call my webservice

2007-05-17 Thread rickcr
I'm a bit confused what is going wrong here. I have a simple class that can call my webservice by creating a javax.xml.ws.Service and getting a handle to my endpoint interface. This works fine if I call this class from a servlet. I know annotated this class so that it would show up as a JMX comp

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread [EMAIL PROTECTED]
The master node is generally (but not always) the member of the group that has been running the longest. Your description of what you did sounds OK presuming in your step #1 your "ofmychoice" config has a cluster-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread monkeyden
Did you annotate Authenticator with @Local? I don't know if @Local(Authenticator.class) in the bean class is a replacement for @Local in the business interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046607#4046607 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread michael.c.small
One other thing, I did try just injecting Identity using: | @In | public void setIdentity(Identity identity) ... | and | @In private Identity identity; | Neither worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046606#4046606 Reply to

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread michael.c.small
Sorry, Statefull was a typo in my post ... the actual code is correct. Regarding why I'm using a Stateful bean (or Stateless), I'd like to use the @EJB injection functionality to call back end Stateless services to perform the authentication against the database. If I make this a POJO, I can't

[jboss-user] [Installation, Configuration & Deployment] - Re: how to generate

2007-05-17 Thread schmaggis
is there no one who knows how you get jBoss to generate the server-config.wsdd file?? I searched for it and think now that it is axis which is responsible for creating it, but isn't axis used by both: jboss and tomecat? i wonder why i'm the only one who has the problem here, does noone use the

[jboss-user] [JBoss Portal] - JBoss IDE in Eclipse Tuturial problem

2007-05-17 Thread AnthonyPerera
Hi, I hope this is the correct place to submit my inquiry, if not please tell me where to put it. I am going through the Tutorial : http://docs.jboss.com/jbosside/tutorial/build/en/html/introduction.html I have been able to complete everything normally up to Chapter 5. When I click on the XDoc

[jboss-user] [JBoss Seam] - Re: Seam EL: How to get msg from resource file?

2007-05-17 Thread fernando_jmt
But you can do this: | ... | @In private Map res; | | String label = res.get("enum.typeA.label"); | or this: | ... | @In("#{res['enum.typeA.label']}") | private String label; | | HTH. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread sboying
step 3 is a depends, can embed XML tags View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046599#4046599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046599 ___ jboss-user mail

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread sboying
step three is a "" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046598#4046598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046598 ___ jboss-user mailing list jboss-user@l

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-17 Thread sboying
OK, so I want to use the "HASingleton Deployments using a Barrier". 1- setup cluster on 2 nodes inititally with "DefaultPartition" 2- copy deploy-hasingleton-service.xml from the server/all/deploy to server/ofmychoice/deploy for both nodes. 3- add jboss.ha:service=HASingletonDeployer,type=Barrier

[jboss-user] [JBoss Seam] - Re: s:convertEnum usage

2007-05-17 Thread tonylmai
Agree. I just downloaded cygwin. Should be able to do grep from now on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046596#4046596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046596 ___

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-05-17 Thread kingcu
Then you better change the subtitle to "From Dummy to Novice", because the word "Professional" is not something one can get to after reading this book and thus is extremely misleading. "kasim" wrote : "smithbstl" wrote : I skimmed the other book:"Beginning JBoss Seam: From Novice to Profession

[jboss-user] [JBoss Seam] - Re: Identity not injected into Stateful bean

2007-05-17 Thread monkeyden
@Statefull has one "L" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046594#4046594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046594 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: Calling merge/persist even not called....

2007-05-17 Thread stu2
You might try knocking the batch size in your hibernate configuration down to zero to see what the actual problem is (I had to do this yesterday - see hibernate docs for howto). Hsqldb doesn't seem to give good errors for batch updates. But I think the default EJB3 SFSB behavior is to flush th

[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?

2007-05-17 Thread [EMAIL PROTECTED]
the mysql database driver I am using for development is: mysql-connector-java-3.1.4-beta-bin.jar and mysql database version is: 5.0.27 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046591#4046591 Reply to the post : http://www.jboss.com/index.html?

  1   2   3   >