[jboss-user] [EJB 3.0] - Re: problem in connecting to RMI , please help , i need help

2006-12-11 Thread nsv
i am not able to call the ejb through rmi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992694#3992694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992694 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Re: IDE 2.0.0.Beta2 - JBoss Server Configuration - EJB3 Proj

2006-12-11 Thread Huber
It works!!! Thank you very much!!! You are right: i have selected JBoss Server and not JBoss Inc in my earlier trials (I did not notice the possibility of JBoss Inc) Thank you very much for your help! Johannes View the original post :

[jboss-user] [JBoss jBPM] - how to retrieve jsp or html text fields using jbpm

2006-12-11 Thread skpeddi
Iam new to jbpm,any body can help me how to start my process using my own application with jbpm but iam not using jbpm starters kit. I created one jsp page (with one text field and one submit button)when iam clicking that button how to retrieve the parameters using jbpm. In normal

[jboss-user] [EJB 3.0] - Java Client of Embedded EJB3 into Tomcat5.5.20 problem

2006-12-11 Thread coral
Is it prossible to use eclipse java class to call embedded EJB3 into Tomcat? I knew it's easy for Jboss ejb3 to make it work. But for embedded ejb3 it maybe can not work. I try the codes as Jboss EJB3 | final HashtableString,String properties = new HashtableString,String(); |

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-12-11 Thread helloween0809
I met the same problem. and the same code runs correctly in a java eclipse. = the code === public class MainFrame { public static void main(String[] args) throws Exception { Properties props = new Properties();

[jboss-user] [EJB 3.0] - Re: problem in connecting to RMI , please help , i need help

2006-12-11 Thread nsv
Somebody please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992700#3992700 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992700 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - regarding the database change from OBE to Oracle

2006-12-11 Thread vamsikirankumar.k
Hi, I am trying to run the jbpm application by replacing the OBE with Oracle.To do this i replaced org.hibernate.dialect.HSQLDialect to org.hibernate.dialect.OracleDialect and java:/DefaultDS to java:/EntityMedia,changed driver-class,user-name,password,url and Jndi name in the jbpm.sar.cfg

[jboss-user] [JBossWS] - Re: Missing Content-Length in response

2006-12-11 Thread evantill
Thank you very much for the response. I am using the GSOAP C/C++ lib for the implementation of the client. The GSOAP lib consider an HTTP 500 response without content as a failure and not as a SOAP FAULT. And the library use the header Content-Length to know if the response is empty or not.

[jboss-user] [JBoss Seam] - Re: question about application scope component?

2006-12-11 Thread jboss-Nth-Fan
Hi Folks, I have the exact same issue here, however not sure how to use the seam-Managed EM. Just to be sure, is it the one in: 13.4.2. Using a Seam-managed persistence context from the Seam Ref Doc 1.1.CR2 ? I've tried (as per ref) to add it to the components.xml, no luck |

[jboss-user] [JBoss jBPM] - Re: How can I assign attribute of the complex object?

2006-12-11 Thread pkovgan
Ok , I'll try to give concrete example: I failed on last assign in BPEL description below. Actually I did not fail(no errors), but I do know that last invoke was not completed. Probably because last assign is wrong. My process should connect to WS called Customer and retrieve Complex object as

[jboss-user] [JBossWS] - Re: Multiple SEI's with wstools

2006-12-11 Thread Duffcase
Ok, thanks for your reply. I had a look at that, but it didn't really help me out much, other than confirming that the structure I had was correct. I searched around a bit more and found this post: http://www.jboss.org/index.html?module=bbop=viewtopict=8postdays=0postorder=ascstart=10

[jboss-user] [Installation, Configuration Deployment] - Communication between two EAR's

2006-12-11 Thread [EMAIL PROTECTED]
Hi I've two EAR's to deploy on jboss server. EAR B is dependent on EAR A i.e. EAR B is referring to few classes in EAR A. I hope I 've to add an entry somewhere to say that EAR B is dependent on EAR A, then only I won't get classNotFoundException at runtime. It might me in jboss-app.xml.

[jboss-user] [JBoss Seam] - Re: question about application scope component?

2006-12-11 Thread [EMAIL PROTECTED]
You must use XSDs, not a DTD. Look at the booking example to see how. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992709#3992709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992709

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 CR2, @RequestParameter

2006-12-11 Thread [EMAIL PROTECTED]
This is fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992710#3992710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992710 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Re: rmi.NoSuchObjectException

2006-12-11 Thread nsv
Hi I have the same problem , But this is no windows machine, Please help me I am accessing the rmi in a different way String rmihost = schedulerURL + / + schedulerName; //rmi://localhost:1099/Scheduler; | logger.debug(scheduler rmi host is : + rmihost); | sch =

[jboss-user] [JBoss Portal] - show user logged

2006-12-11 Thread den74
Hi everyone, i'm lookink for a simple and quick way to make visible the user logged and i was thinking to make a small changes on the UserPortlet. Has someone ideas about how to do? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992712#3992712 Reply

[jboss-user] [JBoss jBPM] - Running jbpm31 on mysql5.x ? error of org.jbpm.command.Execu

2006-12-11 Thread dengzi725
I run jbpm3.1 on mysql4.x very well . and i try to get it to run on mysql5.x , find some following errors . someone can help to find the issues? Thanks very much . 2006-12-08 16:22:39,576 DEBUG net.sf.ehcache.Cache - org.jbpm.graph.def.Node.events: Is element with key

[jboss-user] [JBoss Portal] - Calling a servlet from bean

2006-12-11 Thread purna_cherukuri
Hi, I am using jboss-portal with myfaces. I have an application which contain a managed bean. When i click one button, it will call bean method. From that method i have to access a Servlet which is in other application. So wht should i do? I tried to use dispatch method like below,

[jboss-user] [JBoss AOP] - Re: Dynamic Deployement with JBoss AS

2006-12-11 Thread flavia.rainone
Did you follow all the instructions of as in the following link? http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/examples/annotated-injboss/annotated-injboss.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992716#3992716 Reply to

[jboss-user] [Security JAAS/JBoss] - Re: HowTo Link LDAP-Group with Roles?

2006-12-11 Thread Zwitsch
Hi, Thanks for your help. I wrote my own LoginModule which extends the LdapExtLoginModule of Jboss to manage to correctly get the full DN of the group. Thanks Zwitsch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992717#3992717 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Problem downloading AOP

2006-12-11 Thread flavia.rainone
Indeed, there is something wrong with the link. While we don't fix this, please, select Other JBoss Projects Downloads in the combo box of the address: http://labs.jboss.com/portal/jbossaop/download/index.html And a link to download JBoss AOP 1.5.1GA will be shown. Thanks! View the original

[jboss-user] [Beginners Corner] - Re: JBoss equivalence to Sun's deploytool in security config

2006-12-11 Thread jaikiran
AFAIK, there's no such GUI tool in JBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992724#3992724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992724 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: wstools and Log4J

2006-12-11 Thread martinconnolly
thanks Sam. Will try this out. MC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992725#3992725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992725 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Getting Exception while trying to access a Stateless EJB

2006-12-11 Thread jaikiran
anonymous wrote : Properties props = new Properties(); | | props.put(Context.INITIAL_CONTEXT_FACTORY,org.jboss.naming.HttpNamingContextFactory); | props.put(Context.PROVIDER_URL,jnp://localhost:8080); | Context ctx = new InitialContext(props); This should be: Properties props = new

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

2006-12-11 Thread [EMAIL PROTECTED]
I'm trying to understand what happened to the printed version release date, and why some people in some countries can't purchase the book. Unfortunately everything has to go through the safari website till it is printed. Once printed you will be able to get it from any bookstore. View the

[jboss-user] [JBoss jBPM] - Problem using command executor (batch update error)

2006-12-11 Thread Fleury
Hey, I'm trying to use the command executor for asynchronous continuation. I get the following error : [java] 50034 [JbpmCommandExecutor] DEBUG org.jbpm.persistence.db.DbPersistenceService - committing hibernate transaction [java] 11:12:19,941 ERROR AbstractFlushingEventListener:301 -

[jboss-user] [JBoss Seam] - How to send a parameter with checkbox in JSF in order to get

2006-12-11 Thread lara
I have an object of type Group. Each group has an ID, name description. I want to list the groups and add a checkbox next to each one. In the form, I have a button Add, when it is clicked, I should be able to get first all the groups selected. I want to know how can I send the ID of the

[jboss-user] [JBossWS] - Document/Literal and multiple inputs

2006-12-11 Thread tobake
Hi! I trying to get this dummyMethod to work with document/literal public class Test { | | @WebService(name=testWS, serviceName=TestService) | @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, | use=SOAPBinding.Use.LITERAL, | parameterStyle =

[jboss-user] [JBoss Seam] - Re: Generate a seam enabled JSF page from XML using XSLT

2006-12-11 Thread markbakker
Hi, You must be kidding! XSLT is for year 2004 and beyond, or maybe for FO pdf generation. Seam stateful applications you don't generate with XSLT:-) Kind regards, Mark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992742#3992742 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Customizing jBBM using own jsp's

2006-12-11 Thread kukeltje
read the seam documentation. It's all in there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992743#3992743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992743 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Using mod_jk12

2006-12-11 Thread torben.frojonck
I have in mind to use the apache webserver as frontend and Jboss as backend. I am trying to install the mod_jk12 by following the link http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss I have compiled the mod_jk module, but wen I start the apache server I get the error Attachning

[jboss-user] [EJB 3.0] - Re: EntityManager is loosing updates

2006-12-11 Thread gnulp
I think you are loosing updates because you trigger several stateless session-beans in parallel (very often and fast) ... So you have concurrent access to your data -- I was assuming, that you will get an exception telling you that you have the wrong version to update the object -

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-12-11 Thread cavani
Done! http://jira.jboss.org/jira/browse/JBSEAM-579 Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992745#3992745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992745

[jboss-user] [JBoss jBPM] - Re: Difference between version_ column in process definition

2006-12-11 Thread kukeltje
one version is the version of the process definition itself, the other is the version of the process definition that was used to start the process instance (so the engine knows which definition to use to execute the instance) View the original post :

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-12-11 Thread cavani
I want suggest a second approach for the same feature: @Observer(String[] value, boolean create) Where the boolean create indicate if that component should be create when it not exists. I dig a little on Seam code and conclude that this is very easy to do. This information could be setted on

[jboss-user] [JBoss Seam] - Update Seam JSF library againts JBoss5

2006-12-11 Thread thejavafreak
Hi all, Would it be possible in the next Seam generator version not to use myfaces listener when generating the web.xml and not to use myfaces library? I think this is better to avoid conflict with JBoss 5 since JBoss 5 is not using the myfaces library anymore. Just a two cents. View the

[jboss-user] [JBoss Seam] - Re: Update Seam JSF library againts JBoss5

2006-12-11 Thread mzeijen
Good idea. I also believe that using the myfaces library isn't recommended anymore from Gavin because the quality isn't that great. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992753#3992753 Reply to the post :

[jboss-user] [JBoss Seam] - Deployed ear file generated with seam-gen

2006-12-11 Thread thejavafreak
Hi all, I got this error message when deploying a generated ear file using seam-gen from Seam 1.1.0CR1. | 19:14:24,774 ERROR [SeamExceptionFilter] uncaught exception handled by Seam | javax.servlet.ServletException: Servlet execution threw an exception | at

[jboss-user] [JBossWS] - Re: Multiple SEI's with wstools

2006-12-11 Thread Duffcase
Just found out, thanks to the link pbowker sent me, that I dont need to manually merge the webservices.xml files. Just needed to add append=true to the webservices element of the config, and wstools does the job for me! :) View the original post :

[jboss-user] [JBoss jBPM] - Regarding database connection from HSQLDB to ORACLE

2006-12-11 Thread vamsikirankumar.k
Hi, I want my jbpm application to use Oracle database,before it was using HSQLDB so i made changes in datasource name and hibernate dialect but it is showing Entity Media not found and could not find datasource if any have solution pls send what r the steps to be follwed to get connected to

[jboss-user] [JBoss Seam] - Re: SEAM and Tomahawk

2006-12-11 Thread esoares
Thanks guys. ADF and ICEFaces really seems to be awesome libraries. I will skip tomahawk. cheers. Eddy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992758#3992758 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992758

[jboss-user] [JBoss Portal] - Data transfer issue

2006-12-11 Thread vikash.anand
I have an index.jsp page where i have a form. Form data is showing perfectly in processAction. All i need is to show values from index.jsp to Result.jsp. Both pages are deployed as different pages on same tab. How can i do that? I tried for samples on net but alas i failed. Does anyone have

[jboss-user] [JBoss Seam] - Re: Update Seam JSF library againts JBoss5

2006-12-11 Thread mzeijen
Or are only the Tomahawk components not recommended? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992763#3992763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992763 ___

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-11 Thread fabiocsilva
I changed the way of packaging, with loadtime weaving activated, without success. The instantiations are not intercepted if they occur of indirect way. I already tried to use keywords execution, call and construction. What it can be happening? View the original post :

[jboss-user] [Beginners Corner] - Why Stateful (with one L) and not Staefull (with double L) i

2006-12-11 Thread CarlosDelfino
Hi All! I have one single question, Why the annotations for EJB Statefull have one L and not double L? The annotation for Steless have Double S, but I think in the same way, Stateless Annotations should must be Stateles, no? Thanks! View the original post :

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-11 Thread fabiocsilva
I changed file jboss-aop.xml. The shown error is abnormal because the class is present in jar of the WEB-INF/lib directory. | aspect class=aspects.dataManagement.nonpersistent.DataCollectionNonPersistent scope=PER_VM / | | | pointcut name=recordsCreation

[jboss-user] [JBossWS] - Re: Wrong package name for nested object properties

2006-12-11 Thread oglueck
Thomas, I am trying to come up with a patch. I have some questions: It looks, although a WSDL file is specified, the meta data is still built from the Java code. Are there any plans to use the WSDL exlusively in that case? If you have @WebMethod f(MyBean a) the JSR181MetaDataBuilder would

[jboss-user] [JBoss jBPM] - Possible: Decide to end task instance or not?

2006-12-11 Thread thedog
A workflow has a task where parameters (process variables) for the further workflow steps should be set. When the actor has defined all parameters, it will end the task. Wanted: Check that the parameters are really correct before leaving (ending the task instance) At the moment I have a

[jboss-user] [JBoss Portal] - Layout and Themes - 2.6

2006-12-11 Thread indyJones
JBoss Portal - 2.6 I am trying to upgrade my 2.2 portal theme to 2.6 and I am having problems... Here is myLayout.war... myLayout.ear /META-INF application.xml /myLayout.war

[jboss-user] [JBoss Portal] - Re: Remove

2006-12-11 Thread indyJones
Yep, thats it... Thanks for the help... Indy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992775#3992775 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992775 ___ jboss-user

[jboss-user] [Beginners Corner] - Single RoadMap for User Login on Swing and JBOSS

2006-12-11 Thread CarlosDelfino
Hi, I am New on JBoss Security, and new in English too! Please, I need one simple Road Map for configure JAAS Kerberos Login on client and propagate to JBoss 4.0.4 with EJB 3. In the Client I have sucess with Kerberos Login, but I need use LoginJNDIInitialContext or other method for

[jboss-user] [Clustering/JBoss] - communication between two cluster node

2006-12-11 Thread npandya_in
Dear all, I am able to successful cluster enviornment between two jboss and mod_dk. Now i am using hardware load balancer instead of mod_jk. My load balancer is workign fine. After Both server start success fully i got only one node in both node. means total number of node : 1 Note: I am

[jboss-user] [Clustering/JBoss] - communication between two cluster node

2006-12-11 Thread npandya_in
Dear all, I am able to successful cluster enviornment between two jboss and mod_dk. Now i am using hardware load balancer instead of mod_jk. My load balancer is workign fine. After Both server start success fully i got only one node in both node. means total number of node : 1 Note: I am

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ERROR: invalid byte sequence for encoding

2006-12-11 Thread santtuh
anonymous wrote : 19:39:06,208 ERROR [JDBCExceptionReporter] ERROR: invalid byte sequence for encoding UTF8: 0x00 It's a bug in postgresql - hibernate interaction. 'name' is a string that contains the '\0' (NUL) character. Hibernate passes it on to postgresql without conversion. Postgresql

[jboss-user] [JBoss Portal] - Re: Configuring a new login page for Portal

2006-12-11 Thread portalgeek
Hi, Thank you very much for your reply. I tried changing the login.jsp and it worked. But this is what i want to achieve. We have our won portal. So when we say http://localhost/portal/portal/MyPortal-- it should take us to our login page and for all other it should take to default Jboss

[jboss-user] [JNDI/Naming/Network] - Oracle Datasource not bound to JNDI

2006-12-11 Thread javabean42195
Hi, I am using JBoss 4.0.2 and want to configure a Datasource to an Oracle Database with JNDI. When I run my application I get the following error: javax.naming.NameNotFoundException: OracleDS not bound In my session bean I get the Datasource like this: InitialContext ctx = new

[jboss-user] [Beginners Corner] - jbpm webapp login

2006-12-11 Thread fuligj
Hello! In Jbpm Starter kit there are a login.jsp, that relate to userBean. So i tought, the login method handled by userBean. But not really, because i rewrote it, but nothing become. By wich method handled the login in jbpm webapp? I read about filters and tomcat valves, but its not clear.

[jboss-user] [JBoss jBPM] - Error while deploying, IOException trying to read the servle

2006-12-11 Thread mcscorer
Hi! When I try to deploy processes I always get this error... START java.io.FileNotFoundException: http://localhost:8080/jbpm/deploy?archive=file://C:\DOKUME~1\jacobi\LOKALE~1\Temp\change-management.par38833.tmp at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at

[jboss-user] [EJB 3.0] - Wrong column type: expected: numeric(10, 0)

2006-12-11 Thread cheng.lee
Configuration: JBoss-seam-1.1.0.CR2 JBoss-4.0.5.GA (EJB3 clustered profile) Problem: Mapping MySQL DECIMAL to java's BigDecimal, results into failed deployment. Message below: javax.persistence.PersistenceException: org.hibernate.HibernateException: Wrong column type: bb, expected:

[jboss-user] [JBoss Seam] - online dvd demo is down

2006-12-11 Thread pbrewer_uk
Not sure where I should post/ email this, but for your info the dvd demo at http://dvdstore.demo.jboss.com/browse.seam is currently down (see trace below). Hope to see it back up soon. javax.ejb.EJBTransactionRolledbackException: javax.persistence.PersistenceException:

[jboss-user] [Installation, Configuration Deployment] - Re: Deploying zipped war in JBoss 5

2006-12-11 Thread PeterJ
The beta of JBoss AS 5.0 does not support hot deployment (see the readme file). Therefore, you will have to copy the war file to the deploy directory first and then start (or restart) the server. And no, you cannot modify the beta to support hot deployment (well you could, but it would take

[jboss-user] [Security JAAS/JBoss] - Re: Login encryption not working

2006-12-11 Thread ewade
Gee, then what are the module options hashAlgorithm and hashEncoding for? In the user's guide you say anonymous wrote : This module supports password stacking, password hashing and unathenticated identity. Looking up password hashing, I see the manual says, anonymous wrote : These modules

[jboss-user] [JBoss Seam] - @Asynchronous / Dispatcher not bound

2006-12-11 Thread m_hess
Hi, just a short question: Is the @Asynchronous Annotation only supposed to be working on JBoss AS ? Or should a deployment on/in Tomcat be working as well? bye, Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992791#3992791 Reply to the post :

[jboss-user] [JBoss Portal] - Re: show user logged

2006-12-11 Thread den74
i answered myself, just need to put small scriptlet request.getRemoteUser(); in menu.jsp thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992790#3992790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992790

[jboss-user] [JBossWS] - Re: J2ME / jbossws 1.0.4

2006-12-11 Thread [EMAIL PROTECTED]
Here is the corresponding issue: http://jira.jboss.org/jira/browse/JBWS-1381 As you can see it's scheduled for 1.2.0. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992793#3992793 Reply to the post :

[jboss-user] [JBossWS] - Re: J2ME / jbossws 1.0.4

2006-12-11 Thread [EMAIL PROTECTED]
But you can volunteer ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992794#3992794 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992794 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - EntityQuery pagination

2006-12-11 Thread rsmol
Hello, I'm quite new to JSF and Seam. I've followed docs and using seam-gen I've managed to generate entities and frontend for them. Now I have class LogsList that extends EntityQuery. It works fine, however I would like provide user with possibility to change the results per page. Generated

[jboss-user] [EJB 3.0] - EJB3 Update instead of delete

2006-12-11 Thread anotherjavaguy
JBoss 4.0.4 GA I'm trying to work out a cascade delete issue with an old schema. User Object has a list of Permission Objects. (I can publish more code if u need) When I delete user, hibernate is creating Update statements and trying to set the user_id in permission table to null, what I

[jboss-user] [Beginners Corner] - Re: Why Stateful (with one L) and not Staefull (with double

2006-12-11 Thread PeterJ
I am tempted to answer this question but alas, while I am conversant in Java, the question you are asking is about English, in which I am not as conversant. :-) Typically in English, appending the word 'full' to another word requires that you drop one of the l's (as in successful), whereas

[jboss-user] [EJB 3.0] - Required info on Session attribute event listener threw exce

2006-12-11 Thread [EMAIL PROTECTED]
Hi Everyone !! Previously i have posted a query and now i can make out where exactly the problem is lying... Please refer http://www.jboss.com/index.html?module=bbop=viewtopict=96839 Here is actual log trace from server.log file | | ERROR

[jboss-user] [JBoss Seam] - Re: @Asynchronous / Dispatcher not bound

2006-12-11 Thread [EMAIL PROTECTED]
@Asynchronous requires EJB3 support. Although I haven't tried it outside of AS, it should work fine with the embedded EJB3 on tomcat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992801#3992801 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Configuring a new login page for Portal

2006-12-11 Thread PeterJ
I have never tried that, so I cannot say if it will work or not. Since you appear to have everything set up to try this already, why don't you try it and see if it works and post your results? (That is how I figure out most of this stuff, by trying it myself. Some of my ideas work, others

[jboss-user] [JBossWS] - Re: CLOSE_WAIT and socket.close() issue

2006-12-11 Thread [EMAIL PROTECTED]
JBossWS clients utilize remoting code. Did you take at the remoting docs? http://labs.jboss.com/portal/jbossremoting/docs/guide/JBoss_Remoting_Guide.pdf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992805#3992805 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Interfacing to a IMAP / POP3 server via JMS

2006-12-11 Thread toni
I have looked at the wiki. But unfortunately the solution you pointed me to, requires the POP3/IMAP accounts to be known at deploy time. They have to be defined inside the ejb-jar.xml. Is there any other solution, which enables JMS delivery for incoming emails for which the pop3/imap accounts

[jboss-user] [JBoss Portal] - Re: Configuring a new login page for Portal

2006-12-11 Thread PeterJ
Though on second thought, this idea of yours sort of ruins single sign-on, which is one of the purposes behind running a portal to begin with. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992807#3992807 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: How to implement Federated SSO using our own custom logo

2006-12-11 Thread njw
Ok... after several hours I think I've finally answered my own question The two versions of the SSO package (source and binary-only) are DIFFERENT - the version of jboss-sso-tomcat5.jar in the binary download doesnt have PlainAutoSSOLogout.class but the version in the older, source does (as do

[jboss-user] [JBoss Seam] - Re: @Asynchronous / Dispatcher not bound

2006-12-11 Thread m_hess
Hmmm OK. So maybe anybody else also experienced this errormessage? | [17:24:37] [admin1] [ERROR] [...erceptors.ExceptionInterceptor:370 ] redirecting to debug page | javax.ejb.EJBTransactionRolledbackException: org.jboss.seam.InstantiationException: Could not instantiate Seam

[jboss-user] [JBoss Seam] - Re: online dvd demo is down

2006-12-11 Thread [EMAIL PROTECTED]
Thanks. The database was in a bad state. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992811#3992811 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992811 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Server Start problem

2006-12-11 Thread sergmor
Hello I have a problem with JBossEclipse IDE beta 2 and JBoss AS 4.0.4. The thing is that I start the server and the IDE never recognizes that the server is actually running. So in the console I see the server started, but i get the message that the server failed to start. Does anyone have a

[jboss-user] [JBoss jBPM] - Re: Regarding database connection from HSQLDB to ORACLE

2006-12-11 Thread cocampo
For instructions read chapter 8 of the manual. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992814#3992814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992814 ___

[jboss-user] [Installation, Configuration Deployment] - Problem with SIMPLE JSF deployment on jboss-5.0.0

2006-12-11 Thread tswall
I have tried to deploy an extremely simple web-app with JSF tags in the Beta1 version of jboss-5.0. I configured the FacesServlet as described in the WIKI... servlet-nameFacesServlet/servlet-name servlet-classjavax.faces.webapp.FacesServlet/servlet-class

[jboss-user] [JBoss jBPM] - Re: Running jbpm31 on mysql5.x ? error of org.jbpm.command.E

2006-12-11 Thread cocampo
Check your hibernate.cfg.xml, verify if you can find a line like this one... | mapping resource=org/jbpm/command/ExecuteNodeCommand.hbm.xml / | Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992818#3992818 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: How to implement Federated SSO using our own custom logo

2006-12-11 Thread [EMAIL PROTECTED]
njw- You are correct. The src and binary dist were accidentally out-of-sync. That issue is resolved now, and they should be in-sync. http://jira.jboss.com/jira/browse/JBSSO-22 sorry about the incovenience. [in-my-defense] the update was put out at 4 am in Germany while I was half dead from

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with SIMPLE JSF deployment on jboss-5.0.0

2006-12-11 Thread tswall
I just noticed that the web.xml config stuff didn't paste as it actually appears. Here's my whole web.xml file: ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss jBPM] - Re: regarding the database change from OBE to Oracle

2006-12-11 Thread cocampo
Why don't you try to rebuild jbpm.sar? Search the forum on how to do this. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992822#3992822 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992822

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-11 Thread flavia.rainone
I've just run an example and it works to me, no matter whether the servlet calls directly the constructor, or the private constructor of HealthWatcherFacade does it. Please, run your servlet only with the pontcut: | pointcut name=recordsCreation |

[jboss-user] [JBossWS] - Issue with .NET ws clients

2006-12-11 Thread palin
We have some .NET ws clients using our ws endpoint implemented on jbossws 1.0.3.SP1 (patched with http://jira.jboss.com/jira/browse/JBWS-1178). They sometimes (not always?!) get an error while calling us: Exception: System.InvalidOperationException | Message: Client found response content

[jboss-user] [EJB 3.0] - JBoss 4.0.5GA Problem with Firebird will not deploy was ok o

2006-12-11 Thread Jonefun
Hi, I recently upgraded to JBoss 4.0.5GA from 4.0.4GA and for some reason my code will no longer deploy. I have been racking my brains on this for some time now and I would be very grateful if someone could give me a point in the right direction. Here is a couple of extracts from my JBoss

[jboss-user] [Beginners Corner] - Re: Why Stateful (with one L) and not Staefull (with double

2006-12-11 Thread CarlosDelfino
ho! No! :o View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992828#3992828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992828 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Intalio vs jBPM

2006-12-11 Thread cocampo
Well Tom, I'm not so sure jBPM is business analyst friendly... Don't get me wrong, I like jBPM, and I think is a great tool, but there are many things you need to code yourself in your PD's XML to create a process that makes jBPM more programmer oriented. However, I haven't seen a single tool

[jboss-user] [Security JAAS/JBoss] - Re: How to implement Federated SSO using our own custom logo

2006-12-11 Thread njw
Thanks Sohil - I've just downloaded the latest binary version :-) Are you planning to address the source code issue I mentioned above ? - i.e where the method signatures are different for the LDAPIdentityProvider class in the two versions View the original post :

[jboss-user] [Beginners Corner] - EJB, JBoss and Other Languages

2006-12-11 Thread CarlosDelfino
Hi! I need use EJBs with other languages like Delphi and C++, I think with corba IDL is possible, but who? Have one tutorial or book about use of EJBs and Other Language? inclusive with JBoss? thanks View the original post :

[jboss-user] [JBoss AOP] - Re: Tracing/Logging - Actual RMI calls vs calls between EJBs

2006-12-11 Thread ykrishnaprasad
I haven't yet exactly figured out the solution to my specific problem.But here is somthing that might be of help - caller pointcuts(http://wiki.jboss.org/wiki/Wiki.jsp?page=CallerPointcuts) and MethodCalledByMethod class in org.jboss.aop.joinpoint package. If i am successful i will post a

[jboss-user] [JBoss Seam] - Re: How to send a parameter with checkbox in JSF in order to

2006-12-11 Thread yj4jboss
I guess you want to implement multiple selections in a datatable. I experienced this issue a while ago and could only work around this problem with the following approach. Its requires a bit of work but it works fine The idea is to have an object as a view with the boolean variable

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5GA Problem with Firebird will not deploy was

2006-12-11 Thread Jonefun
Just one other point .. if i change my persistence.xml file to use the DefaultDS and therefore uses Hypersonic and instead of Firebird it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992837#3992837 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Popup window from portlet?

2006-12-11 Thread ekusnitz
It looks to me that the only way to do this is to have a separate .war file that uses a plain old SeamFaceletViewHandler instead of the FaceletPortletViewHandler and then go to it with a relative url. View the original post :

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

2006-12-11 Thread [EMAIL PROTECTED]
Are you asking how to make your event scoped query be conversation/session scoped like a stateful component? If so, look at the @Scope annotation. (or the scope attribute on the xml) If you want to stay in the EVENT scope with your query, try adding using a more dynamic value. This works

[jboss-user] [Security JAAS/JBoss] - Re: How to implement Federated SSO using our own custom logo

2006-12-11 Thread [EMAIL PROTECTED]
njw- I two versions are in sync now. so the LDAPLoginProvider constructor should be the same in both binary and src dist which is | public LDAPIdentityProvider() | Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992841#3992841

[jboss-user] [JBoss jBPM] - Variable creation with jPDL

2006-12-11 Thread leobaz2
Is there a way to create a variable and set its value using nothing but jPDL? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992847#3992847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992847

[jboss-user] [JBoss Messaging] - Re: Cannot cluster JMS queues? Now what?

2006-12-11 Thread jatsrt
I apologize for misreading this The JBoss Messaging team recently released version 1.0.1 GA as well as an alpha version that supports clustering But this is in the main documentation: Compared with JBossMQ, JBoss Messaging offers vastly improved performance in both single node and clustered

  1   2   >