[jboss-user] [EJB 3.0] - Re: Simple injection of SessionContext not working

2006-07-26 Thread jaikiran
JIRA http://jira.jboss.com/jira/browse/EJBTHREE-664 created. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960878#3960878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960878

[jboss-user] [JBoss/Spring Integration] - JBoss 4.0.4 + provided example not working

2006-07-26 Thread skedrf
Hi, I downloaded latest version of Spring Deployer and tried it with JBoss v. 4.0.4 GA. I wanted to see how provided example works. So, I followed the instructions (JBoss-Spring-Example.doc) and deployed deployer itself and JBoss Spring example application. But deployment of the example

[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-07-26 Thread macios
I'am trying to use MBeanProxyExt.create(), but I don't know which interface use for ServerPeer service View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960883#3960883 Reply to the post :

[jboss-user] [Remoting] - Re: rmi registry

2006-07-26 Thread choozie
I'm still facing the same errors. If someone has managed to use the rmi registry that RMIServerInvoker creates I would be very glad to hear how! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960884#3960884 Reply to the post :

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

2006-07-26 Thread pramod_ppp
Hi Tony, I really impressed with all the stats and performace tips provided in this discussion. Could you please let me know about your enviornment. Also did u tried the Regression testing on your application. If yes could you please post your stats. Thanks Pramod View the original post :

[jboss-user] [JBoss Seam] - Re: nested conversation kills its parent if id is specified

2006-07-26 Thread petekol
[EMAIL PROTECTED] wrote : It is almost always wrong to use a constant conversation id in @Begin. Have you actually properly understood the use of id in @Begin? Yes, I hope I understand it -), in this case it is for modal action of creating a new entity but for test purpose anyway. Can you

[jboss-user] [JBoss Portal] - Is any one can deploy jboss portal with oracle9?

2006-07-26 Thread yuanwh
I downloaded the updatest jboss-portal-2.4.0-CR2-bundled.zip with jboss AS 4.0.4 and I want to it work with oracle. So I copy the portal-oracle-ds.xml from setup folder to deploy folder and modify its parameter propertly. But when I start up it, it throws many exceptions. Firsty at some place it

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-26 Thread the_dude
kukeltje wrote : Using a separated process (cvs with cmdb or whatever). You would want to have the changes to e.g. en expression (which could have a major impact) in there as well. Don't you want them tested in some way or another? I do that already. I thought it might be more comfortable for

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.0.4 + provided example not working

2006-07-26 Thread alesj
Uf, my mistake. I forgot to fix new ejb3 jndi naming in applicationContext.xml. I've put on a fixed version of JBoss-Spring example. - http://sourceforge.net/project/showfiles.php?group_id=22866package_id=161914 Thanx for reporting this. :-) Rgds, Ales View the original post :

[jboss-user] [JBoss Seam] - Re: Stale Session Objects ? DataModelSelection Problems

2006-07-26 Thread bfo81
Sounds like there could be a JSF error. Add h:messages / to find out ;). Plus: The h:form Tag should come right after the f:view. Don't ask me why it's been left out in this example, and it surprises me that the original example works without form tags... View the original post :

[jboss-user] [Beginners Corner] - Re: JVM Memory information

2006-07-26 Thread nabieh
Dears, Any help please? That answer confused me instead of giving me the answer. Thanks in advance. Nabieh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960896#3960896 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Session bean inheritance

2006-07-26 Thread bfo81
I think so. Have a look at the avoiding DRY thread ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960898#3960898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960898 ___

[jboss-user] [JBoss Seam] - Re: Stale Session Objects ? DataModelSelection Problems

2006-07-26 Thread kryptontri
thanks bfo81, I'll try that in next couple of hours and see if that does the trick. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960899#3960899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960899

[jboss-user] [JBoss Portal] - MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM

2006-07-26 Thread johncena
I got these errors after I re-deployed the jboss-portal-2.2.1. What could cause these errors? 16:48:14,490 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: portal:service=CMS State: FAILED Reason:

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL 1.1-beta1 and JBOSS AS 4.0.4 helloworldservice

2006-07-26 Thread [EMAIL PROTECTED]
Well, it still didn't work for me... I am using jdk 1.5.0_07. What are the exact steps I should do? Do I have to copy this XML stuff in a lib/endorsed folder? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960901#3960901 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Stale Session Objects ? DataModelSelection Problems

2006-07-26 Thread kryptontri
I tried move the tags as you suggested, but now the submit does not push the data the backend., I think the form tags must be inside the view tag. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960902#3960902 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JVM Memory information

2006-07-26 Thread jaikiran
All these values are obtained by invoking APIs provided by Java's java.lang.Runtime class. So the javadoc of the following methods might help you in understanding the same: Free Memory: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#freeMemory() Max Memory :

[jboss-user] [JBossCache] - Re: Problems about updating an ArrayList in replicated TreeC

2006-07-26 Thread legolas
Hi Ben, Simplifying the code to make a test case took some time, but I have it ready now, where can I send it to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960905#3960905 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem in create-schema of jBPM BPEL

2006-07-26 Thread doankhoavy
You need to add one more line in hibernate.properties file in resource/jbpm-bpel.sar # create/update database schema automatically hibernate.hbm2ddl.auto=create View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960906#3960906 Reply to the post :

[jboss-user] [JBossCache] - max_suspend_time and state retrieved successfully

2006-07-26 Thread matabo
When there are large state transfer, I get the message (JBosscache 1.2.3, JGroups 2.2.8): | WARN [STABLE] ResumeTask resumed message garbage collection - this | should be done by a RESUME_STABLE event; check why this event was not received | (or increase max_suspend_time for large

[jboss-user] [EJB/JBoss] - Re: Accessing correct bean version if multiple EARs deployed

2006-07-26 Thread NigelWhite
I went with a utility class to look up beans. The source for this class is generated by the ANT build script to prepend the name of the EAR file being built to the beginning of the JNDI name. So I have an EJBUtil class which contains public static Object getLocalEJB(String name) throws

[jboss-user] [JCA/JBoss] - Lookup of ConnectionFactory from standalone client returns N

2006-07-26 Thread jaikiran
I have created a -ds.xml file and placed it in %JBOSS_HOME%/server/default/deploy directory. This ds file contains the configuration of a connection factory and i have pointed it to jms-ra.rar by setting the rar-name as follows: ?xml version=1.0 encoding=UTF-8? | | connection-factories

[jboss-user] [JBossCache] - Re: Problems about updating an ArrayList in replicated TreeC

2006-07-26 Thread [EMAIL PROTECTED]
ben d0t wang at jboss d0t com thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960912#3960912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960912 ___ jboss-user mailing

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JSF question

2006-07-26 Thread graflaszlo
Hi all I have a web app wich runs on jboss-4.0.4.GA; it uses JSF and EJB3. In web.xml the I have the following settings: welcome-file-list welcome-fileindex.jsp/welcome-file welcome-fileindex.jsf/welcome-file welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-26 Thread gkestor
{\rtf1\ansi\ansicpg1254\deff0\deflang1055{\fonttbl{\f0\fnil Courier New;}{\f1\fswiss\fcharset162{\*\fname Arial;}Arial TUR;}} {\colortbl ;\red0\green0\blue0;\red255\green255\blue255;\red0\green0\blue128;} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\highlight2\f0\fs20

[jboss-user] [JBoss Seam] - Re: @Logger - usage question

2006-07-26 Thread jschuetter
Thanks for the quick answer. I'll post the remoting bug on JIRA once I figured out where to find that. Maybe it wasn't clear but I do use a stateful session bean not stateless. @PersistenceContext is injected, @Logger is not. Jens | @Startup | @Name(dbCache) | @Stateful |

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-26 Thread gkestor
@falazar and @kukeltje Thanks for your great attention and help.. For now , i would prefer waiting for the next ui supported version as wanted from my company. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960919#3960919 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-26 Thread gkestor
\cf1\highlight2 08:51:11,695 ERROR [JDBCExceptionReporter] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?nstan0_.ID_ as ID1_27_, task?nstan0_.NAME_ as NAME3_27_, task?nstan0_.DESCRIPTI' at line

[jboss-user] [JCA/JBoss] - Lookup of ConnectionFactory from standalone prog returns NUL

2006-07-26 Thread jaikiran
An easier way to reproduce this issue is to edit the jms-ds.xml file present in %JBOSS_HOME%/server/default/deploy/jms directory and add the following to the connection factory configuration: use-java-contextfalse/use-java-context Then do a lookup of the jndi name JmsXA from a standalone

[jboss-user] [JBoss jBPM] - Closing the Jbpm Context

2006-07-26 Thread bert.w
dear all, I am having the same problem: No process instances showing up in the database. However, i cannot get the solution of using jbpmContext.close() working, as i am using jbpm integrated with Spring. Can anyone tell me how i can close the Jbpm Context when using the JbpmTemplate from

[jboss-user] [JBoss jBPM] - a session problem

2006-07-26 Thread jeffery.wu
i have used the framework as spring in the air when i run testcase as follow, there was the session is closed. how can i resolve it? | import java.util.Iterator; | import java.util.List; | | import org.jbpm.JbpmConfiguration; | import org.jbpm.JbpmContext; | import

[jboss-user] [JBoss Portal] - Question to default behavior of PortletPreferences

2006-07-26 Thread mark.vollmann
Using jboss-portal-2.4.0-CR2, downloaded 24 July 2006 portal bundled with AS Hello If a preferences name is declared within in the portlet.xml, but the value tag is empty request.getPreferences().getValue(...) returns null rather than an empty String. Is this working as intended?

[jboss-user] [JBoss Portal] - Re: Question to default behavior of PortletPreferences

2006-07-26 Thread mark.vollmann
Hm, my bracktes got stolen.. lt;preferencegt; lt;namegt;NameWithEmptyValuelt;/namegt; lt;valuegt;lt;/valuegt; lt;/preferencegt; and lt;value /gt; View the original post :

[jboss-user] [JBoss Seam] - More seam examples

2006-07-26 Thread kryptontri
Would it be possible to add more seam examples as I am having difficulty in developing a full blown application using seam. I posted this thread as i was having issues http://www.jboss.com/index.html?module=bbop=viewtopict=87408 with managing relationships between objects, e.g 1) Person has

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

2006-07-26 Thread ovidiucn
Ok. /* WEB-INF/classes/seam.properties exists is empty */ /* service-security.jar#!seam.properties exists is empty */ /* ejb-jar.xml */ | ejb-jar |assembly-descriptor | interceptor-binding | ejb-name*/ejb-name |

[jboss-user] [JBoss Portal] - Hiding a portlet

2006-07-26 Thread dgallego
Hi, is it possible to hide a portlet dynamically? I have tried overriding the render() method, but it doesn't work at all. Thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960933#3960933 Reply to the post :

[jboss-user] [JBoss jBPM] - clean handoff

2006-07-26 Thread [EMAIL PROTECTED]
this topic is created to collect comments on the blog entry http://jboss.org/jbossBlog/blog/tbaeyens/2006/07/26/Clean_handoff_Collaboration_and_Pluggable_Process_Constructs.txt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960935#3960935 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Problem configuring service jboss.mq:service

2006-07-26 Thread abumca
I'm receiving the following error in the console, while starting customized jboss in windows machine. This doesn't happen on linux machine. Any body got this error before? Could you help me out figuring out exactly, the issue related to this? I'm placing the console error down:

[jboss-user] [EJB 3.0] - test ejb3 with junit4

2006-07-26 Thread mygol
i had this problem few days.i use jboss IDE2.0 and jboss-EJB-3.0_Embeddable_ALPHA_8.somebody can help me ? java.lang.RuntimeException: java.lang.NoSuchMethodError: org.jboss.util.propertyeditor.PropertyEditors.init()V at

[jboss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-07-26 Thread wonnekeysers
Got it working the following: pom.xml: | ... | plugin | groupIdorg.apache.maven.plugins/groupId | artifactIdmaven-surefire-plugin/artifactId | configuration | suiteXmlFiles | suiteXmlFilesrc/test/resources/testng.xml/suiteXmlFile | /suiteXmlFiles | |

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-26 Thread superfis
Hi, I did it fiew days ago. http://jira.jboss.org/jira/browse/JBSEAM-317 http://jira.jboss.org/jira/browse/JBSEAM-316 Regards, Slawek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960940#3960940 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Jboss Forum 2.2.1-SP3 Bug?

2006-07-26 Thread unibrew
I have deployed the same packages as you and they are working fine. I can think off two possibilities why this may happen to you. First is that ForumsModule MBean didn't deploy properly. You should see this in log at the end of starting AS. Second is that you may have some errors in your

[jboss-user] [JBoss Seam] - Re: Can s:validate be used with facelets compositions?

2006-07-26 Thread phicorp
Thanks for your reply and I will think about what you said. Nevertheless I wish that the main Seam players recognised the importance of the issue we are discussing, as I don't think that anyone using facelets would give up its composition facilities in order to use s:validate. View the

[jboss-user] [JBoss jBPM] - DefaultXPath error

2006-07-26 Thread Viegas
Hello Im getting an error int the class ProcessImageTag in the line: XPath xPath = new DefaultXPath([EMAIL PROTECTED]'+ nodename +']); In the eclise editor everithing is fine but when I try to run my aplication I get the error in the console: | ERROR [[jsp]] Servlet.service() for servlet

[jboss-user] [EJB 3.0] - Re: Cannot get JBoss to JBoss EJB3 Talk

2006-07-26 Thread hceylan
Would anyone from the EJB development team please comment on the issu. I tried to play around with the ejb3-interceptors-aop.xml with no success. Hasan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960945#3960945 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Stale Session Objects ? DataModelSelection Problems

2006-07-26 Thread bfo81
Well, I only meant that the STARTING form-tag should be moved up, so that it's behind the view tag. Maybe I expressed myself minsunderstandingly ;) Here's what I mean: ... | f:view | h:form |... all the rest ... | /h:form | /f:view | ... View the original post :

[jboss-user] [JBoss Seam] - Re: Stale Session Objects ? DataModelSelection Problems

2006-07-26 Thread bfo81
And please don't forget to put a h:messages / somewhere between ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960948#3960948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960948

[jboss-user] [JBoss Portal] - JBoss Forum 2.2.1 SP3 Error

2006-07-26 Thread gruenewa
Hello Developers, I have just downloaded JBoss Portal (file: jboss-portal-2.2.1-SP3-bundled.zip) and JBoss Portal Forums (file: jboss-forums-2.2.1-SP3.zip). Then i installed JBoss Portal on a linux box using following commands: | unzip jboss-portal-2.2.1-SP3-bundled.zip | cd

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException talking to remote EJB

2006-07-26 Thread pixel
OK, so I'm a muppet who doesn't understand the fundamentals of serialization. Let the flames begin... :p View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960951#3960951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960951

[jboss-user] [JBoss Portal] - Delete Portal Users

2006-07-26 Thread gruenewa
Hello, i have found no way to delete portal users. Isn't this a bug? I think it should be possible for the administrator to delete old accounts. Of course it shouldn't be possible to delete the admin account. Thanks, Alexander View the original post :

[jboss-user] [JBoss Seam] - Re: Can s:validate be used with facelets compositions?

2006-07-26 Thread petemuir
There was some discussion on the facelets list a couple of days ago about this. A couple of possibilities were mentioned, and Jacob Hookom said that he hoped that future versions of EL would allow this to work. When I have a moment I will see if I can get either of the possibilities to work.

[jboss-user] [JBoss Portal] - Re: JBoss Forum 2.2.1 SP3 Error

2006-07-26 Thread unibrew
Hello I'm not sure but as far as I remember there were some issues with this bundled version of Portal and AS. Please try downloading JBoss Portal, JBoss AS and JBoss Forums as separate packages. I deployed Portal and Forums from those packages today and it worked for me fine. View the

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

2006-07-26 Thread petemuir
Do you have a seam.properties in the ejb jar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960956#3960956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960956 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Could not register synchronization

2006-07-26 Thread petemuir
It's often the case that this is a subsiduary exception thrown as result of an earlier error. Anything higher up the log? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960958#3960958 Reply to the post :

[jboss-user] [JBoss Portal] - Navigation Portlet: localization and sorting of tabs

2006-07-26 Thread gruenewa
It seems to me that JBoss Portal 2.4 still doesn't support sorting and localization of tabs in the Navigation Portlet. I am wondering since there is an old patch [ JBPORTAL-585 ] Sorting and Localization for Navigation Portlet . Also I would like to rename the Default Page in the Navigation

[jboss-user] [JBoss Seam] - Remoting with Clickable Lists

2006-07-26 Thread peteroyle
Hi, I've got a dataTable that's backed by a @DataModel in the usual Clickable Lists fashion, with the ability to delete a row from the table by clicking a commandLink, causing a page refresh. What I'd realy like is to be able to call the delete() method of my SFSB via Seam.Component and still

[jboss-user] [JBoss Seam] - Re: More seam examples

2006-07-26 Thread petemuir
| Parent parent = new Parent(); | Child child = new Child(); | Car car = new Car(); | parent.setCar(car); | parent.add(child); | parent.persist(parent); | Assuming car and child are entities with no references to parent and Parent is: | @Entity | public class Parent { |

[jboss-user] [JBoss Seam] - Stateless Converter: First works, then ClassNotFoundExceptio

2006-07-26 Thread bfo81
I have an entity Person that has a ManyToMany relation to other Persons (friends ;)). When editing one person there's a SelectManyMenu showing all Persons and you can select or deselect friends. The SelectManyMenu has a Converter (... converter=#{personConverter}), of course. This one is

[jboss-user] [JBoss jBPM] - Re: JBPM installation

2006-07-26 Thread soeursourire
soeursourire wrote : Hello! | | I am trying to install JBPM but get into troubles... I am using Eclipse 3.1.1. Following the instructions I import existing project in Eclipse and obtain jbpm.3 in my workspace (and jbpm.db) then I click right on src/java.examples/org.jbpm.tutorial.action

[jboss-user] [Beginners Corner] - Re: JBoss Cache Manager Exception

2006-07-26 Thread asarubbi
actually i need the standard configuration 'coz i don't need EJB, nor replication, nor clustering. you nailed it! removed distributable attribute from xdoclet and works perfect now. thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960964#3960964

[jboss-user] [JBoss jBPM] - Re: DefaultXPath error

2006-07-26 Thread Viegas
Ive found the solution, the driver that cames with the server in Starters kit is an old one. I had to copy the one in the source of Jbpm. I also had to do that with the Jaxen driver View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960965#3960965 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Re: Maven Repo

2006-07-26 Thread dhartford
I think the intent that redijedi and I are trying to accomplish is the equivelant of ant 'get-deps' (i.e. maven dependency management). If a project requires certain jars, such as EJB3 embeddable jars, download them from an appropriate repository opposed to always doing system-installs of an

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-26 Thread JerryGauth
Attributes that are displayed in red with a NotSerializableException in jconsole are probably correctly handled. Since jconsole is remote, it only displays serializable attributes. In your example, the Instance attribute represents the cache itself and the cache instance isn't serializable.

[jboss-user] [JBoss jBPM] - Re: JBPM installation

2006-07-26 Thread cpob
GPD 3.0.11 won't work with Eclipse 3.1.x, upgrade to Eclipse 3.2 if you can, or use GPD 3.0.9.2 with Eclipse 3.1.x View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960969#3960969 Reply to the post :

[jboss-user] [JBoss Seam] - question about the seam Booking Example:

2006-07-26 Thread jason_rency
after being playing with the booking example for one week, I have a few qustion: 1 how does the entity beans map the DB table? 2 are they mapping by name because the entity beans have the same name with the table names? aslo, I found the name of entity property is the same with the column

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-26 Thread kukeltje
if you replace processimage.jpg with the name of the processdefinition you should be fine (I never tried it though) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960971#3960971 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam annotations in components called from a jbpm proces

2006-07-26 Thread [EMAIL PROTECTED]
when you invoke the bean method with the @EndTask how is the task identified ? is it part of the original request ? it seems you first start executing a process and then during that process execution (token) you want to end a task. this will only work if the task is not related to that token.

[jboss-user] [JBoss Seam] - Re: question about the seam Booking Example:

2006-07-26 Thread petemuir
anonymous wrote : 1 how does the entity beans map the DB table? By default the unqualified classname is the table name unless overriden with @Table(name=) annotation. anonymous wrote : aslo, I found the name of entity property is the same with the column name in the DB, is this necessary? By

[jboss-user] [JBoss Seam] - Re: question about the seam Booking Example:

2006-07-26 Thread jason_rency
thanks all for your promt response... I just lost my faith... anyone could help me with this? [url] http://www.jboss.com/index.html?module=bbop=viewtopict=87328[/url] this lead to my stupid question.. View the original post :

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-26 Thread petemuir
You could turn up JSF logging which might give you clue (configured from JBoss/server/default I think). You could look at the MyFaces code, find out what exception is causing the ModelUpdate error to be displayed and break at it. You could put a breakpoint at the method that does ModelUpdate

[jboss-user] [JBoss jBPM] - Re: JBPM installation

2006-07-26 Thread soeursourire
Thanks a lot for your answer. This is working fine under Eclipse3.2. Please would you mind indicating me a tutorial or an example to learn how to use of gmail within JBPM? And how can I find the source code managing this gmail notification? Thanks for your help Sophie View the original post

[jboss-user] [JBoss jBPM] - Re: Task parameters

2006-07-26 Thread dlipski
Thanks for your reply. But as i understand documentation (11.5 Task controllers) they are intended to translate and extract information from the process variables, not to define new variables. Tag (nested in controller) have attributes name, acces mapped-name. I'm looking for some 'value'

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: jdbc not bound in tu

2006-07-26 Thread shah_d_p
Server Log - 15:00:57,346 INFO [Server] Starting JBoss (MX MicroKernel)... 15:00:57,346 INFO [Server] Release ID: JBoss [WonderLand] 3.2.5 (build: CVSTag=JBoss_3_2_5 date=200406251954) 15:00:57,346 INFO [Server] Home Dir: D:\jcoe\jboss-3.2.5 15:00:57,346 INFO [Server] Home URL:

[jboss-user] [JBoss AOP] - Re: notification about deploy/undeploy of aspects

2006-07-26 Thread Luntain
Maybe it is possible to intercept some method? I tried to intercept enything from org.jboss.aop.* as well as org.jboss.aop.deployment.AspectDeployer. No success. Every time I deploy aop.xml file I see a log message from AspectDeployer so if I were able to intercept it, it would be enough.

[jboss-user] [JBossWS] - xsi:type not supported in JBossAP?

2006-07-26 Thread cfaucher
Hi, We have a data structure, defined in XSDs. Using JAXB'x (the one from JWSDP 1.6), we generate JAXB stubs for the XSDs structure. Outside JBoss (e.g. standalone main), we can marshal to XML/unmarshal from XML the JAXB object tree. We invoked a Axis Web Service, deployed in JBoss 4.0.4,

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-26 Thread JerryGauth
The operations error messages on the console seem to relate to the disabled operations. It looks at first glance that these operations are the ones with non-serializable parameters such as Fqn. The operations that take serializable parameters such as String are enabled and seem to work

[jboss-user] [JBoss jBPM] - Re: JBPM installation

2006-07-26 Thread cpob
a Gmail notification specifically, or just an email notification? Currently there is no built in email support in jBPM. You'd have to do it how you would in 'normal' Java, google around for a bunch of tutorials. View the original post :

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-26 Thread jason_rency
don't think so, because the verify is the one defined by the booking example, there is no annotation. I added PIN to the session bean as well as the register page (just upon verify). in this situation I can still get verrify properly, but PIN with error during model data update. PIN and verify

[jboss-user] [JBossWS] - Re: Type Hiererchy

2006-07-26 Thread [EMAIL PROTECTED]
Could check if it relates to JBWS-1010? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961001#3961001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961001 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Generic Service

2006-07-26 Thread [EMAIL PROTECTED]
I think what you are looking for will be available in JAX-WS though the Endpoint.deploy() API. Currently this is not supported. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960998#3960998 Reply to the post :

[jboss-user] [JBossWS] - Re: JBossWS 1.0.2 release early?

2006-07-26 Thread [EMAIL PROTECTED]
It's released, have fun! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961003#3961003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961003 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: How to run

2006-07-26 Thread [EMAIL PROTECTED]
The userguide is your friend: http://labs.jboss.org/jbossws/user-guide/en/html/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961006#3961006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961006

[jboss-user] [JBossWS] - Re: How to return an array of class ?

2006-07-26 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html#jsr181-endpoints View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961009#3961009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961009

[jboss-user] [JBossWS] - Re: View Incoming Requests

2006-07-26 Thread [EMAIL PROTECTED]
The looging category is 'jbossws.SOAPMessage'. Set it to DEBUG.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961011#3961011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961011

[jboss-user] [JBossWS] - Re: View Incoming Requests

2006-07-26 Thread [EMAIL PROTECTED]
And yes, the performance problem is fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961014#3961014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961014 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: [jBPM][3.1.1] Get a timer instance with API

2006-07-26 Thread biggef
ephemeris-lappis wrote : I've tried what you said, and it seems to work, except i have had to add two lines or three to register the created timer with the scheduler service. Could you please give us those lines ? It may help some other guys. Thanks. View the original post :

[jboss-user] [JBoss Messaging] - Problem with large strings

2006-07-26 Thread ONIT
Hi, I am trying to send a TextMessage with a string of up to 500K. The message eventually gets through but the memory requirements (over 60M) and performance (10 seconds or more) are very bad. Can JBoss Messaging handle strings this large? If so, how? Thanks for your help, Dennis View

[jboss-user] [JBoss Seam] - Re: Stateless Converter: First works, then ClassNotFoundExce

2006-07-26 Thread bfo81
Ok... I removed @Stateless and the Local interface and turned the converter into a pure JavaBean. Now there are no more errors (except it doesn't work the way I want but that's something different ;)). BUT: Injections don't work. Neither @PersitenceContext nor @Logger are there, they're all

[jboss-user] [JBossWS] - Re: Generic Service

2006-07-26 Thread sjwoodman
Hi Heiko, do you know if there are plans to support this in the future? Cheers, Simon View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961021#3961021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961021

[jboss-user] [JBoss Seam] - Re: Stateless Converter: First works, then ClassNotFoundExce

2006-07-26 Thread petemuir
You could use a JavaBean and lookup the EntityManager using JNDI. It should still be a Container Manged Persistence context (but it won't be Seam Managed). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961024#3961024 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JVM Memory information

2006-07-26 Thread PeterJ
The javadoc doesn't expalin the difference between max memory and total memory, and assumes that you undertsand how the heap works, which you can find at http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html. But to summarize. The heap is broken up into several areas. One of those areas

[jboss-user] [JBossWS] - Re: WS-Security: a standalone client ?

2006-07-26 Thread [EMAIL PROTECTED]
I think what you are asking for is a DII client that is WSSE enabled. Check the userguide on both chapters: - http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html - http://labs.jboss.com/portal/jbossws/user-guide/en/html/wssecurity.html In order to register handlers with a DII

[jboss-user] [JBoss jBPM] - Re: JBPM installation

2006-07-26 Thread kukeltje
Or look at the 3.2 source. There will be email support (out of the box, with templates etc) in 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961030#3961030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961030

[jboss-user] [JBossWS] - Re: MTOM Performance

2006-07-26 Thread [EMAIL PROTECTED]
What JBossWS /AS version are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961031#3961031 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961031 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-26 Thread [EMAIL PROTECTED]
Could you create JIRA with an example deployment attached? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961032#3961032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961032 ___

[jboss-user] [JBoss jBPM] - Re: A timer associated to a process instance ?

2006-07-26 Thread biggef
Do you know about a documentation on how to handle with timer programatically ? (basically, create it, get it, cancel it and modify it) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961035#3961035 Reply to the post :

[jboss-user] [JBossWS] - jbossws-1.0.2 released

2006-07-26 Thread [EMAIL PROTECTED]
As of this post I am happy to anounce that jbossws-1.0.2.GA is released. It is a drop in replacement for jbossws-1.0.0.GA in JBossAS-4.0.4.GA and also works in standalone Tomcat. This allows you to develop standard portable J2EE-1.4 web service endpoints in Tomcat that can be deployed to JBoss

[jboss-user] [Management, JMX/JBoss] - Re: Regarding MBean Exception

2006-07-26 Thread [EMAIL PROTECTED]
I have tried several time...Is it a problem from java installation? plz help me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961039#3961039 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961039

[jboss-user] [JCA/JBoss] - Re: Lookup of ConnectionFactory from standalone client retur

2006-07-26 Thread jaikiran
Thanks for the info, Weston Price. That helped. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961040#3961040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961040 ___ jboss-user

[jboss-user] [Management, JMX/JBoss] - Re: Regarding MBean Exception

2006-07-26 Thread PeterJ
Which version of the JVM are you using? Run java -version and post the results. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961041#3961041 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961041

  1   2   >