[JBoss-user] [EJB 3.0] - Re: Interesting Client/EJB3Container design question

2005-11-30 Thread heinrich
hi, i do not exactly understand why in the first case the business logic is on client side. The entity methods are probably the getters and setters. In my opinion this is no business logic. The fact, that when entities are changed the client has also to be changes is ok. But thats not so signif

[JBoss-user] [J2EE Design Patterns] - Re: Using PostgreSQL 8.0 in place of HypersonicSQL

2005-11-30 Thread pabalose
Thanks for answering my post. I was wondering if your answer is a complete replacement to HypersonicSQL? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909948#3909948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39099

[JBoss-user] [JBoss jBPM] - Re: First jpdl, help

2005-11-30 Thread chprvkmr
Hi Sharma, It will be better if you start with jbpm starters kit. To get an overview you can go through java programs in src/java.examples folder of jbpm. For sample webappplication, src.java.webapp folder. For more stuff go through src/java.jbpm.test folder Best Regards, Prave

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-11-30 Thread chprvkmr
Hi Koen, By using setPooledActors() command, Iam able to assign task to multiple users. My question is by using assignment expression whether we can asssign a task to multiple users like this. test-1 group(dummy) I think test-1 is working fine as a row is created in jbpm_pooleda

[JBoss-user] [EJB 3.0] - Re: ejb3 entity beans in remote client

2005-11-30 Thread heinrich
Hi just have a look on this two topics: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=69112 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63277&start=0&postdays=postDays&postorder=postOrder&highlight=highlight View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Seam] - Re: tomahawk in booking example

2005-11-30 Thread andrewa
I was having similar problems with the calendar component. So this is for anyone who searches this forum looking for an answer (like I did ;o) The key is to add the tomahawk ExtensionsFilter, which injects the appropriate resources (ie. javascript includes) into the page. Note that this has d

[JBoss-user] [JBossCache] - Re: Jboss 4 startup error: jgroup or Tree cache?

2005-11-30 Thread [EMAIL PROTECTED]
Can you try this with JGroups 2.2.9RC1 and the VIEW_SYNC protocol below GMS, snippet: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909942#3909942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909942 -

[JBoss-user] [JBoss jBPM] - First jpdl, help

2005-11-30 Thread aniruddha.sharma
HI I am using jbpm for the first time. I have written a jpdl, with the help of the jbpm documentation, but i am not having any idea how to test it. how and what o write in the test class... How can i chk my jpdl. am using netbeans IDE. and woking on java1.5. awaitng reply... View the origin

[JBoss-user] [JBoss AOP] - How do you use EnableLoadtimeWeaving for a Windows Service?

2005-11-30 Thread supernovasoftware.com
I use JavaService to run JBoss-4.0.2 for production. I upgraded to 4.0.3SP1, but I cannot use EnableLoadtimeWeaving with this service setup. I use JDK5. By using run.bat with the following modification: | set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -javaagent:pluggable-instrumentor

[JBoss-user] [EJB 3.0] - Re: ejb3 entity beans in remote client

2005-11-30 Thread markbrazil
"epbernard" wrote : "BogSolomon" wrote : If you have a complicated datastructure (many to one, many to many relations) and using lazy fetching it is not a good idea. | | | | You would have to add a lot of code on the client side to take care of situations when you want to display someth

[JBoss-user] [Javassist user questions] - Re: How to replace classname in local var declaration?

2005-11-30 Thread chiba
Hi, It is a sort of bug of Javassist, but it should not make any real problem since a local variable is not really typed at bytecode level. Your code should run without any problem although a decompielr may claim the type of a local variable remains the same. View the original post : http://

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

2005-11-30 Thread rohit_mca2000
I some times feel , how couldnt SUN think of this such an importanat issue while creating JMS that they need to give some API for acheiving request response , neways , i am going ahead with queues with message selectors. thank to you both for your valuable comments View the original post : ht

[JBoss-user] [JBossCache] - Re: putObject slows gradually with high number of objects i

2005-11-30 Thread [EMAIL PROTECTED]
When you run this it would also be good to create a garbage collection log (-Xloggc:somefile). I'm wondering if your 1718ms result is due to a full gc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909933#3909933 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Re: Not getting latest Process definition

2005-11-30 Thread chprvkmr
Hi Kukeltje, My par file contains below contents:: | gpd.xml | processdefinition.xml | processimage.xml | | | I have created a new process project using eclipse plugin, which created by default sample.par folder with above contents. Later I modifi

[JBoss-user] [Microcontainer] - Design of MC for Bean configuration

2005-11-30 Thread [EMAIL PROTECTED]
Could someone point me to any discussion/documentation on the design of the Repository Service (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossKernelCore) or POJO configuration (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossKernelConfiguration). What I'm looking for is information on how the Mic

[JBoss-user] [JBoss jBPM] - Re: Where is the async stuff??

2005-11-30 Thread hoogenbj
Yip! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909931#3909931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909931 --- This SF.net email is sponsored by: Splu

[JBoss-user] [JBossCache] - Re: putObject slows gradually with high number of objects i

2005-11-30 Thread [EMAIL PROTECTED]
When you do putObject test, do you use the same POJO over and over again? If it is, it should be (almost) an no-op underneath. So it should be very fast actually. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909929#3909929 Reply to the post : http:

[JBoss-user] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-11-30 Thread [EMAIL PROTECTED]
thi s is a bug as the EJB container's kernel name should be determined from the EAR and JAR it is deployed in. I'll log a bug in JIRA on this. Apologies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909928#3909928 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: Build PAR Task and SubProcess Binding

2005-11-30 Thread anant
1) Actually, I've already written a quick little task that does this. I was just wondering if there was already work being done there. I would be happy to submit this back into the project if it would be useful. 2) I didn't see any activity regarding it on the JIRA. Thanks. View the original p

[JBoss-user] [JBoss jBPM] - Re: Build PAR Task and SubProcess Binding

2005-11-30 Thread kukeltje
1) not specifically. A par file is not much more than a .zip file with a certain content structure ( see the docs) It would not be to difficult to do that yourself. 2) Not my specialty. If there is no progress in the jira, there probably is no work going on in that area View the original post

[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-11-30 Thread kukeltje
do you get an error while deploying? If so does it have somerthing to do with an xsd? If so try removing the full header in the process and just leave a header without references to an xsd. Could be a namespace issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss jBPM] - Conditional transitions

2005-11-30 Thread lawless
Can someone explain to me why JBPM does not support conditional transitions? To be clear, I am _not_ talking about decision nodes since these are conditions that are evaluated (once) by code and then the transition is taken. What I'm interested in are things like: * allowing certain transitio

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

2005-11-30 Thread fcgreg
"karanmg" wrote : After you Disable a plugin restart the workbench and open Manage Configuration once again. There is a button on the toolbar which says "View Disabled" or something. Then you will see the plugins which r currently disabled. | | You can Uninstall disabled plugins. This work

[JBoss-user] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-11-30 Thread hasijutu
How do I scope a deployment? Now deployment of two stateless session beans with different JNDI names in META-INF/jboss.xml causes the following exception: javax.management.InstanceAlreadyExistsException: jboss.j2ee:service=EJB3,name=my.pkg.StatelessSampleBean already registered. Using JNDIView

[JBoss-user] [JBoss jBPM] - Build PAR Task and SubProcess Binding

2005-11-30 Thread anant
I have two questions: 1) There used to be an Ant task to build a PAR file in jBPM 2.0, but that no longer exists in jBPM 3.0. Is there any work being done to bring this task back? 2) Is there any work being done on issue JBPM-92 under the Core Engine? This refers to the process-state deployment

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-11-30 Thread chaser
I have installed Eclispese 3.1, Jboss 3.2.5 Which version of Lomboz should I get? I am totally new to this 'Lomboz'. Please give me a hand. Many thanks in advance! X.Chen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909916#3909916 Reply to the post : ht

[JBoss-user] [Installation, Configuration & Deployment] - Re: deploy, NoClassDefFoundError, but the class is the sessi

2005-11-30 Thread javatwo
I am using JBOSS 4.0.3 SP1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909910#3909910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909910 --- This SF.net email

[JBoss-user] [JBoss Portal] - Re: SessionInvalidatorInterceptor.signOut();

2005-11-30 Thread [EMAIL PROTECTED]
session invalidate does not invalidate properly a user. resp.signOut() invalidate all the session that a user has used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909913#3909913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss Service Terminated unexpectedly

2005-11-30 Thread jess12see
Did you guys manage to sort this out with the '-Xrs' option? I'm facing the exact problem here too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909908#3909908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909908

[JBoss-user] [Installation, Configuration & Deployment] - deploy, NoClassDefFoundError, but the class is the session j

2005-11-30 Thread javatwo
When deploy, I got NoClassDefFoundError, but the class "session.ShapeManagerBean" is in the session jar. what might be wrong? thanks! package session; public interface ShapeManager { ... } package session; @Stateless public class ShapeManagerBean implements ShapeManager { @PersistenceContex

[JBoss-user] [Installation, Configuration & Deployment] - Jboss restarts due to database hotspot

2005-11-30 Thread hendry
I have a request from the dev team to restart the server as JBoss 1.02 is not re-reading the database business logic hotspot/cache. IMO this is ridiculous. Can I tell the boys something? I have never got hot deployment btw of the EAR ever working properly. http://natalian.org/archives/category

[JBoss-user] [EJB 3.0] - Question about OneToOne relationships where other table's PK

2005-11-30 Thread dbudworth
I have two tables User (pkcol user_id(Long)) UserDetail (pkcol user_id(Long), also foreign key to User) I read in the Hibernate Annotation Reference section 2.2.5.1 (OneToOne) section a piece saying that the slave table should have the id itself mapped as the raw value (ie: mapped as Long, rather

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Why does hibernate create

2005-11-30 Thread jwynett
sorry about the subject. got cut off accidently, but should say "Why does hibernate create EnhancerByCGLIB classes" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909905#3909905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Installation, Configuration & Deployment] - Re: Service terminated unexpectedly

2005-11-30 Thread jess12see
I used the same sort of settings and face the same problem. Did you manage to figure this out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909906#3909906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909906

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-11-30 Thread averas
If I have understood things correctly a forknode doesn't really fork exeuction and execute the outgoing paths in parallell, but actually executes the paths in a serial manner. Hence; if child path X takes 5 minutes to hit the join node and child path Y takes 10 minutes, the join node will contin

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Why does hibernate create

2005-11-30 Thread jwynett
I'm using JBoss 4.0.3 with EJB 3.0. I've found a situation where I run a query that loads an entity containing LAZY relationships, sometimes instead of getting the class I expect, i.e., "IpAddress", I get something like "IpAddress$$EnhancerByCGLIB$$f7ea24cb" This leads to various problems incl

[JBoss-user] [Installation, Configuration & Deployment] - Errors starting portal with Kosmos

2005-11-30 Thread [EMAIL PROTECTED]
I have the binary package for jBoss Portal 2.0 and AS 4.0.2 using Hypersonic. I also installed the Kosmos binary. When I restarted jBoss, everything was seemingly fine...the Kosmos option appears on the main portal page. However, when I click on it, the page is blank. Looking at the log a l

[JBoss-user] [JBoss Portal] - Errors starting portal with Kosmos

2005-11-30 Thread [EMAIL PROTECTED]
I have the binary package for jBoss Portal 2.0 and AS 4.0.2 using Hypersonic. I also installed the Kosmos binary. When I restarted jBoss, everything was seemingly fine...the Kosmos option appears on the main portal page. However, when I click on it, the page is blank. Looking at the log a l

[JBoss-user] [JBossCache] - Re: Jboss 4 startup error: jgroup or Tree cache?

2005-11-30 Thread cglommen
I get the same problem. I have six servers in my cluster. Whenever I see this message ([org.jgroups.protocols.pbcast.ClientGmsImpl] suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.ClientGmsImpl) JBoss will not start up. But it gets worse. When a server exeriences

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

2005-11-30 Thread markbrazil
Am I doing something wrong. It seems this should be simple ? Simply trying to have A mapped to B B mapped to C B mapped to D Querying C and getting details from B and A. Fetch=EAGER gives terrible response times, i.e. a couple of minutes for a simple query. Or Fetch=LAZY throws exception !

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Can't deploy new cmp entity: ArrayIndexOutOfBoundsExcept

2005-11-30 Thread nat101j
And here are the java files, to whoever cares to look at this. Local interface: | package x1.db; | | import java.sql.Timestamp; | import javax.ejb.EJBLocalObject; | | public interface Logtrk2 extends EJBLocalObject { | | public voidsetID(Integer iD); | public

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Can't deploy new cmp entity: ArrayIndexOutOfBoundsExcept

2005-11-30 Thread nat101j
In this and the following message I post the DD's and the class files. (Relevant sectins only!) This message has the DD's and the following the .java files and/or snippets. Aye, thanks again. nat ejb-jar.xml: | | Logtrk2 | x1.db.Logtrk2Home | x1.db.Logtrk2 | x1.db.Logtrk2Bean

[JBoss-user] [Installation, Configuration & Deployment] - Re: What's the best way to package utility jars in exploded

2005-11-30 Thread jtorres
Is it possible for you to post your META-INF/manifest.mf for your EJB jar to see how you have the Class-Path entry setup? I posted a question http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73214 about a standard way of deploying the EAR with dependent "utility" jars and was hoping t

[JBoss-user] [JBoss jBPM] - Is customized task.jsp implemented in current cvs jbpm versi

2005-11-30 Thread davidsan1001
Is it there? I only want to upgrade once to a reasonable stable version since I inevitabley have configuration problems when getting the latest cvs (my fault, not your guys) If so (or even if its not) how will it be implemented? Are you modifying the HomeBean? Will we have to create a process

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multiple instances of DestinationManager, PersistenceMan

2005-11-30 Thread sharadjain
Your MessageCache MBean has wrong name: should be MyCompany.mq:service=MessageCache instead of jboss.mq:service=MessageCache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909890#3909890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

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

2005-11-30 Thread DGRFL
Hello, I (another Newbie) am having the same problem. I downloaded the j2eetutorial14.zip from some external site. Can you tell me where I can download the correct version ? Thanks Luc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909889#3909889 Reply

[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-11-30 Thread davidsan1001
Nope, same result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909887#3909887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909887 --- This SF.net email is spons

[JBoss-user] [JBoss jBPM] - Re: Timer.getException() returns a String?

2005-11-30 Thread RAlfoeldi
Submitted a change request: http://jira.jboss.com/jira/browse/JBPM-453 Rainer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909886#3909886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909886 -

[JBoss-user] [JBoss jBPM] - Re: SchedulerThread.executeTimers() in single tx?

2005-11-30 Thread RAlfoeldi
Hi Koen, seems like everybody is going skiing except for me. Looks like I'm doing something wrong and got to get my priorities right. I mean I live in Switzerland now! It isn't all that complicated but it isn't trivial either. Its just a lot of code loading, detaching, reattaching all effected

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Can't deploy new cmp entity: ArrayIndexOutOfBoundsException

2005-11-30 Thread nat101j
I hope that this is simple but I have checked and re-checked searched and researched... and have no clue as to what the problem is. Jboss 4.0.3SP1 on Linux. I added 1 entity cmp 2 ejb to an existing [working ok] deployment and am getting an ambiguous error message upon deployment. The name

[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased,...}

2005-11-30 Thread [EMAIL PROTECTED]
If you want to assign a task to a group of people, you will have to use the setPooledActors(Set) method on the taskinstance. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909882#3909882 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [Beginners Corner] - exception while testing jboss server

2005-11-30 Thread ferhatmantar
Hi, i get the following exception when i execute run.bat script to test jboss server: anonymous wrote : | 22:48:52,691 INFO [ServiceConfigurator] Problem configuring service jboss.cache:service=EJB3SFSBClusteredCache | org.jboss.deployment.DeploymentException: Exception setting attribute

[JBoss-user] [JBoss jBPM] - Re: Timer.getException() returns a String?

2005-11-30 Thread [EMAIL PROTECTED]
This looks like another JIRA issue to me ;-) Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909879#3909879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909879 -

[JBoss-user] [JBoss jBPM] - Re: SchedulerThread.executeTimers() in single tx?

2005-11-30 Thread [EMAIL PROTECTED]
Rainer, It is in any case not difficult to create your own timer execution mechanism if you would like to do that. You can do this with other mechanisms than the servlet spawning a thread, if you would prefer to do so. E.g. using an mbean if you are using JBoss AS. Regards, Koen Btw. We (Tom

[JBoss-user] [JBoss jBPM] - Re: where is AbstractDbTestCase class?

2005-11-30 Thread forJbpm
Thanks A lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909877#3909877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909877 --- This SF.net email is sponsor

[JBoss-user] [Clustering/JBoss] - the second pc continue adding itself to All members

2005-11-30 Thread lacp
If I wanna configure 2 machines in cluster, only have to put the 2 pcs en the same lan and run all configure? I startup the first machine without troubles and when startup the second "./run.sh -c all" . . . GMS: address is b1:33371 (additional data: 18 bytes) ---

[JBoss-user] [JBossCache] - Re: Read committed isolation is partially incorrect

2005-11-30 Thread steview
hmmm... should have looked at the issues first - sorry - will check out the tests View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909874#3909874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909874 --

[JBoss-user] [JBossCache] - Re: putObject slows gradually with high number of objects i

2005-11-30 Thread [EMAIL PROTECTED]
Can you create a JIRA issue and attach your test to it so we can take a look ? This needs to be a self-sufficient test (no dependent libs), and please also include the configuration used, and a description of how to run the test View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-11-30 Thread [EMAIL PROTECTED]
You would need to bind your session beans under different jndi names /docs/tutorial/stateful_deployment_descriptor/stateful.html in the distribition contains an example of overriding the jndi name in your.ejb3/META-INF/jboss.xml If you plan on deploying several versions of the same beans you wou

[JBoss-user] [JBoss and NetBeans] - Re: JAXRPC ws client stub generation problem

2005-11-30 Thread LittleJimi
You should probably post this as a new thread, since it doesn't really relate to the thread title. You're more likely to get responses if title and content of the post correlate. It also very possibly isn't a problem related to NetBeans. Anyway, good luck with the problem! Web service developme

[JBoss-user] [JBossCache] - Re: Read committed isolation is partially incorrect

2005-11-30 Thread [EMAIL PROTECTED]
Can you look at LockTest.testReadCommitted() and see whether your test is already covered or not ? If not, can you create one or two methods that can be added to that unit test ? Note that that unit test fails, as I wanted to show that our impl of READ_COMMITTED is incorrect. View the original p

[JBoss-user] [JBoss Portal] - Re: SessionInvalidatorInterceptor.signOut();

2005-11-30 Thread bsmithjj
This is to logout someone from the portal? What happened to session.invalidate()? seems like session.invalidate() (for container-managed authentication) is the simplest way to go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909869#3909869 Reply to the

[JBoss-user] [JBoss Portal] - Latest source from CVS

2005-11-30 Thread ScottDawson
Last night I downloaded the latest portal source from CVS - jboss-portal-2.2. Now when I navigate to the test portlet, it shows the version as JBoss Portal 2.0.1-RC3. Is that OK or does it indicate that I did not get the latest 2.2 source? Also, the thirdparty/jakarta-slide directory was miss

[JBoss-user] [JBoss Portal] - Re: struts in portlets

2005-11-30 Thread bsmithjj
Try this framework I submitted to PortletSwap. It gives you formbeans populated with request parameters. It's reasonably well documented. It has a decent demo portlet that responds to several types of clicks and saves your changes in the portals database (using PortletPreferences). Everything yo

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

2005-11-30 Thread [EMAIL PROTECTED]
fc-fast-minimalthreads.xml in JGroups/conf is a good start View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909866#3909866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909866 --

[JBoss-user] [JBoss Seam] - Re: SEAM Embedded EJB Tomcat 5.5

2005-11-30 Thread [EMAIL PROTECTED]
It's actually quite straightforward. Replace the /noejb/ configuration files and libraries with the embeddable EJB 3.0 container configuration and libraries. Tomcat JNDI doesn't have to be touched at all, the webapp has its own JNDI context (jndi.properties). You can deploy the TestNG example I

[JBoss-user] [EJB/JBoss] - Call Session Bean business method

2005-11-30 Thread bmateus
Hi all, I'm new to J2EE and i'm having a problem calling a business method on a stateless session bean TCM. Here is my bean code: public class SbbComunicatorBean implements javax.ejb.SessionBean { private javax.ejb.SessionContext context; public void setSessionContext(javax.ejb.Se

[JBoss-user] [JBoss jBPM] - Re: SchedulerThread.executeTimers() in single tx?

2005-11-30 Thread RAlfoeldi
:-) have fun... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909860#3909860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909860 --- This SF.net email is sponsore

[JBoss-user] [JBoss jBPM] - Re: SchedulerThread.executeTimers() in single tx?

2005-11-30 Thread kukeltje
http://panpic2.feratel.at/panpic2/index.jsp?ID=5216&bgColor=E9F0F4&textColor=00&stream=on&getLatest=true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909859#3909859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss jBPM] - Re: Not getting latest Process definition

2005-11-30 Thread kukeltje
how do you deploy thisw new par file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909857#3909857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909857 --- This SF

[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-11-30 Thread kukeltje
what if you rename it to UserName everywhere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909856#3909856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909856 ---

[JBoss-user] [JBoss jBPM] - Re: where is AbstractDbTestCase class?

2005-11-30 Thread kukeltje
but are the classes from src/java/jbpm.test on the classpath? By default they aren't. You have to include the dir where the compiled classes are located. You could also create an ant task that generates a jbpm-test.jar and include that on your classpath View the original post : http://www.jbos

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

2005-11-30 Thread mholzner
Layouts and Themes are (currently) being deployed as part of a war file (which can optionally be contained in an ear). I said currently because we are looking into getting themes to be deployable via Content Management for JBP 2.4. A layout consists of one or more JSP or Servlets , and a layout

[JBoss-user] [JBoss jBPM] - Re: where is AbstractDbTestCase class?

2005-11-30 Thread forJbpm
Oh!Sorry I meant when I add it using import org.jbpm.db.AbsractDbTestCase It says "Cannot resolve import ' I really dont know why! Its available right there! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909851#3909851 Reply to the post : http://www.jboss.c

[JBoss-user] [JCA/JBoss] - Differences in local-tx-datasource between JBoss 3.2.2 and 4

2005-11-30 Thread cfcfree
I am trying run an application in JBoss 4.0.3SP1 and it appears that database connections obtained using a local-tx-datasource in this version have autocommit set to true. If I test with a local-tx-datasource in JBoss 3.2.2 they are set to false. For both I'm just using a datasource based on th

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

2005-11-30 Thread crazytony
Genman, Agreed, an additional serialize/parse is a bad thing. I was just pointing out a pitfall which caused us quite a headache. In an ideal world, we wouldn't need to change the stack size to fix a problem with thread creation and this would all be moot. We didn't need the node on the sender

[JBoss-user] [EJB 3.0] - Interesting Client/EJB3Container design question

2005-11-30 Thread pego
I found this post in the EJB/JBoss forum (probably the wrong one), but I think it could be a nice argument to be deepened. "Ciovo" wrote : | I'm building an application using ejb3 and jboss 4, and I'm trying to understand what is the best way to handle the communication between a remote clie

[JBoss-user] [JBoss jBPM] - Re: where is AbstractDbTestCase class?

2005-11-30 Thread forJbpm
Oh! I meant in my TestCase, When I try to import org.jbpm.db... I dont see AbstractDbTestCase class. I am stuck at this point though it sounds very naive... Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909847#3909847 Reply to the post : http://w

[JBoss-user] [Installation, Configuration & Deployment] - TransactionManager not bound !!

2005-11-30 Thread kls_kumar
HI, I am using the JBoss-4.0.3 App Server and using Hibernate 3.0.5. When i try to get the Transaction Manager using the following code i am getting the following Exception | try{ | Hashtable environment = new Hashtable(); | environment.put(Context.IN

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-11-30 Thread marobashi
I'm using everything as packaged by the jboss Seam 1.0 beta1 file. I've attempted to copy my xhtml views from the booking example. Also, when you ask what version of myfaces, do you mean what jar am I using to build the project, or is the myfaces.jar somewhere else in the application / server th

[JBoss-user] [JBoss jBPM] - Delegation config error with AssignmentHandler

2005-11-30 Thread davidsan1001
I'm just trying to pass a property into my Generic Assignement Handler. However the process does not deploy. (If I take the property out it deploys fine) Here is my code in my processdefinition.xml | | Compliance Manager | | Here is my GenericAssignmentHandler

[JBoss-user] [JBoss jBPM] - Re: where is AbstractDbTestCase class?

2005-11-30 Thread kukeltje
It is there: /jbpm.3/src/java.jbpm.test/org/jbpm/db/AbstractDbTestCase.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909840#3909840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909840

[JBoss-user] [JBoss jBPM] - Re: how to get current state from ProcessInstance

2005-11-30 Thread kukeltje
The reason you cannot get a current node from a pi directly is that the pi contains tokens which are in a certain node. I've you've seen the default webapp of jBPM, you can see that the 'active' nodes are highlighted. If you look at the code of the ProcessImageTag (take the most current one from

[JBoss-user] [JBoss Portal] - struts in portlets

2005-11-30 Thread pedrosacosta
I'm a newbie in struts, and i want to know if it's possible to use struts in our portlets? If so, i have to have anything more beside apache struts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909838#3909838 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Portal] - Re: JBoss Portal + EJB 3.0? is it possible?

2005-11-30 Thread psherif
thanks alot, we will check it out :) I'll post the results later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909837#3909837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909837 --

[JBoss-user] [JBoss Seam] - Re: SEAM Embedded EJB Tomcat 5.5

2005-11-30 Thread [EMAIL PROTECTED]
It is a little bit tricky to configure Embeddable EJB3 on Tomcat because of Tomcat's readonly JNDI. However, Thomas did get it working and we will try to have an example app for this ASAP. It might slip from the December release however, simply due to the other work we need to get finished. Vi

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-11-30 Thread [EMAIL PROTECTED]
Which version of JBoss Seam ? 1.0Beta or CVS HEAD ? Which version of JSF ? I saw that before but with MyFaces 1.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909835#3909835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

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

2005-11-30 Thread saschwen
sorry, I forgot to mention to look at the point that says "Allow comma separated cookies and headers" could that patch somehow created this bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909834#3909834 Reply to the post : http://www.jboss.com/index.ht

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

2005-11-30 Thread saschwen
Hello, I've also found an odd problem with this cookie. For some reason after redirecting to another url, jboss parses the cookie oddly. What happens is jboss splits the cookie where the commas are. For example say the cookie is named people and the value is(with the quotes) "bob,joe,steve,i

[JBoss-user] [JBoss jBPM] - Re: SchedulerThread.executeTimers() in single tx?

2005-11-30 Thread RAlfoeldi
Hi Ronald, well there was snow (as in Germany... :-( ) but its all gone and now its just cold and wet (at least in the Zürich / Winterthur area). I wish you luck for Flachau. It isn't all that high is it? 2000m? I'm not sure if this is a valid Jira issue. I've been nagging about other transact

[JBoss-user] [EJB 3.0] - Multiple Session Bean Instances

2005-11-30 Thread hasijutu
How can I run multiple instances of a stateless EJB 3.0 session bean? The implementation may vary (different versions, EntityManagers etc). The idea is to find out, how to implement a full range J2EE system (web tier, ejb3 tier, db) so that each installation may have different version and use diff

[JBoss-user] [JBoss jBPM] - how to get current state from ProcessInstance

2005-11-30 Thread pietje
Hi, How can I get the current states/statenames from a ProcessInstance. I want to now in what state a process is. I can't find any methods to get the current node of a ProcessInstance. Thanks in advance, Patrick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBossCache] - Re: putObject slows gradually with high number of objects i

2005-11-30 Thread jlukar
forgive me, there might be persistance but what ever replSync-service.xml is using for the PropagationManager example, is used in my bench mark. The provided output shows the exact configuration. Missed the hardware configs as well: - Pentium 4 - Linux 2.6, Debian install - 2 gig RAM (5400

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Caching Issue

2005-11-30 Thread jgargano
In our test environment we frequently deploy wars as soon as a fix comes in. In this process we will login the application server, shutdown Jboss, remove the exploded war, explode the new one, and start JBoss back up. Our Issue (has only occured a few times, sparaticly): Once the server has st

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

2005-11-30 Thread Ben Temperton
Excellent! I made that change and it has worked. You were part right in your initial response, as I was using TreeCacheMBean in my servlets instead of TreeCacheAopMBean :) Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909827#3909827 Re

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - SSO problems with JBoss 3.2.3

2005-11-30 Thread wonker
Afternoon, I have a problem whereby if the user logs into my webapp (via JAAS) and leaves his session to timeout, the SSO id gets de-reistered and the session is destroyed. But when he then clicks on a link in the browser i.e. Save/Publish/rollback type thing, then he gets sent to the login pa

[JBoss-user] [JBossCache] - Re: putObject slows gradually with high number of objects i

2005-11-30 Thread jlukar
I should also note: the benchmark is simply using the same configuration as PropogationManager example from Ben's article. So there is no persistance, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909825#3909825 Reply to the post : http://www.jboss.c

[JBoss-user] [Beginners Corner] - Re: jboss has mailing list?

2005-11-30 Thread darranl
There are mailing lists for JBoss available from sourceforge - all questions posted to the forums are e-mailed to the lists automatically. The user list isn't really used for questions / discussions so it is better to just use the forums. View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBossCache] - putObject slows gradually with high number of objects in ca

2005-11-30 Thread jlukar
Hi, sorry for double post, but first one results in forum software croaking for some reason. I am trying to do some performance benchmark testing and POC to see if I can use JBossCache for a high performance stock order management system that has some semi-realtime performance requirements.

[JBoss-user] [Beginners Corner] - Re: jboss has mailing list?

2005-11-30 Thread PeterJ
Click on the Watched Topics link at the top of the page. You can then select the appropriate forum topics to watch (such as JBoss jBMP). You will then receive emails when new entries are made in that topic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909

  1   2   3   >