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

2006-09-04 Thread jeanwehbe
Thank you I need to run JBPM3 and not JBPM2 under tomcat.I need a documentation about all this issue please Thank you again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969157#3969157 Reply to the post :

[jboss-user] [JBoss Seam] - Re: unicode escaping problem

2006-09-04 Thread minamoto
Without the JSF Phase listeners, I can input and show japanese characters correctly on utf-8 pages after installing facelets-1.1.11 for the seam package. I recomend the newer versions of facelets. Miki View the original post :

[jboss-user] [JBossCache] - Re: TreeCache API auto-completion in Eclipse IDE

2006-09-04 Thread gurkanerdogdu
anonymous wrote : Then I tried JBoss Cache IDE 1.0 and created a new JBoss Cache Project You now could use the JBoss Cache IDE 2.0 version of the ide contains more functionality and improvements on the 1.0 version You could download the ide from main JBoss Eclipse IDE site:

[jboss-user] [JBoss jBPM] - Has anybody installed JBPM 3.1 under tomcat 5.0.28?

2006-09-04 Thread jeanwehbe
Is JBPM 3.1 available under Tomcat 5? we already did the JbpmOnTomcat (Jboss wiki website), i need more detailed documentation. Thank you. Jean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969161#3969161 Reply to the post :

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

2006-09-04 Thread diwa_pv
hi, Even i faced the same problem while deploying the 3.1 version of jbpm on tomcat! but finally made it on tomcat. My tomcat version was 5.x and used Oracle 9i as backend! Here are the steps i followed to deploy 3.1 version of jbpm on tomcat. Download jbpm-starters-kit-3.1.1 from Jboss

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

2006-09-04 Thread danj
petr5250 wrote : danj wrote : schrouf wrote : Up to my knowledge it has always been time from finish until next start. | | | | Using 3.2.5, the job has started same time every night (01:00) /.../. | | | | However, since upgrading to 3.2.7, the jobs have start slipping, i e

[jboss-user] [JBoss Portal] - IPC one-to-many portlet invocation

2006-09-04 Thread dnati
Hi, JBoss Portal IPC enables a one-to-one relationship between portlets. I have been thinking on how can I cause multiple portlets to listen to one action. Is there a workaround for this? Thanks, Nathaniel View the original post :

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re:

2006-09-04 Thread dboeckli
I think it is related to that: http://www.jboss.org/index.html?module=bbop=viewtopict=87588 http://www.jboss.com/index.html?module=bbop=viewtopicp=3953450 http://jira.jboss.com/jira/browse/JBAS-3341 View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: How to specify alias for local filesystem in JBOSS

2006-09-04 Thread apm
hi Peter, Thanks for reply. I have seen solution for this problem in the following link. http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories But jbossweb-tomcat50.sar is the tomcat service provided by JBOSS. Is there any other solution to achive the same thing by configuring one of the

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread KVAK_TNT
JUnit-Log: | org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#192] | at org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:372) | at

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread KVAK_TNT
10:07:49,337 INFO [TableMetadata] columns: [name_, value_, msginstance_] 10:07:49,352 INFO [TableMetadata] foreign keys: [fk_part_msgvalue] 10:07:49,352 INFO [TableMetadata] indexes: [primary, fk_part_msgvalue] 10:07:49,368 INFO [TableMetadata] table found: bpel.bpel_namespace 10:07:49,383

[jboss-user] [JBoss Seam] - Re: @StartTask and @EndTask in different methods

2006-09-04 Thread petemuir
It's very hard to help if you don't post complete, working, code (both bean and view) especially when requested. You should try to create a simple working example of your problem where possible, Also truncating stack traces isn't advised. View the original post :

[jboss-user] [JBoss jBPM] - Re: What will happen after cancel a task instance

2006-09-04 Thread Hannes
if you delete the ProcessInstance, all tasks connected to this one will be gone. Or u retrieve the TIs with a similar query like that: | // all open tasks | private static final String FINDTASKINSTANCES = select ti | + from org.jbpm.taskmgmt.exe.TaskInstance as ti +

[jboss-user] [JBoss jBPM] - Re: How to retrieve last taskinstance

2006-09-04 Thread Hannes
u could probably get it from the loggin mechanism: retrieve the right TaskEndLog; with getTaskInstance() u can get the TI. Or u execute directly a HQL Query. I am sure that u can also use the API to get the TIs, maybe: processInstance.getTaskMgmtInstance().getTaskInstances() (3.0.x) View the

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-04 Thread msteiner
sbryzak2 wrote : | | I've made some changes to allow it to now work with debug mode turned on. Still doesnt work. Now i get NPE: | 10:58:40,383 ERROR [ExceptionInterceptor] redirecting to debug page | java.lang.NullPointerException | at

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Directory Listing

2006-09-04 Thread golanbln
Hello everybody.. i have a quistion : how can i avoid directory listing in my App.. i mean when i go to http://localhost:8080/somedir/index.jsp i get the start page but what i want is that when i go to http://localhost:8080/somedir/otherdir then should be dent to start site and avoid to list

[jboss-user] [Beginners Corner] - Directory Listing

2006-09-04 Thread golanbln
Hello everybody.. i have a quistion : how can i avoid directory listing in my App.. i mean when i go to http://localhost:8080/somedir/index.jsp i get the start page but what i want is that when i go to http://localhost:8080/somedir/otherdir then should be dent to start site and avoid to list

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

2006-09-04 Thread diwa_pv
hi, these are the jars i have in my jbpm application! antlr-2.7.5H3.jar asm.jar asm-attrs.jar bsh-1.3.0.jar cglib-2.1_2jboss.jar commons-beanutils-1.6.1.jar commons-collections.jar commons-digester-1.5.jar commons-fileupload-1.0.jar commons-logging.jar converter.jar dom4j-1.6.1.jar

[jboss-user] [JBoss Seam] - Step-by-step localization guide

2006-09-04 Thread nhpvti
You know, most of us in the world are natively speaking not English. So I think that it would make sense to pre-configure Seam samples and seam-gen to produce ready-to-localize applications. I spent last Friday by figuring out how to fill this gap. Here is my step-by-step localization guide

[jboss-user] [JBoss Seam] - Can you merge multiple annotations in one?

2006-09-04 Thread bfo81
Many of my beans are annotated like this: @Stateful | @Scope(...) | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | @Conversational(ifNotBegunOutcome=main) | @Name(...) Is it possible to create a new annotation that encapsulates all those annotations? e.g.

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-04 Thread msteiner
How to use Seam Security Filter ? Is it ready ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969182#3969182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969182 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Directory Listing

2006-09-04 Thread jaikiran
You can set this option in the web.xml file present at: %JBOSS_HOME%/server/default/deploy/jbossweb-tomcat41.sar/META-INF directory. In this web.xml you will find something like: !-- == Built In Servlet Definitions -- | | | !-- The default servlet

[jboss-user] [JBoss jBPM] - Re: question on ForkJoin

2006-09-04 Thread mrshan
I have the same problem,but I want the current token continue,and the other tokens end? This is easier to do,but the other problem is that the taskInstances of the ended token can not be automatically canceled. Can I only manually do this?if I manually do this,I find both taskInstance.cancel()

[jboss-user] [Beginners Corner] - Re: Directory Listing

2006-09-04 Thread anders.hedstrom
Set the servlet param listings to false in this file: $JBOSS_HOME/server/your_conf/deploy/jbossweb-tomcat55.sar/conf/web.xml setting to change: | servlet | servlet-namedefault/servlet-name | servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-class |

[jboss-user] [JBoss jBPM] - Re: question on ForkJoin

2006-09-04 Thread mrshan
mrshan wrote : I have the same problem,but I want the current token continue,and the other tokens end. | This is easier to do,but the other problem is that the taskInstances of the ended token can not be automatically canceled. | Can I only manually do this?if I manually do this,I find both

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-04 Thread msteiner
Seam security does strange things with transactions when is turned on 'Transaction failed' message is rendered and when I try write to db I get exception: | (...) | Caused by: org.jboss.util.NestedSQLException: Transaction is not active: (...) View the original post :

[jboss-user] [Beginners Corner] - Re: Directory Listing

2006-09-04 Thread golanbln
thank u very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969190#3969190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969190 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Aggregate function in where clause (Criteria API)

2006-09-04 Thread shouab
I am using Criteria API. I want to use the Aggregate Functions like Avg(),count() etc in the where clause i know its available through Projections but projections used as the slect part of the query i want to use these functions in where clause like

[jboss-user] [JBoss Seam] - Re: Step-by-step localization guide

2006-09-04 Thread mrohad
that's a great - thanks , I wonder what design pattern do you use with seam/ejb3.0 in order to retrieve text in different languges from the db to the JSF pages View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969196#3969196 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Recover timer after shutdown

2006-09-04 Thread wolfc
This is fixed in the upcoming release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969197#3969197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969197 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - JBoss Rules problem (where else to post?)

2006-09-04 Thread galo.navarro
Sorry if this is not the appropiate forum but I can't find anything related to JBoss Rules. The examples from the livetrails work perfectly on standalone applications, now I'm trying to get an example running on Jboss 4.0.4GA so I created a simple drl file and an EJB that puts some objects in

[jboss-user] [JBoss jBPM] - JBPM Identity Component - QuerySyntaxException: JBPM_ID_USER

2006-09-04 Thread varada
Hi, I am developing a seam application integrated with JBPM. I am using Seam 1.0.1.GA on Jboss 4.0.4.GA with JBPM 3.1 I have a combined persistnace for JBMP and my application objects. When I do a create query as follows: Query jbpmquery = em.createQuery(select NAME_ from JBPM_ID_USER); I

[jboss-user] [JBoss Seam] - Re: JBoss Rules problem (where else to post?)

2006-09-04 Thread petemuir
I can't help you with your problem (have you tried the mailing list linked off http://labs.jboss.com?) but have you looked at Seam's Drools support? It allows you to inject the working memory object and not have to load the rules file from disk. View the original post :

[jboss-user] [JBoss Seam] - Re: Step-by-step localization guide

2006-09-04 Thread msteiner
In CVS version of Seam is SeamCharacterEncodingFilter class. This should make UTF8PhaseListener obsolete (can someone confirm that?). You must put this in web.xml: filter | filter-nameCharacter Encoding/filter-name | filter-class |

[jboss-user] [JBossCache] - Re: Problems with PojoCache to work and outOfMemory

2006-09-04 Thread [EMAIL PROTECTED]
How often is createQueue and deleteQueue called? For PojoCache to be effective, the life time of POJO should not be short. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969204#3969204 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-09-04 Thread endremr
I have tried to upgrade to both jbossws-1.0.2.GA and jbossws-1.0.3.GA without no luck to remove the received timed out exceptions. I'm using JBoss 4.0.4.GA and JBoss Portal 2.4. It worked to remove the $JBOSS_HOME/server/portal/deploy/jboss-portal.sar/portal-wsrp.sar. That's OK since I don't

[jboss-user] [JBoss jBPM] - Admin interface

2006-09-04 Thread harrylette
Hi, has anybody written a administrative interface for jbpm, may be by extending the existing webapp? I need to write sth. that shows me the state of processinstances and tasks, but I am sure that somebody already did it... could anyone send me the code? best regards harry View the

[jboss-user] [JBossWS] - Re: soap:address URL change

2006-09-04 Thread [EMAIL PROTECTED]
Yes, this is http://jira.jboss.org/jira/browse/JBWS-1007 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969211#3969211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969211 ___

[jboss-user] [JBossWS] - Re: Web Services JBOSS 4.0.3 to JBOSS 4.0.4 Port Issues

2006-09-04 Thread [EMAIL PROTECTED]
The question is whether your clients send valid SOAP messages that conform to the abstract contract in WSDL. If JBossWS cannot process these valid messages or responds with an invalid message, it would be bug. Note, the axis based stack was a lot less accurate WRT validity of the processed

[jboss-user] [JBossWS] - Re: WSTools Is Generating Invalid Java Source

2006-09-04 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1170 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969213#3969213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969213 ___ jboss-user

[jboss-user] [JBossWS] - Re: Multiple WSDL bindings referrencing the same interface

2006-09-04 Thread [EMAIL PROTECTED]
Thanks http://jira.jboss.org/jira/browse/JBWS-1171 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969214#3969214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969214 ___

[jboss-user] [JBossWS] - Re: jboss client newbie question

2006-09-04 Thread [EMAIL PROTECTED]
Is jbossws-client.jar in your classpath? It contains the client configuration file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969215#3969215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969215

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

2006-09-04 Thread cfrasci
no matter what configuration I try, this tool doesn't want to work with me... I guess I will give up trying out, unless you provide a set of configuration that will work! This is my conf now: eclipse 3.1.2 with followin plugins, nothing more: -GEF 3.1.1 -gpd 3.0.9.2 - system still hangs!

[jboss-user] [JBossWS] - Re: J2EE tutorial web services client throws

2006-09-04 Thread [EMAIL PROTECTED]
Make sure you use the SAAJ imlementation that comes with jboss-saaj.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969217#3969217 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969217

[jboss-user] [JBoss Portal] - Re: Install JBoss Portal on other vendor App server

2006-09-04 Thread dnati
Could you give more details, I did not see this in the roadmap issues. Is this a feature I can rely on and include in my own development/deployment roadmap? Thanks. Nathaniel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969219#3969219 Reply to the post :

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

2006-09-04 Thread pilhuhn
What version of the code were you looking at? I opened a JIRA issue for this: http://jira.jboss.com/jira/browse/JBAS-3621 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969220#3969220 Reply to the post :

[jboss-user] [Clustering/JBoss] - jndi.properties

2006-09-04 Thread [EMAIL PROTECTED]
Hi guys, I`m working in a cluster lab, where I have an ejb client and two ejb servers. My ejb client and servers have a firewall among them. I´ve previously asked the net administrators to enable traffic to and from ports 1100 (rmi), 1098,1099 and 444. I´ve configured my jndi.properties to

[jboss-user] [JBoss Portal] - Re: Install JBoss Portal on other vendor App server

2006-09-04 Thread [EMAIL PROTECTED]
This task is related to what you are looking for: http://jira.jboss.com/jira/browse/JBPORTAL-484 We didn't define any date yet for 3.0, 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969223#3969223 Reply to the post :

[jboss-user] [EJB 3.0] - Re: entity bean name in ejb3 RC7

2006-09-04 Thread ikkida
Hi, I am developing a seam application integrated with JBPM. I am using Seam 1.0.1.GA on Jboss 4.0.4.GA with JBPM 3.1 I have a combined persistnace for JBMP and my application objects. When I do a create query as follows: User found = (User)

[jboss-user] [JBoss jBPM] - Re: JBPM Identity Component - QuerySyntaxException: JBPM_ID_

2006-09-04 Thread ikkida
I am too facing the similar problem. i followed the exact ways discussed in one of the threads in our jboss forum but none worked: I tried adding the location of the jbpm-identity-3.1.2.jar file in persistence.xml: jta-data-sourcejava:/UMKDS/jta-data-source

[jboss-user] [JBoss jBPM] - Exception sending context initialized event to listener ins

2006-09-04 Thread ikkida
Getting the following exception when trying to add .jpdl.xml process defination file in the resources folder of the project, which is using JBoss seam and JBoss jbpm. I have all the required jar files like the jbpm-3.1.1.jar, jbpm-identity-3.1.2.jar, jboss-seam.jar and ehcache-1.1.jar in my ear

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - QuerySyntaxException

2006-09-04 Thread ikkida
Hi, I am developing a seam application integrated with JBPM. I am using Seam 1.0.1.GA on Jboss 4.0.4.GA with JBPM 3.1 I have a combined persistnace for JBMP and my application objects. When I do a create query as follows: User found = (User)

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

2006-09-04 Thread lws688
I tried jboss portal 2.4 GA and found that the html editor cannot process chinese character properly. Can anyone help me on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969228#3969228 Reply to the post :

[jboss-user] [JBoss Seam] - JBoss Seam and JBoss jbpm integration error when adding .jpd

2006-09-04 Thread ikkida
Getting the following exception when trying to add .jpdl.xml process defination file in the resources folder of the project, which is using JBoss seam and JBoss jbpm. I have all the required jar files like the jbpm-3.1.1.jar, jbpm-identity-3.1.2.jar, jboss-seam.jar and ehcache-1.1.jar in my ear

[jboss-user] [JBoss jBPM] - Re: JBPM Identity Component - QuerySyntaxException: JBPM_ID_

2006-09-04 Thread Hannes
Do u execute a SQL or a HQL query? session.createQuery(select u.name from org.jbpm.identity.User as u) or session.createSQLQuery(select NAME_ from JBPM_ID_USER) ? (untested) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969230#3969230 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem with User defined object in Jboss web service

2006-09-04 Thread [EMAIL PROTECTED]
Whatever client you use, it must share the same abstract contract (i.e. the server generated WSDL) It does not make sense to talk about a server side WSDl *and* a client side WSDL. Having said that, I know that .NET has issues or does not support rpc/literal. Try document/literal. View the

[jboss-user] [Messaging, JMS JBossMQ] - How to limit JMS-MDB instance numbers in JBoss4.0.4?

2006-09-04 Thread kingofhawks
Hi ALL: I have modified relevant invoker-proxy-binding and container-configuration about JMS in server\default\conf\standardjboss.xml. But it seems not to work.I have a MDB like that: @MessageDriven public class MDBTest implements MessageListener{ private static int count; pulbic

[jboss-user] [JBossWS] - Re: Schema Validation in JBOSS-WS

2006-09-04 Thread [EMAIL PROTECTED]
Thanks http://jira.jboss.org/jira/browse/JBWS-1172 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969234#3969234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969234 ___

[jboss-user] [JBossWS] - Re: compilation error when trying to build 1.0.2 samples

2006-09-04 Thread [EMAIL PROTECTED]
You probably need to put junit.jar in ant/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969236#3969236 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969236 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - ClassCastException when casting to SpyConnectionFactory

2006-09-04 Thread rtrauni
Using following cast | factory = (SpyConnectionFactory) ctx.lookup(ConnectionFactory); | if always get following classcastexception: | Caused by: java.lang.ClassCastException: org.jboss.mq.SpyConnectionFactory | at at.maat.commons.remoting.jms.JMSGateway.start(JMSGateway.java:84)

[jboss-user] [JBoss Portal] - Error when accessing a JSF portlet via WSRP

2006-09-04 Thread carlo9890
When I try to access a portlet that uses JSF via WSRP I get a NPE in RenderResponseImpl.getNamespace(RenderResponseImpl.java:134) The problem can be reproduced: Download the HelloWorldJSFPortlet application from portlet swap Add a jboss-portlet.xml to make the portlet remoteable portlet-app |

[jboss-user] [JBossWS] - Re: J2EE tutorial web services client throws

2006-09-04 Thread taciano
Thomas I ran the WS tutorial exactly as described by the Getting Started guide. All classpath entries are as defined by the scripts, I didn't change anything. The JDK, JBoss and the tutorial were installed using the standard procedure. My machine has no customization of the classpath. My

[jboss-user] [JBoss jBPM] - Confused about variable and token association

2006-09-04 Thread mteira
Hello. I'm just starting with jBPM and doing some JUnits to test if I understand how the thing works. I'm confused about how execution contexts and variables are bound. For example, I'm trying to setup a simple task with a fork node, the two branches of the fork are implementing a loop with

[jboss-user] [JBoss Seam] - Re: Internationalized hibernate validator messages JBSEAM-86

2006-09-04 Thread nhpvti
nhpvti wrote : Hi, | | JBSEAM-86 issue states that the issue has been fixed. Bu it doesn't work for me in JBoss-Seam 1.0.1.GA | | My error was placing ValidatorMessages properties files in WEB-INF/classes directory. They shoul be placed at the root of the EAR file. See discussion on

[jboss-user] [JBoss jBPM] - Real applications of jBPM

2006-09-04 Thread warx
Hi all, i think that jBPM is a very interesting tool, but i was wondering if people really use it or not. Some examples of real projects which use jBPM ? Cheers. Stefano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969247#3969247 Reply to the post

[jboss-user] [JBossWS] - Re: OASIS WS-Security or W3C DSIG Extensions

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

[jboss-user] [JBossWS] - Re: Deployment error - JBossWS with JBWS181HelloWorld

2006-09-04 Thread [EMAIL PROTECTED]
What version of jbossws is this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969250#3969250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969250 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Problem deploying Web service

2006-09-04 Thread [EMAIL PROTECTED]
If you are constraint to legacy jboss-ws4ee have a look at http://www.jboss.com/services/index otherwise have a look at http://labs.jboss.com/portal/jbossws View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969251#3969251 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: hibernate tools hangs eclipse

2006-09-04 Thread bugra
do you have just the hibernate tools installed or also the rest of jobsside installed ? I have only hibernate tools installed. Where you editing some xml while it were happening ? It could be possible that I had a few editor windows (tabs) open with XML files. but the second before the

[jboss-user] [JBossWS] - Re: Initialize WS in deployment descriptor?

2006-09-04 Thread [EMAIL PROTECTED]
Have a look at ServiceLifecycle View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969253#3969253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969253 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: a unidirectonal one-to many example, anyone can help me?

2006-09-04 Thread fhh
Have you tried | | private SetEmployee employees; | | @OneToMany(cascade = CascadeType.PERSIST, fetch=FetchType.EAGER,mappedBy=company) | public SetEmployee getEmployees() { | return employees; | } | ? Regards fhh View the original post :

[jboss-user] [EJB 3.0] - Re: How to know when entity is removed?

2006-09-04 Thread ALRubinger
The lifecycle methods in EJB3 are defined through annotations - looks like you'd like @PostRemove. http://trailblazer.demo.jboss.com/EJB3Trail/persistence/entitylifecycle/index.html S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969255#3969255 Reply

[jboss-user] [JBoss Seam] - Re: JBoss Rules problem (where else to post?)

2006-09-04 Thread dgallego
You shouldn't use an absolute path to load your rules. Instead, use this method (extracted from Drools examples and modified). | public static RuleBase readRule(Class readerClass, String rulesFile, String rulesDslFile) throws Exception | { | if

[jboss-user] [Beginners Corner] - ejb socket client with configurable port

2006-09-04 Thread herm
An EJB connects to another system via tcp/ip. What is the best way to make the connection properties (ip, port) configurable from outside the code? Thx, herm View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969257#3969257 Reply to the post :

[jboss-user] [EJB 3.0] - deleting objects in a Collection based OneToMany mapping

2006-09-04 Thread aberezin
I am using Jboss 4.0.4.ga and have a OneToMany like this @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER, mappedBy = order) public Collection getLineItems() { return lineItems; } On the other side, I have this: @ManyToOne @JoinColumn(name = order_id) public Order

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

2006-09-04 Thread mgommeringer
I am having the same problem. For me, it seems that the freeze only happens when saving the process definition (and CPU usage goes to 100%). I think this problem occurred with 3.0.9 whereas 3.0.8 worked fine. I also have this problem with the latest 3.0.11 release. Modifying something in the

[jboss-user] [EJB 3.0] - Re: Detach entities - Obtaining a clear pojo

2006-09-04 Thread ALRubinger
Not sure if I'm necessarily understanding the issue but... Most times we encounter a LazyInitilizationException when trying to iterate over relationships outside the scope of the session/transaction; when sent to a remote client, for example. In these cases I like to call on a little utility

[jboss-user] [JBoss AOP] - change text with interceptors

2006-09-04 Thread sviluppatorefico
hihow I can automatically modify a parameter of 'set' methods? I thought to use a configuration of this type: ?xml version=1.0 encoding=UTF-8 standalone=yes? | aop | interceptor class=segn.util.interceptor.TextFormatInterceptor scope=PER_CLASS/ | bind pointcut=call(public void

[jboss-user] [JBoss Eclipse IDE (users)] - Re: hibernate tools hangs eclipse

2006-09-04 Thread [EMAIL PROTECTED]
so what where you actually doing that second ? ...and apache derby is unfortunatly exactly one of the drivers that can be very heavy in its connection and metadata handling.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969261#3969261 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide server configuration

2006-09-04 Thread pachecouy
Thank you!!. Now I have eclipse and jboss in the same machine and i can create the jboss server under eclipse. Now I want to create a botton-up web service strating from a java class and deploy it to my Jboss server. How can i do this? I know this couldn't be the correct place to post this, if

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread [EMAIL PROTECTED]
Alright, now I understand what is going on. From the server log: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#192] the problem is not your machine being slow. On the contrary, it is way faster than mine :) It is receiving new inbound

[jboss-user] [JBoss jBPM] - Re: JBPM Identity Component - QuerySyntaxException: JBPM_ID_

2006-09-04 Thread varada
Thanks for responding. If I do Query jbpmquery = em.createQuery(select u.name from org.jbpm.identity.User as u where u.name:= username); jbpmquery.setParameter(name, username); User found = (User)jbpmquery.getSingleResult(); I get the following error. 22:06:29,231 WARN [QuerySplitter] no

[jboss-user] [EJB 3.0] - Re: How to know when entity is removed?

2006-09-04 Thread A_titov82
anonymous wrote : The lifecycle methods in EJB3 are defined through annotations - looks like you'd like @PostRemove. But how can I send JMS messages in this method? I think I cannot use neither EntityManager nor local interfaces inside entity (like in EJB 2.x)... Or I can? View the original

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread [EMAIL PROTECTED]
anonymous wrote : I allways get the failure [Fatal Error] :-1:-1: Premature end of file. when I disconnect / logoff. Do you know why? In SOAP over HTTP, one-way operations result in an empty HTTP response. The Apache Xerces parser used by JBossWS emits that message to System.out when given an

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-09-04 Thread [EMAIL PROTECTED]
Could you post a stack trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969269#3969269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969269 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - TestNG and Seam Documentation 12.1. Unit testing Seam compon

2006-09-04 Thread ffischer
Is it possible that the unit test example in the seam documentation, Paragraph 12.1 is out of date? 1. I have to extend SeamTest to get it work at all 2. If I try to set up the entityManager within an method annotated with @Configuration(beforeTestClass=true), I get the following exception.

[jboss-user] [JBoss Seam] - Re: Step-by-step localization guide

2006-09-04 Thread nhpvti
perwik wrote : One option would be to see each static content item as one object and then connect a number of translations to it. Then you show the translation corresponding to the current locale using the same rules as the properties files (i.e showing the default locale when the selected

[jboss-user] [EJB 3.0] - How to efficiently page object with initialized collections

2006-09-04 Thread pmpm
Hi, I have an entity bean with a collection of items. | @OneToMany(cascade = { CascadeType.ALL}, fetch = FetchType.LAZY, mappedBy =invoice) | @BatchSize( size = 10) | public ListItem getItems() | { | return items; | } | Everything works fine in everyday use. But ocassionaly

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Fibo and Web services

2006-09-04 Thread pachecouy
Hi! I have exactly the same problem, did you receive any answer for this? How did you solve it? thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969273#3969273 Reply to the post :

[jboss-user] [JBossWS] - Re: Newbie question: Just a first webservice client

2006-09-04 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1156 Note, it is scheduled for jbossws-2.0 Have a look how the clients in the sample download do it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969274#3969274 Reply to the post :

[jboss-user] [JBossWS] - Re: Web service response encoding

2006-09-04 Thread [EMAIL PROTECTED]
I guess, since nobody else is seeing this it must be specific to your environment. Who is the sender of the response message? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969275#3969275 Reply to the post :

[jboss-user] [JBossWS] - Re: JBossWS response does not match WSDL message definition;

2006-09-04 Thread [EMAIL PROTECTED]
The operation is called add | portType name='Calculator' | operation name='add' parameterOrder='int_1 int_2' |input message='tns:Calculator_add'/ |output message='tns:Calculator_addResponse'/ | /operation | /portType | View the original post :

[jboss-user] [Management, JMX/JBoss] - Class loader problem!

2006-09-04 Thread Doug.Palmer
Hi I'm running into a class loading problem with a service that I'm developing. The service builds war files from data in an xml document and then deploys asks the main deployer to deploy the war file. The following works in the create method my deployment MBean: | code to generate

[jboss-user] [JBossWS] - Re: Newbie: How do you modify the java package/namespace map

2006-09-04 Thread [EMAIL PROTECTED]
Have a look at @WebService (targetNamespace) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969279#3969279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969279 ___ jboss-user

[jboss-user] [JBossWS] - Patient is more dead then alive? jax-rpc Handler that is.

2006-09-04 Thread Arno Werr
Hi gents, Here we go. EJB3 with web service annotations | @WebService(name = Test, serviceName = TestService) | @WebServiceRef(name = service/TestService) | @HandlerChain(file = http://localhost/servers/jboss/handlers.xml;, name = ) | @Stateless | public class TestWebService

[jboss-user] [JBossWS] - Re: where to deploy web service war files

2006-09-04 Thread [EMAIL PROTECTED]
Welcome to JBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969280#3969280 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969280 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: JBossWS and xdoclet with ejb

2006-09-04 Thread [EMAIL PROTECTED]
Why not use annotations (JSR181), xdoclet is dead for webservices. http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html#jsr181-ejb3-endpoint View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969281#3969281 Reply to the post :

[jboss-user] [JBossWS] - Re: Poor unmarshalling performance

2006-09-04 Thread [EMAIL PROTECTED]
Yes, org.jboss.ws.soap.SOAPContentElement.expandToDOM is beeing worked on. Please retry with jbossws-1.0.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969282#3969282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969282

[jboss-user] [EJB 3.0] - Re: Detach entities - Obtaining a clear pojo

2006-09-04 Thread fatbatman
I'm aware of why LazyInitilizationException's are thrown, and know I could do something like you demonstrated. My point though is this, as I understand things DTO's are no longer fashionable in EJB3 and entiy classes are POJO's which can be populated, then moved between the application tiers.

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

2006-09-04 Thread pilhuhn
Btw.: This code changed after 4.0.4. See: http://jira.jboss.com/jira/browse/JBAS-3178 Could you please (if JBAS-3178 does not fix the problem) support some oids and the correct sorting for them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969285#3969285

  1   2   >