[JBoss-user] [JBossWS] - Re: ClassCastException: org.jboss.axis.Message

2006-05-21 Thread Sonal Raj
Hi All, The stubs are generated using wscompile tool. Sun StubBase class is casting the response message to com.sun.xml.messaging.saaj.soap.MessageImpl and Since JBoss uses an axis message factory for the response message.so there is the "Class Cast Exception". But still not able to find the sol

[JBoss-user] [Beginners Corner] - Re: Isolated EAR and segmentation fault

2006-05-21 Thread sankeyraut
Did u find any way to reload the class file in jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945217#3945217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945217

[JBoss-user] [JBoss jBPM] - Re: unable to deploy ActionHandler

2006-05-21 Thread kpavan_8
yes, the actionhanlder classes are in the same jBPM project. They are under src/java directory. In the deployment tab, if I check the actionhanlder classes to be deployed, it throws error. If I uncheck them it goes smoothly. Is there any other procedure of deploying other than the gpd? View the o

[JBoss-user] [JBoss jBPM] - Re: org.hibernate.StaleObjectStateException when retrieving

2006-05-21 Thread foreverman
I think there are some problems in implementations of method JbpmContext.close. If jbpmContext.close() failed for some reason(in my case, when some exceptions are thrown, invoke setRollbackOnly, then jbpmContext.close), then jbpmContext will not be pushed out of stack of theadLocal varaible. And

[JBoss-user] [JBoss jBPM] - Re: JSP integration in form tasks

2006-05-21 Thread MTG
OK...i agree. But is possible, use the GPD, deploy for example to Tomcat and construct my own webapp that interacts with the database and the processe definition. Is there any example? Because the problem is the start, then i think anybody can self motivate and continue the work... Thanks ver

[JBoss-user] [JBoss jBPM] - Re: unable to deploy ActionHandler

2006-05-21 Thread hosierdm
Are your ActionHandler classes in the same Eclipse project as your process and also checked in the Deployment tab? I think there is a limitation with GPD right now where the Java classes must reside in the same Eclipse project in order for them to be deployed with the process. View the origina

[JBoss-user] [JBoss jBPM] - Re: JSP integration in form tasks

2006-05-21 Thread hosierdm
The existing jBPM web application is an example. The source (classes and pages) are all available in the distribution that you downloaded. It's really easy to figure out how to interact with jBPM to do your own webapp by looking at the source code for the HomeBean and TaskBean at least. You w

[JBoss-user] [JBoss jBPM] - Re: jBPM ProcessDefinition instance state and POJO class sta

2006-05-21 Thread [EMAIL PROTECTED]
Ahmed, The reason why you have to wait this long is probably because no one (probably including me) has a clue of what you really mean... But I am gonna try anyway. If you want to use (a reference to) your car as a process variable in the process instance: yes you can. Or if you want to external

[JBoss-user] [JBoss jBPM] - unable to deploy ActionHandler

2006-05-21 Thread kpavan_8
Using jBPM 3.1.1 Eclipse 3.2 I am using the gpd Eclipse plugin for deploying. I added ActionHandler classes to the project and tried deploying, but it throws Excpetion happened while deploying. The stack trace is given below. If i remove the actionhandlers it deploys properly. Can somebody tell

[JBoss-user] [JBoss jBPM] - Re: Associate field list in designer?

2006-05-21 Thread [EMAIL PROTECTED]
Dan, I have no clue of what you are trying to achieve. Can you describe this in a little more detail? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945210#3945210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [Remoting] - error while shutting down multicast detector

2006-05-21 Thread [EMAIL PROTECTED]
Anyone ever see this NPE while shutting down the multicast detector? I can't replicate this - its very rare and intermittent. But I definitely have seen this more than once. | [java] 01:46:43,139 WARN [jboss.remoting.detection.multicast.MulticastDetector] Error removing server |

[JBoss-user] [Remoting] - Re: error while shutting down multicast detector

2006-05-21 Thread [EMAIL PROTECTED]
FWIW: after this NPE occurs, the only non-daemon thread left in my VM (and why my VM isn't dying when I want it to) is this: | Thread [SocketServerInvokerThread-127.0.0.1-1] (Suspended) | waiting for: org.jboss.remoting.transport.socket.ServerThread (id=2) | java.lang.Object.wait(

[JBoss-user] [JBoss jBPM] - how to end my workflow at any task

2006-05-21 Thread san.mohapatra
hi i am trying to end my workflow at any task. i have written ProcessInstance pi = tkn.getProcessInstance(); pi.end(); but it is not working. i got some information in jbpm 2.0 to close the workflow ExecutionService executionService = JbpmServiceFactory.getInstance().openExecutionService(

[JBoss-user] [JBoss jBPM] - Re: jBPM evaluation queries

2006-05-21 Thread hosierdm
Some people have had questions about how to go about the whole process composition thing, so I figured I would clarify a bit. What you would need to do is create a new, separate process in the process designer. Then in your Process State in the other process, you put the new process' name in t

[JBoss-user] [JBoss Seam] - Re: Variable resolving problem when using custom facelets ta

2006-05-21 Thread [EMAIL PROTECTED]
anonymous wrote : The problem is that variable empl is not resolved by SeamVariableResolver while running apply method of my custom tag handler. Seam's variable resolver delegates back to JSF's. Put a breakpoint in it if you doubt me. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Seam] - Re: No coversational context active

2006-05-21 Thread [EMAIL PROTECTED]
There was a bug in Seam overnight. It should now be fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945199#3945199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945199 --

[JBoss-user] [JBoss Seam] - Re: Seam unable to work with JBoss 4.0.4 production release

2006-05-21 Thread [EMAIL PROTECTED]
As discussed in several other threads, you need to use Seam CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945198#3945198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945198

[JBoss-user] [JBoss Seam] - Re: myfaces-1.1.3

2006-05-21 Thread [EMAIL PROTECTED]
If you are using MyFaces 1.1.3 you can ignore it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945197#3945197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945197 ---

[JBoss-user] [JBoss jBPM] - Re: jBPM evaluation queries

2006-05-21 Thread hosierdm
You can easily aggregate processes using the Process State, which is available in the process designer plugin. However, support for graphically setting properties on such nodes is limited, and you have to edit the source directly to get most of the detail in there. Search the user the User Gui

[JBoss-user] [JBoss jBPM] - Re: jBPM evaluation queries

2006-05-21 Thread cliffb53
Thanks for your replies guys. Your insight is truly valuable. I have a couple more questions though: is it possible to aggregate processes? Let me try to explain myself a bit better because I'm not sure if the term is correct. Let's say I have two distinct processes and using either one depen

[JBoss-user] [JBoss Seam] - Re: Seam CVS upgraded to JBoss AS 4.0.4.CR2 / EJB3 RC6

2006-05-21 Thread [EMAIL PROTECTED]
This announcement should be removed, it is outdated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945192#3945192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945192 ---

[JBoss-user] [JBoss Seam] - Re: 4.0.4 GA changes

2006-05-21 Thread [EMAIL PROTECTED]
Please change the subject of this thread to "Running Seam on JBoss 4.0.4" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945191#3945191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945191 --

[JBoss-user] [JBoss jBPM] - Re: Integrate Spring and JBPM. PLEASE HELP!!!!

2006-05-21 Thread kukeltje
Did you ask in the spring-jbpm forum/mailinglist? Since it is a module not developed/maintained by us, the chance on a positive response is bigger when you ask there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945190#3945190 Reply to the post : http://w

[JBoss-user] [JBoss jBPM] - Re: jBPM evaluation queries

2006-05-21 Thread kukeltje
Many other (older) producs currently include functionality that in more recently products would be done with an ESB. The process engine is best for doing long running workflow processes. Calling services of different types is , as described above, possible by writing your own actionhandlers or i

[JBoss-user] [JBoss Getting Started Documentation] - Which webserver JBOSS is using?

2006-05-21 Thread nathanl
I know its simple question, jus wanted to know which webser jboss AS uses? is it Tomcat? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945188#3945188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945188 ---

[JBoss-user] [JBoss Seam] - Re: Seam unable to work with JBoss 4.0.4 production release

2006-05-21 Thread elfuhrer
It's working fine for me what errors are you getting? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945187#3945187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945187 ---

[JBoss-user] [JBoss Seam] - Re: Problem configuring seam for myfaces

2006-05-21 Thread elfuhrer
you need to update the web.xml configuration in the jbossweb-tomcat55.sar/conf/web.xml to include the following | | Tomahawk tlds | tagLibJar1 | jsf-libs/tomahawk.jar | | Make sure you update as well the MyFaces libraries to version 1.1.3 and rename them to myfaces-a

[JBoss-user] [JBoss Getting Started Documentation] - CLASSPATH problem with ojdbc14.jar

2006-05-21 Thread arthurwang
I run jboss4.0.2 on Redhat ES and put ojdbc14.jar in /usr/local/jboss4.0.2/server/all/lib, then I start my application, and print out the driver version of jdbc: it's 10.1.0 which is not what I expect, it's supposed to be 10.2.0, because I copy the ojdbc14.jar from oracle 10.2 , and the same

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-21 Thread RamcisJBOSS
If you look in the XSD schema file of config.xml, you will see that you can make more than element. It is possible to compile more than one web service, but how??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945183#3945183 Reply to the post : http://www

[JBoss-user] [JBoss jBPM] - Re: jBPM evaluation queries

2006-05-21 Thread hosierdm
You might also give the User Guide a look, it contains a lot of information that could be quite helpful to you. http://docs.jboss.org/jbpm/v3/userguide/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945181#3945181 Reply to the post : http://www.j

[JBoss-user] [JBoss jBPM] - Re: jBPM evaluation queries

2006-05-21 Thread hosierdm
Anything you can do in Java, you can do with jBPM. There is no built-in support for the things you mention (i.e. node types that do those things), but you can attach custom action handlers to nodes. The action handlers are java classes that execute when the node is reached. So your java code

[JBoss-user] [JBoss jBPM] - jBPM evaluation queries

2006-05-21 Thread cliffb53
Hi everyone, I've been assigned to evaluate open-source BPM/BEPL solutions for a major government project and I'm starting with jBPM. I've followed the user guide to create a simple process but I have to admit I'm failing to understand what is possible to do with jBPM. For instance, one of the

[JBoss-user] [Microcontainer] - Classloading

2006-05-21 Thread kp00002
Hi, Is there a way to declare a custom classloder and specify it for a bean? The syntax suggested in [url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=59243&view=previous [/url] did not work in jboss-beans.xml because the reverse-dependency and cldomain tags are not in bean-deploy

[JBoss-user] [Installation, Configuration & Deployment] - JBoss Portal and MySQL can't find setup.ddl

2006-05-21 Thread Ibere
Hello community, I installed Jboss AS 4.0.4.cr2 and JDK1.5 as well as EJB3 the EJBTrail is already working on my system. I also have a connector mysql-connector-java-3.1.12! Here is my problem I wan't to install the JBoss Wiki, therefor I need Jboss Portal and a database! So I downloaded Portal2

[JBoss-user] [Performance Tuning] - JBoss & 500 connections

2006-05-21 Thread eprst
Hi I was trying to stress-test our application using The Grinder (http://grinder.sourceforge.net/). Each thread makes several direct EJB calls which result in quite complex business logic triggered, mostly causing DB load. Everything went smoothly for 10,50,100,250 concurrent requests, but atte

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-21 Thread ElGamal
Haven't found a good solution, so I just coded a function that simple gets my Set and stores the elements into a List. In my special case its not a bad idea I think, because the user can only select about 20 applications. Of course in genereal iterating over all Set elements takes quite some tim

[JBoss-user] [Beginners Corner] - NoClassDefFoundError: antlr/ANTLRException

2006-05-21 Thread jjsoft
Anyone know how I can JBoss to see antlr? I am using JBoss 4.0.4.RC1 and Hibernate3. Thanks. jim s View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945172#3945172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945172

[JBoss-user] [JBoss jBPM] - Role of JbpmThreadsServlet & CommandExecutorThread

2006-05-21 Thread itsmeprash
Hi, I think i was able to plugin jbpm into my spring app. Curious about the role of JbpmThreadsServlet & CommandExecutorThread. Coz., since my session and transaction is defined in spring and also jbpmContext is defined in spring, should i modify JbpmThreadsServlet and pass the jbpmConfigura

[JBoss-user] [JBoss Seam] - Re: No coversational context active

2006-05-21 Thread mirko27
Now it happens elsewhere too. Everywhere View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945170#3945170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945170 --- Usin

[JBoss-user] [JBoss Seam] - Re: No coversational context active

2006-05-21 Thread mirko27
Because I do not use some special statesaving stuff, I`ll copy my code here. If I hit that save button, it shows me this exception. | @Stateful | @Name("cateditor") | @Conversational(ifNotBegunOutcome="categorys") | public class CategoryEditorBean implements CategoryEditor,Serializable {

[JBoss-user] [JBoss Portal] - Re: Portal 2.4 on 4.0.4.GA - EJB3

2006-05-21 Thread colintoal
All, Portal 2.4 appears to be broken on 4.0.4.GA. 2.4 has a dependency on some behavior in the Hibernate Configuration initialization that appears to be changed in the latest version of Hibernate that ships with 4.0.4.GA. Here is the full stack trace: | 12:01:52,187 INFO [SessionFactoryI

[JBoss-user] [Installation, Configuration & Deployment] - Hypersonic persistance for JMS

2006-05-21 Thread hassony
As I read in http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB and in http://wiki.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ, it is not recommended to use the hypersonic default JMS persistance. As we've just discovered this due to some JMS exceptions, we ha

[JBoss-user] [Clustering/JBoss] - Achieve Fault Tolerance in JbossWS

2006-05-21 Thread kenksy
Hie, I am planning to use webservices through jbossws. Is there any way to achieve fault tolerance of webservices which exposes stateless sesion beans? If so then what FT algorithms jboss uses. Where can I access the Jboss FT architecture and usage scenarios document. It would be really helpfu

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate code generation problem wih 1.6

2006-05-21 Thread [EMAIL PROTECTED]
ok cool. let me know if you can reproduce. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945162#3945162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945162 --- Us

[JBoss-user] [JBoss jBPM] - Re: Spring + jBPM 3.1 + Single Hibernate Session

2006-05-21 Thread itsmeprash
Sorry my mistake. So sad that i did not think Message.hbm.xml would be looking for other files coz., it does a join on another table. Once i mentioned all the hbm files it works now. Thanks Prash View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945161#3945161

[JBoss-user] [JBoss Seam] - No coversational context active

2006-05-21 Thread mirko27
Gettings this stacktrace with latest Seam CVS : | 18:11:32,011 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase | java.lang.IllegalStateException: Could not commit transaction | at org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener.commit(

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-21 Thread hosierdm
You rule! Thanks a lot man. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945159#3945159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945159 --- Using Tomcat but

[JBoss-user] [JBoss Seam] - Re: RequestParameter problem

2006-05-21 Thread mirko27
I even can`t use a bean with requestparameter if url does not include requestparmeter. Am I doing smth wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945157#3945157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - Re: Spring + jBPM 3.1 + Single Hibernate Session

2006-05-21 Thread itsmeprash
I am trying to work with Tomcat + Struts + Spring + JBPM. I am trying this simple thing and it fails. The context fails to start with an error "startup failed due to previous errors". If i comment just the reference to the hbm.xml file my context works fine. | | | |

[JBoss-user] [Installation, Configuration & Deployment] - Insufficient method permissions

2006-05-21 Thread aron-smith
I lost and then recreated users.properties - I probably missed a step as I get a security error. I guess I dont really understand the full relationships for security between the client and the server... I have the users.properties and roles.properties in the .ear file java.rmi.AccessException:

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-21 Thread ElGamal
Ok, that was not the solution actually. I forgot, that i changed from Set to List. It seems like can't handle Set's. But now with List I have other problems, e.g: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags But there are enough other posts in this forum and in th

[JBoss-user] [JBoss jBPM] - Integrate Spring and JBPM. PLEASE HELP!!!!

2006-05-21 Thread itsmeprash
Hi, I would like to integrate jbpm into my existing Spring + Struts + Hibernate application. I did look at the spring-jbpm module but i don't know how to configure this. I am using the jbpm webapp as an example to configure jbpm into my application. I am sure there must be many who were abl

[JBoss-user] [Javassist user questions] - Re: mysql-connector-java-3.1.12 problem with apache while OK

2006-05-21 Thread dimitryous
P.S. This my first approach to java/mysql but I would like to see this short program running on my local web server ... Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945150#3945150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [Javassist user questions] - mysql-connector-java-3.1.12 problem with apache while OK wit

2006-05-21 Thread dimitryous
With terminal I have : CLASSPATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/:/Library/Java/Extensions/:./ SUDO_GID=20 SECURITYSESSIONID=210800 _=/usr/bin/printenv 127:/Library/WebServer/Documents/Java root# java TestMySQL 2006-05-21 13:39:00.0 ** =

[JBoss-user] [JBoss jBPM] - Re: Narrowing proxy to class org.jbpm.graph.node.TaskNode

2006-05-21 Thread kukeltje
I know, I was just kidding to :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945148#3945148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945148 --- Using Tomca

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems with Oracle JDBC Driver 10.2.0.1.0

2006-05-21 Thread ramazanyich
after searching on Oracle OTN: http://forums.oracle.com/forums/thread.jspa?messageID=1151310� "Two bugs (4629654, 4590277) cause this problem. Both have been fixed in 10.2.0.2.0. Douglas " But it is still not available for download :( So use 10.1 drivers for a moment View the original post : h

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate code generation problem wih 1.6

2006-05-21 Thread ivan.rosina
I'm quiet sure I have restarted Eclipse once. But I think I had a problem with a new Hibernate Console configuration trying to use it to run a new reverse engine configuration without restart eclipse. I'll post more information whenever I succeed to replicate the problem. Bye View the original

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems with Oracle JDBC Driver 10.2.0.1.0

2006-05-21 Thread ramazanyich
I also have problems with jdbc driver 10.2.xx, but 10.1.xx works. Strange thing is that orai18.jar file for 10.2 is much smaller than in 10.1. I think it is a problem of oracle driver, becuse I tried it in standalone application and have the same problem. Better maybe to report it to ORacle. Vie

[JBoss-user] [JBoss Seam] - RequestParameter problem

2006-05-21 Thread mirko27
Okay, it all works fine if I have required get parameter set. But what if I don`t? If user enters that page directly without any parameters. Then I get error: ould not set field value: cateditor.catid And I do not want user to visit page while not in long-running conversation. Unfortune @Conversat

[JBoss-user] [JBossWS] - ClassCastException: org.jboss.axis.Message

2006-05-21 Thread Sonal Raj
Hi All, I've written two clients (DII and static stub client) for my webservice.The DII client works fine but not able to write the static stub client.Here is the my static stub client code : Stub stub = (Stub) (new CommerceItemService_Impl().getProductCollectionServicePort()); stub._setProper

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate code generation problem wih 1.6

2006-05-21 Thread [EMAIL PROTECTED]
ah you installed but did not restart ? Then there will most likely be some problems since you will have old stuff loaded in the running vm and when the new plugins kicks in "undefined behavior" kicks in ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394514

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate code generation problem wih 1.6

2006-05-21 Thread ivan.rosina
Ops, Now works ! The installation is ok. Just some kind of problem between hibernate console and hibernate reveng. The problems seems to be linked at some kind of refresh problems. killed eclipse then restarted. Now it works. Now, I'm experiencing some problems with a foreign key... I'll keep mor

[JBoss-user] [JBossCache] - Re: Using JBoss cache to replicate object between machines

2006-05-21 Thread gshriki
Hi, OK. After running the class loader: java org.jboss.aop.hook.GenerateInstrumentedClassLoader /opt/JBC1/bin/classloader/ I've tried to run my Main class: java -Xbootclasspath/p:/opt/JBC1/bin/classloader -Djboss.aop.path=/opt/JBC1/bin/META-INF/jboss-aodp.xml Main I got the following error: Ex

[JBoss-user] [JBoss Seam] - Re: myfaces-1.1.3

2006-05-21 Thread armita
Could you pelase explain what exactly this property doing? If i want to use myfaces 1-1-3 in my application how shall I do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945138#3945138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate code generation problem wih 1.6

2006-05-21 Thread [EMAIL PROTECTED]
how did you install it ? And does it fail on a clean install ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945137#3945137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945137 -

[JBoss-user] [EJB 3.0] - Call EJB3 method from webclient

2006-05-21 Thread infonote
Hi, In EJB3 how do u call a EJB3 method from the webclient e.g. servlet, action class? I built a enterprise app with ejb and webclient using Netbeans 5.5. E.g. you have sessionbean local in the session bean local you have method: package sessionpackage; boolean sessionmethod(string s);

[JBoss-user] [JBoss Eclipse IDE (users)] - Hibernate code generation problem wih 1.6

2006-05-21 Thread ivan.rosina
When I try to launch reverse engineering from HibernateTools I get the following error ! An internal error occurred during: "Launching". java.lang.NoClassDefFoundError: org/hibernate/cfg/reveng/ReverseEngineeringSettings at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.runE

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-21 Thread [EMAIL PROTECTED]
The fix is implemented in HEAD. I have also re-added the deployer servlet info configuration option in the deployment page. I'll do a service release (probably 3.0.9.2) very shortly. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945134#3945134

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: configuration on JBOSS for JMS

2006-05-21 Thread wondermike
Did you already read the chapter installation in http://labs.jboss.com/portal/jbossmessaging/docs? IMHO it's quite easy to set up. Regards Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945133#3945133 Reply to the post : http://www.jboss.com/index

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

2006-05-21 Thread armita
I upgraded my tomahawk and myfaces and upload stopped working. It could not pass the uploadedfile to be application and jumping from phase 4 to phase 6 without envoking the application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945132#3945132 Reply to

[JBoss-user] [JBoss Messaging] - MDBExample in 1.0.1.CR1

2006-05-21 Thread wondermike
Hi, I can't get the MDB example get to work in 1.0.1.CR1. Deploying the thing from the examples/mdb (ant run) gives me the output quoted below. Have you got any ideas? I'm using jboss-4.0.4.GA, jdk 1.5.0_06 and I already configured messaging to use persistence with a mysql database. TIA & greeti

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-21 Thread ElGamal
I went to bed, woke up, started AS and it worked :-) Hehe, seriously I think upgrading to myfaces 1.1.3 solved the problem. Looks like the bug has already been fixed in 1.1.2 (so i guess i was still using 1.1.1 *G*) as I found in the release notes for 1.1.2. [MYFACES-733] - javax.faces.el.Prope