[JBoss-user] [EJB 3.0] - ejb3 session bean and JNDI problem.

2005-11-29 Thread xubin
I write a EJB3 session bean, it run in a JBOSS4.0.3SP1 server. and i write a client to test the EJB3 session bean, the client is run in another JVM. here is my client public class JNDITest { public JNDITest() { super(); // TODO Auto-generated constructor

[JBoss-user] [Installation, Configuration & Deployment] - Confirm Proper Way to Deploy Dependent Jar Files in EAR

2005-11-29 Thread jtorres
Hello. I'm using JBoss 4.0.3SP1 and would like to determine the correct way (preferrably J2EE compliant) to bundle dependent jar files within an EAR file. I've checked the forum, but did not find the answer. Specifically, I have an EJB jar file that has dependencies on 3-rd party jars. Is m

[JBoss-user] [EJB 3.0] - Re: change of subclasse causes error

2005-11-29 Thread [EMAIL PROTECTED]
i agree, but the problem is not creating the right subclasse in java (done by copying every attribute and/or using a special constructor). Suppose baseclasse X and subclasse A and B. I have a persistent object A, i create an object B with the SAME ID in A. The problem is that i can not persist

[JBoss-user] [Clustering/JBoss] - Re: Problem configuring mod_jk with Apache 1.3.33 & JBOSS 3.

2005-11-29 Thread [EMAIL PROTECTED]
If my memory serves me right, 3.2.5 is not using tomcat5.0. So it is in a slight different directory. But you still search for useJK flag in xml files. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909680#3909680 Reply to the post : http://www.jboss.c

[JBoss-user] [EJB 3.0] - Re: Performance problem with mapping -

2005-11-29 Thread markbrazil
"epbernard" wrote : fetch=LAZY Finally now in a position to test this LAZY option. I have the following Neps - OneToOne mapping to bale bale - ManyToOne mapping to module LAZY fetch turned on for neps to bale and bale to neps EAGER fetch turned on for bale to module and module to bale (al

[JBoss-user] [Clustering/JBoss] - Re: Idempotency and other issues in JBoss 4.x

2005-11-29 Thread [EMAIL PROTECTED]
Are you referring to JBoss4.0.3 release? I don't think we have 4.1 yet. :-) We don't have the idempotent feature that you describe. However, conceptually you can use another clusteringinterceptor to perform this. It is one thing that we like to do but have not found high enough priority. If you

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - ERROR [javax.faces.webapp.UIComponentTag] Faces context not

2005-11-29 Thread ashishtandon
hi all, I am using the jboss-4.0.3.SP1 & jsf. while runing the application its gives the following error. 2005-11-30 11:47:28,952 ERROR [javax.faces.webapp.UIComponentTag] Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at

[JBoss-user] [JBoss Seam] - texas holdem online game

2005-11-29 Thread [EMAIL PROTECTED]
Ed complementer attributes,eminence!barns,arrogant loitering forearms http://www.rarefind.net/poker-supplies.html eavesdrop View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909675#3909675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to deploy Duke's Bank application.

2005-11-29 Thread afdzal
the one from from JBoss (jbossj2ee-src.zip) should overwrite j2eetutorial14, not the other way round. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909674#3909674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909674

[JBoss-user] [JBossCache] - Re: JBoss Cache using Multicast.

2005-11-29 Thread [EMAIL PROTECTED]
["kbisla" wrote : | Also is there a doc which explains the various parameters that one can tweak in jgroup. http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups should give you a good start. http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsFC discusses the flow control protocol. The JGroups task

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: best way of acheiving request response format

2005-11-29 Thread rohit_mca2000
ok crazytony , will take ur advice and find out a way to cache connections and sessions, however we are going forward with one queue for request and other queue for response with selectors . this is going to be a real-time application where thousands of requests can come at a go, hope this works

[JBoss-user] [JBossCache] - Re: Cannot get List to replicate across a clustered TreeCach

2005-11-29 Thread [EMAIL PROTECTED]
Have you tried it first without running it under MBean service? E.g., as a standalone to make sure your enviornment is ok? -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909670#3909670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Seam] - Re: EntityManagerFactory not bound error!

2005-11-29 Thread sunsy
Thank you for your reply first! The scope type of the statefull session bean, which provide the save() method, is seesion, so i think it is not the timed out problem. the scope type of the javabean, which invoke the save() method, is conversation, but it doesnt have entitymanager itself, just in

[JBoss-user] [EJB 3.0] - Re: Performance problem with mapping -

2005-11-29 Thread markbrazil
Found the answer, missing another few library's for the remote client. For anyone interested : I added cglib-2.1_2jboss.jar to the remote clients list of jar's (getting big now!) and the error went away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=390966

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to send XML Message using JMS

2005-11-29 Thread rohit_mca2000
i have done it this way. document.appendChild(rootElement); | TransformerFactory tFactory = TransformerFactory.newInstance(); | Transformer transformer = tFactory.newTransformer(); | DOMSource source = new DOMSource(document); | String

[JBoss-user] [JBossCache] - Re: JBoss Cache using Multicast.

2005-11-29 Thread djmalan
Our caches ran for about a week without any problems, until this morning. We restarted one of the instances, and gor the following errors: 2005-11-30 08:05:19 WARN GMS: join(192.168.100.79:61443) failed (coord=192.168.100.79:53397), retrying I guess what happened here was that the group still

[JBoss-user] [JBoss Portal] - Problem in Deployment...............

2005-11-29 Thread MSrinivasRao
-Servlet.service() for servlet action threw exception http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909663#3909663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909663 --- This SF.net email

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to deploy Duke's Bank application.

2005-11-29 Thread afdzal
schodt... I am also a newbee here. Take the latest version and make sure you unzip the J2EE tutorial first before you combine it with the one from JBoss. Hope that works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909662#3909662 Reply to the post :

[JBoss-user] [JBoss Seam] - Problem in Deployment...............

2005-11-29 Thread MSrinivasRao
-Servlet.service() for servlet action threw exception http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909661#3909661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909661 --- This SF.net email

[JBoss-user] [JBoss Seam] - Re: EntityManagerFactory not bound error!

2005-11-29 Thread marius.oancea
Could be the case that session or conversation timed out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909660#3909660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909660 --

[JBoss-user] [Installation, Configuration & Deployment] - URLComparator to control the deployment order

2005-11-29 Thread jingc3
Hi there I created a custom jar file and put it in /lib along with jboss-system.jar. then I modify the conf/jboss-service.xml using the custom class as URLComparator: | com.matrix.deployment.DeployerOrder | But when I start JBOss, I got the error: java.lang.ClassNotFoundException: No Cl

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-11-29 Thread [EMAIL PROTECTED]
No, this is not notion that the DatabaseServerLoginModule supports so you would have to write a custom version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909657#3909657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Beginners Corner] - SOLVED: javax.management.timer.Timer not firing

2005-11-29 Thread lpmon
timer.start() is missing! did it. I did not realize that you had to call a start method. I thought adding a notification started it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909656#3909656 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [Beginners Corner] - Re: Install jboss/jetty on MacOS Tiger

2005-11-29 Thread brutfood
Actually, there are deploy directories under: server/all, server/default and server/minimal. Do I choose one of these configurations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909655#3909655 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Seam] - EntityManagerFactory not bound error!

2005-11-29 Thread sunsy
We use the jboss-seam in our new project, but now some really troubled problems prevent us. The most terrible problem is that:the EntityManagerFactory not bound, such problem makes us can not interact with database at all. In our project, one statefull session bean is used to operation th

[JBoss-user] [Beginners Corner] - Install jboss/jetty on MacOS Tiger

2005-11-29 Thread brutfood
I'm a Newbie stuck on the first hurdle. I wanted to install jboss, jetty and ant on MacOS 10.4 (The normal Mac OS, not the server version) . I was following the instructions on Apple's website: http://developer.apple.com/internet/java/enterprisejava.html However, I had to deviate slightly fro

[JBoss-user] [JBossWS] - A web service which returns data + SOAP attachment

2005-11-29 Thread GennadiP
Did somebody succeed to create a web service that returns SOAP message with some data and binary attachment from one of its methods using JWSDP? I tried to use all the approaches I found in Internet, but none of them works properly. WSI AP 1.0 defines two separate schemes to specify attachments:

[JBoss-user] [Installation, Configuration & Deployment] - Re: how can i use xpath in jboss?!

2005-11-29 Thread lovejesus
not until now.bruno,we could have a discussion. i 'm starting wondering it is a bug of jboss,because i can't manipulate xpath using jdom 1.0 either! would someone give us some hints? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909651#3909651 Reply to the p

[JBoss-user] [Management, JMX/JBoss] - MOVED: Re: javax.management.timer.Timer not firing

2005-11-29 Thread lpmon
My mistake - moved to Beginners Corner. Too bad I cannot delete my own entry! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909650#3909650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909650

[JBoss-user] [EJB 3.0] - Re: howto: par with jar dependency, in an ear

2005-11-29 Thread [EMAIL PROTECTED]
You can add it as a module in your jboss-app.xml file or you can just put your external JAR into your EJB3 JAR directly. (not the EAR, the .ejb3 archive) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909649#3909649 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread davidsan1001
Still can't get any sort of assignment to work. Can you please modify this processdefinition.xml to show me what works. | | | http://jbpm.org/3/jpdl"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xs

[JBoss-user] [EJB/JBoss] - Re: EJB 2.0 Support

2005-11-29 Thread [EMAIL PROTECTED]
EJB 2 is still supported and will continue to be supported in the future. However, I'd strongly encourage you to consider migrating to EJB3 at some point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909647#3909647 Reply to the post : http://www.jboss.com

[JBoss-user] [EJB/JBoss] - Re: EJB 2.0 Support

2005-11-29 Thread [EMAIL PROTECTED]
EJB 2 is still supported and will continue to be supported in the future. However, I'd strongly encourage you to consider migrating to EJB3 at some point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909646#3909646 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread davidsan1001
Not only is that awkward but its what the current gpd does. I did try your suggestion, it made the red underline go away but it didn't deploy, got a -1 for process version. ..this is what I tried | | | http://jbpm.org/3/jpdl"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; |

[JBoss-user] [EJB 3.0] - Re: xdoclet and ejb 3.0

2005-11-29 Thread triathlon98
Last time I looked, xdoclet had major problems with java5 (specifically generics if I remember correctly). I would recommend going the whole way and dropping xdoclet altogether (will save you some build time too). Joachim View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss jBPM] - jBPM 3.1alpha Feedback

2005-11-29 Thread bpoweski
I want to share my thoughts and concerns about my initial evaluation of 3.1 alpha after developing against 3.0.x. I think jBPM is fantastic product, it is light years ahead of OSWorkFlow (I get the feeling not many people are using it) and documented much better. This being said the ContextBu

[JBoss-user] [JBossCache] - Re: JBoss Cache using Multicast.

2005-11-29 Thread kbisla
I saw this in the todo list for jgroups anonymous wrote : | - FC: on a fast network, we can still run out of memory because received_msgs/delivered_msgs becomes very big. | Instead of basing FC on the speed of the network, we should also take the number of messages processed | (a.k.a d

[JBoss-user] [Security & JAAS/JBoss] - Re: Validating Method Permissions

2005-11-29 Thread DeathMeat
Nobody out there with a matching answer? All i wanna do is to check the method permissions for methods before executing them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909635#3909635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: remote deployment

2005-11-29 Thread jbustamovej
I'm also interested in remote deployment. Why hasn't anyone responded to this? I can't find any information on jboss the JSR 88 implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909634#3909634 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Eclipse IDE (users)] - Problems with the eclipse Trailblazer tutorial

2005-11-29 Thread dreamminder
I can't see the the flash movie located at the step 2 named Create EJB 3.0 Entity Beans http://trailblazer.demo.jboss.com/IDETrail/ejb3/entity/index.html what's the problem??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909633#3909633 Reply to the post :

[JBoss-user] [Beginners Corner] - javax.management.timer.Timer not firing

2005-11-29 Thread lpmon
I construct a timer, addNotificationListener, addNotification with no errors or nothing suspicious. I never see the call to my handleNotification method. What else do I need to do? environment: JBoss 4.0.3, Win 2003, HSQLDB import javax.management.Notification; import javax.management.Not

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread [EMAIL PROTECTED]
The trick with the websale example is that it has no schema location: http://jbpm.org/3/jpdl";> | ... | The XML editor included with the GPD won't validate a definition missing the xsi:schemaLocation attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Seam] - Re: BookingTest.java n' TestNG

2005-11-29 Thread Frankrtg
So I didn“t set the correct configuration in Eclipse. How can I get this jsdk.jar? is it par of jsdk1.5? I have to tell you I'm totally newbie. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909630#3909630 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread forJbpm
That also contradict with given example of websale.par/processdefinition. In websale.par Swimlane comes before start-state and which sounds logical also! To create websale.par what version of jbpm has been used? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBoss jBPM] - Re: Questions regarding jBPM for an evaluation

2005-11-29 Thread WolfFischer
Once again thank you for this very informative answer! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909628#3909628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909628 --

[JBoss-user] [Beginners Corner] - Re: Hypersonic SQL perfomrance

2005-11-29 Thread dhohmeyer
See their website at: http://hsqldb.org/web/hsqlFAQ.html#FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909627#3909627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909627 ---

[JBoss-user] [JBoss jBPM] - Re: need help?

2005-11-29 Thread kukeltje
jsf is java server faces. Were you need to specify users is completely dependend on your organizational model. What requirements do you have in this area. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909626#3909626 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread [EMAIL PROTECTED]
>From the jPDL 3.0 schema, available at http://jbpm.org/xsd/jpdl-3.0.xsd: | | | | ... | | The start-state element is declared before swimlane in the sequence. Therefore you have to declare swimlanes after the start state. This is a bit counterintuitive. In fact, in the u

[JBoss-user] [JBoss jBPM] - Re: workflow patterns supported by jBPM (jGPD, jBPL)

2005-11-29 Thread kukeltje
There is no paper yet on this. Examples of how we think the patterns are to be applied in jBPM are in the testcases. There are xml snippets in there as well that could be used to create visual representations in the GPD. No work done on our side on this subject yet. View the original post : h

[JBoss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2005-11-29 Thread kukeltje
oh, yes. getting hibernate to work is always needed. It is however independend of the jbpm-core jar. Hypersonic is not needed if you have another database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909621#3909621 Reply to the post : http://www.jboss.com

[JBoss-user] [JCA/JBoss] - DerbyDatabase mbean in 4.0.3 missing?

2005-11-29 Thread grafpoo
i am running jboss-4.0.3 and trying to set up a derby datasource (taken from the example in the 4.0.3 install). trouble is i don't have the mbean class org.jboss.jdbc.DerbyDatabase in any jarfiles in the jboss install. i've found the source code online, referring to 4.0.2 - is this something tha

[JBoss-user] [EJB 3.0] - xdoclet and ejb 3.0

2005-11-29 Thread asu_undergrad
how is xdoclet supported in ejb 3.0 I have an app in ejb 2.x and I want to move it over to ejb 3.0 . the 2.x app has xdoclet generating all the required java files like the home interface,local etc so, am I looking at a major overhaul, can I leave the xdoclet crud in there and simple alter the

[JBoss-user] [EJB/JBoss] - Re: Using user-type-mappings for Enums

2005-11-29 Thread ansancle
I figured this out and am posting this for anyone else who is having a problem with enums in entitybeans using jboss. This won't work if you are not using java 5.0 To have an entitybean with an enum as a cmp field create an enum in the following manner : public enum DHMessageType | { |

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cookie Issue with latest JBoss/TC Bundle

2005-11-29 Thread [EMAIL PROTECTED]
Tested this against the codebase going to be jboss 4.0.4 and I see no problems. Try with jboss 4.0.3 and tell us if you still see the issues: | 15:06:26,890 INFO [Server] JBoss (MX MicroKernel) [4.0.4beta (build: CVSTag=Bra | nch_4_0 date=200510261736)] Started in 1m:7s:78ms | 15:06:49,3

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2 CVS-HEAD, Layouts

2005-11-29 Thread keidav
Thanks! I'll take a look this afternoon... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909614#3909614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909614 --- Th

[JBoss-user] [EJB 3.0] - Re: Performance problem with mapping -

2005-11-29 Thread markbrazil
Anyone any ideas ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909613#3909613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909613 --- This SF.net email is spon

[JBoss-user] [Management, JMX/JBoss] - javax.management.timer.Timer not firing

2005-11-29 Thread lpmon
I construct a timer, addNotificationListener, addNotification with no errors or nothing suspicious. I never see the call to my handleNotification method. What else do I need to do? environment: JBoss 4.0.3 Win 2003, HSQLDB import javax.management.Notification; import javax.management.Notifi

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cookie Issue with latest JBoss/TC Bundle

2005-11-29 Thread saschwen
Has anyone found a fix for this? I'm trying to port over a large app from another application server and I am running into the same problem. Thank you, Steve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909610#3909610 Reply to the post : http://www.jbo

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread davidsan1001
I'm having the exact same problem. Here is my processdefinition.xml | | | http://jbpm.org/3/jpdl"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xsd"; | name="RoHSBud_3_Workflow"> | |

[JBoss-user] [JBoss Seam] - Re: BookingTest.java n' TestNG

2005-11-29 Thread [EMAIL PROTECTED]
servlet.jar _is the same_ as jsdk.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909606#3909606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909606 --- This S

[JBoss-user] [JBossCache] - best practices of structuing my business domain objects for

2005-11-29 Thread jlukar
I have a business domain object called "Order". It has: order id, descritiption, sub-order objects, date, etc. what is the best key to use for populating the cache for this business object? e.g. the Demo for TreeCacheAOP uses the "Japan", Node, with " Tokyo" subnodes, etc. The key from my und

[JBoss-user] [JBoss jBPM] - Re: problem adding swimlane to a workflow

2005-11-29 Thread forJbpm
Hi! ooops! I just noriced that my process definition is printed partially!! I dont know why there are so many blank spaces. All the content I typed is missing. When in my processdefinition I dont define/declare swimlane and use it ( without declaring it) as *task name="task" swimlane ="FirstUs

[JBoss-user] [JBoss jBPM] - Re: jBPM on JBoss + Oracle 10g

2005-11-29 Thread kls_kumar
Hi, Thanks a lot for your reply.. I see that in the JNDI View.. This is the JNDI View i have in my machine.. I have changed the JBoss Port from 8080 to 80. Does it has any thing to do with this Problem ? ( i haven't changed any other ports..) | | java: Namespace | +- XACon

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: EJB 4th Edition + JBoss Workbook now published

2005-11-29 Thread chaser
"goombah" wrote : Hi all, got workbook source code, just follow links for java books , and there is a link to the workbook download from the book page itself. | | Problem : | When I build the examples with ant JBOSS throws an exception : | | ejb-jar.xml must define a valid DOCTYPE!

[JBoss-user] [JBossCache] - Re: JBoss Cache using Multicast.

2005-11-29 Thread kbisla
About the Out-Of-Memory Exception. one sender may be overwhelming the receivers. Is there some kind of flow control i could add to the stack ??? I noticed the receivers report out-of memory before the sender. Also why would the receiver go out of memory if all the sender is doing is updating th

[JBoss-user] [JBoss jBPM] - workflow patterns supported by jBPM (jGPD, jBPL)

2005-11-29 Thread hpiccinatto
Could anyone help with a paper or some link where it is possible to check whose of workflow patterns (21 at all) are compatible with jBPM. Also demonstrating graphically with jGPD the process models that are equivalents to the especified model in the pattern, for each pattern workflow. Cheers.

[JBoss-user] [Beginners Corner] - help with ClassCastException

2005-11-29 Thread jim.owen
Hi, I'm getting a class cast exception when attempting to create an instance of my LocalHome object that I have not been able to figure out. It's probably something pretty simple, but I just haven't been able to see it. I'm using JBoss 4.0.3. Here's the code that is being executed in my

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-29 Thread maverick1611
finally got everything running on MySql .. now even though the websales example works without a problem i get the following errors when i start the jboss server.. any idea whats causing these errors .. i'll make a list of steps i did to use MySQL instead of Hypersonic and post it in this thre

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to send XML Message using JMS

2005-11-29 Thread crazytony
Watch your stack size if you are serializing a DOM object. If you use the JBoss recommended stack size of 128k (http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenCannotCreateThread) you may run into problems serializing large DOM nodes. (StackOverflowException) View the origin

[JBoss-user] [JBoss jBPM] - problem adding swimlane to a workflow

2005-11-29 Thread forJbpm
Hi! Whats wrong with this simple workflow. When I add swimlane, it gives me error saying that *Invalid content was found starting with element 'start-state' one of (https://jbpm.org/3/jpdl":swimlane.etc...) http://jbpm.org/3/jpdl"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Content Length for multiple Range requests in Tomcat doesn't

2005-11-29 Thread shandev
In tomcat Content Length set in response for range requests for more than one byte ranges is not equal to the sum of content length of all range requests. Here are request and response headers: GET MYReport_compilation.pdf HTTP/1.1 Accept: */* Range: bytes=1804578-1805257, 1805258-1805277, 18123

[JBoss-user] [EJB 3.0] - Re: Problem with Session.get

2005-11-29 Thread muhviehstarr
the problem here in detail is solved: the current mysql-server-4.1 package of ubuntu (4.1.12) has a bug. More Informations about the problem can be found here: http://ubuntuforums.org/showthread.php?p=502593 or http://forums.mysql.com/read.php?39,49989,49989#msg-49989 View the original post :

[JBoss-user] [JBoss jBPM] - Re: jBPM on JBoss + Oracle 10g

2005-11-29 Thread [EMAIL PROTECTED]
Nope. It is the JBoss transaction component who registers this object. To see whether it is actually registered, point your browser to http://localhost:8080/jmx-console/. Under section jboss click service=JNDIView. Scroll down to the list() operation and invoke it. In the result page, look for

[JBoss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2005-11-29 Thread cyb_
It would seem that some work would need to be done to set up hypersonic and hibernate as well... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909582#3909582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909582 ---

[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-11-29 Thread elgabo
Can you give me some example code, or better yet a tutorial, Ive been trying to change the deploy/scheduler-service.xml false com.navyec.jbalancedsc.model.util.JBSCUtil NOW 1 -1 and gives the following error: 13:29:20,063 INFO [Scheduler]

[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-11-29 Thread omatzura
Hi! We've done this successfully on several projects with doc/literal webservices.. you need to do the following: - generate your servers/clients with the wscompile -nodatabinding option - generate xmlbeans classes from your wsdls using the xmlbeans ant-task - deserialize incoming SOAPElements u

[JBoss-user] [EJB 3.0] - Re: contradicting constraints and statements issue order

2005-11-29 Thread sethladd
Thanks. We really want to avoid putting any calls to the EntityManager inside our domain objects. For the time being, we've split up the deletes and adds into two different methods, and called them from the service bean. deleteThem(), flush(), addThem(). Ugly, but it works. After thinking a

[JBoss-user] [JBoss jBPM] - Re: Questions regarding jBPM for an evaluation

2005-11-29 Thread [EMAIL PROTECTED]
Well, BPEL, as an orchestration language, defines service roles. There is a construct in BPEL called partner link, which models the conversational relationship between two (web) services. Further, it defines the role of each service in the conversation. Imagine a scenario where a vendor exposes

[JBoss-user] [JBossCache] - Cannot get List to replicate across a clustered TreeCacheAop

2005-11-29 Thread Ben Temperton
I am currently using JBossCache version 1.2.4 deployed as an mbean in JBoss 4.0.2, running under Java 1.5. My mbean config file is as follows: | | | | | | | | | | | | | | | | | | | | jboss:service=Naming |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Oracle VPD in XA

2005-11-29 Thread rebarone
We are trying to use XA transactions with JBoss, Spring, Hibernate, and Oracle. With the basic setup, it appears that autoCommit is set to true, so that failed transactions can't be rolled back. By changing the setup, the failed transactions are rolled back, but the transaction uses multiple co

[JBoss-user] [Beginners Corner] - Starting EJBs

2005-11-29 Thread amitmalhotra
hi, I am starting working on EJBs on myself at home only just to learn things. I have read Mastering Java,EdRoman and now want to do some hands on. Read a few thing on this forum and found many people using JBOSS. I also tried to start with JBOSS but found it a bit too complicated to begin with

[JBoss-user] [Installation, Configuration & Deployment] - Re: how can i use xpath in jboss?!

2005-11-29 Thread led.bruno
i having the same problem, any solution was found? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909572#3909572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909572 --

[JBoss-user] [JBoss jBPM] - Re: token.signal() throwing DelegationException

2005-11-29 Thread kls_kumar
Hi, Make sure that the Token hasn't reached the End State.. Try to print the State of the Token.. Sateesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909571#3909571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - jBPM on JBoss + Oracle 10g

2005-11-29 Thread kls_kumar
Hi All, I am trying to deploy a Simple App we have developed using jBPM in JBoss-4.0.3 and the DB Server i am using is Oracl10.1.0.4.0 Here is My hibernate.properties file | hibernate.connection.datasource =jbpmDS | hibernate.transaction.factory_class = org.hibernate.transaction.JTA

[JBoss-user] [EJB/JBoss] - Re: EJB not found

2005-11-29 Thread dazbaz
Did you ever resolve this ? We are seeing the exact same issue occur. Our EJB deploys and the client can access it for several days then all of a sudden we get an EJB Not Bound error occur and we have to restart the server before the application runs again. Any ideas appreciated. Thanks View

[JBoss-user] [JBoss jBPM] - Re: JBPM 2.0 with SQL Server

2005-11-29 Thread nadim_sd
Finally I have managed to run jbpm with an sql server database, and I deployed a process. However I still have the following problem: In the generated sql schema, the tables: JBPM_TOKEN, JBPM_PROCESSINSTANCE each has 2 columns of type timestamp and SQL server won't allow to create a table with

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-29 Thread maverick1611
I finally managed to modify and run the ant scripts to create the jbpm table and populate them with the business process definition configuration. However there is one problem now .. I observed that there are no JMS_USERS and JMS_Roles tables in mySQL db .. these tables used to be created for hy

[JBoss-user] [EJB 3.0] - Re: @Resource injection not working

2005-11-29 Thread Richy_Rich
Is it perhaps because your class is marked as being final? Does it need to be? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909566#3909566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909566 --

[JBoss-user] [JBoss Portal] - Re: Min JBoss 4.0.3 config suitable to run JBoss Portal

2005-11-29 Thread al_kiev
I've added to wiki ( http://wiki.jboss.org/wiki/Wiki.jsp?page=MinJBossASForPortal) the first part of my story regarding minimal JBoss AS configuration suitable for JBoss Portal. In my research I've started from minimal JBoss config and added services one by one to make JBoss Portal run properly.

[JBoss-user] [Beginners Corner] - Re: Use of @PersistenceContext within an XMBean?

2005-11-29 Thread oglueck
Why not just use a session bean from inside your XMBean to access your persistence context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909564#3909564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909564

[JBoss-user] [Nukes User] - Re: Jbpm specific forum ?

2005-11-29 Thread babas1
It has been done : JBoss.com -> JBoss User -> JBoss jBPM for now : http://www.jboss.com/index.html?module=bb&op=viewforum&f=217 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909563#3909563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: best way of acheiving request response format

2005-11-29 Thread crazytony
genman, Can you point to the lines of code which cause selectors with topics to not scale well? Perhaps you are confused and are referring to selectors with queues, which are a really, really bad idea. rohit_mca2000, We got the idea to switch to Topics with Selectors after seeing that every

[JBoss-user] [JBoss jBPM] - Re: JDPL - Two roles performing same task

2005-11-29 Thread babas1
As shown in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72818 It is easy to use the delegation mechanism in Jbpm 3.0 to code our own AssignmentHandler : public class MyAssignmentClass implements AssignmentHandler { | ... | String myFieldA; | String myFieldB; | ...

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ReceiveNoWait returns null but many there are 5000 messa

2005-11-29 Thread clizarralde
I am sorry. I will give some environment information: We are using JBoss 4.0.1.sp1 in the default server configuration. The OS y es Linux Redhat 9. The JMS server is using UIL2 Invocation Layer and using Oracle 9i to persist jms messages. Charly View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss jBPM] - Re: Swimlanes and TaskAssignment

2005-11-29 Thread babas1
So what is the solution ? As for my case, i need the actorId mapped as the users and a role mapped as a dedicated team .. does anyone have a role use case ? I am leading myself astray with role/group !! All of these, because I can't find a way to define a new group with two existing groups !! V

[JBoss-user] [JNDI/Naming/Network] - Re: NoSuchObjectException

2005-11-29 Thread sksiazek
We are currently using version 4.0.0, although I will be migrating to version 4.03 once I fix an unrelated problem in another module. Here is the JNDI section of the conf/jboss-service.xml file : true 1099 1098

[JBoss-user] [JBoss Seam] - Re: BookingTest.java n' TestNG

2005-11-29 Thread Frankrtg
Firstable, I want to thank you marius.oancea and admin. I already solved my problem. The solution was so easy! If you see this line from the console information: | Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/ServletContext | it is showing "javax/servlet/Servle

[JBoss-user] [EJB 3.0] - spurious socket timed out exceptions in log

2005-11-29 Thread dpocock
I make calls to a stateless session bean in Jboss 4.0.3. The calls are made from a client running on a separate host. Iuse a remote interface. If the client doesn't make any calls for more than 60 seconds, then the exception below appears in the JBoss console. Should I be releasing my refe

[JBoss-user] [EJB 3.0] - Re: Unit testing with Embeddable EJB 3.0 container

2005-11-29 Thread melsom
Hi I tried your "tutorial" but I get the same KernelRegistryEntryNotFoundException. I have the same setup as you, but I use HSQLDB. Did you say you where going to packup your code for others to see? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909555#39

[JBoss-user] [JBossWS] - Re: Alpha 5.0 - Port not found in WSDL

2005-11-29 Thread [EMAIL PROTECTED]
Good luck John. Many successful projects rely on qualified answers within a known time frame. Posts on this forum will be dealt with at the comunities leisure. As you can might guess, I am also often quite busy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

  1   2   >