[jboss-user] [JBoss Seam] - @DataModel and @In attribute

2006-10-30 Thread sherkan777
Hi! I I've application based on Seam + Facelets and my problem is, how to reload page and reload collection content? I've menu component (Statefull bean @DataModel), and content page, also @DataModel collection and global variable selectedCategory; Example: Menu: (Treees, Buildings, ...) When i

[jboss-user] [JBoss Seam] - Re: some help with s:validate/ please...

2006-10-30 Thread atao
anonymous wrote : JSF only runs validatation (in this case the HibernateValidator via the s:validate/s:validateAll tags) if the input field isn't empty. To check that a field is not null / not an empty string you need to use the required=true attribute on the JSF component tag. | bsmithjj

[jboss-user] [Clustering/JBoss] - Re: how can i configure webapps deployoed across a cluster

2006-10-30 Thread [EMAIL PROTECTED]
You can try to share the same conf and deploy directory across servers via a share drive, e.g. Check out the jboss admin guide online for details on how to define it via property setting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981667#3981667 Reply to

[jboss-user] [EJB 3.0] - Re: Persistence Problem after upgrading to 4.0.5GA

2006-10-30 Thread SchlauFuchs
Tried that, the result is mappedBy reference an unknown target entity property: packagename.ArticleConsumeSchema.schema in packagename.ConsumeSchema.articleSchemas schema is an inherited attribute - and that worked earlier. Next suggestion, please? Kai View the original post :

[jboss-user] [Clustering/JBoss] - Re: RoundRobin, new cluster member SFSB == NPE

2006-10-30 Thread [EMAIL PROTECTED]
It seems that the clustered cache instance in the new node is not ready and therefore the NPE. Can you send me your code for me to try? It'd best to have source as well. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981670#3981670 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Is it possible to factor out jboss rmi and use in a j2se

2006-10-30 Thread [EMAIL PROTECTED]
It may not be easy after this is the clustered middleware all about. :-) In JBoss clustering, in addition to HA proxy for client side, you will also need to know the current membership (DistributedReplicantManager) so you know where to failover, and then you will have a separate replication

[jboss-user] [Installation, Configuration Deployment] - Re: ear hot deployment

2006-10-30 Thread bhaal
If I copy classes everything is ok. I want to create symbolic links to classes and let jboss load classes using them. I created link but jboss didnt load classes. Now problem is how to enable allowing linking such as in tomcat? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Jboss (websphere MQ), afther rollback message unvisible

2006-10-30 Thread kimatrix
Yes i have a legal MQ. But i don't see how this could be MQ issue, it's jboss who is holding the message. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981674#3981674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981674

[jboss-user] [JBoss Seam] - a problem with jBpm in Seam

2006-10-30 Thread mnrz
Hi I am trying to change registration example in order to work with JBpm. but at the first page it is a button with action #{register.register} I define in pageflow if the user already exists tnot change the current page and if not, go to next page, but It calls action register first and it

[jboss-user] [EJB 3.0] - Re: org.hibernate.NonUniqueObjectException:while inserting m

2006-10-30 Thread jimmymani
I resolved the issue that was coding error only.. org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [net.tss.app.ejb.entities.LineItem#22-1400061245] item number was not unique but it could have give some other

[jboss-user] [JBossCache] - Re: PojoCache 2.0 (replicate method execution)

2006-10-30 Thread mleur
Hi, Thanks for your reply... But I didn't succeed to do RPC. I execute the code above PojoCache cache = PojoCacheFactory.createInstance(cache-config.xml); | CacheSPI cacheSPI = (CacheSPI)cache.getCache(); | RPCManager rpcManager =

[jboss-user] [JBoss jBPM] - Re: JPDL Designer Eclipse plugin freezes on save

2006-10-30 Thread kukeltje
does the problem persist if you close all other projects? Besides, 3.0.12 IS for 3.2, where did you read it is not? you can also try to disable the older version instead of uninstalling. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981683#3981683 Reply to

[jboss-user] [EJB 3.0] - life cycle methods seems to be called twice in rc 9.

2006-10-30 Thread lzdobylak
I upgraded my jboss as 4.0.4 ga to rc9, to use timer service. After that, it seems that jboss calls create and destroy methods twice during deploy/undeploy of my MBean. when I start timer in create() method, there are two timers created, when I call undeploy, MBeans are undeployed once, and then

[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

2006-10-30 Thread modoc
Ok good to know. I didn't know that about intercepting stuff. However, I'm now having errors. here are the two new classes, and the error messages I get at startup. I would greatly appreciate any insight into what I'm doing wrong. | package com.digitalsanctuary.seam; | | import

[jboss-user] [EJB/JBoss] - SFSB timeout setting

2006-10-30 Thread Ci
Hello! I am using JBoss 4.0.5.GA and Seam 1.1. I permanently get exceptions like that: 19:23:07,124 WARN [Contexts] Could not destroy component: clientEditor | javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5r4m5v-man6m0-etofwmzy-1-etog131z-g | at

[jboss-user] [JBoss Seam] - Re: Seam with Spring?

2006-10-30 Thread henderson_mk
Hey folks, Did anyone decide to do a lookup to get the PeristenceContext in a factory method? I'd like to do this, but am not 100% sure where to start. Is it possible to get the PC from the Contexts class using thelookupInStatefulContexts() method? or am I totally on the wrong track? hope

[jboss-user] [Beginners Corner] - Re: JBoss Starting Alert

2006-10-30 Thread shyampr
Thank you very much for your suggestion.Will try that out ifI get permission from my tech-lead!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981689#3981689 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981689

[jboss-user] [JBoss Seam] - Re: a problem with jBpm in Seam

2006-10-30 Thread petemuir
Looks to me like you want to split out starting the pageflow and registering the user into two seperate methods in the action e.g. public void register() { |try { | if(isAlreadyExists()) { | userNotExists = false; | em.persist(user); |

[jboss-user] [JBoss.NET] - Re: Axis in Jboss

2006-10-30 Thread raaj_n_raaj
Hi Deep, You should download the Axis from Apache site. It is not built in JBoss. Thanks, Rajan [EMAIL PROTECTED] [EMAIL PROTECTED] wrote : Can anybody tell me that wheather the apache axis in inbuilt in JBoss or | it need to be configure seprately. | | If it is embedded

[jboss-user] [JBoss jBPM] - Re: problem in jbpm1.3.2 with oracle9i backend

2006-10-30 Thread clandestino_bgd
Hi all, I have gone through JBPM porting to Oracle 9i and since there are several things needed to be done, I have collected them all in one install folder. There you can find various resources: config files, Oracle and c3p0 drivers, some patches for JSDK 1.4 compatibility. etc. You can

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-30 Thread RomeuFigueira
I've solved this problem by: 1º Generating the artifacts first (JbossIDE WS Pluggin (2.0 Beta2)) 2º Manually editing webservices.xml to include the following lines: | /service-impl-bean |handler | handler-nameServiceAttachmentHandler/handler-name |

[jboss-user] [JBoss Seam] - Re: some help with s:validate/ please...

2006-10-30 Thread petemuir
I'm sorry, I'm not following you. If the field is null the hibernate validator won't run, if the field is not null any hibernate validators specified will be run. If you need to ensure the field is not null use required=true. View the original post :

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-30 Thread kukeltje
anonymous wrote : Im trying create a project from cvs on eclipse, which module i had to choose please? ??? I do not understand this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981695#3981695 Reply to the post :

[jboss-user] [JBossWS] - Re: Problems returning arrays from Webservice Method

2006-10-30 Thread MmarcoM
Hello, had same problem with arrays.. was able to fix it by specifying WebResult and WebParam in my webservice methods.. As far as i read, the less you annotate your webservice method, the more jbossws will try to 'figure out' what the parameters/result would be.. No problem with

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

2006-10-30 Thread kukeltje
About writing a book on jbpm: - you need time (do you have that?) - you need knowledge (do you have that?) - you need demand (one is not enough) - you need writing skills (writing books is different then writing on a wiki in many cases, do you have that) - you need reviewers (I volunteer) So

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-30 Thread alv21
kukeltje wrote : anonymous wrote : Im trying create a project from cvs on eclipse, which module i had to choose please? | | ??? I do not understand this. when you open a project form cvs you find many module to choose... I didnt know which of them. btw I think jbpm.3 is the right one.

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-30 Thread RomeuFigueira
To further clear my previous post, here's my complete description: I've got 3 java files 1 - My WS interface 2 - My WS Implementacion 3 - My Handler class (in this case a class for handling attachments) With the WS Plugin, I've generated my WS artifacts (WSDL file, web.xml, webservices.xml and

[jboss-user] [JBossWS] - Re: endpoint handler

2006-10-30 Thread omatzura
Hi, We'll add handler support to the JBossIDE plugin before the final release... thanks for your feedback. regards, /Ole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981700#3981700 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-30 Thread onizuka82
Hi First of all, thank you for your fast reply. I have already downloaded the jBPM core engine, but i am sure on what is the next step to do after this. Sorry for the trouble as this is my first time doing programming. I want to deploy the jBPM core engine. Is it i just need an application

[jboss-user] [JBoss Portal] - Content management of a JSP file.

2006-10-30 Thread umesh14uv
Hi, I am using jboss-portal-2.4.1-CR1, in which I made war file of my own put it into cms-portal.sar dispatch the request by following line in the servlet PortletRequestDispatcher prd = getPortletContext().getRequestDispatcher(/WEB-INF/jsp/CFEPartner.jsp); I want to manage the content of

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread zielonyplot
I don't have jboss.xml and ejb-jar.xml - I thought that when I am using EJB3.0 in jboss 4.0.5 I don't need this descriptors files. In application.xml I have ejbtut.jar, not beans.jar. Sorry, my mistake. View the original post :

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-30 Thread cocampo
You're correct, you need to get the jbpm.3 module. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981705#3981705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981705

[jboss-user] [JBossWS] - JSR 181-document style-DII not working

2006-10-30 Thread jbandreas
Hello, i have deployed a web service to a JBOSS 4.0.4 GA server. The web service is really simple. It provides a method that returns a string. Now I try to call this web service with the dynamic invocation interface. But this does not work. The client comes up with the problem :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread zielonyplot
About this descriptors files- please correct me if I am wrong. Please, give me also example ejb-jar.xml and jboss.xml files. Best regards! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981706#3981706 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-30 Thread kukeltje
ah, sorry, I was thinking way to difficult. Yes, jbpm.3 ( but isn't that in the docs somewhere?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981710#3981710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981710

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-30 Thread cocampo
At least you tried to download the manuals, search the web (remember, Google is your friend!), read the Wikis??. What you're looking for is in the http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted. Regards. BTW, your problem is not about this being your first programming

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-30 Thread hendra_netm
Hi, I did this kind of priority test before. What I did was sending messages with different priority but I stopped the consumer's connection untill queue is filled. From my test, I got all messages with highest priority first. I used jboss 4.0.4 and messaging CR5 with postgre 8.1 Hope it

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread jaikiran
What's the name of your ear file. Let's assume the name is MyApp.ear, then your lookup should look like: cal = (statelessTekst) ctx.lookup(MyApp/statelessTekstBean/remote); anonymous wrote : About this descriptors files- please correct me if I am wrong. | Please, give me also example

[jboss-user] [Installation, Configuration Deployment] - Installer for 4.0.5

2006-10-30 Thread Eekboom
The docs say at several places that you have to download/use the installer to be able to use EJB3, but where is that darn thing? I can see the installer download for 4.0.4, 4.0.3, ... but where is the 4.0.5 version? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Delete all MDB instances on jboss shutdown

2006-10-30 Thread newbi
Hi, when shutdown jboss, the server waits until jms queues are processed. We have many messages and some time this process can take more than 10 minutes(graceful shutdown). Most of the time we are obliged to force the shutdown. We woud like to implement a kind of graceful shutdown when we

[jboss-user] [Installation, Configuration Deployment] - Re: Installer for 4.0.5

2006-10-30 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jemsinstaller/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981714#3981714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981714 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Persistence Problem after upgrading to 4.0.5GA

2006-10-30 Thread andydale
Try declaring ArticleConsumeSchemaTemplate as a mappedSuperclass (so long as you don't need the template class persisted) Have a look here http://opensource.atlassian.com/projects/hibernate/browse/ANN-390 as it seems to be similar to your problem. Andy View the original post :

[jboss-user] [JBoss Messaging] - Re: ClassCastException String to ManagedDestination

2006-10-30 Thread timfox
This is now fixed and will be in the 1.2 Alpha 2 release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981716#3981716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981716 ___

[jboss-user] [JBoss Seam] - Re: some help with s:validate/ please...

2006-10-30 Thread atao
anonymous wrote : If the field is null the hibernate validator won't run | As I understood, required=true is needed to be sure that any hibernate validators specified will be run with s:validate(All). But what about: - if null value, I don't care (a value is optional) - but if a value is

[jboss-user] [EJB 3.0] - Re: Persistence Problem after upgrading to 4.0.5GA

2006-10-30 Thread andydale
Or you could try experimenting with the targetEntity in @OneToMany side ?? Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981720#3981720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981720

[jboss-user] [JBoss Messaging] - Re: InvokerLocator already exists for listener

2006-10-30 Thread timfox
dunks80 - I suggest you post a bug report in JIRA for JBoss Remoting for this one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981719#3981719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981719

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2006-10-30 Thread timfox
ctomc wrote : | I know that resending because of exception in onMessage is not part of JMS spec but as far as I know jboss messaging(and mq) support this behavior. If a RuntimeException is thrown then redelivery should occur - this is mandated in the JMS spec 1.1, section 4.5.2. If this is

[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-10-30 Thread webmarck
Thanks for your reply, I followed the guide as much as possible, but unfortunately I haven?t been able to get it work yet. I have modified my server bean so it uses the same security domain as the webservice just to make things simple. @SecurityDomain(JBossWS) | ? | @RolesAllowed(friend)

[jboss-user] [JBoss Portal] - Urgent :how to display correct arabic characters ?

2006-10-30 Thread sconno
please help Ihave no clue on doin this,I,m stucked... Ikhnow that I must specify,the UTF-8 Chset but where how nobody over the web in the JBOSS crew,is talkin about this,so go on guys Internationalisation Rocks nowdays...:-) thanks... View the original post :

[jboss-user] [JBoss Seam] - org.jbpm.JbpmException: transition in node 'StartState(start

2006-10-30 Thread alpheratz-jb
Hi guys. I am getting the above exception and am a bit puzzled so any help is gratefully received (as always). Basically, I am just trying to define a two-page register user wizard but I am falling at the first hurdle. This is with Seam 1.1 beta1 and jboss 4.0.4ga. Cheers, Alph. --- My

[jboss-user] [JBossWS] - Re: jbossws-1.0.3.GA released

2006-10-30 Thread anescu
Hi, I don't know if anybody else had this problem, but on my computer the JbossWS packed in the jems 1.2.0-beta 3 installer doesn't deploy correctly, see the errors bellow: org.jboss.deployment.DeploymentException: url

[jboss-user] [JBoss Portal] - Urgent:displaying arabic characters in CMS?

2006-10-30 Thread sconno
please help Ihave no clue on doin this,I,m stucked... Ikhnow that I must specify,the UTF-8 Chset but where how nobody over the web in the JBOSS crew,is talkin about this,so go on guys Internationalisation Rocks nowdays... :-) thanks... View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Configuration problem : Cant see JBoss Configurati

2006-10-30 Thread dilator
I don't see them in the debug view either. If you open up the JBoss Server View (Menu - Window - Show View - Other - Server - JBoss Server View) You should be able to right click and then do New - Server Make sure you choose the JBoss Inc node, so you can choose JBoss AS x.x. You can then

[jboss-user] [Installation, Configuration Deployment] - Re: Configure and use Connection pool of Jboss

2006-10-30 Thread inderjeet
I am done with Getting connection from the JBoss connection pool. Now I would like to know that, after doing my database processiong, how can i return the connection back to the pool? I have seen many example for JBoss connection pooling, but in all of then they have used the conn.close(). But

[jboss-user] [Installation, Configuration Deployment] - Re: Configure and use Connection pool of Jboss

2006-10-30 Thread jaikiran
anonymous wrote : I have seen many example for JBoss connection pooling, but in all of then they have used the conn.close(). But according to me, we should not close the connection, instead we should return the connection back to the pool. The internal implementation of the close() method

[jboss-user] [JBossWS] - Re: Return value for Java bean always empty

2006-10-30 Thread lowecg2004
Hi Jason, Here is the code that I had for StockData: package org.test; | | import java.io.Serializable; | | public class StockData | implements Serializable | { | /** |* |*/ | private static final long serialVersionUID = 1L; | | private String title;

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to bind a datasource? It is not easy with Jboss

2006-10-30 Thread galo.navarro
Configure your -ds.xml file and deploy, that should be enough to bind the datasource. Can you post the -ds.xml file you're using and any output from the console? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981732#3981732 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JPDL Designer Eclipse plugin freezes on save

2006-10-30 Thread mgommeringer
Thanks for your response. I closed all other Eclipse-Projects and tried it again: moved one node on the process definition (via GUI) and saved it - same problem. CPU usage of 100%. In the readme.html file of the jbpm-gpd-site-3.0.12.zip, I found that it is only tested with 3.1 version of

[jboss-user] [JBoss Seam] - Re: some help with s:validate/ please...

2006-10-30 Thread petemuir
No. Read carefully what I wrote again: anonymous wrote : If the field is empty the hibernate validator won't run, if the field is not empty any hibernate validators specified will be run. anonymous wrote : JSF only runs validatation (in this case the HibernateValidator via the

[jboss-user] [Installation, Configuration Deployment] - Re: Configure and use Connection pool of Jboss

2006-10-30 Thread inderjeet
Oh, is it so.. Then it is fine Thanks for ur prompt reply View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981737#3981737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981737

[jboss-user] [JBoss Portal] - Re: Content management of a JSP file.

2006-10-30 Thread Antoine_h
look at the cache of the portlet (see the JSR-168, reference guide, and the descriptor of portlets). if it is not a question of cache, it is strange that you get the html file, but don't get the last live version. depends how you manage to get the file. hope it helps. (I don't understang your

[jboss-user] [JBoss Portal] - Re: jboss portal 2.4GA HTML editor can not process chinese i

2006-10-30 Thread Antoine_h
may be look a the documentation of Tiny MCE ? you should find things there (I have done this yet, because using only en, fr, and sp for the time being). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981740#3981740 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBOSS XA Transaction Not working

2006-10-30 Thread me_zeta_me
Hi all I am getting problems using XA connection, please help I am using SessionBeans with container managed transaction. From my ejb code i am getting 2 xa connections. and doing some updates but if one of the updates fails transaction is not rolledback. MysqlXADataSource myXa1 = new

[jboss-user] [Installation, Configuration Deployment] - Re: Changed ports with partial success

2006-10-30 Thread RomeuFigueira
Thanks for the info. You've put me in the right path. So here goes my solution in case somebody else needs it. Running JBoss AS 4.0.5 with Jbossws.sar (JDK 1.5) What I did was to unzip the jbossws.beans file to a folder called jbossws.beans, then inside it changed the jboss-beans.xml file

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - special characters and XML

2006-10-30 Thread wugf
Alex, I did use escaped strings quot;, gt; and lt; for the double-quote character (), the right angle bracket () and the left angle bracket (), respectively, in my testing. I don't know why they are changed to their literal form, even I Previewed them to make sure they were escaped strings

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

2006-10-30 Thread genman
Catalina = Web server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980613#3980613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980613 ___ jboss-user mailing list

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

2006-10-30 Thread zaidatheer
Hi, I am running a Linux server with JBoss and it seems that the memory management is going ok, maybe you should try this JAVA_OPTS: JAVA_OPTS=-server -Djava.awt.headless=true -Xms256M -Xmx512M -XX:PermSize=128M -XX:SurvivorRatio=16 -Xnoclassgc -XX:MaxPermSize=512m Please be noted that I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - deploy war file with hibernate classes

2006-10-30 Thread gk2006
hello everyone... i'm developing a j2ee1.4 web app with hibernate support i use jboss 4.0.4 under WEB-INF i use the following hibernate-service.xml java:/jdbc/ds org.hibernate.dialect.MySQLDialect java:/hibernate/SessionFactory

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-10-30 Thread alv21
i had same problem but i resolved it. There is no bugs in jBPM about group assignment, just websale example does not implement it. talking about websale example, if you use group(groupName) in a task or swimlane assignment, and logging with some of groupName members you will not find any tasks

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: deploy war file with hibernate classes

2006-10-30 Thread gk2006
i give again the hibernate-service.xml java:/jdbc/schooltests org.hibernate.dialect.MySQLDialect java:/hibernate/SessionFactory org.hibernate.cache.HashtableCacheProvider create-drop true and jboss-web.xml jboss-web

[jboss-user] [JBossWS] - Re: WS-Eventing - sending notification

2006-10-30 Thread artem_spector
Just a short clarification from my side. I mean the wsdl deployed on the server defines the contract between the event source and the event consumer. So yes, the validation should be done against the schema on the server. View the original post :

[jboss-user] [Clustering/JBoss] - Re: RoundRobin, new cluster member SFSB == NPE

2006-10-30 Thread pmadzik
Hello, It's my code: CounterRemote.java | package cluster.counter; | | import javax.ejb.Remote; | | @Remote | public interface CounterRemote { | public String showCounter(); | } | CounterBean.java | package cluster.counter; | | import java.net.InetAddress; |

[jboss-user] [JBoss Portal] - Re: image/png Content type not accepted

2006-10-30 Thread seansullivan
I encountered the same problem. I have a portlet that produces a PNG image. The portlet writes the PNG data to the PortletOutputStream. I am using jboss-portal-2.4.1-cr1 (JBoss Portal + JBoss bundle) View the original post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-30 Thread zielonyplot
I solve my problem: the problem was that my simple application was correctly deployed, but it wasn't correctly binded to jndi namespace. I don't know why. This same problem I have got with EJB3Trail.ear. When I reinstall JBoss AS, this time with EJB3.0 type of install, then everything was OK.

[jboss-user] [Management, JMX/JBoss] - Re: persist auto-restart mbean

2006-10-30 Thread cnsxxx09
Hi, When I use the twiddle command $JBOSS_HOME/bin/twiddle.sh xmbean mydomain.com:job=MyJob,id=xxx I get to see the XML config file for my dynamically generated MBean (nice). Interestingly I see everything (operations, notifications, attributes) that JBoss has picked up from my MBean

[jboss-user] [JBoss jBPM] - Re: JPDL Designer Eclipse plugin freezes on save

2006-10-30 Thread kukeltje
Thanks for reporting. I myself noticed short hangups on the cvs branche of the GPD, I never moved from 3.0.11 to 3.0.12. I think the readme should be updated. afaik, 3.0.12 is only tested against eclipse 3.2. Are there any other plugins installed? If so, is the behaviour the same if you just

[jboss-user] [Installation, Configuration Deployment] - symbolic links

2006-10-30 Thread bhaal
How to enable allowing symbolic links in deployer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981747#3981747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981747 ___

[jboss-user] [Beginners Corner] - HELP - after installing JBoss 4.0.5 getting error

2006-10-30 Thread savoymp
It appears that the issue is that Eclipse will rebuild and redeploy the EAR to JBoss while at the same time opening up IE and trying to load the JSP. JBoss eventually will see the new EAR and it has to go through a process of unloading the current EAR from memory and then reloading the new EAR.

[jboss-user] [JBoss jBPM] - Re: JPDL Designer Eclipse plugin freezes on save

2006-10-30 Thread mgommeringer
For testing I tried to install the 3.0.12 plugin on a plain, fresh eclipse 3.2 (only JDT included, no WTP or other stuff). The update manager says that the org.apache.xerces plugin is required but missing. I'll now search on how to fix this the easiest way - probably installing WTP... I'll

[jboss-user] Problem multiples wars in Jboss Portal 2.2.1

2006-10-30 Thread Eros
Hello I have a problem with multiples wars. My JboosPortal version is: 2.2.1RC3 My classes are shared, but my jboss-web.xml is: class-loading java2ClassLoadingCompliance="false" loader-repository com.sumersoft:loader=demo loader-repository-config java2ParentDelegation=false

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-30 Thread pmoller
Sorry I didn't get back to you in time. My solution is a bit simpler than yours since my wrapper doesn't act as a FacesContext since I figured that no one else would query the FacesContext from this particular attribute. But of course your solution is much better. I am no a bid further since I

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

2006-10-30 Thread janson
Ok, i dont check about second string, and wrote it for any case :). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981750#3981750 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981750

[jboss-user] [The Lizzard's corner] - Re: Are you developing on a Mac?

2006-10-30 Thread ip0
No MBP (yet), but an imac (2 GB RAM, Core 2 Duo 2.16 GHz). It's a bargain for the performance you get, plus the ease of use plus you've got a nice BSD under the hood. Now that MBPs are available with Core 2 Duos they should yield a perfect price/performance ratio (especially if considering

[jboss-user] [Installation, Configuration Deployment] - JBOSS SMTP+TLS

2006-10-30 Thread mikala
PLEASE HELP ME I try to to connect to smtp mail server with TLS. I have JBOSS 4.0.1Sp1. I repleced mail.jar from server/default/lib with the latest version 1.4.(this version support SMTP+TLS) I have the sample code which is working outside the JBOSS but not in JBOSS: String port

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA

2006-10-30 Thread MrHighTech
has the dtd changed between versions? Cause it does seem like a parsing error raised by sax itself... Suggestions anyone ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981754#3981754 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Persistence Problem after upgrading to 4.0.5GA

2006-10-30 Thread SchlauFuchs
anonymous wrote : Try declaring ArticleConsumeSchemaTemplate as a mappedSuperclass (so long as you don't need the template class persisted) | That seems to be the solution. I've annotated the class as MappedSuperclass AND Entity and it went through the Initializing. So I will do now some

[jboss-user] [JBoss Seam] - Re: some help with s:validate/ please...

2006-10-30 Thread atao
anonymous wrote : In other words what I am saying is that all hibernate validators work as you describe EXCEPT @NotNull/@Length(min=1). OK. After some more trials, I found that with no required=true and: - @NotNull, the null value is accepted! - any other hibernate validation which assumes a

[jboss-user] [JBoss Seam] - Re: Issues with SeamTest and Pageflow

2006-10-30 Thread marcioendo
Ok, so I finally got a chance to look at this. SeamTesting pageflow seems to be working fine right now. However, if navigation is not handled by a jPDL pageflow there's an issue with conversation propagation in the following scenario: - Start a FacesRequest with a null conversationId; - Run an

[jboss-user] [EJB 3.0] - Re: Persistence Problem after upgrading to 4.0.5GA

2006-10-30 Thread andydale
anonymous wrote : I've annotated the class as MappedSuperclass AND Entity I'm thinking that this will possibly cause some strange behaviour, you could also check out the inheritence strategies such as single table, or table per subclass Cheers, Andy View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-30 Thread dsrkreddy
Hi Diwa , I had follwed the instruction's in the link u had send and the scripts are created but even iam getting the same error again while running ant to crate database.. Diwa in build.deploy.xml file for creating database it taking properties from

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't get EJBTrailblazer to Work No Matter What I do

2006-10-30 Thread [EMAIL PROTECTED]
Thanks for your help ip0. Yes, it looks like a similar problem, although based on the Jira log, it doesn't seem like it hase been fixed yet. I will try 4.0.5 nevertheless. -alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981761#3981761 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Embeddable EJB3 startup problem: xidFactory (NoSuchField

2006-10-30 Thread mtrimpe
Either this forum is moderated (in which case, don't approve this) or my post didn't get through. Anyhow, the problem occurs when you load jbossall-client.jar from JBoss 4 and the Embedded EJB3 container, because in the Embedded EJB3 container xidFactory is a XidFactoryBase whereas in JBoss 4

[jboss-user] [JBoss jBPM] - Re: Hibernate Connection Lost

2006-10-30 Thread Hannes
do you use c3p0? you can configure an idle time, so the db server doesn't disconnect from the connection. but it can reconnect too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981765#3981765 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Isolation/CallByValue on 4.0.5

2006-10-30 Thread dhannum
Already did that. When I do displayClassInfo on the home interface, I only see one Instance1 and one CodeSource. I did the same thing on the remote interface because the docs weren't clear which one I should be getting info on. Either way, the page says: If you see multiple 'Instance1' and

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-30 Thread klaus_erber
Hello, I have similar problems as pkorror in JBoss-4.0.5.GA. After I have prevent the NPEs via the Log4j konfiguration, I get also STATUS_NO_TRANSACTION errors. Like this: | 2006-10-30 14:37:00,734 WARN [WorkManager(3)-20] [org.hibernate.cache.OptimisticTreeCache] Unexpected optimistic

[jboss-user] [JBoss jBPM] - Re: Hibernate Connection Lost

2006-10-30 Thread luowp
Sorry. I do not know c3p0. How to reconnect the connection by using jbpm API.?Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981767#3981767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981767

[jboss-user] [JBoss jBPM] - Re: Hibernate Connection Lost

2006-10-30 Thread kukeltje
You do not reconnect useing the jbpmAPI. Database connections are managed by your connectionpool. For production it is advised to use (and configure) the one that comes with your appserver, for development purposes you could use the c3p0 (look at the hibernate docs for this) View the original

[jboss-user] [JBoss jBPM] - Re: jbpm engine as a jar

2006-10-30 Thread ngtdave
Hi Chutki, I am not 100% sure how to do it either, but from what I understand, all you need to do is include the jbpm jar in your project. The easiest way to get this jar is to download the starter kit, then look in jbpm-server\jbpm\deploy\jbpm.sar. The jar is called jbpm-.jar. Like I said,

[jboss-user] [JBoss jBPM] - Re: jbpm engine as a jar

2006-10-30 Thread ngtdave
ngtdave wrote : The jar is called jbpm-.jar. Ooops, make that jbpm-version.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981770#3981770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981770

[jboss-user] [JBoss Portal] - Quick questions...

2006-10-30 Thread indyJones
I got 2 quick questions... PORTAL VERSION: 2.2.1 SP3 1) I have deployed a MBean Service. This was done by modifying the jboss-service.xml and jboss-portlet.xml. Both files under jboss-portal.sar. Is there a way to deploy my MBean Service by not changing anything under jboss-portal.sar but

  1   2   3   >